Re: Export Animation
- To: mathgroup at smc.vnet.net
- Subject: [mg53370] Re: Export Animation
- From: "Steve Luttrell" <steve_usenet at _removemefirst_luttrell.org.uk>
- Date: Sat, 8 Jan 2005 23:02:31 -0500 (EST)
- References: <cro315$he7$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Here is an example of how to get animations into PowerPoint:
g = Table[Plot[BesselJ[n, x], {x, 0, 10}, PlotRange -> {-0.5, 1.}], {n, 0,
3, 0.1}];
Export[<filename>, g, "AVI"]
You then import the movie (from the above file) into PowerPoint.
Steve Luttrell
"Uli Wuerfel" <uli.wuerfel at fmf.uni-freiburg.de> wrote in message
news:cro315$he7$1 at smc.vnet.net...
> Hi there,
>
> i import a file with mathematica and generate a number of graphs. By
> doubleclicking a graph a nice animation starts.
> Could someone please tell me how it is possible to export the whole
> animation (e.g. in order to be able to use it in a presentation with
> PowerPoint)?
>
> Thanks for any help,
>
> Uli
>