MATLAB: How to suppress certain warning messages in Simulink

hidesimulinksupresswarning

How do I suppress certain warning messages in Simulink?
I would like to be able to selectively suppress warning messages in Simulink. I know that MATLAB has warning identifiers that allow for selective warning suppression. Is there a similar feature in Simulink?

Best Answer

Review the following URL for information on programmatically suppressing Simulink warnings:
Also one can use the Diagnostic Pane in Configuration Parameters to suppress some standard warnings.