MathGroup Archive 2009

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

Search the Archive

Re: Exporting a discrete Manipulate[] sequence?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98129] Re: Exporting a discrete Manipulate[] sequence?
  • From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
  • Date: Tue, 31 Mar 2009 04:16:35 -0500 (EST)
  • References: <gqq3t0$7n3$1@smc.vnet.net>

Export["test.avi",
 Manipulate[Plot[Sin[k x], {x, 0, 2 \[Pi]}], {k, 1, 10, 1}]]

Cheers -- Sjoerd

On Mar 30, 11:37 am, AES <sieg... at stanford.edu> wrote:
> OK, I've got a nice Manipulate[] command set up with one of the
> variables running through a discrete sequence, and I want to export one
> complete cycle of the plots produced by running through that sequence
> into an external file (e.g., a QuickTime movie, or a PDF document) or an
> external folder (e.g., a sequence of image or PDF files).
>
> Possible to get this information back out into the real world, without
> either (a) manually stepping through the sequence and manually Exporting
> the graphic at each step, or (b) reprogramming the underlying expr into
> a separate animation or Export[] loop?



  • Prev by Date: Re: Importing data with comma as decimal separator
  • Next by Date: Re: Default Lighting Colors and Positions
  • Previous by thread: Exporting a discrete Manipulate[] sequence?
  • Next by thread: Re: Exporting a discrete Manipulate[] sequence?