Lydos.Matlab

Matrix Properties

The properties of the Matrix class are listed below. For a complete list of Matrix class members, see the Matrix Members topic.

Public Instance Properties

Cols The number of matrix columns.
IsColVector Checks whether the matrix is a column vector.
IsMatrix Checks whether the matrix is neither a scalar nor vector.
IsRowVector Checks whether the matrix is a row vector.
IsScalar Checks whether the matrix is a scalar.
IsVector Checks whether the matrix is a vector.
ItemOverloaded. Accesses the matrix as a vector.
Rows The number of matrix rows.

See Also

Matrix Class | Lydos.Matlab Namespace