MATLAB checkcode show all warnings...
Mostrar comentarios más antiguos
When running the code analyzer, is there a way to enable showing all warnings per file? The reports shows only the first 500 messages.
3 comentarios
Ed Yu
el 15 de Sept. de 2015
Image Analyst
el 16 de Sept. de 2015
Sorry, but I like Steven's answer better. It's better to fix your first 500 errors and then run the check again rather than to modify a built-in function. I think all other experienced users would agree with us. You don't need to see a "reasonable" 50,000 errors at once - you can only fix at most a few at a time anyway.
Respuestas (1)
Steven Lord
el 14 de Sept. de 2015
2 votos
I suggest addressing those first 500 messages (fix them or suppress them) then rerun the report to identify the next lines with Code Analyzer warnings.
Categorías
Más información sobre Debugging and Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!