フィルターのクリア

How to import excel file to MATLAB?

2 ビュー (過去 30 日間)
Jean Chang
Jean Chang 2016 年 4 月 22 日
回答済み: Aditya Kaloji 2022 年 6 月 24 日
I already try using xlsread to import an excel file but I got a error "not enought input arguments." How do I fix this?

回答 (2 件)

John BG
John BG 2016 年 4 月 22 日
formats of command xlsread call:
num = xlsread(filename)example
num = xlsread(filename,sheet)
num = xlsread(filename,xlRange)example
num = xlsread(filename,sheet,xlRange)example
num = xlsread(filename,sheet,xlRange,'basic')
[num,txt,raw] = xlsread(___)
Show the line that gives error

Aditya Kaloji
Aditya Kaloji 2022 年 6 月 24 日
Hi
Try using reffering the following link.

カテゴリ

Help Center および File ExchangeData Import from MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by