How delete property of a GUI?
2 views (last 30 days)
Show older comments
KEYVAN PEBDANI SAHRAEI
on 14 Jan 2021
Commented: KEYVAN PEBDANI SAHRAEI
on 15 Jan 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 Comments
Accepted Answer
Cris LaPierre
on 14 Jan 2021
cla(app.UIAxes)
3 Comments
Cris LaPierre
on 15 Jan 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.
More Answers (0)
See Also
Categories
Find more on Animation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!