Info
此问题已关闭。 请重新打开它进行编辑或回答。
It is incredible this problem still is there!!!! XLSREAD STILL GIVES PROBLEMS
1 次查看(过去 30 天)
显示 更早的评论
I'm quite surprised and dissapointed with this. With the same version (Matlab R2018a) in two different SURFACE computers, in one case , this sentence
% import data from current directory
[num,txt,raw]=xlsread('SP500_GSPC.xls');
works just fine. But in the other computer (with EXACTLY the same Folder names, etc)
you get
Error using xlsread (line 260)
Error: El servidor lanzo una EXCEPCION.
How can this be?. This time-consuming error does nothing in favour of MATLAB reputation.
By the way, I've tried to turn it off and on again.... and does not work.
4 个评论
Adam Danz
2020-1-10
Well, that rules out an access problem between Matlab and the file. Hopefully Walter's lead will identify the problem.
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!