Filter löschen
Filter löschen

How delete property of a GUI?

3 Ansichten (letzte 30 Tage)
KEYVAN PEBDANI SAHRAEI
KEYVAN PEBDANI SAHRAEI am 14 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.

Akzeptierte Antwort

Cris LaPierre
Cris LaPierre am 14 Jan. 2021
Try cla. You need to include your gui axes object.
cla(app.UIAxes)
  3 Kommentare
Cris LaPierre
Cris LaPierre am 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.
KEYVAN PEBDANI SAHRAEI
KEYVAN PEBDANI SAHRAEI am 15 Jan. 2021
Thank you for your answer. I just understand to how delete it with delete(). Thank you

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Animation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by