上海古都建筑设计集团,上海办公室装修设计公司,上海装修公司高质量的内容分享社区,上海装修公司我们不是内容生产者,我们只是上海办公室装修设计公司内容的搬运工平台

matlab appdesigner系列-常用15-滑块、微调器

guduadmin301月前

滑块,以左右拖动的方式在一定范围内改变数值

此示例,滑块显示微调器的数值,微调器也可以显示滑块的数值

操作步骤为:

1)将滑块和微调器拖拽到画布上

matlab appdesigner系列-常用15-滑块、微调器,第1张

2)分别设置这两个组件的回调函数

回调函数有两个选项:

ValuechangedFcn

Spinner/SlideValueChanging

两个都试了一下,功能上都能实现。好像没有太大区别

 当回调函数为Spinner/SlideValueChanging时:matlab appdesigner系列-常用15-滑块、微调器,第2张

代码为:微调器

%             changingValue = event.Value;
            app.Slider.Value=event.Value;

滑块

%             changingValue = event.Value;
            app.Spinner.Value=event.Value;

 运行效果

matlab appdesigner系列-常用15-滑块、微调器,第3张

当回调函数为 ValuechangedFcn时:

代码为:微调器

%             value = app.Spinner.Value;
            app.Slider.Value=app.Spinner.Value;

 滑块

%             value = app.Slider.Value;
           app.Spinner.Value=app.Slider.Value;

运行效果同上。 

网友评论

搜索
最新文章
热门文章
热门标签
 
 孕妇梦见吃饺子  女人梦见别人钓鱼好吗  梦一层一层的醒不过来