Path: news.mathworks.com!not-for-mail
From: "us " <us@neurol.unizh.ch>
Newsgroups: comp.soft-sys.matlab
Subject: Re: deleting 0s from an array
Date: Fri, 17 Aug 2007 09:07:33 +0000 (UTC)
Organization: Universit&#228;tsSpital Z&#252;rich
Lines: 9
Message-ID: <fa3ogl$erp$1@fred.mathworks.com>
References: <fa07po$f1c$1@fred.mathworks.com> <fa08s1$r4b$1@fred.mathworks.com> <1187326130.279914.104760@g12g2000prg.googlegroups.com> <fa3kot$4mp$1@fred.mathworks.com> <fa3n8c$1an$1@canopus.cc.umanitoba.ca>
Reply-To: "us " <us@neurol.unizh.ch>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1187341653 15225 172.30.248.37 (17 Aug 2007 09:07:33 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 17 Aug 2007 09:07:33 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 11
Xref: news.mathworks.com comp.soft-sys.matlab:424263


Walter Roberson:
<SNIP stumbled over <us>'s <finite>...

> d(~d)=[] and d=d(~~d) work for inf and -inf but neither 
works for NaN...

correct! hasty use of the word <finite>...

us