|
[Date Index]
[Thread Index]
[Author Index]
Animate
- To: mathgroup at smc.vnet.net
- Subject: [mg66956] Animate
- From: "MR" <marcinrak at gmail.com>
- Date: Mon, 5 Jun 2006 03:48:04 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hey everyone
Module[{n}, Animate[Plot[Sin[n x], {x, 0, 2 Pi}], {n, 1, 6, 1}]];
running the above command doesn't yield an animation in one plot, but
much rather six different still plots which appear one beneath the
other.
Any ideas?
Prev by Date:
Re: Re: Re: Homotopic algorithm to solve a system of equations
Next by Date:
How to generate sections, subsections, etc. automatically?
Previous by thread:
Mathematica newbie questions
Next by thread:
Re: Animate
|