Re: controllers in manipulate
- To: mathgroup at smc.vnet.net
- Subject: [mg131882] Re: controllers in manipulate
- From: Narasimham <mathma18 at gmail.com>
- Date: Wed, 23 Oct 2013 23:44:54 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-outx@smc.vnet.net
- Delivered-to: mathgroup-newsendx@smc.vnet.net
> How can I put the controls so that the > control of x is a slider and the control of > y is a radio button? You mean step of x << step of y ? In the following, y is also a slider with unit step intervals set into slider. Manipulate[ Plot3D[ Cos[m x] Cos [ n y], {x, 0, 2 Pi}, {y, -Pi, Pi}] , {{m, 1.2}, -4, 4, .1, Appearance -> "Labeled"}, {{n, 2}, -5, 4, 1}] Narasimham
- Follow-Ups:
- Re: controllers in manipulate
- From: Francisco Gutierrez <fgutiers2002@yahoo.com>
- Re: controllers in manipulate