Tagged Questions
18
votes
2answers
294 views
What is the equivalent of a prototypical Manipulate in lower level functions?
Background: In the Mathematica tutorial 'Dynamic Interactivity' I read that there is a way of developing GUIs in Mathematica that do not use Manipulate. I want to ...
17
votes
1answer
443 views
What is the proper method to load a Mathematica package inside a DynamicModule
I have a DynamicModule that requires loading of Mathematica packages. The usual methods do not seem to apply (...
14
votes
2answers
385 views
How can I set the speed of manipulate play button?
Can you set the speed at which a Manipulate plays when the play button is clicked?
11
votes
5answers
356 views
How are parameters evaluated for a Plot in Manipulate
I am trying to get my head around how Manipulate evaluates functions in a Plot. I have read the introduction to Manipulate, and introduction to Dynamic, but I still ...
10
votes
4answers
558 views
Manipulate BarChart with Mathematica
In the following minimal working example:
Manipulate[BarChart[{a,b}],{a,1,2},{b,1,2}]
I'd like to be able to control the size of the bars by using some sort of ...
9
votes
2answers
172 views
Dependent Manipulate sliders
I would like to use dependent sliders in Manipulate.
First slider K0 should be independent and varied from ...
8
votes
5answers
328 views
Manipulate Exp[I θ]+b Exp[-I θ]
I've uploaded an image showing a demonstration I'd like to create, but I definitely need help. There is a lot of talent on this list, so maybe someone can help me get started learning how to add ...
8
votes
2answers
340 views
What causes Manipulate to stop evaluating expressions?
I'm working on a N-body simulation within Mathematica, and currently I have something along these lines:
...
7
votes
2answers
177 views
Moving controls from Manipulate to a Palette ( or similar GUI object )
Consider the following snippet as a reference.
...
7
votes
1answer
170 views
Prevent interdependence of controls
My question is probably best illustrated with this small sample code:
...
7
votes
1answer
263 views
Locking a value when Manipulating variables
I'm trying to achieve something similar to Bret Victor's brilliant Scrubbing Calculator in Mathematica.
By using Manipulate I'd like to change the values of the variables such that if I modify one ...
7
votes
1answer
142 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 ...
6
votes
3answers
107 views
Selective evaluation of blocks of code in a Manipulate
Is it possible to attach certain pieces of code to certain controls in a Manipulate? For example, consider the following Manipulate
...
6
votes
2answers
419 views
Formatted text in a Dynamic or Manipulate control
I am using a Manipulate control to show different calculations for the same user-specified parameters. I would like to show the results for the calculation the ...
6
votes
3answers
228 views
Locators in Manipulate not moving properly
I thought a simple Mathematica kerning machine (for adjusting the space between characters) would be interesting, but I'm having trouble with the locators. (There are a number of other questions ...