cond — condition number
cond(X)
Condition number in 2-norm. cond(X) is the ratio of the largest singular value of X to the smallest.
A=testmatrix('hilb',6); cond(A)