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