From: "kai voges" <kai.voges@gmx.net>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: Re: Find beginning of epoches
Message-ID: <ef5cd86.1@webcrossing.raydaftYaTP>
Date: Mon, 9 Jul 2007 06:44:14 -0400
References: <ef5cd86.-1@webcrossing.raydaftYaTP> <1183974225.442027.51510@i38g2000prf.googlegroups.com>
Lines: 13
NNTP-Posting-Host: 131.220.133.169
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:417970



Ok, I see! Normaly we say sweep; but maybe this also isn“t clear!

It is a vector like
a = [0 3 10 40 50 75 90 102 110 120];
sec.
Now there occurs an event at
b = 51;
sec.
How to get the biggest number in a well below b:
a(5) = 50;

Is there a way to do it programatically?
Thx, Kai