how to stop in Gui
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I am running a subroutine of controlling the movement of a stage from one place to another. I like to install a 'stop' button in GUI so I can stop the movement anytime I want.
Is there any way I can do it without breaking the subroutine, namely writing the steps of the subrountine into the program itself?
0 comentarios
Respuestas (2)
Walter Roberson
el 5 de Oct. de 2011
You would have to set a value somewhere that the subroutine periodically checked and exited if the value so indicated.
2 comentarios
Sean de Wolski
el 5 de Oct. de 2011
Sounds like you want to use a timer:
doc timer
2 comentarios
Walter Roberson
el 5 de Oct. de 2011
Not sure how a timer would assist when it is a matter of a stop *button* ?
Ver también
Categorías
Más información sobre Environment and Settings 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!