App Designer Slider changing value and Numerical Boxes Popping Up

22 visualizaciones (últimos 30 días)
Kathan Parikh
Kathan Parikh el 20 de Abr. de 2021
Respondida: Aghamarsh Varanasi el 23 de Abr. de 2021
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

Respuestas (1)

Aghamarsh Varanasi
Aghamarsh Varanasi el 23 de Abr. de 2021
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

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by