How to import excel file to MATLAB?
Show older comments
I already try using xlsread to import an excel file but I got a error "not enought input arguments." How do I fix this?
Answers (2)
John BG
on 22 Apr 2016
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
on 24 Jun 2022
0 votes
Categories
Find more on Data Import from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!