saveas
Last updated
Last updated
Save figure to specific file format.
saveas(fig, filename)
saveas(fig, filename, formattype)
fig - figure object.
filename - character vector or scalar string: destination filename.
formattype - character vector or scalar string: extension filename.
saveas save figure to specific file format.
supported formats:
Option | Format | File extension |
---|---|---|
gcf.
Allan CORNET
Version | Description |
---|---|
svg
SVG (scalable vector graphics)
.svg
Full page Portable Document Format (PDF) color
png
PNG 24-bit
.png
jpg
JPEG 24-bit
.jpg
1.0.0
initial version