Hello everyone
I have created a loop within a loop, the inside loop evaluates an
expression and includes a counter (in other words the inside loop runs
until a condition is met eg. mc<h) while the outside loop simply controls
the number of times the entire simulation runs. The info I want is how
many times the loop runs until the condition is met for each iteration.
This part is running okay, but now I am trying to graph the results of
each iteration within the loop. The graph comes up, but instead of one
graph with the results of each iteration, I get 10 or 100 graphs
(depending on the number of times the outside loop is programmed to run).
I would like to be able to view this interactively so that as the loop is
running I can see what is happening on the graph, rather than generating
the data and graphing later. Any suggestions?
Thank you in advance
Gerald Bove
RA Department of Geography
State University of New York at Buffalo
|