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?

 Risposta accettata

Star Strider
Star Strider il 29 Mar 2022

0 voti

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 Commenti

L'O.G.
L'O.G. il 29 Mar 2022
Thank you!
As always, my pleasure!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Creating, Deleting, and Querying Graphics Objects in Centro assistenza e File Exchange

Prodotti

Release

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by