To create animation video using array frames of different size

조회 수: 15 (최근 30일)
sam l
sam l 2020년 8월 26일
댓글: sam l 2020년 10월 20일
Hi
I am trying to create a video using a for loop - plot a figure inside loop and save the frames into a movie array.
The issue is that the figure are having different frame size. I am trying different methods to set the figure position (location and size values, but the figure created do not follow the set values.
  • so i need to create video from array of differing frame sizes.
Createing Figure and saving frame to array myMovie
MyMovie has different frames sizes ...
Trying to create vedio but failed due to different frame size

답변 (1개)

sushanth govinahallisathyanarayana
You could crop the first 2 down to 934x1672, or resize the frames to a common size, imresize will help. Failing that, you can create separate videos for the size and stitch them together later.

제품


릴리스

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by