How to add a mask parameter to a simulink block

1 回表示 (過去 30 日間)
grapevine
grapevine 2012 年 5 月 11 日
Hello everyone,
For the purpose of my internship, I need to automate the creation of the mask parameters on a Simulink block.
Do you know if there is any Matlab instruction to add a parameter to a simulink block?
I thought to use this instruction
add_param('sys','parameter1','value1')
but unfortunately it works only for a block diagram, not for a single block.
thanks 4 reading
  2 件のコメント
TAB
TAB 2012 年 5 月 11 日
Do you want to only change the value of parameter or you want to add more *Parameter fields* in the block?
grapevine
grapevine 2012 年 5 月 11 日
Unfortunately, I have to add more *Parameter fields* in the block

サインインしてコメントする。

採用された回答

Kaustubha Govind
Kaustubha Govind 2012 年 5 月 11 日
You need to do a set_param on the block to set MaskVariables, MaskPrompts, MaskValues, etc.
  1 件のコメント
grapevine
grapevine 2012 年 5 月 11 日
thanks a lot
it works great
get_param(gcb,'MaskVariables')

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAuthor Block Masks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by