How to extract data from CSV that contains header

1 view (last 30 days)
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)

Abdelhakim Souit
Abdelhakim Souit on 25 Oct 2018
Thanks man. It worked As a Matlab newbie I don't think I could've done it alone.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!