Azzera filtri
Azzera filtri

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 visualizzazioni (ultimi 30 giorni)
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');

Risposte (1)

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

Categorie

Scopri di più su Modeling in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by