How to get all the parameters of Mask ?

1 Ansicht (letzte 30 Tage)
Sultan
Sultan am 22 Jul. 2016
Bearbeitet: Azzi Abdelmalek am 22 Jul. 2016
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.

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 22 Jul. 2016
Bearbeitet: Azzi Abdelmalek am 22 Jul. 2016
For the Constant block for example:
get_param('untitled/Constant','DialogParameters')

Weitere Antworten (0)

Kategorien

Mehr zu Programmatic Model Editing finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by