how can i change the value of a variable with a slider in matlab designer?
25 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hello, i want to change a value of a variable in my matlab script while running it with a slider that i build in matlab designer.
im quit new to designer, can anyone help me out?
Thanks in advance
1 comentario
Respuestas (2)
Catalytic
el 8 de Sept. de 2022
Editada: Catalytic
el 8 de Sept. de 2022
Here is a doc page talking about the general process of writing component callbacks in appdesigner. In this particular section, there is an example dealing with a slider callback.
1 comentario
Matlab_Beginner
el 8 de Sept. de 2022
Editada: Matlab_Beginner
el 9 de Sept. de 2022
Steven Lord
el 9 de Sept. de 2022
Rather than changing the value of a fixed variable I would likely retrieve the Value property of the slider object whenever I need to use its value. This way I would be sure to always have the current value of the slider.
1 comentario
Matlab_Beginner
el 12 de Sept. de 2022
Editada: Matlab_Beginner
el 12 de Sept. de 2022
Ver también
Categorías
Más información sobre Develop Apps Using App Designer 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!