Read excel file 2013 in Matlab 2010a

Hello everyone, I have matlab version 2010a, can i read an excel file version 2013?

3 commentaires

dpb
dpb le 30 Sep 2013
Have you given it a try?
Unless you use some newer features afaik should be able to.
Joao
Joao le 30 Sep 2013
yes i tried.
This is the error:
Error in ==> prodi_teste_vs9>listbox8_Callback at 837 matrix_pasta3=xlsread('C:\Users\PC\Desktop\program matlab\Pasta3.xlsx');
My code is:
matrix_pasta3=xlsread('C:\Users\PC\Desktop\program matlab\Pasta3.xlsx');
I tried using "xls" but its the same
matrix_pasta3=xlsread('C:\Users\PC\Desktop\program matlab\Pasta3.xls');
I will test with Matlab 2013
dpb
dpb le 30 Sep 2013
Well, guess it's not too surprising; MS isn't noted for worrying about backward compatibility much, either. :(
Try saving the file w/ earlier version ('xls' instead of 'xlsx') instead if you need to stay with earlier ML release.
Not sure if any of the addons one can download from MS to read later versions inside Excel are sufficiently enabling for the Matlab stuff to then automagically work thru them or not--probably not, but can't hurt to try.

Connectez-vous pour commenter.

Réponses (0)

Tags

Aucun tag saisi pour le moment.

Question posée :

le 30 Sep 2013

Commenté :

dpb
le 30 Sep 2013

Community Treasure Hunt

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

Start Hunting!

Translated by