How to automatically play a Slider- bar when push button presses in GUI?

8 Ansichten (letzte 30 Tage)
Lavanya
Lavanya am 26 Mai 2022
Beantwortet: Austin Decker am 26 Mai 2022
I have created a GUI and in that I wanted to use a play push button to automate the Slider Value. After that I wanted to use a stop button to stop the sliding. Kindly suggest your ideas to implement this functionality in GUI?

Antworten (1)

Austin Decker
Austin Decker am 26 Mai 2022
You could use a timer to do this. Basically, when you push the button, you can start a timer with whatever period you want who's timer function increments the slider. When you push the button again, you can stop and delete the timer. Be sure to delete the timer either when you are done using it or when the app closes as this can cause issues. Check the documentation for timer calling syntax.

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by