Load CSV file to matlab and avoiding word written in csv file for data analysis

2 次查看(过去 30 天)
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
Laura Proctor 2012-8-8
编辑:Laura Proctor 2012-8-8
You can load it using the textscan function. The link will explain more about this function.
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.
  3 个评论
Sinhara
Sinhara 2012-8-8
I have about 20 .csv files which i have to use. can you tell me a method to use those files with textscan function
Khan
Khan 2012-9-25
"x = csvread('File Name',9,0,[9,0, 209,0]);" you can try this command it will load your data from row 9 till to 209 row of only first column ..

请先登录,再进行评论。


Kevin Claytor
Kevin Claytor 2012-8-8
importdata does a pretty good job of separating header from file information, have you tried that?

Reks
Reks 2013-8-5
Utilize next solution repair rtf document

类别

Help CenterFile Exchange 中查找有关 Large Files and Big Data 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by