iscolvectorΒΆ
iscolvector checks if its argument is a column vector.
- bool = iscolvector(m)
Return Value
bool is TRUE (1) if the matrix m is a column vector and otherwise FALSE (0).
Parameters
- m
m is a string or real matrix.
See also
id-759993
iscolvector checks if its argument is a column vector.
Return Value
bool is TRUE (1) if the matrix m is a column vector and otherwise FALSE (0).
Parameters
m is a string or real matrix.
See also
id-759993