How delete property of a GUI?
2 ビュー (過去 30 日間)
古いコメントを表示
KEYVAN PEBDANI SAHRAEI
2021 年 1 月 14 日
コメント済み: KEYVAN PEBDANI SAHRAEI
2021 年 1 月 15 日
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 件のコメント
採用された回答
Cris LaPierre
2021 年 1 月 14 日
cla(app.UIAxes)
3 件のコメント
Cris LaPierre
2021 年 1 月 15 日
cla will clear patches. Anything you plot is on an axes.
This might be easier if you share your code for creating the animation.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Animation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!