Re: Manipulate[Plot[Evaluate[expr]]]
- To: mathgroup at smc.vnet.net
- Subject: [mg125688] Re: Manipulate[Plot[Evaluate[expr]]]
- From: Bob Hanlon <hanlonr357 at gmail.com>
- Date: Thu, 29 Mar 2012 02:57:09 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201203280532.AAA08791@smc.vnet.net>
You need a sequence rather than a list of iterators. Manipulate[Plot[ M/\[Tau] \[Phi]^M E^(-(x/\[Tau])) (1 - E^(-(x/\[Tau])))^(M - 1), {x, 0, 50}, PlotRange -> All], {M, 1, 12, 1, Appearance -> "Labeled"}, {\[Tau], 3, 15, 1, Appearance -> "Labeled"}, {\[Phi], .5, .8, .1, Appearance -> "Labeled"}] Bob Hanlon On Wed, Mar 28, 2012 at 1:32 AM, leigh pascoe <leigh at evry.inserm.fr> wrote: > Could someone please help me with the syntax of a dynamic plot? > > I would like to plot a function with 3 constants, for various values of > the constants (M, t and f say) and for the variable x going from zero to > 50. I have been unable to find the correct syntax for the > Manipulate/Plot command. Here is one attempt that shows the function to > be evaluated and the 3 constants > > Manipulate[ > Plot[M/\[Tau] \[Phi]^M E^(-(x/\[Tau])) (1 - E^(-(x/\[Tau])))^( > M - 1), {x, 0, 50}], {{M, 1, 12, 1}, {\[Tau], 3, 15, > 1}, {\[Phi], .5, .8, .1}}] > > Any suggestions would be appreciated. > > LP
- References:
- Manipulate[Plot[Evaluate[expr]]]
- From: leigh pascoe <leigh@evry.inserm.fr>
- Manipulate[Plot[Evaluate[expr]]]