Scilab Function
Last update : 23/10/2007

xs2emf - send graphics to a file in EMF syntax (Only for Windows)

Calling Sequence

xs2emf(win_num,filen)

Parameters

Description

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".

Examples

 
    //simple example
    scf(0)
    plot2d()
    xs2emf(0,'foo.emf')
  

See Also

xs2fig ,   xs2ps ,   xs2ppm ,   xs2bmp ,  

Author

A.C