how to remove warning during code generation

3 visualizaciones (últimos 30 días)
wenchao zhang
wenchao zhang el 29 de Jun. de 2024
Comentada: Diego Caro el 29 de Jun. de 2024
hello, during the code generation some warning will apper in command window, how to turn off this, only error message can apper.

Respuesta aceptada

Diego Caro
Diego Caro el 29 de Jun. de 2024
Editada: Diego Caro el 29 de Jun. de 2024
Add this line at the start of your code:
warning('off','all')
  2 comentarios
wenchao zhang
wenchao zhang el 29 de Jun. de 2024
Thanks, Diego, i will try it later, i think i can work well.
Diego Caro
Diego Caro el 29 de Jun. de 2024
Good luck!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Simulink Coder en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by