how to load and run an excel(csv) data in matlab?? plz help
Mostrar comentarios más antiguos
how to load and run an excel(csv) data in matlab?? plz help
Respuestas (2)
Image Analyst
el 21 de Feb. de 2012
3 votos
I know what load means. You can use xlsread() if it's an xls file or an xlsx file, or csvread() if it's a csv file.
But what do you mean by "running the data"? Wouldn't that just be your code for processing it in whatever way you want to process it???
1 comentario
Adnan
el 21 de Feb. de 2012
you can also use xlsread to read a CSV file
Adnan
el 21 de Feb. de 2012
0 votos
use xlsread('Filename.CSV')
for more option type: "help xlsread" (without the quotations).
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!