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');