Load CSV file to matlab and avoiding word written in csv file for data analysis
Ältere Kommentare anzeigen
I have a .csv file which has some words and data in it. If I load the file with words, it does not work. i want to know how to avoid the rows of words in the file when i am loading it.
Thanks
Antworten (3)
Laura Proctor
am 8 Aug. 2012
Bearbeitet: Laura Proctor
am 8 Aug. 2012
1 Stimme
If you tell me about the format of the CSV file (i.e. how many headerlines that you want to avoid, and then a sample row of data), I can tell you more about how to use the function.
Kevin Claytor
am 8 Aug. 2012
1 Stimme
importdata does a pretty good job of separating header from file information, have you tried that?
1 Kommentar
Sinhara
am 8 Aug. 2012
Reks
am 5 Aug. 2013
0 Stimmen
Utilize next solution repair rtf document
Kategorien
Mehr zu Standard File Formats finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!