« View all new features in
Mathematica
9
◄
previous
|
next
►
New in
Mathematica
9
›
Gauges
Control Dynamic Interfaces
Use gauges as controls to manipulate parameters in dynamic interfaces.
In[1]:=
X
Manipulate[ Plot[{Sin[a x], Cos[b x]}, {x, 0, 4 \[Pi]}, ImageSize -> 300], {{a, 1}, 0, 4, AngularGauge[##1, ImageSize -> 100] &}, {{b, 1}, 0, 4, AngularGauge[##1, ImageSize -> 100] &}, ControlPlacement -> Left]
Play Animation
»
Stop Animation
»