Path: news.mathworks.com!not-for-mail
From: "Eli Chmouni" <echmouni@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Load data from workspace to gui
Date: Tue, 30 Jun 2009 17:32:01 +0000 (UTC)
Organization: Arizona State University
Lines: 5
Message-ID: <h2di6h$8ca$1@fred.mathworks.com>
Reply-To: "Eli Chmouni" <echmouni@gmail.com>
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 1246383121 8586 172.30.248.37 (30 Jun 2009 17:32:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 30 Jun 2009 17:32:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1892592
Xref: news.mathworks.com comp.soft-sys.matlab:551764


Hello everyone;
i have created a gui that loads a .mat file and thus save all the variables in the matlab workspace. My second task now is i have 2 edit text boxes and a push button 
--->what i want to happen is the user of the gui can enter the name of a variable already existing in the workspace and then click the push button and the value of the variable should appear in the second edit text box (that could be a static text box too)
any help would be appreciated
Thank you