From: <HIDDEN>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: Re: Find beginning of epoches
Message-ID: <ef5cd86.7@webcrossing.raydaftYaTP>
Date: Tue, 10 Jul 2007 19:22:21 -0400
References: <ef5cd86.-1@webcrossing.raydaftYaTP> <1183974225.442027.51510@i38g2000prf.googlegroups.com> <ef5cd86.1@webcrossing.raydaftYaTP> <QuedndxFj4ltKQ7bnZ2dnUVZ_jSdnZ2d@speakeasy.net> <ef5cd86.6@webcrossing.raydaftYaTP>
Lines: 10
NNTP-Posting-Host: 89.217.19.228
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:418365



aa:
<SNIP down to syntax error...

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

should read

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

us