필터 지우기
필터 지우기

Does the Live Editor support figure animations?

조회 수: 7 (최근 30일)
MathWorks Support Team
MathWorks Support Team 2016년 3월 4일
편집: MathWorks Support Team 2019년 8월 19일
I would like to know if the Live Editor supports figure animations.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2019년 8월 21일
편집: MathWorks Support Team 2019년 8월 19일
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.

추가 답변 (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