|
"Patrick " <praphael@gmail.com> wrote in message <jp1e4s$bmb$1@newscl01ah.mathworks.com>...
> "Chuck37" wrote in message <jp0qjs$h4j$1@newscl01ah.mathworks.com>...
> > I want to display a sequence of color plots (plotted with image) as a movie, but they are not all the same size in pixels. Movie2avi can't stand this apparently. Is there an alternative? I didn't understand that it used the underlying image resolution as opposed to screen resolution, which is constant. I can display the movie in matlab, but it acts kind of weird, sort of walking around in the figure window. I really just want a flip book type thing I guess. Thanks for any ideas.
>
> I would just use interpn to make all the frames the same resolution.
Might take a while, but I guess it would work.
Incidentally, is there a way to keep the axes and titles in a movie? My title is the time and the axes are kind of useful too.
|