From: Paolo - on
Hi all,
I'm trying to create a movie from a moving surf plot. I'm using the view command to move the camera viewpoint and then I'm trying to create a movie from single frames. I tried to use the getframe command, but it does not seem to work, so I tried with saveas (I save the current plot as a .png image, read it again and add to the movie) and it works. The only problem is that this command seems to do an auto zoom of the image. In the plot I set the cameraviewanglemode and similar to manual, in order to avoid the streatch to fill default behaviour, which seems to work in the plot, but not in the saved image. Do you know how can I avoid this?

Thanks
From: Paolo - on
Solved by using "axis manual", thanks anyway.

"Paolo -" <paomic(a)gmail.com> wrote in message <hlh1je$jji$1(a)fred.mathworks.com>...
> Hi all,
> I'm trying to create a movie from a moving surf plot. I'm using the view command to move the camera viewpoint and then I'm trying to create a movie from single frames. I tried to use the getframe command, but it does not seem to work, so I tried with saveas (I save the current plot as a .png image, read it again and add to the movie) and it works. The only problem is that this command seems to do an auto zoom of the image. In the plot I set the cameraviewanglemode and similar to manual, in order to avoid the streatch to fill default behaviour, which seems to work in the plot, but not in the saved image. Do you know how can I avoid this?
>
> Thanks