Export graphics to EPS.
xs2eps(win_num, file_name [,orientation])
xs2eps(fig, file_name [,orientation])
:win_num integer, id of the figure to export. : :fig handle of the figure to export. : :file_name string, name of the exported file. : :orientation optional character, with possible values ‘portrait’ or
‘landscape’. The default value is ‘portrait’.
:
xs2eps exports the display of a graphic window into a complete Encapsulated PostScript file.
`scf`_(0)
`plot2d`_()
//EPS export
xs2eps(0,'foo.eps')
xs2eps(`gcf`_(),'foo.eps')