Read excel file 2013 in Matlab 2010a

2 次查看(过去 30 天)
Joao
Joao 2013-9-30
评论: dpb 2013-9-30
Hello everyone, I have matlab version 2010a, can i read an excel file version 2013?
  3 个评论
Joao
Joao 2013-9-30
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 2013-9-30
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.

请先登录,再进行评论。

回答(0 个)

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by