isrowvectorΒΆ
isrowvector checks if its argument is a row vector.
- bool = isrowvector(m)
Return Value
bool is TRUE (1) if the matrix m is a row vector and otherwise FALSE (0).
Parameters
- m
m is a scalar, matrix or function.
See also
id-1775800
isrowvector checks if its argument is a row vector.
Return Value
bool is TRUE (1) if the matrix m is a row vector and otherwise FALSE (0).
Parameters
m is a scalar, matrix or function.
See also
id-1775800