필터 지우기
필터 지우기

How to make movie

조회 수: 2 (최근 30일)
TTA
TTA 2016년 9월 30일
댓글: Image Analyst 2016년 10월 2일
How can I make movie with the axis and title label inclusive, so that when the movie is playing both the axis and title label can be showing as well..............
thanks
  댓글 수: 1
Geoff Hayes
Geoff Hayes 2016년 9월 30일
Toyese - please show some of your code so that we can get an idea as to how you are playing the frames of your movie. Is each frame shown in a fixed-sized axes object so that you can add labels for the x-axis and y-axis? Or does each frame use all of the figure?

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

채택된 답변

Image Analyst
Image Analyst 2016년 10월 1일
See attached demo.
  댓글 수: 3
Walter Roberson
Walter Roberson 2016년 10월 2일
Use VideoWriter and writeVideo() to create the movie. You can use getframe to capture something that is on-screen.
Image Analyst
Image Analyst 2016년 10월 2일
That's what my demo does. I don't see why it works with surf() but not with contourf(). I haven't had time to dig into why, and Toyese forgot to post the mode of mine that he adapted, plus I'm leaving on a 5 day trip tomorrow so I may never have time.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by