how to use Slider Switch in simulink model ?

2 ビュー (過去 30 日間)
jingwie sun
jingwie sun 2017 年 6 月 22 日
コメント済み: Swarooph 2017 年 6 月 23 日
How to use Slider Switch in simulink model ? Help document write a little bit.

採用された回答

Swarooph
Swarooph 2017 年 6 月 22 日
This block enables you to control block parameters in the model. I've made a GIF below that shows how to work with this block. (Right click on image and open in a new window or tab to enlarge it):
Also take a look at the video at the link below for a general overview on Dashboard blocks:
In case you were not looking at the correct documentation link, you can find that as well below:
  2 件のコメント
jingwie sun
jingwie sun 2017 年 6 月 23 日
Why CANNOT link with constant block in my model? There are any limitation during use Dasboard
Swarooph
Swarooph 2017 年 6 月 23 日
Looks like you need to turn off the 'Inline Parameters' option from the configuration parameters. You can issue the following command at the command prompt. Note that mdlName is just a place holder and should be the actual name of the model.
set_param(mdlName,'DefaultParameterBehavior','Tunable')
After doing this, try what you have posted above.

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

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by