Name

xs2ppm — send graphics to a file in PPM syntax

Calling Sequence

xs2ppm(win_num,filen)

Parameters

win_num

integer scalar or vector .

filen

string, file name.

Description

xs2ppm sends the recorded graphics of the window win_num in the file filen in PPM format.

Examples

    scf(0)
    plot2d()
    //PPM export
    xs2ppm(0,(foo.ppm');
  

See Also

xs2bmp, xs2gif, xs2jpg, xs2png, xs2eps, xs2pdf, xs2svg, xs2ps, xs2fig, xs2emf