Re: How to display parameter in animation?
- To: mathgroup at smc.vnet.net
- Subject: [mg87216] Re: [mg87192] How to display parameter in animation?
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Fri, 4 Apr 2008 02:59:02 -0500 (EST)
- Reply-to: hanlonr at cox.net
Manipulate[Plot[Sin[x + a], {x, 0, 10}], {a, 0, 5}] Then expand control Bob Hanlon ---- Holobundle <cowen at math.buffalo.edu> wrote: > How do I display the parameter in an animation? > > For example, I would like to see the values of the parameter 'a' in the following example from the mathematica documentation: > > Animate[Plot[Sin[x+a],{x,0,10}],{a,0,5}] > > In particular, if I pause the animation I would like to see what the value of the parameter is. >