how do I pause an animation in an App

 Accepted Answer

Dan Green
Dan Green on 5 Aug 2021
Thanks for the reply. It turns out pause also works but I had a dummb typo.

More Answers (1)

Try
sleep(0.5);

1 Comment

Thats fine. In fact I missed a typo, and "pause" also works. My bad.........

Sign in to comment.

Categories

Tags

Asked:

on 2 Aug 2021

Answered:

on 5 Aug 2021

Community Treasure Hunt

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

Start Hunting!