[mg90386] Multiple Executions of .nb file

View: New views
1 Messages — Rating Filter:   Alert me  

[mg90386] Multiple Executions of .nb file

by Dave-270 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Can I run a notebook file over a specific number of iterations and store the
results?

For example if I had a notebook file:
test.nb

            multiplier == 1
           Plot[{Sin[multiplier*x]}]


could I run it from another notebook
run.nb

        For[i=1, i < 4, i = i + 1, initfile test.nb (multiplier == i)]

and have the outputs stored in another file?

if anyone has any suggestions or if I am not being clear:
davidl4ie@...