フィルターのクリア

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

2 ビュー (過去 30 日間)
How can I programatically change the size and position of a user-defined mask in simulink?

回答 (1 件)

Ashutosh Prasad
Ashutosh Prasad 2019 年 1 月 15 日
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

カテゴリ

Help Center および File ExchangeSubsystems についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by