Your numbers likely retain thier full internal precision, so specify the output format as something like this:
strmtx = compose("%.9f", rand(6,4));
Make appropriate changes to work with your matrix.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!