Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Data analysis
Date: Tue, 21 Jul 2009 17:25:19 +0000 (UTC)
Organization: Universit&#228;tsSpital Z&#252;rich
Lines: 10
Message-ID: <h44tlv$3ka$1@fred.mathworks.com>
References: <h44342$4iu$1@fred.mathworks.com> <h4447l$i4a$1@fred.mathworks.com> <59e5dd4a-3afa-4362-b0c0-61d65368f8e5@y7g2000yqa.googlegroups.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1248197119 3722 172.30.248.35 (21 Jul 2009 17:25:19 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 21 Jul 2009 17:25:19 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 11
Xref: news.mathworks.com comp.soft-sys.matlab:557219


"david.correa@gmail.com"
> Try this,
> AA=[0.015 0.01 0.01 0.01 0.01 0.005 0.005 0.005 0.005 0.005 0.005
> 0.005 0.005 0.005]
> ind=find(AA<=0.005)
> AA(ind)=0

no, unfortunately not as good as other solutions already proposed in this thread...

us