Filter löschen
Filter löschen

How can I find 'Compare to Constant' Blocks by using find_system? When I go explicit to the 'Compare to Constant' Block, get_param('path of Compare to Constant','BlockType'); gives "SubSystem" and not "Compare To Constant". (Matlab R2010b))

5 Ansichten (letzte 30 Tage)
open('modelname.mdl');
sys = struct('path',[],'handle',[]);
sys.path = find_system(gcs);
find_system(sys.path{1,1},'BlockType','SubSystem');
find_system(sys.path{1,1},'BlockType','Compare To Constant');

Antworten (1)

hari
hari am 20 Jan. 2020
@Robin Leuering ,you can use its parameters to find the block.
syntax:
find_system(sys.path{1,1},'MaskType','Compare To Constant');

Kategorien

Mehr zu Modeling 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