Does the Live Editor support figure animations?

7 vues (au cours des 30 derniers jours)
MathWorks Support Team
MathWorks Support Team le 4 Mar 2016
I would like to know if the Live Editor supports figure animations.

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 21 Août 2019
Modifié(e) : MathWorks Support Team le 19 Août 2019
From R2019a, Live Editor supports the animation feature.
To enable this feature, please run the following command.
settingsObj = settings;
settingsObj.matlab.editor.AllowFigureAnimation.TemporaryValue = 1;
In R2018b and previous version, please refer the followings.
it is not supported. You can, however, double-click the figures within the Live Editor to get a full figure window with full graphics capabilities.

Plus de réponses (0)

Catégories

En savoir plus sur Animation dans Help Center 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