How to read single value from csv file?
Mostrar comentarios más antiguos
In the attached csv file I wnat to read data of column D and E and header of this data from cell A5.
I am able to read data of column D and E using instruction:
data=csvread('Test.csv',0,3);
But, I am not able to read the heading from cell A5.
Please help me on this.
2 comentarios
madhan ravi
el 12 de Feb. de 2019
which version of matlab are you using?
Shritesh Jibhkate
el 12 de Feb. de 2019
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!