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 equation, but I have not been able to make anything except a circle that just sits there.
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
You need to specify the
|
|||||
|
ManipulateandCircleandGraphics. Also, the demonstrations site is bound to yield some relevant code... – Yves Klett Jan 3 at 12:31PlotRangecan help them in similar situations. – Yves Klett Jan 3 at 13:39