why don't animations work in LiveScripts?

why don't animations work in figures embedded in LiveScripts when they work fine in identical Scripts where the figures open in their own window?

 Réponse acceptée

Sean de Wolski
Sean de Wolski le 8 Fév 2017
Live scripts are still new and this functionality hasn't been added yet.
You can force a figure to pop out of a live script by putting:
figure('visible','on')
so that the animation happens.

2 commentaires

Chris Dewdney
Chris Dewdney le 9 Fév 2017
Thanks, the animation now displays in a figure window from the livescript but it is very much slower than the script version.
I've experienced this as well. Using:
drawnow limitrate
to force the graphics updates helps make the animations much faster.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Animation dans Centre d'aide et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by