trouble importing excel files

I am having trouble importing excel files into matlab. I have matlab version R2013a and whenever I try to use the import tool I get the following error message, "spreadsheet is empty or invalid." What can I do to avoid this message?

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 26 de Mzo. de 2013

0 votos

Try xlsread function
[a,b,c]=xlsread('yourfolder/yourfile.xls')

Categorías

Más información sobre Data Import from MATLAB en Centro de ayuda y File Exchange.

Preguntada:

el 26 de Mzo. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by