Navigation: Language Reference > Functions > Matrix >
y = norm(A);
or
Y = ||A||;
Returns the square root of the sum of the squared matrix elements of A:
A = [1,2;3,ramp(1)];
y must be a scalar.