From help-request at octave dot org Mon Dec 13 21:23:20 2004 Subject: Re: "Movie" of plots From: "John B. Thoo" To: "Robert A. Macy" Cc: help at octave dot org Date: Mon, 13 Dec 2004 19:12:14 -0800 Perhaps if you can create gifs, you can use something like gifsicle to create an animated gif. ---John. On Dec 13, 2004, at 6:45 PM, Robert A. Macy wrote: > How do I send to someone a series of plots if they don't > have octave or matlab? > > For myself I run the loop > > for i=1:120 > plot(mydata(i)) > endfor > > and I get a very nice "movie" of the changing set of > mydata. > > I wish to email this exact movie experience of mydata to > someone who does not have octave or matlab. > > How do I do that? > > - Robert - ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------