<< xs2bmp Graphics export xs2eps >>

Scilab Help >> Graphics export > xs2emf

xs2emf

export graphics to EMF.

Syntax

xs2emf(win_num, file_name [,orientation])
xs2emf(hdl, file_name [,orientation])

Arguments

win_num

an integer, ID of the Figure to export.

fihdlg

handle of the Figure or Frame to export.

file_name

a string, name of the exported file.

orientation

an optional string, with possible values 'portrait' or 'landscape'. The default value is 'portrait'.

Description

xs2emf exports the display of a Figure or a Frame into an EMF file.

Examples

scf(0);
plot2d();
//EMF export
xs2emf(0, "foo.emf");

See also

History

VersionDescription
5.5.0 EMF export available on all platforms.

Report an issue
<< xs2bmp Graphics export xs2eps >>