export graphics to BMP
xs2bmp(win_num, file_name) xs2bmp(fig, file_name)
an integer, ID of the figure to export.
handle of the figure to export.
a string, name of the exported file.
xs2bmp exports the display of a graphic window into a BMP file.
xs2bmp
scf(0) plot2d() //BMP export xs2bmp(0,'foo.bmp');