I was running a rather big loop when this error propped up:
Error using xlsread (line xxx)
Invoke Error, Dispatch Exception:
Source: Microsoft Excel
Description: Disco pieno. % Full Disk
Help File: xlmain11.chm
Help Context ID: 0
Is this simply saying that the memory of pc is full (which is "not yet" full but it is approximating there) or it means something else? What confuses me a bit is there reference to xlsread.
Thanks!

댓글 수: 3

dpb
dpb 2021년 2월 21일
Looks like did run into a disk full error internally, yes.
Would have to see the upper level code that was running to see where xlsread reference came from...
Armando MAROZZI
Armando MAROZZI 2021년 2월 22일
it was a big loop and it stopped on a simple reading of an excel file, nothing special. Thanks for your reply
dpb
dpb 2021년 2월 22일
" it stopped on a simple reading of an excel file,..."
Well, that would explain how xlsread got involved. :)
Since xlsread internally uses COM, the messages from Excel are generated from within it, not MATLAB.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

태그

질문:

2021년 2월 21일

댓글:

dpb
2021년 2월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by