Azzera filtri
Azzera filtri

How can I programatically change the size and position of a user-defined mask in simulink?

2 visualizzazioni (ultimi 30 giorni)
How can I programatically change the size and position of a user-defined mask in simulink?

Risposte (1)

Ashutosh Prasad
Ashutosh Prasad il 15 Gen 2019
You can use set_param to set the 'Position' parameter of the mask.
>> set_param(gcb, 'Position', [180, 30, 290, 230])
Follow this answer here for more details
https://www.mathworks.com/matlabcentral/answers/218042-changing-the-size-and-position-of-the-simulink-block

Categorie

Scopri di più su Subsystems in Help Center e File Exchange

Prodotti


Release

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by