필터 지우기
필터 지우기

Making a movie out of a plot

조회 수: 3 (최근 30일)
Jake Elliott
Jake Elliott 2020년 4월 21일
답변: Image Analyst 2020년 4월 21일
I am trying to make a movie out of several plots and am succesful in doing so. However, the movie comes out to be an RGB: 343x434 and I want it to be an I: 250x250. I am using the getframe function to make the movie and the implay function to play the movie. How can I get the desired movie? Thank you

답변 (1개)

Image Analyst
Image Analyst 2020년 4월 21일
Maybe try imresize() to get it into the desired size before you write it to the movie.
I've attached a couple of demos to help you (or others).

카테고리

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