필터 지우기
필터 지우기

3D plots rotated in live scripts

조회 수: 7 (최근 30일)
feynman feynman
feynman feynman 2024년 2월 28일
댓글: feynman feynman 2024년 3월 5일
It seems that once 3d plots in animations are rotated, the animation can't be replayed again, for the control slider automatically disappears once the 3d plot is rotated. I want to confirm this is correct and is there any way to work around it?

답변 (1개)

Ayush
Ayush 2024년 3월 5일
Hey Feynman,
I understand that you are facing issue while working with animations in MATLAB Live script.
This is due to the fact that Interactive features such as animations with control sliders can indeed face limitations when interacting with 3D plots, especially after rotating or zooming the plot. When you interact with a 3D plot by rotating it, MATLAB may re-render the plot, which can cause interactive elements like animation control sliders to disappear or stop functioning as expected. This behavior is due to the way MATLAB Live Scripts handle dynamic content and user interactions within the embedded figure environment.
One of the possible workarounds is re-running the section which plots the animation.
I hope this helps!
  댓글 수: 1
feynman feynman
feynman feynman 2024년 3월 5일
@Ayush Thank you very much, if there's no other workarounds that re-runs

댓글을 달려면 로그인하십시오.

카테고리

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