Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!j4g2000yqe.googlegroups.com!not-for-mail
From: ImageAnalyst <imageanalyst@mailinator.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Help please, how to write simple iterations and for loops
Date: Tue, 3 Nov 2009 10:15:04 -0800 (PST)
Organization: http://groups.google.com
Lines: 10
Message-ID: <6013b2df-f39c-40b1-a292-92a73ac448ab@j4g2000yqe.googlegroups.com>
References: <hcpgi4$mtt$1@fred.mathworks.com>
NNTP-Posting-Host: 192.44.136.113
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
X-Trace: posting.google.com 1257272104 25804 127.0.0.1 (3 Nov 2009 18:15:04 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Tue, 3 Nov 2009 18:15:04 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: j4g2000yqe.googlegroups.com; posting-host=192.44.136.113; 
	posting-account=0rLUzAkAAABojYSRC64DkTbtiSCX77HH
User-Agent: G2/1.0
X-HTTP-Via: 1.1 bdci2px (NetCache NetApp/6.0.7)
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; 
	CyberSafe-IWA-Enable; .NET CLR 1.1.4322; .NET CLR 2.0.50727; MS-RTC LM 8; 
	.NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 
	3.5.30729),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:582118


Dave:
What exactly is PI+1 or PI-1?  Is that the P value at the index after
and before the current index (if so, you need to have the complete PI
for all elements already calculated so that you can use them in the
next pass)?  In other words, if you're calculating P(k) and it depends
on P(k+1) but you haven't calculated P(k+1) already, then you're out
of luck.

Or is it literally the PI value plus or minus 1 (which is impossible
because you haven't calculated PI yet)?