ismatrixΒΆ
ismatrix checks if the argument is a matrix of any type
- bool = ismatrix(m)
Return Value
bool is TRUE (1) if the argument is a matrix and FALSE (0) if the argument is not a matrix.
Parameters
- m
m is a scalar, matrix or function.
See also
id-1800680