Man Scilab

xsave
Scilab Function

xsave - save graphics into a file

Calling Sequence

xsave(file-name,[win-num])

Parameters

Description

xsave saves the graphics contained in the graphics window win-num in the binary file file-name . The graphics are stored in a machine independent way (using the xdr library) and can be reloaded with xload .

See Also

xload ,  

Author

J.Ph.C.

Back