Re: removing discontinuities
- From: "Vig" <vig@xxxxxxxxxxxxxxx>
- Date: Thu, 15 Dec 2005 03:22:37 -0500
"Michael O'Leary" <moonoleary@xxxxxxxxxxxxx> wrote in message
news:ef1ef93.1@xxxxxxxxxxxxxxxxxxx
> I'm not quite sure I understand. I thought I was using integer values
> for j.
ksi = eps: .01: lam(k);
for j = 1:100*lam(k)+1
you are only doing this for k = 1
This means lam(k) is going to be 0.8
This means that the array is going to be
[0.8, 1.6, 2.4 ...80]
in other words, it is [0.8:0.8:80]
which might cause eccentricities if you do not round them off to the nearest
integer as you want them... (using floor or ceil)
Can you tell me exactly what value of k and j you are looping through? As
Jos said, the equation itself is unreadable, so I am going to trust you on
the equation and detect any problems the for loop is causing :)
Cheers!
--
Vig
.
- Follow-Ups:
- Re: removing discontinuities
- From: Michael O'Leary
- Re: removing discontinuities
- References:
- removing discontinuities
- From: Michael O'Leary
- Re: removing discontinuities
- From: Vig
- Re: removing discontinuities
- From: Michael O'Leary
- removing discontinuities
- Prev by Date: Need to buy Licorice Root Extract ,contact lily!
- Next by Date: Supply Lo Han Kuo Extract
- Previous by thread: Re: removing discontinuities
- Next by thread: Re: removing discontinuities
- Index(es):
Relevant Pages
|