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 CenterFile Exchange에서 Event Functions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by