By default matlab number format precision is set to 5 digits only. Together with the E notation and a wide value range this may cause numbers to be unreadable.  Use format long g for 15 digit precision

http://www.math.uic.edu/~hanson/MATLAB/MATLABformat.html

Comments are closed.