Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I get "shown" parameter or similar parameter for Simulink blocks?

2 ビュー (過去 30 日間)
Burak Bayram
Burak Bayram 2018 年 11 月 26 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hello everyone,
There is a parameter for systems; "shown". when you type ;
get_param(gcs, 'shown') %or
get_param('vdp', 'shown')
it will give you the status of model is whether already opened or not.
Now I want to apply same thing for blocks, but appearently blocks do not have a parameter named 'shown'.
So is there any parameter that has similar information about blocks status, or masks, isn't it saved that block is already opened or currently closed, not shown??
  1 件のコメント
Burak Bayram
Burak Bayram 2018 年 11 月 26 日
Allright, partially I have found my answer, for blocks there is this;
get_param(gcbh, 'open');
but for masks(Mask Dialogs) I still couldn't find, I will edit if I find it before someone else.

回答 (0 件)

この質問は閉じられています。

製品


リリース

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by