Julia Programming Language
Elegant way to initiate a loop once a condition is met and then check the condition holds every nth iteration
New to Julia
question
,
loops
jules
March 8, 2023, 6:05pm
2
If you want every nth iteration after the first one, maybe do
if i % n == 1
?
2 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
What is the best way to loop a function over a list continuously in Julia?
New to Julia
question
6
581
August 20, 2022
Resetting Counter in a While loop
General Usage
6
888
December 1, 2022
Nesting a for loop in a while loop
New to Julia
question
,
control
,
loops
,
control-flow
6
2066
March 25, 2022
How to start the execution of a loop at a given time of day
New to Julia
question
2
357
August 19, 2022
For loop condition filter
General Usage
4
995
September 4, 2020