Navigation: Language Reference > Functions > Matrix >
y = min(A);
Returns the value of the smallest matrix element of A.
A = [1,2;3,ramp(1)];
y must be a scalar.