error described on the command window does not appear on code analyzer
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Jan
el 30 de En. de 2023
Editada: Steven Lord
el 30 de En. de 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]
Ver también
Categorías
Más información sobre Debugging and Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!