Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: how to create and update a matrix in GUI ?
Date: Mon, 28 Jul 2008 04:04:03 +0000 (UTC)
Organization: UFSC
Lines: 17
Message-ID: <g6jgfj$22a$1@fred.mathworks.com>
References: <g6j8vk$5b$1@fred.mathworks.com> <g6jb32$3j5$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1217217843 2122 172.30.248.38 (28 Jul 2008 04:04:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 28 Jul 2008 04:04:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1354092
Xref: news.mathworks.com comp.soft-sys.matlab:482153



"Donn Shull" <donn.shull.no_spam@aetoolbox.com> wrote in
message <g6jb32$3j5$1@fred.mathworks.com>...
> 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.

Yes Donn, you are right!! So I try to made my own code and
it's works.
It's a GUI that you could insert data and then its
immeadiatly plotted. very nice..