Load CSV file to matlab and avoiding word written in csv file for data analysis
古いコメントを表示
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
回答 (3 件)
Laura Proctor
2012 年 8 月 8 日
編集済み: Laura Proctor
2012 年 8 月 8 日
1 投票
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
2012 年 8 月 8 日
1 投票
importdata does a pretty good job of separating header from file information, have you tried that?
Reks
2013 年 8 月 5 日
0 投票
Utilize next solution repair rtf document
カテゴリ
ヘルプ センター および File Exchange で Standard File Formats についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!