Borrar filtros
Borrar filtros

How to import excel file to MATLAB?

2 visualizaciones (últimos 30 días)
Jean Chang
Jean Chang el 22 de Abr. de 2016
Respondida: Aditya Kaloji el 24 de Jun. de 2022
I already try using xlsread to import an excel file but I got a error "not enought input arguments." How do I fix this?

Respuestas (2)

John BG
John BG el 22 de Abr. de 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 el 24 de Jun. de 2022
Hi
Try using reffering the following link.

Categorías

Más información sobre Data Import from MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by