Large amount of data
Large amount of data
(OP)
I am trying to load around 200,000 data points into MATLAB (the data is in five columns). I have no idea where to start. Can anyone help me?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: Large amount of data
by datafile
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: Large amount of data
RE: Large amount of data
or
Data=dlmread('filename');
dlmread is a little more versatile I think... check out their help files... also you can use matlab's help file for other methods of importing data