Checking the exisiting of the Goto block with specified GotoTag

2 ビュー (過去 30 日間)
Ewela
Ewela 2021 年 10 月 25 日
コメント済み: Ewela 2021 年 10 月 27 日
How can I check if the Goto block with the specified GotoTag exists?
In order to check if the block with the desired name exists I can use it:
handle = getSimulinkBlockHandle('sampleModel/Goto')
but I want to check if gotoblock exists with specified tag (without pointing the name of the block).
I need something like this:
handle = getSimulinkBlockHandle('GotoTag','Out4')
handle>=0 exists
handle=-1 do not exists
How can I achieve that?

採用された回答

Fangjun Jiang
Fangjun Jiang 2021 年 10 月 26 日
find_system('ModelName','BlockType','Goto','GotoTag','Out4')
  1 件のコメント
Ewela
Ewela 2021 年 10 月 27 日
It works, thank you for help :)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Model Editing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by