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

Antworten (2)

Image Analyst
Image Analyst am 21 Feb. 2012

3 Stimmen

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 am 21 Feb. 2012

0 Stimmen

use xlsread('Filename.CSV')
for more option type: "help xlsread" (without the quotations).

Gefragt:

am 21 Feb. 2012

Bearbeitet:

am 18 Okt. 2013

Community Treasure Hunt

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

Start Hunting!

Translated by