Reading scientific notation tab delimited text file in MATLAB -
is there built-in function can read scientific notation tab delimited text file in matlab?
a line of data looks like:
-1.52e-01 -1.32e-01 7.20e-02 -6.78e-04 1.97e-04 -1.89e-03 0.00e+00 i've tried tdfread(filename, delimiter) without success.
the command looking dlmread. synopsis:
data = dlmread (file) data = dlmread (file, sep) data = dlmread (file, sep, r0, c0) data = dlmread (file, sep, range)
Comments
Post a Comment