how to load and run an excel(csv) data in matlab?? plz help

1 visualización (últimos 30 días)
KIRAN KUMAR
KIRAN KUMAR el 21 de Feb. de 2012
Editada: Cedric el 18 de Oct. de 2013
how to load and run an excel(csv) data in matlab?? plz help

Respuestas (2)

Image Analyst
Image Analyst el 21 de Feb. de 2012
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???

Adnan
Adnan el 21 de Feb. de 2012
use xlsread('Filename.CSV')
for more option type: "help xlsread" (without the quotations).

Community Treasure Hunt

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

Start Hunting!

Translated by