Tagged Questions
6
votes
2answers
65 views
How to set the slider width inside Manipulate
I use the code below to visualise the connection between a sine curve and the unit circle, but would like to make the slider wider, so it has at least almost the same with as the image. I have tried ...
0
votes
0answers
37 views
manipulate: time limit on calculations [duplicate]
I'd like to disable the 5 second time limit in the manipulate construct. I read about setting
SynchronousUpdating -> False
But for some reason this does ...
1
vote
0answers
142 views
Is this a bug in ListPicker?
I use Mathematica v9.0.1 Home Edition. I recently modified some code to take advantage of the ListPicker Manipulate control (new ...
12
votes
1answer
180 views
Using a MacBook's builtin sudden motion sensor with Manipulate
With the following code I can get the value of the "Sudden Motion Sensor", which is build into MacBooks:
...
6
votes
4answers
241 views
How to save Manipulate bookmarks permanently?
I would like to save current Manipulate parameter values to load them again later. Bookmarks (previously discussed here and here) work fine until the cell is ...
0
votes
1answer
101 views
Manipulate[]'ing complex roots of an equation using a 2D slider [closed]
I want to make a demonstration of how the complex roots of a polynomial change when I alter the coefficients. Here is my attempt:
...
2
votes
2answers
196 views
How can I control the behavior of a Manipulate with check boxes and radio buttons?
I've been stuck for a long time on this problem, and I really would appreciate if somebody helps me move in the right direction.
I have two functions and each can take one of two forms. I am ...
1
vote
2answers
73 views
ControlsRendering and operating systems
Controls, such as those appearing in Manipulate constructs, are by default rendered depending on the operating system. Wrapping everything in ...
7
votes
1answer
120 views
Can I select or implement a Manipulate bookmark from an arbitrary control?
I understand how I can select a bookmark from the "+" menu of a Manipulate. Is there a way to select a bookmark from an arbitrary control, or define a control that ...
5
votes
1answer
128 views
Placing Manipulate controls in multiple columns
I have a Manipulate construct with a square Graphic on the left side and all the controls placed on the right side. There are so ...
6
votes
1answer
244 views
How do I constrain the region where I can drag a Locator?
How do I constrain the region where I can drag a Locator to conform to rules, including rules that apply to computations resulting from the value of the ...
5
votes
1answer
176 views
Enabled option for slider in Manipulate not updating dynamically
In a Manipulate expression I have a slider control which has the Enabled option
...
3
votes
1answer
90 views
How to link a button to a manipulate play
I am wondering how I can link a button to the play button shown if you expand "Show Animation Control",
So something like,
...
