Path: news.mathworks.com!not-for-mail
From: "Peng Lei" <penglei@uwm.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Record matlab animation process
Date: Fri, 24 Oct 2008 22:17:02 +0000 (UTC)
Organization: University of Wisconsin-Milwaukee
Lines: 3
Message-ID: <gdthgt$shk$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 1224886622 29236 172.30.248.37 (24 Oct 2008 22:17:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 24 Oct 2008 22:17:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1565821
Xref: news.mathworks.com comp.soft-sys.matlab:497187


My case is complicated. 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.  Is it possible to record the process above to make it a avi file by matlab? The matlab files contain one .M file and one .f file. If so, how?

Thanks