Checking the exisiting of the Goto block with specified GotoTag

1 Ansicht (letzte 30 Tage)
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?

Akzeptierte Antwort

Fangjun Jiang
Fangjun Jiang am 26 Okt. 2021
find_system('ModelName','BlockType','Goto','GotoTag','Out4')

Weitere Antworten (0)

Kategorien

Mehr zu Simulink Functions finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by