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

7 ビュー (過去 30 日間)
KIRAN KUMAR
KIRAN KUMAR 2012 年 2 月 21 日
編集済み: Cedric 2013 年 10 月 18 日
how to load and run an excel(csv) data in matlab?? plz help

回答 (2 件)

Image Analyst
Image Analyst 2012 年 2 月 21 日
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 件のコメント
Adnan
Adnan 2012 年 2 月 21 日
you can also use xlsread to read a CSV file

サインインしてコメントする。


Adnan
Adnan 2012 年 2 月 21 日
use xlsread('Filename.CSV')
for more option type: "help xlsread" (without the quotations).

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by