Effacer les filtres
Effacer les filtres

How to import excel file to MATLAB?

2 vues (au cours des 30 derniers jours)
Jean Chang
Jean Chang le 22 Avr 2016
I already try using xlsread to import an excel file but I got a error "not enought input arguments." How do I fix this?

Réponses (2)

John BG
John BG le 22 Avr 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
Aditya Kaloji le 24 Juin 2022
Hi
Try using reffering the following link.

Catégories

En savoir plus sur Data Import from MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by