Questions tagged [manipulate]
Questions on the Manipulate function of Mathematica, a function that allows the interactive manipulation of certain parameters in a Mathematica expression.
2,101 questions
1 vote
0 answers
86 views
Dynamic Problems with Plot3D in Wolfram Cloud
I wrote the following code and uploaded it to WolframCloud. ...
5 votes
4 answers
430 views
Prevent error message on accidental mouse drag on dynamic 3d graphics
Here is an example how to use Dynamic inside Manipulate for smooth rotation. But it does not work for the following code. ...
2 votes
0 answers
64 views
Strange behavior with Manipulate in WolframCloud
I'm trying to make an applet that allows the user to input an equation v (say in x). However, I am getting a strange behavior ...
3 votes
0 answers
136 views
Animate a part of the image with the Rubik's cube. How?
I have this image and would like to create an animated GIF with the head moving like it's completing a Rubik's Cube. Here I leave you part of the code that I have. Could you help me? Thank you. ...
0 votes
1 answer
104 views
Manipulate Plot With Graphics [closed]
This is my code: ...
2 votes
1 answer
142 views
show dimensionless parameter in Manipulate[]
Manipulate[T=2;Plot[x+t,{x,0,1}],{t,T,2T}] I want to show in the control panel t as multiples of T rather than its numeric value. One can instead re-parametrize ...
0 votes
0 answers
127 views
non-linear second order differential equation
I am faced with the following non-linear differential equation $\frac{d^2x}{dt^2}+\frac{3}{p}\frac{dp}{dt}\frac{dx}{dt}=\frac{1}{x^3p^6}-2x$ I would like to find an expression for x in terms of p. Is ...
2 votes
1 answer
114 views
How fix error in Mathematica "NDSolve::ndsz: At t == ... step size is effectively zero; singularity or stiff system suspected" when using Manipulate?
I am trying to solve a nonlinear system of differential equations in Wolfram Mathematica using NDSolve and visualize the solution with Manipulate. However, I encounter the following error when running ...