How to extract data from CSV that contains header

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.

 Accepted Answer

Kevin Chng
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.

More Answers (1)

Thanks man. It worked As a Matlab newbie I don't think I could've done it alone.

Categories

Tags

Community Treasure Hunt

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

Start Hunting!