> From: Ronan Reilly <[email protected]> > > Hi, > > I'm trying to write a unix (Mac OS X) batch script to call viewmat > repeatedly on about 150 files and save the resulting bmp files. However, > viewmat can't be called within the J console. In fact, I don't really want > to display the viewmat output directly, I'm just interested in the > generating the bmp files. Is there any way of achieving this within > jconsole? Failing that, is there any way of suppressing the display of the > viewmat display within the GUI, while still being able to call savemat?
See the media/animate addon. http://www.jsoftware.com/jwiki/Addons/media/animate With simple parameters STEP, MIN and MAX it allows creating animations from any graphical example: Plot, Viewmat and even OpenGL. A sequence of frames can be saved as numbered images, which can be used to create movies with external software, such as QuickTime. This can used in a batch, where each STEP is an index to a completely independent image definition. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
