<< xs2bmp Graphiques: export et impression xs2eps >>

Scilab Help >> Graphiques: export et impression > xs2emf

xs2emf

export graphics to EMF.

Syntax

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

Arguments

win_num

an integer, ID of the figure to export.

fig

handle of the figure 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 graphic window 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 Graphiques: export et impression xs2eps >>