error described on the command window does not appear on code analyzer

1 view (last 30 days)
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.

Answers (1)

Jan
Jan on 30 Jan 2023
Edited: Steven Lord on 30 Jan 2023
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]

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!