Handling large data set in matlab

1 view (last 30 days)
Vasuki Prathyusha
Vasuki Prathyusha on 27 Aug 2015
Commented: Walter Roberson on 28 Aug 2015
Hi I have an fmri dataset of 510000(voxels) rows and 150 columns(timepoints) in an excel file.How to import this large data to matlab.Please help.

Answers (1)

Steven Lord
Steven Lord on 27 Aug 2015
That's not a very large data set. Try XLSREAD or the Import Wizard (the Import Data icon in the Variable section of the Home tab on the toolstrip.)
  3 Comments
Adam
Adam on 28 Aug 2015
You should only need ~570 MB to load that. Are you sure you aren't using all your available memory for something else?
Walter Roberson
Walter Roberson on 28 Aug 2015
Possibly the timepoints are in text form?

Sign in to comment.

Tags

Community Treasure Hunt

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

Start Hunting!