Why do I see a red indication in the M-Lint message bar in my MATLAB file in MATLAB 7.6 (R2008a) although the code executes without any errors?
2 次查看(过去 30 天)
显示 更早的评论
In one of the lines in my MATLAB file, I have an "end" statement. When I open this file in the MATLAB Editor, M-lint shows a red indicator right next to this line. When I hover over the indicator, I see the following message
M-lint caused your previous MATLAB session to terminate unexpectedly. Please send this message and file name
to MathWorks. See "About M-lint and Unexpected MATLAB Termination" in the MATLAB documentation for details.
Additionally, when I run the M-lint checker, I see additional messages in the report that were not shown by M-lint in the file itself.
The MATLAB file executes just fine.
采纳的回答
MathWorks Support Team
2010-10-12
Whenever MATLAB crashes unexpectedly due to M-lint, it adds the name of the MATLAB file that caused the crash to a file known as "MLintFailureFiles". This causes the red indicator to appear in the respective MATLAB file when it is opened subsequently.
To work around this issue, perform the following steps:
1. Navigate to the preferences directory. (This is the directory that MATLAB returns when you execute "prefdir" in the MATLAB command window)
2. Open the file called "MLintFailureFiles", and remove the name of the file that the red indicator is showing up in.
3. Save "MLintFailureFiles", and close it. The red indicator should no longer appear.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!