Matrix info🔗

Takes in a matrix and outputs various information about the matrix.

Inputs🔗

  • matrix: Input matrix.

Outputs🔗

  • matrixType: Type of the matrix. Matrix type codes are:

Type

Code

Integer matrix

256

Float matrix

257

Double matrix

258

Complex float matrix

259

Complex double matrix

260

Boolean matrix

261

  • typeName: Matrix type in human-readable format.

  • rows: Number of rows

  • columns: Number of columns