Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Find beginning of epoches
Date: Wed, 11 Jul 2007 05:53:51 +0000 (UTC)
Organization: Universit&#228;tsSpital Z&#252;rich
Lines: 10
Message-ID: <f71r9f$ggo$1@fred.mathworks.com>
References: <ef5cd86.-1@webcrossing.raydaftYaTP> <1183974225.442027.51510@i38g2000prf.googlegroups.com> <ef5cd86.1@webcrossing.raydaftYaTP> <QuedndxFj4ltKQ7bnZ2dnUVZ_jSdnZ2d@speakeasy.net> <ef5cd86.6@webcrossing.raydaftYaTP> <ef5cd86.7@webcrossing.raydaftYaTP>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-01-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1184133231 16920 172.30.248.36 (11 Jul 2007 05:53:51 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 11 Jul 2007 05:53:51 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader DŠ\ýíܽ
Xref: news.mathworks.com comp.soft-sys.matlab:418393



aa:
<SNIP down to syntax error...

> sprintf('\n\ta(%d) = %f\n',idx,epoch)

should read

     sprintf('a(%d) = %f',idx(end),epoch)

us