Problem in using preassigned variable in manipulate
- To: mathgroup at smc.vnet.net
- Subject: [mg126362] Problem in using preassigned variable in manipulate
- From: Pooja Tewari <infratab.poojat at gmail.com>
- Date: Thu, 3 May 2012 22:24:10 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Hi, I am new to Mathematica and I have been stuck with this seemingly small issue for some time now - x:=.5; g = Manipulate[ Plot[Sin[i t], {t, 0, 10}, ImageSize -> Scaled[x]], {i, 1, 5}] I want to assign the variable x to .5 and then use it in Manipulate function, which plot a graph of sin[i t] and imagesize should be scaled to x( which is already assigned). But when I am deploying this in cdf, I am having this error "The specified setting for the option GraphicsBoxOptions, ImageSize cannot be used."
- Follow-Ups:
- Re: Problem in using preassigned variable in manipulate
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Problem in using preassigned variable in manipulate
- From: John Fultz <jfultz@wolfram.com>
- Re: Problem in using preassigned variable in manipulate
- From: Christoph Lhotka <christoph.lhotka@fundp.ac.be>
- Re: Problem in using preassigned variable in manipulate