MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Multiple Executions of .nb file

  • To: mathgroup at smc.vnet.net
  • Subject: [mg90386] Multiple Executions of .nb file
  • From: "Dave" <david.fourie at ncl.ac.uk>
  • Date: Tue, 8 Jul 2008 02:25:07 -0400 (EDT)

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 at yahoo.co.uk






  • Prev by Date: Re: Glitch in online documentation system (a minor bug, actually?)
  • Next by Date: If and symbol creation
  • Previous by thread: Re: Extracting terms of a polynomial into a list and then multiply
  • Next by thread: Re: Multiple Executions of .nb file