Catch all Warnings from Code Generation

7 vues (au cours des 30 derniers jours)
Antonio Pavic
Antonio Pavic le 30 Août 2019
Hello,
As the title says, I want somehow to be able to get all the warning messages from a Code Generation report into the MatLab Workspace in order to further evaluate those warnings. The only thing I came up with right now is the lastwarn function which only returns me the last warning. But if I can somehow catch the last warning this means there has to be a way to catch all the warnings from a report. I hope you can help me, thanks in advance.

Réponses (1)

Yogesh Khurana
Yogesh Khurana le 16 Déc 2019
By default, all the warnings are available in the All Messages pane of the report generated from MATLAB Coder or GPU Coder. While opening the report, the default landing page is Summary. All Messages is a page alongside Summary. Please have a look I think all the warnings should be available there.
There can be a case that the number of warnings is more than count that can come on that page, in this case try to resolve some of the warnings from the available warnings and then generate the code again. This will show the new warnings again.
Hope this helps!

Catégories

En savoir plus sur MATLAB Coder dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by