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?

 Accepted Answer

Star Strider
Star Strider on 29 Mar 2022
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.

2 Comments

Thank you!
As always, my pleasure!

Sign in to comment.

More Answers (0)

Products

Release

R2021b

Asked:

on 29 Mar 2022

Commented:

on 29 Mar 2022

Community Treasure Hunt

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

Start Hunting!