Is it possible to handle a slider with an 'on-line' update? I mean, updating the value continously during the sliding.
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Matt J
2023-5-28
Yes, use the ValueCHangingFcn callback
1 个评论
Walter Roberson
2023-5-28
Note that this is uislider for uifigure(), not uicontrol 'slider' for traditional figure()
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!