App Designer Slider changing value and Numerical Boxes Popping Up
조회 수: 17 (최근 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!