Making a movie out of a plot

3 visualizzazioni (ultimi 30 giorni)
Jake Elliott
Jake Elliott il 21 Apr 2020
Risposto: Image Analyst il 21 Apr 2020
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

Risposte (1)

Image Analyst
Image Analyst il 21 Apr 2020
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).

Categorie

Scopri di più su Animation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by