How do I disable the warning generated in Simulink when there is a Goto block without a corresponding From block?
5 次查看(过去 30 天)
显示 更早的评论
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.
采纳的回答
MathWorks Support Team
2009-6-27
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".
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!