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
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
Jan Sailer 2024년 3월 26일
The Version is Matlab 2022b and the reproduction steps seem to be just the regular use of debugger. Put a debug point somewhere in the code and the error pops up as soon as the debug point is reached, as well as any subsequent time I type anything into the command window after that while still in debug mode.
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.
If this does not help, consider contacting the Technical Support team.
Best wishes,
Harald

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

답변 (0개)

카테고리

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

제품

릴리스

R2022b

질문:

2024년 3월 25일

댓글:

2024년 4월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by