Re: AVI from screen



I would use subplot to put all of your plots into one figure window:

subplot - http://tinyurl.com/yos95b

then you can use getframe and avifile to create an avifile from this single figure:

avifile - http://tinyurl.com/265jpl

-Nick


Ryan wrote:
All,


I need to create an avi file from the monitor so that it can
be incorporated into a power point slide. Basically I have a
few figures that get updated in real-time and I need to be
able to show them all as they progress. Any ideas?

Thanks

Ryan
.