MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Export Animation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg53432] Re: Export Animation
  • From: Bill Rowe <readnewsciv at earthlink.net>
  • Date: Tue, 11 Jan 2005 01:31:44 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

On 1/9/05 at 11:04 PM, davidannetts at ihug.com.au (David Annetts)
wrote:


>>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.

>That would save much time & effort over my solution.  What version
>of Mathematica does this apply to?  For 5.0 Windows, AVI is not a
>recognised Export format.

The AVI format is one of the formats added to Export in version 5.1.
--
To reply via email subtract one hundred and four


  • Prev by Date: mathematica installation problem
  • Next by Date: Re: 2D plot for lists?
  • Previous by thread: RE: Re: Export Animation
  • Next by thread: Re: Re: Export Animation