help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Displaying an animation / "movie"


From: Robert A. Macy
Subject: Re: Displaying an animation / "movie"
Date: Tue, 02 May 2006 17:23:44 -0700

Jeff,

I ran across just such a need and wrote this function for
plotting...
  plotmovie.m

but you could modify it inserting 
>> gsplot matrix;
in the for loop and get the same effect for displaying a
matrix.

            - Robert -

On Tue, 2 May 2006 16:46:50 -0400
 "Jeff Miller" <address@hidden> wrote:
> Hi,
> I would really like to use Octave, but there is an
> important feature I need,
> which so far I haven't figured out how to do:
> 
> In Matlab I can do:
> for i=1:100; imshow(rand(100,100)); drawnow; end;
> 
> ...and it rapidly displays a series of matrices in the
> same window, like an
> animated movie. In Octave, when I try this, it opens 100
> ImageMagick
> windows, with each one containing a separate image.
> 
> Is there a way to get the desired behavior in Octave? (or
> any other
> open-source numerical computation package?)
> 
> Thanks for any help!
> Jeff

Attachment: plotmovie.m
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]