Unrecognized field name "matlab"
이전 댓글 표시
I have a small function that has been running well at first, but now as I am using debugger on it, I receive the following error as soon as the debug point is reached:
Unrecognized field name "matlab".
Error in internal.matlab.datatoolsservices.WorkspaceListener>@(es,ed)evalin('caller',cmd) (line 384)
foo = @(es,ed)evalin('caller', cmd);
It does not seem to matter where in my code the debug point is reached. The same error message now pops up every time I write anything into the command line. If I remain in debugger, the error will occasionally reappear under unreproducable circumstances.
It will appear one last time as I leave debugger and then it no longer appears.
This happens with different scripts as well, so it does not appear to be a specific issue of the code I wrote.
댓글 수: 3
R
2024년 3월 26일
Could you please share the reproduction steps and the version of MATLAB you are using? This information will assist me and other contributors in providing you with better support.
Jan Sailer
2024년 3월 26일
Harald
2024년 4월 1일
Hi Jan,
in case you are still encountering this problem:
If you have not done so, restart MATLAB.
When you encounter the problem, check if any of your files are called "internal":
which internal
If any files are reported by this, please change their names.
Best wishes,
Harald
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Call C++ from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!