xs2emf - send graphics to a file in EMF syntax (Only for Windows)
xs2emf sends the recorded graphics of the window win_num in the file filen in EMF format. This function works only if the selected driver is "Rec" in the window win_num or if the window is in "new style".
//simple example
scf(0)
plot2d()
xs2emf(0,'foo.emf')
xs2fig , xs2ps , xs2ppm , xs2bmp ,
A.C