how to remove warning during code generation

hello, during the code generation some warning will apper in command window, how to turn off this, only error message can apper.

 Accepted Answer

Add this line at the start of your code:
warning('off','all')

2 Comments

Thanks, Diego, i will try it later, i think i can work well.

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink Coder in Help Center and File Exchange

Products

Release

R2020b

Community Treasure Hunt

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

Start Hunting!