How to update values in a graph taken from a slider
1 次查看(过去 30 天)
显示 更早的评论
I'm programming a PID (GUI) for a control system, but I have problems with the sliders. I can not make the graph updates as you move the slider.
I have to do that every time the slider is moved to update the graphics, without pressing any additional buttons.
0 个评论
回答(1 个)
Azzi Abdelmalek
2012-12-9
You need to insert a plot function inside a slider function callback.
2 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 PID Controller Tuning 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!