export graphics to EMF.
xs2emf(win_num, file_name [,orientation]) xs2emf(hdl, file_name [,orientation])
an integer, ID of the Figure to export.
handle of the Figure or Frame to export.
a string, name of the exported file.
an optional string, with possible values 'portrait' or 'landscape'.
The default value is 'portrait'.
xs2emf exports the display of a Figure or a Frame into an EMF file.
| Version | Description |
| 5.5.0 | EMF export available on all platforms. |