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