Quantcast
Channel: Programmers Heaven Forums RSS Feed
Viewing all articles
Browse latest Browse all 2703

loading a column of floats from a file

$
0
0
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


Viewing all articles
Browse latest Browse all 2703

Trending Articles