Questions on the Manipulate function of Mathematica, a function that allows the interactive manipulation of certain parameters in a Mathematica expression.
3
votes
1answer
129 views
Generate a new output using Manipulate
Thanks to methods found in the below, I was able to assemble those elements :
Tile image on specific location without space between them
How to combine images with the same dimensions in a grid?
...
9
votes
2answers
130 views
How to make TraditionalForm display the same in the Manipulate output as in a notebook?
I noticed that TraditionalForm does not display as nice in the Manipulate output as in normal notebook. Is there a way to make it look the same?
Here is an example,
...
16
votes
6answers
1k views
Using ListPointPlot3D to simulate 2D plots moving in time
I wrote a 1D solver for the heat equation $u_t=u_{xx}$, and I can animate the solution using normal ListPlot command, where the x-axis is the rod length, and the ...
10
votes
1answer
259 views
Manipulate evaluation sequence
Manipulate doesn't always evaluate in the order I expect it to. What is the evaluation sequence for Manipulate and other ...
7
votes
2answers
290 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:
...