isvectorΒΆ

The isvector function checks if its argument is a vector.

bool = isvector(m)

Return Value

bool is TRUE (1) if the argument m is a vector and otherwise FALSE (0).

Parameters

m

m is a scalar, matrix or function.

id-953811