How do I disable the warning generated in Simulink when there is a Goto block without a corresponding From block?

29 views (last 30 days)
I have a Simulink model which contains a Goto block and does not have a corresponding From block. I would like to disable the warning displayed in the MATLAB Command Window, which reads:
Warning: Matching "From" for "Goto" 'myModel/Goto1' not found.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
Documentation on disabling the "Matching From for Goto" warning is missing from Simulink.
Here is additional information on disabling this warning:
To disable this warning, select "Simulation -> Configuration Parameters" from the menu of the model and navigate to the "Diagnostics -> Connectivity" section.
Set the "Unconnected Line" option to "none".

More Answers (0)

Categories

Find more on Simulink Environment Customization in Help Center and File Exchange

Products


Release

R14SP1

Community Treasure Hunt

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

Start Hunting!