Tagged Questions
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 ...
3
votes
2answers
126 views
In a Manipulate[], control timing of Autorun
I've made a gauge like instrument that will get used to prompt someone to maintain rhythmic breathing patterns during heart/brain coherence training.
...
2
votes
1answer
121 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 ...
6
votes
1answer
256 views
How to eliminate the backward play in Export of Manipulate?
I find that the Export of Manipuate contains backforward play, see a simplified example:
...
3
votes
2answers
367 views
8
votes
1answer
147 views
Make ControlActive respond faster within Animate
The following code uses Animate to create an animation that displays as {t, "Inactive"} when paused, and {t, "Active"} when running:
...
8
votes
2answers
328 views
How can I animate a set of points imported from file?
I have an external program which generates a set of data - X points at the time t1, X points at the time t2 and so on. These points are stored in CSV file and I can change the format if necessary.
...
4
votes
1answer
200 views
What changes in Dynamic have occurred from Mathematica 7 to Mathematica 8 that might induce incompatibilities?
I have a function that outputs a Manipulate (say
FAnimated[params_]:= Manipulate[F[params,t], {Time, Animator[t]}]
where F ...