How can i read a csv file
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How can i read a csv file. i used fopen but it gives a value of -1
A=fopen('slip.csv')
0 comentarios
Respuesta aceptada
Walter Roberson
el 15 de Oct. de 2012
csv files are text files, usually written in ASCII or ISO-8896-1 (which is compatible with ASCII).
4 comentarios
Más respuestas (1)
Sachin Ganjare
el 16 de Oct. de 2012
You can use 'csvread' function. Refer link below for further details:
Hope it helps!!!
0 comentarios
Ver también
Categorías
Más información sobre File Operations 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!