필터 지우기
필터 지우기

How to get all the parameters of Mask ?

조회 수: 1 (최근 30일)
Sultan
Sultan 2016년 7월 22일
편집: Azzi Abdelmalek 2016년 7월 22일
I'm trying to make a Superclass that first calls all the values of the Parameters of the Blocks in the .mdl SIMULINK file. Is there any command that I can get all such values ? I know how to use find_system command and get_param but they only get a particular parameter.

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 7월 22일
편집: Azzi Abdelmalek 2016년 7월 22일
For the Constant block for example:
get_param('untitled/Constant','DialogParameters')

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by