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.

id-759993