MathGroup Archive 2010

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

Search the Archive

Re: Loops in Manipulate

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107672] Re: [mg107655] Loops in Manipulate
  • From: "David Park" <djmpark at comcast.net>
  • Date: Mon, 22 Feb 2010 08:32:44 -0500 (EST)
  • References: <31633330.1266826380053.JavaMail.root@n11>

A Do statement doesn't have any output so you would need something more.

Maybe you could first write and test outside the Manipulate a routine with
the control variable q:

f[q_]:=...

Then if that works and produces the display you want put it in the
Manipulate.

Otherwise post a specific example.


David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/  


From: nyu [mailto:nyuout at optonline.net] 

In trying to set up Manipulate wherein the controlled variable is part
of the iterator in a Do loop or the target in a While loop, I get
sliders but no other output  than  {Null}. ???????????




  • Prev by Date: Re: DiscreteUniformDistribution PDF isn't piecewise?
  • Next by Date: Re: problem with double integral
  • Previous by thread: Loops in Manipulate
  • Next by thread: Re: Loops in Manipulate