error described on the command window does not appear on code analyzer
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1278265/image.jpeg)
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 Commenti
Risposte (1)
Jan
il 30 Gen 2023
Modificato: Steven Lord
il 30 Gen 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]
Vedere anche
Categorie
Scopri di più su Debugging and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!