How to import excel file to MATLAB?

조회 수: 10 (최근 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 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