Import columns from a CSV by header name
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Andrew
am 2 Feb. 2016
Beantwortet: random09983492
am 2 Feb. 2016
I want to create a script to import a csv file, where the header is 3 rows, but the header does not start until the 8th row. I want to be able to search the csv file and pull out only the headers of interest. I typically have just edited the csv before import, but would rather not have that extra step.
0 Kommentare
Akzeptierte Antwort
random09983492
am 2 Feb. 2016
The csvread function is capable of doing what you want to do.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!