How to suppress warning for commented out subsystems?
2 views (last 30 days)
Show older comments
I'm getting warnings for subsystems which are commented out.
As far as I understood the Simulink.SuppressedDiagnostic object warnings can be suppressed only for specific blocks.
Is there a way to suppress warnings for all subsystems which are commented out together?
0 Comments
Answers (1)
YASSINE
on 29 Aug 2023
You can configure the model from the Diagnostics pane. Choose 'Connectivity' and select the 'None' option for both 'unconnected block input ports' and 'unconnected block output ports'."
See Also
Categories
Find more on Subsystems in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!