error described on the command window does not appear on code analyzer
1 次查看(过去 30 天)
显示 更早的评论
It seems an error occurred in line 6, but not pointing out what that specific error is.
When I tried to check the error more detailed in the code analyzer, I could not see any error warning bars showing.
How could I make the error bars appear? I've already done the "MATLAB > Code Analyzer, and then select the Enable integrated warning and error messages check box. Set the Underlining option to Underline warnings and errors" process.
0 个评论
回答(1 个)
Jan
2023-1-30
编辑:Steven Lord
2023-1-30
The code analyzer shows typing errors and other static problems.
The error message you get is a run-time problem, which occurs dynamically during the code is executed. Of course this is not displayed in the Code Analyzer messages.
"How could I make the error bars appear?" - You can't.
[SL: fix typo]
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Debugging and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!