08/06/03 22:47:50
>>543
こうじゃないんでしょうか?
print(printoutname,'-dpng');
へルプを見ると
octave:1> help print
-- Function File: print (FILENAME, OPTIONS)
Print a graph, or save it to a file
FILENAME defines the file name of the output file. If no filename
is specified, output is sent to the printer.
OPTIONS:
`-dDEVICE'
Output device, where DEVICE is one of:
`png'
Portable network graphics
`jpg'
`jpeg'
JPEG image
`gif'
GIF image
とか書いてありますよ