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

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -