How delete property of a GUI?

2 ビュー (過去 30 日間)
KEYVAN PEBDANI SAHRAEI
KEYVAN PEBDANI SAHRAEI 2021 年 1 月 14 日
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.

採用された回答

Cris LaPierre
Cris LaPierre 2021 年 1 月 14 日
Try cla. You need to include your gui axes object.
cla(app.UIAxes)
  3 件のコメント
Cris LaPierre
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.
KEYVAN PEBDANI SAHRAEI
KEYVAN PEBDANI SAHRAEI 2021 年 1 月 15 日
Thank you for your answer. I just understand to how delete it with delete(). Thank you

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnimation についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by