How to import xlsx. files into matlab

i'm using matlab 2014b, and i'm trying to import data from xlsx. files. the problem is none of data the xlsx. files i tried wasn't recognized by matlab (it shows like the spreadsheet is blank), so i couldn't choose tables or columns to import using "import data".
can you figure out what the problem is? do i need to configure something in excel for matlab to recognize the data?
thanks.

Respuestas (2)

Star Strider
Star Strider el 13 de Mzo. de 2015

2 votos

Use the xlsread function. You have to have Excel installed on your computer.

1 comentario

Gaella Munyawera
Gaella Munyawera el 14 de Mayo de 2020
How can we do if we dont have excell ? and when we use the online version? Thank you .

Iniciar sesión para comentar.

Chaitanya Bade
Chaitanya Bade el 31 de Mzo. de 2017

0 votos

Why is not this code working in matlab? Any help would be highly appreciated [TIMESTEPS,XDATA] = importfile('90.xlsx','Sheet1',2,1601);

Categorías

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

Productos

Preguntada:

el 13 de Mzo. de 2015

Comentada:

el 12 de Mayo de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by