Tagged Questions
1
vote
1answer
299 views
How can I simulate a pot lid rotating around an axis that is quickly rotating?
How can I simulate the rotation of a pot lid about an axis that is quickly rotating as in the following image? I'm particular interested in the motion of the red dot.
Here is my attempt:
...
1
vote
0answers
76 views
Why does animating images overlayed with graphics primitives take much longer than animating either individually?
So I start by making a list of images with
images = Image[ArrayPlot[Import[ (* filenames *) ]]]
Then I run some complicated code that extracts the coordinates ...
2
votes
1answer
113 views
Resetting an animation with a custom button
I have the following code, which accepts a function via an InputField, and then gradually draws that function in a Plot using ...
9
votes
2answers
446 views
How can I create a fountain effect?
Inspired by this (please use Chrome or Firefox), I tried to simulate it, but I couldn't do it. I'm not familiar with Dynamic. Here is my simple code:
...
11
votes
2answers
321 views
How can I highlight a moving bar in an animation of a bar chart?
I wrote the following code, but I don't know how to highlight the moving bar.
...
3
votes
1answer
216 views
Animating a circle to move along an curve
Basically, I want to move a graphic (such as a circle) along a given path (such as sin(x)). I was thinking that the trick might be making the x and y coordinates of the circle vary based on the ...
9
votes
4answers
405 views
Creating an animation illustrating the time-evolution of a pre-computed orbit
As the title says, I would like to use Mathematica in order to create an animation depicting the time-evolution of a three-dimensional (3D) orbit. To begin with, I have an ASCII file which contains ...
3
votes
4answers
333 views
how to draw a moving point on a curve?
I almost remember an example that has a moving red point on a given curve, which will moving time and time again, with no controls...
now, here is my question: given a curve by
...
4
votes
3answers
154 views
How can I completely remove the ListAnimate controls?
I want to use ListAnimate to show an animation but I want to remove the slider and all of the buttons from the top and show the animation panel only. There is an ...
28
votes
8answers
1k views
Animating mathematica.se logo
As we all know our site's logo was completely generated by Mathematica. I suppose it is quite natural to make the next step -- to generate the animated version of this logo. There's a lot of space for ...
23
votes
4answers
1k views
How to create this four-dimensional cube animation?
This is a tesseract, a four-dimensional cube, which contains two cubes. Here, each side length of the smaller one is 1, while the side length of the bigger one is 2. How do make I it?
I am still ...
2
votes
2answers
601 views
Animation of Differential Equations from NDSolve with ParametricPlot3D and Evaluate
I have a system of differential equations (referred to as "s") and use NDSolve to obtain the solution. I substitute the interpolated functions for the original ...
4
votes
2answers
191 views
Color based on (discrete) derivative of function
I am making a very basic stock simulation. I want ListLinePlot to color my stock viewer based on whether the price went up or down from the previous price. Here is ...
2
votes
2answers
280 views
Animating a 3-D arrow given the vector's x, y, and z components as a function of time
I am trying to show how a vector M varies over time. I have the following code:
...
30
votes
5answers
914 views
Rotating an image along a Möbius strip?
I am trying to make a GIF which will be a rotating Möbius strip, with some text printed along its (one!) side. I am trying to (obviously) do this in Mathematica.
After some diligent searching and a ...
27
votes
2answers
841 views
Animating a Voronoi Diagram
edit: Excellent answers have been provided and I made an animation which is suitable for my use, however, all the examples rely on bitmap/rasterized data; is there a vector based approach?
I would ...
18
votes
4answers
727 views
Morphing Graphics, color and location
I would like to make a small animation :
1-We start with a random distribution of gray points :
...
3
votes
1answer
174 views
Incorporating an additional graphics element when using Animate and ParametricPlot3D
I'm trying to animate some curves that wrap around a cylinder. OK so far:
...
5
votes
1answer
345 views
Create a “perspective animation”
Inspired by How can this confetti code be improved to include shadows and gravity?
I would like to create my new experiment/stimuli using Mathematica. The idea is to study how people move their eyes ...
6
votes
2answers
557 views
Animating a rotating disk
I have a system with 3 degrees of freedom that I want to know if it is possible to visualise with Mathematica in the two-dimensional $X-Y$ plane. I have a plane ...
