|
|
Content | Prev | Next | Down |
| Syntax |
spexport(directoryName, fileName, fileFormat) |
| See Also | spitem , spopen , spquit |
"BMP", "WMF", "EPS", or "JPG".
Examples
clear
x = 1:1:10
splot(x, x^2);
spexport("C:\temp\", "tst.jpg", "JPG")
SigmaPlot will create a jpeg image file of the plot in
the directory c:\temp".