istriu
Checks if matrix is upper triangular.
Syntax
tf = istriu(M)
Input argument
M - a numeric array
Output argument
tf - logical: result of 'istriu'.
Description
istriu returns an scalar logical if entry is upper triangular.
Example
See also
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated
Was this helpful?