How delete property of a GUI?

조회 수: 1 (최근 30일)
KEYVAN PEBDANI SAHRAEI
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.

채택된 답변

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 CenterFile Exchange에서 Animation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by