wait , no
n = norm( X ) returns the 2-norm or maximum singular value of matrix X , which is approximately max(svd(X)) .
n
X
max(svd(X))