MathGroup Archive 2011

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

Search the Archive

Mixing multiple manipulate objects

  • To: mathgroup at smc.vnet.net
  • Subject: [mg123300] Mixing multiple manipulate objects
  • From: Joerg <jordinho.s at googlemail.com>
  • Date: Wed, 30 Nov 2011 07:05:34 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Reply-to: comp.soft-sys.math.mathematica at googlegroups.com

Hi,

is there the posibility to combine in a Manipulate-object a variable with multiple values like {u,{u1,u2,...},Locator} and a slider for a different variable like {v,0,1}?
E.g. something like

Manipulate[Plot[MapThread[(#1+#2*x)&,{{a},{b}}],{x,0,1},PlotRange->{All,{0,10}},PlotStyle->Thick],{a,{{0,0},{0,0.1},{0,0.2}},Locator},{{b,0.1},0,5},SaveDefinitions->True]

So, I want to have several lines with locators that I can manipulate, but all are simultaneously controlled by 'b'.

thanks,

joerg



  • Prev by Date: Re: Cancel order
  • Next by Date: Re: How to sort elements from a two-dimensional list
  • Previous by thread: Point light source demo
  • Next by thread: Re: gives different result compared to 1/Diagonal[Normal@A] when A is sparse