Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: write2excel
Date: Thu, 29 Oct 2009 16:12:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 15
Message-ID: <hccesj$klc$1@fred.mathworks.com>
References: <hccafs$9e1$1@fred.mathworks.com> <23101253-c706-4073-be1c-af1693f8a0fc@r5g2000yqb.googlegroups.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 1256832723 21164 172.30.248.38 (29 Oct 2009 16:12:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 29 Oct 2009 16:12:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1518830
Xref: news.mathworks.com comp.soft-sys.matlab:581030


plim <manuela.cotrim@gmail.com> wrote in message <23101253-c706-4073-be1c-af1693f8a0fc@r5g2000yqb.googlegroups.com>...
> Hi,
> 
> this is not the best solution: you can read the data from excel to
> matlab, append the new data, and write it again to excel...
> 
> 
> On Oct 29, 2:57?pm, "Teodor " <teodoralexan...@yahoo.com> wrote:
> > Hello,
> > I have a textbox and a button. When I write a number into the textbox and push the button, I want to save that value into an excel file.
> > Till this point it is simple, but when I want to write a new value into that box and push again the button to save the new value into the excel file, this new value it will overwrite the old one. I want to put the new value in the next row, below the old value in the excel file.
> > Can enyone help me with this problem?

Hmmm...I am new in matlab....can you explain me how to do this?
Thanks in advance!