Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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

Respuestas (3)

Laura Proctor
Laura Proctor el 8 de Ag. de 2012
Editada: Laura Proctor el 8 de Ag. de 2012
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 comentarios
Sinhara
Sinhara el 8 de Ag. de 2012
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 el 25 de Sept. de 2012
"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 ..

Iniciar sesión para comentar.


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

Reks
Reks el 5 de Ag. de 2013
Utilize next solution repair rtf document

Categorías

Más información sobre Large Files and Big Data en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by