Graphics I/O functions

The Graphics I/O module provides functions for importing, exporting, and managing graphical content and image formats.

It supports reading and writing image files, copying figures, and saving plots in various file formats for interoperability with other applications.

Functions

  • copygraphics - Copy plot to clipboard.

  • imformats - Manage supported image formats.

  • imread - Read image from graphics file.

  • imwrite - Write image to graphics file.

  • saveas - Save figure to specific file format.

Last updated

Was this helpful?