How to update values in a graph taken from a slider
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Azzi Abdelmalek
el 9 de Dic. de 2012
You need to insert a plot function inside a slider function callback.
Ver también
Categorías
Más información sobre PID Controller Tuning en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!