How to extract data from CSV that contains header
2 views (last 30 days)
Show older comments
Abdelhakim Souit
on 25 Oct 2018
Answered: Abdelhakim Souit
on 25 Oct 2018
Could someone tell me how to extract data from my csv file. I tried EVERYTHING even erasing the header manually (which is not a good solution as many of these files are generated automatically) and Matlab still don't want to extract the data I need.
0 Comments
Accepted Answer
Kevin Chng
on 25 Oct 2018
Edited: Kevin Chng
on 25 Oct 2018
Hi,
The easiest solution is drag your excel file and drop it in MATLAB command window. Then a data import apps will be pop out. From there, simple to select the range and data type you want to import into MATLAB.
I have attached a script for you to import your data, remember to change the path of your file in the first line.
0 Comments
More Answers (1)
See Also
Categories
Find more on Whos in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!