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