Name

xs2bmp — send graphics to a file in BMP syntax

Calling Sequence

xs2bmp(win_num,filen)

Parameters

win_num

integer scalar.

filen

string, file name.

Description

xs2bmp sends the recorded graphics of the window win_num in the file filen in BMP format.

Examples

scf(0)
plot2d()
//BMP export
xs2bmp(0,'foo.bmp');
  

See Also

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

Authors

A.C