gistlib
main.ma = hilb(70); sum(sum(a(a < 0.01))) 36 chars3 lines
a = hilb(70); sum(sum(a(a < 0.01)))
The approximate sum of the elements of matrix a that are lower than 0.01 in MATLAB is computed using the code above.
a
gistlibby LogSnag