Is it possible to handle a slider with an 'on-line' update? I mean, updating the value continously during the sliding.
2 views (last 30 days)
Show older comments
As far as I see, the callback function is called and executed when the slider is released. But is it possible to update something continously during the sliding move?
0 Comments
Answers (1)
Matt J
on 28 May 2023
Yes, use the ValueCHangingFcn callback
1 Comment
Walter Roberson
on 28 May 2023
Note that this is uislider for uifigure(), not uicontrol 'slider' for traditional figure()
See Also
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!