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?

 Réponse acceptée

Star Strider
Star Strider le 29 Mar 2022

0 votes

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 commentaires

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Centre d'aide et File Exchange

Produits

Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by