Path: news.mathworks.com!not-for-mail
From: "Hong " <honghaot@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: GUI and workspace
Date: Fri, 28 Mar 2008 13:50:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 11
Message-ID: <fsit2b$8hv$1@fred.mathworks.com>
Reply-To: "Hong " <honghaot@gmail.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1206712203 8767 172.30.248.38 (28 Mar 2008 13:50:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 28 Mar 2008 13:50:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1061427
Xref: news.mathworks.com comp.soft-sys.matlab:459663


Hi, I create a GUI to run my simulink model. However, there 
is a problem when I tried to plot the figure at the end of 
simulation. 

The call back function of GUI can't access the workspace 
data generated by the simulation.

Therefore, my question is: how can I access the workspace 
data in the GUI push button callback function.

Thanks in advance.