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?