Page History: Animations
Compare Page Revisions
Page Revision: 2012/04/24 14:08
1. BASES: HOW IT WORKS
- an animation it's a "frames collection"
- each frame can be generated by a time-dependant function (a parametric equation)
- parameter must be a vector (a column matrix)
- parametric equations can be mono-parametric or multi-parametric
- when you plot an animation, the animation parameter must be defined as "t"
- right-click on your plots to define the animation settings
- parameter source: Animate -> u or v
2. EXAMPLES
3. REFERENCES
This simple tutorial can be found here:
Animations tutorial - bases