octave-maintainers
[Top][All Lists]
Advanced

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

Re: octave gset, graw


From: Daniel J Sebald
Subject: Re: octave gset, graw
Date: Fri, 24 Feb 2006 14:42:27 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

Bill Denney wrote:
I'm hoping to help do the non-trivial coding that will allow:

movie_handle = movie('file.mpg'); # or .avi or whatever
for i_frame = 1:50
  x = <some data>;
  plot_handle = plot(x);
  movie_handle = addframe(movie_handle, plot_handle);
endfor

My guess is that the movie_handle will have properties like:

frames (handles to figure, axis, or image objects that show the image)
resolution (height and width in pixels)
filetype ('mpg', 'avi', etc-- whatever we can handle)
some more that I can't think of at the moment.

Looks good.

Dan



reply via email to

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