Read excel file 2013 in Matlab 2010a

2 visualizzazioni (ultimi 30 giorni)
Joao
Joao il 30 Set 2013
Commentato: dpb il 30 Set 2013
Hello everyone, I have matlab version 2010a, can i read an excel file version 2013?
  3 Commenti
Joao
Joao il 30 Set 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 il 30 Set 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.

Accedi per commentare.

Risposte (0)

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by