Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Report generator from a GUI
Date: Mon, 20 Oct 2008 19:11:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 5
Message-ID: <gdil46$a66$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1224529862 10438 172.30.248.35 (20 Oct 2008 19:11:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 20 Oct 2008 19:11:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1118512
Xref: news.mathworks.com comp.soft-sys.matlab:496342


I'm using the report generator to generate a automatic report for a tool. I want to launch the report from a GUI, my problem is that once the report is generated, my GUI is closed and deleted (the report generator functionality deletes all the figures opened by Matlab).

Does anybody know how can I keep my GUI opened and get the report generated?

I've tried saving the figure but it doesn't work (the GUI has Java objects and I lose them, and by loading again all the handles are "renamed" and the GUI is not working any more)