how to remove warning during code generation

3 vues (au cours des 30 derniers jours)
wenchao zhang
wenchao zhang le 29 Juin 2024
Commenté : Diego Caro le 29 Juin 2024
hello, during the code generation some warning will apper in command window, how to turn off this, only error message can apper.

Réponse acceptée

Diego Caro
Diego Caro le 29 Juin 2024
Modifié(e) : Diego Caro le 29 Juin 2024
Add this line at the start of your code:
warning('off','all')
  2 commentaires
wenchao zhang
wenchao zhang le 29 Juin 2024
Thanks, Diego, i will try it later, i think i can work well.
Diego Caro
Diego Caro le 29 Juin 2024
Good luck!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

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

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by