Re: Re: Giving an arbitrary number of arguments to Manipulate using Apply
- To: mathgroup at smc.vnet.net
- Subject: [mg94717] Re: [mg94672] Re: Giving an arbitrary number of arguments to Manipulate using Apply
- From: "Yoichi Aso" <aso at caltech.edu>
- Date: Sun, 21 Dec 2008 05:53:29 -0500 (EST)
- References: <gidf9a$db$1@smc.vnet.net> <200812191226.HAA02906@smc.vnet.net>
Thank you, Jens-Peer and Mark, Both of your methods worked fine except that I had to change the last argument of Table in Mark's solution from {i, 2, Length[vars]} to {i, 1, Length[vars]}. I really appreciate your help. I learned some new Mathematica tricks. Yoichi.