How delete property of a GUI?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
KEYVAN PEBDANI SAHRAEI
el 14 de En. de 2021
Comentada: KEYVAN PEBDANI SAHRAEI
el 15 de En. de 2021
I have designed an animation on GUI ,How can I delete the aniamtion please ?I dont want to close the figure just removing the aniamation and start to animate again.
0 comentarios
Respuesta aceptada
Cris LaPierre
el 14 de En. de 2021
cla(app.UIAxes)
3 comentarios
Cris LaPierre
el 15 de En. de 2021
cla will clear patches. Anything you plot is on an axes.
This might be easier if you share your code for creating the animation.
Más respuestas (0)
Ver también
Categorías
Más información sobre Animation 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!