Clear Filters
Clear Filters

which format is best to use in MATLAB to use .5 million data.. ?

1 view (last 30 days)
which format is best to use in MATLAB to use .5 millions data.. ? (.5 millions in rows and 5 columns)? Excel sheet or any other format is best?

Answers (1)

Ken Atwell
Ken Atwell on 4 Jul 2013
Are you suggesting that you have control over the format of the file you will feed to MATLAB? The "easiest" may be a simple comma-separated value file (.csv). In MATLAB, navigate to the folder where the file exists and double-click it. The Import Tool should start and may just do the right thing.
  2 Comments
Sivakumaran Chandrasekaran
today i attended mathworks seminar where they told about c99 format.. how to use that format
Ken Atwell
Ken Atwell on 4 Jul 2013
C99? Sorry, I don't know about that. When I hear "C99", I think of the C programming language.

Sign in to comment.

Categories

Find more on Data Import from MATLAB in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!