How to import excel file to MATLAB?

6 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Data Import from MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by