MATLAB: How to get all the parameters of Mask

classMATLABsimulink

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.

Best Answer

For the Constant block for example:
get_param('untitled/Constant','DialogParameters')