How do I disable the warning generated in Simulink when there is a Goto block without a corresponding From block?
21 ビュー (過去 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!