Path: news.mathworks.com!not-for-mail
From: "Donn Shull" <donn.shull.no_spam@aetoolbox.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: how to create and update a matrix in GUI ?
Date: Mon, 28 Jul 2008 02:32:02 +0000 (UTC)
Organization: L &#38; D Engineering LLC
Lines: 6
Message-ID: <g6jb32$3j5$1@fred.mathworks.com>
References: <g6j8vk$5b$1@fred.mathworks.com>
Reply-To: "Donn Shull" <donn.shull.no_spam@aetoolbox.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 1217212322 3685 172.30.248.38 (28 Jul 2008 02:32:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 28 Jul 2008 02:32:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 219306
Xref: news.mathworks.com comp.soft-sys.matlab:482145



This is not a very specific question. If you want to edit 
an existing variable say variableName in a GUI then you can 
either double click on variableName in the workspace 
browser or issue the command openvar(variableName) in the 
command window. If you want to create new variables from a 
GUI you will probably have to write your own GUI to do this.