App Designer Slider changing value and Numerical Boxes Popping Up
19 次查看(过去 30 天)
显示 更早的评论
Hi, I have tab on my GUI where i have a slider and the user slides the slider to a number between 0-5. And according to the number they have slid to, they would press a button and then numerical boxes would open for them to inut the values.
For example; if they slid the slider to 0 then no boxes would open to input the inof and if they slid to 3 then 3 numerical boxes would open.
How would i go by programming this with callbacks ?
Thanks
0 个评论
回答(1 个)
Aghamarsh Varanasi
2021-4-23
Hi,
You can use the 'Value Changed' callback of a slider in MATLAB appdesigner. For the numerical boxes, you could use a 'Numerical Edit Field' with the appropriate 'Limits'. You can toggle the property 'Visible' of 'Numerical Edit Field' to display the appropriate number of Edit Fields. For more information on the UI components in appdesigner, refer to this documentation link.
Hope this helps
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!