help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Modifying counter within a loop


From: Brian Kaczynski
Subject: Re: Modifying counter within a loop
Date: Thu, 10 May 2018 18:16:01 +0000

I would use a while loop in this case and increment the counter in the while loop. Then you can be sure what value the counter has when it finishes one iteration of the loop and your counter skipping code should work.

-Brian 

On Thu, May 10, 2018, 20:07 Fritz Sonnichsen <address@hidden> wrote:
I have a stretch of code that contains a "for" loop. Within the loop,
under certain circumstances,  it adds a constant to the loop counter for
various reasons. This allows the code to "skip ahead". However after
some investigation it is apparent that one cannot do this--that is, the
loop counter is always set to the next consecutive value and ignores the
added constant.

I assume this is a rule for the loop command (could not find this in the
docs). Is there a way to override this behaviour?

Thanks
Fritz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]