How to make video as below

조회 수: 1 (최근 30일)
Jiuxuan Zhao
Jiuxuan Zhao 2019년 9월 2일
댓글: Jiuxuan Zhao 2019년 9월 2일
Hi, I need to do some videos to show some figures like the one below. Does anyone know how to make it? Do I need to add some tools? Thanks
teaser_stolt.gif

채택된 답변

Image Analyst
Image Analyst 2019년 9월 2일
First make up each frame in whatever way you can. Then use videoWriter() to make a movie. See attached demo.
  댓글 수: 1
Jiuxuan Zhao
Jiuxuan Zhao 2019년 9월 2일
Thanks a lot for the demo!
Do you know how to draw the 3D image in the gif as I attached? I think the video is made with some 3D images at different view, right?

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

추가 답변 (1개)

Pavel
Pavel 2019년 9월 2일
Basically this called "animation" and there are several different ways how to perform it. You can find a lot of stuff at this page: https://www.mathworks.com/help/releases/R2019a/matlab/animation-1.html?container=jshelpbrowser
or in MATLAB type: web(fullfile(docroot, 'matlab/animation-1.html?container=jshelpbrowser')).
If you are interested exatly in creating a video file , look for a VideoWriter function in MATLAB help.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by