| << istriu | Elementary functions | length >> |
| tf = isvector(M) |
a variable
logical: result of 'isvector'.
isvector returns an scalar logical if entry is an vector.
A = eye(3, 3);
R = isvector(A)
R = isvector(A(:,1))
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET