Reding csv file which contains numbers and strings
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
MiauMiau
el 27 de Nov. de 2014
Comentada: MiauMiau
el 27 de Nov. de 2014
Hi
I have a csv file test.csv with some thousands of lines each with three columns in the following style:
Wqckwb Pqbbxx Oq Ptjnfbdqa Gqpqsn Bdqoxfn 519908 519
cms nmyqjnmqsbdqgq pnqqfn g fxtfeqq fqmgqpqsn 411990 411
Unfortunately I can not read the file in with csv - what exactly can I do? Thanks
0 comentarios
Respuesta aceptada
dpb
el 27 de Nov. de 2014
Try importdata but it's not absolutely guaranteed. With the regular numeric format it should be able to figure it out.
But, if it can't successfully read the first column as a text header then textscan or fscanf are your friends....
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import and Export en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!