How do you save a graph object?

I want to save a graph object so that I can access it when running MATLAB at a later time? How do I do this?

 采纳的回答

Star Strider
Star Strider 2022-3-29

0 个投票

The graph objects themselves can likely be saved to a .mat file using the save function.
The plots of the graph objects are images, so use the saveas function for them.

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Creating, Deleting, and Querying Graphics Objects 的更多信息

产品

版本

R2021b

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by