Hi
In my model i have used below blocks
{'Copy_of_temp1/Function-Call↵Generator1'}
{'Copy_of_temp1/Lookup↵Table↵Dynamic'}
{'Copy_of_temp1/S-Function'}
i need to find only s fuction blocks present in my model but after using find_system('Blocktype') along with s function above blocks also getting counted.
how to find only S-fuction block?
same case with DocBlock,Cosine block, Model Info Block & Resettable subsystem.

답변 (1개)

Danijel Domazet
Danijel Domazet 2020년 10월 7일

0 개 추천

Try:
s_blocks = find_system(model, 'SearchDepth', 1, 'BlockType','S-Function');

카테고리

도움말 센터File Exchange에서 Block and Blockset Authoring에 대해 자세히 알아보기

질문:

2020년 1월 28일

답변:

2020년 10월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by