Simulink-Blockmask: How to add a button and assign a callback by m-file script?

4 visualizaciones (últimos 30 días)
I what to modify many library elements programmatically and add some buttons to the block mask. How can this be done?
(After adding some buttons to the mask manually I can't find any changes with get_param(gcb,'ObjectParameters')).

Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 12 de Oct. de 2020
To get mask parameters
get_param(gcb,'MaskNames'), or 'MaskVariables','MaskPropertyNameString',...
To do mask programmatically
web(fullfile(docroot, 'simulink/slref/simulink.mask-class.html'))

Más respuestas (0)

Categorías

Más información sobre Author Block Masks en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by