Questions on the Manipulate function of Mathematica, a function that allows the interactive manipulation of certain parameters in a Mathematica expression.
0
votes
2answers
36 views
Manipulating several values from the same interval
Some of my calculations depend on the choice of several values from the interval [-2, 2] (it is more or less interpolation of a fixed function using the points as parameters). I want to create a ...
0
votes
0answers
105 views
2
votes
1answer
69 views
Effect of Block[] on iterators in Manipulate[]
The following is a toy example that hopefully shows the problem clearly enough.
Why does the following code create a nice, manipulable output:
...
2
votes
1answer
69 views
How to apply a free-form input Function using InputField
I am trying to take a free-form input Function to create a list using NestList.
...
3
votes
0answers
50 views
How can I control the controlplacement of Manipulate?
I want to place the Slider of manipulate as I want but I can't, help me to get rid of it
...
0
votes
1answer
57 views
Counting Stochastic Processes and displaying relative value
Counting Stochastic Processes and displaying relative value
I have two watermarks and multiple stochastic processes given. I want both to display and count the stochastic processes which are below ...
0
votes
1answer
82 views
Manipulating and plotting two interdependent functions: [closed]
I want to plot two functions. Function G8 and G9. Both should be manipulable. Function G9 should dependent on Function G8. Function G8 has a bigger starting value. If function G8 increases by δ ...
-1
votes
1answer
71 views
Plotting the simulation of Brownian Motions with multiple thresholds
I have the following problem: I have a watermark in this model where not only the mean of all stochastic processes is calculated, but also the mean of those processes which remain beyond a given ...
0
votes
1answer
52 views
Displaying Values of Fuction at end of Period by Grid
My intention is to place the values of two function into a small box within my chart. To be more precise I have two vectors.
A meanvector which shows the average value of all simulated stochastic ...
0
votes
1answer
61 views
Stopping- threshold and stopping- time of stochastic processes.
Rod Lm helped me to generate the following code, which I want to extend a little bit. So my intention is to use the threshold (the green line) as boundary in the following way: as soon as the process ...
0
votes
1answer
133 views
Brownian Motion with stopping threshold
I just want to generate one stochastic process, whereas I want to be able to manipulate the start value and the volatility. Furthermore, the process should stop when it reaches 5
However, as soon as ...
2
votes
2answers
64 views
Restarting an Animate[] animation after variable in Manipulate[] changes
I've been trying to restart an animation after variables change from Manipulate PopUpMenus. My animation takes the form:
...
0
votes
2answers
102 views
How to maintain a smooth surface in CDFs while playing? [duplicate]
I created a CDF for viewing the Möbius Band, and its generation.
https://www.dropbox.com/s/e3af0xelbbqjfhd/Cinta_Moebious_Rafa.cdf
But:
1.- When it´s PAUSED the surface is soft and you can see with ...
3
votes
1answer
54 views
Labeling SetterBar in Manipulate
This is the form of my list
list1 = {{1, 2}, {3, 4}};
list2 = {{5, 6}, {7, 8}};
list = {{list1, list2}};
I want to plot list1 and list2 in a ListPlot with ...
0
votes
1answer
37 views
Item Resizing when using Locators
I am having some difficulty in resizing a Stream Plot when using locators: Whenever I try to resize the Stream Plot, one of the locators instead moves to the cursor.
...
1
vote
2answers
70 views
I want to change the outer background color of a manipulated plot
I downloaded some demonstrations' sources (for example) and I want to change their colors. I am only stuck with the white outer background that is around the plot's yellow background.
I would like to ...
0
votes
0answers
50 views
Abridging Lists of Equations within NDSolve, Manipulate [duplicate]
I have a pretty little NDSolve function that I've finally decked out with manipulatable (by sliders) coefficients, which changes the graph in real time. However, I ...
2
votes
1answer
77 views
Manipulating plot of random iterated function system fractal
I'm generating the Sierpinski Gasket by implementing a chaos game in mathematica. What I'd like to do is create an interactive manipulation with a slider, whereby moving it forward, plots all the ...
3
votes
1answer
64 views
How can I use Manipulate[] to click on a Graphics3D output and generate $(x,y)$ outputs on a projection plane parallel to my screen?
Say I have some Graphics3D object that I'm looking at from a top down perspective, e.g.:
...
0
votes
3answers
78 views
Evaluation in Manipulate [duplicate]
I have an expression assigned to a variable. For example:
exp1 = a*x+b
Now I would like to plot it using something like this
...
7
votes
1answer
167 views
Simple problem with Manipulate and Plot
Would anyone have an idea why the following doesn't work:
rule = {z -> x^2 + 2 x + y};
Manipulate[
Plot[z /. rule, {x, 0, 10}],
{{y, 2, "y"}, 1, 5}
]
But ...
4
votes
1answer
158 views
Track object movement
Referring to this link I happen to realize that actually the trace being projected is dependent on an equation and not on disk or circle. Though I was presuming that it is getting traced because of ...
1
vote
3answers
101 views
0
votes
1answer
89 views
How to manipulate a Fourier sine series?
I would like to plot the Fourier sine series for $f(x) = x$.
I would like to manipulate the parameter n from $0$ to $10$ and plot the sine waves over $(0,1)$. My ...
3
votes
2answers
220 views
Plotting heat equation in a Manipulate expression
I have a 2D heat equation $u_t = \alpha (u_{xx} + u_{yy})$ with conditions:
$u(x, y, 0) = 300$,
$u_y(x, 0, t) = \mu_1(x)$,
$u_y(x, 1, t) = \mu_2(x)$,
$u(0, y, t) = \mu_3(y)$,
$u(1, y, t) = ...
4
votes
3answers
91 views
How to dynamically change the Appearance of a control in Manipulate?
How can I dynamically change the appearance of b? Strangely it works for the Enabled state but not for the Appearance.
Thanks.
...
1
vote
1answer
67 views
How to track dynamically generated manipulators?
In the code below the manipulators that are generated from the stakes buttons are not tracked by the Manipulate expression that contains them.
How can I make the ...
2
votes
1answer
72 views
Help generating dynamic manipulators?
I would like to generate dynamic Manipulators for each of the selected buttons in a ToggleBar.
How can I keep the state of each Manipulator in a variable?
I would like to later access the values of ...
6
votes
2answers
69 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
2answers
58 views
How to manipulate plot range with fixed axes
I want to achieve something like this
Manipulate[Plot[Sin[x], {x, 0, r}, PlotRange -> {{0, 10}, {-1, 1}}], {r, 0.1, 10}]
but my function in place of ...
1
vote
2answers
90 views
Manipulate keeps replaying the animation non-stop
I made a notebook with the following code, but for some reason when I evaluate it it keeps replaying repeatedly. What is causing this?
Thanks.
...
1
vote
1answer
55 views
how to show value of y-axis value using manipulate to select x-axis value
How to add a slider for the x-axis that shows the value of the y-axis based on the position of the slider.
Basically providing the result of the probably given a specific lot percent defective, lpd ...
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 ...
0
votes
0answers
47 views
How can I import sound from within a Manipulate expression?
I want to import sound from a file, record, and import sound.
...
3
votes
1answer
105 views
Manipulate a Plot that contains a variable that contains symbol
This snippet
mm = m
Manipulate[{mm, Plot[mm x, {x, 0, 1}]}, {m, 0, 1}]
(m is not defined anywhere) produces a sadly fixed ...
1
vote
1answer
70 views
Using Manipulate Feature for Two ODE's
So I have not been able to find any examples of the Manipulate feature for two ODE's. I would like to plot a graph of x[t] vs. y[t] and manipulate the initial conditions, v and theta. Thank you very ...
12
votes
3answers
316 views
Simulate a simple spinner
I'm teaching some simple ideas in probability to students in grade 7.
The "spinner" below works, but I'm wondering how I could make it just a bit more realistic by having it actually "spin" around a ...
0
votes
0answers
26 views
Error in extracting a column [duplicate]
I imported excel data to Mathematica using this command.
kuruzD = Import[
"C:\\Users\\TMH\\Documents\\Problem Set 4\\kuruzData.xlsx"][[1]] //TableForm
I want to ...
0
votes
1answer
76 views
DataRange problem in a ListLinePlot within a Manipulate
I'm trying to create a simulation of a set of lists with Manipulate[] and ListLinePlot[]. However, as my simulation starts with ...
3
votes
1answer
53 views
Restricting a plotted expression to reals in a Manipuate
I have an expression from which I'm trying to create a plot that I can manipulate. The expression contains Abs, and I only want to have it evaluated for reals. What ...
2
votes
2answers
86 views
How to prevent errors in Manipulate with ListPlot when a result is an empty list?
I am trying to plot two lists, where one is the reference list, and the other is only used to select and highlight the first list. Basically, I want to use the selection list ...
0
votes
0answers
56 views
Manipulating output from Solve
I have two systems of equations Linear in $A_i$
System 1
$\sum_{i=1}^{4} A_i F_{a1i}(H_1,H_2,H_3,H_4) = G_{a1}(H_1,H_2,H_3,H_4) \\
\sum_{i=1}^{4} A_i F_{a2i}(H_1,H_2,H_3,H_4) = ...
1
vote
0answers
82 views
Manipulate - Flickering graphics
I am new to mathematica and was experimenting with NDSolve and doing a simple demonstration of orbital motion and Newtons laws. I put together the following code which all seems to work except the ...
1
vote
1answer
69 views
Use Results from Manipulate Plot NDSolve to create another plot versus variable used in DE
I created my plot using using this input:
...
3
votes
3answers
106 views
How to control the speed in Manipulation
As the title says, I want to control the speed when I use Manipulate. I have the following piece of code
...
-3
votes
1answer
113 views
How can you show data in a CDF Animate Graphic?
I want to show (dynamically) the curvature and torsion in a CDF to understand the quantitative measure of any points. Do you know what I have to do to show data in a ...
2
votes
1answer
77 views
Combining two notebooks
I have a notebook which contain all the variables and defined functions. I want to do two tasks. As an example, I want to find the density and energy which have equations in terms of above mentioned ...
1
vote
3answers
99 views
Tangent to a circle
I am trying to show vector of fixed length which is the tangent to a circle which rotates. Any suggestions on how to simplify this ? My question is not about using Manipulate etc but more is there an ...
3
votes
2answers
125 views
Click on a curve to start Manipulating another function
I'm able to plot two lists with a tooltip on the curves to display the name of the curve:
...
4
votes
2answers
149 views
How to dynamically update Locator[] constraints?
I need to visualize Menelaus' theorem for a triangle with moving locators for each of six points. So the vertexes of the triangle can move in any possible way, and the three points on the sides of the ...



