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')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactive Model Editing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by