Hi
I need to load 256 floating point numbers from a file to matlab
Some numbers are very large (upto 12 digits, including the first one) while some are very small (4 digits)
Using the load command matlab loads the data into a variable but stores it as NUM * 1.0e+012
So it stores all the smaller numbers 0
How do I fully load all the numbers into matlab?
Thanks
I need to load 256 floating point numbers from a file to matlab
Some numbers are very large (upto 12 digits, including the first one) while some are very small (4 digits)
Using the load command matlab loads the data into a variable but stores it as NUM * 1.0e+012
So it stores all the smaller numbers 0
How do I fully load all the numbers into matlab?
Thanks