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.

id-1775800