Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

It is incredible this problem still is there!!!! XLSREAD STILL GIVES PROBLEMS

조회 수: 1 (최근 30일)
Juan Ignacio Peña
Juan Ignacio Peña 2020년 1월 10일
마감: MATLAB Answer Bot 2021년 8월 20일
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
Juan Ignacio Peña
Juan Ignacio Peña 2020년 1월 10일
Thank you Adam.
exist('SP500_GSPC.xls', 'file')
ans = 2
which 'SP500_GSPC.xls'
returns the directory the file is in. (C:\Data.... etc)
Thank you Walter, I'll check that.
Adam Danz
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개)

이 질문은 마감되었습니다.

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by