Search for a parameter in a mask programatically

조회 수: 2 (최근 30일)
João Araújo
João Araújo 2022년 2월 28일
댓글: João Araújo 2022년 2월 28일
Hello,
I am trying to search for parameters used in masks, as for example:
the issue is, I cannot seem to do this programatically. While in the ctrl+f in simulink it finds the parameter easily, It doesn't seem to work using find_system. Has anyone run into this issue?
Thanks in advance!

채택된 답변

stozaki
stozaki 2022년 2월 28일
Try the following command:
ret = find_system (bdroot (gcs),'BlockType','SubSystem','MaskValueString','sensif_p_IMU_lat_sign')
Set the target parameter name in the last argument.
stozaki

추가 답변 (0개)

카테고리

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

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by