Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: : [ ] function?
Date: Sat, 19 Jul 2008 14:06:02 +0000 (UTC)
Organization: Battelle Energy Alliance (INL)
Lines: 27
Message-ID: <g5ssca$h7s$1@fred.mathworks.com>
References: <g5sevj$ra1$1@fred.mathworks.com> <g5sgum$epd$1@fred.mathworks.com> <g5sjom$jhc$1@fred.mathworks.com> <g5sm5j$ou9$1@fred.mathworks.com> <g5soo2$1ej$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 1216476362 17660 172.30.248.38 (19 Jul 2008 14:06:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 19 Jul 2008 14:06:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 688530
Xref: news.mathworks.com comp.soft-sys.matlab:480445




> > > I want to have this in a gui,whenever the call back
function
> > > is called, it will create something like this....


> Meaning to say, when the push button is first pressed, it
> will create [1, 2, 3 ], then when it's pressed again, 
> it will create [1, 2, 3, ; 4, 5, 6], and then when it's
> pressed again, it will create [1, 2, 3; 4, 5, 6; 7, 8, 9] so
> on and so forth. Then when the final push button is pressed, 
> it will create a text file with all these information in
there.
> 
> Does it make sense now?
> 
> p.s. sorry, it was not supposed to be : in the previous post.





help persistent
help isempty