Path: news.mathworks.com!not-for-mail
From: "Peng Lei" <penglei@uwm.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Export matlab animation to avi
Date: Fri, 24 Oct 2008 22:14:01 +0000 (UTC)
Organization: University of Wisconsin-Milwaukee
Lines: 3
Message-ID: <gdthb9$qj6$1@fred.mathworks.com>
References: <gdq8qd$862$1@fred.mathworks.com> <Jb2Mk.5938$UD6.4434@newsfe07.iad> <gdqogq$mri$1@fred.mathworks.com> <gdqprt$ak6$1@fred.mathworks.com>
Reply-To: "Peng Lei" <penglei@uwm.edu>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1224886441 27238 172.30.248.37 (24 Oct 2008 22:14:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 24 Oct 2008 22:14:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1565821
Xref: news.mathworks.com comp.soft-sys.matlab:497186


Ok, I got your point, it can really export the animation to an avi video. But my case is more complicated than that. first I creat a GUI interface with 4 panels and 2 axes,  then I also made two pushbuttons on the GUI, click the first one, the background on panels and axes show up, click the second one, the progressing curve lines and moving images will show on the panels and axes. The matlab files contain one .M file and one .f file. Is it possible to record the process above to make it a avi file by matlab? If so, how?

Thanks