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?

 Respuesta aceptada

Star Strider
Star Strider el 29 de Mzo. de 2022

0 votos

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 comentarios

L'O.G.
L'O.G. el 29 de Mzo. de 2022
Thank you!
Star Strider
Star Strider el 29 de Mzo. de 2022
As always, my pleasure!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.

Productos

Versión

R2021b

Etiquetas

Preguntada:

el 29 de Mzo. de 2022

Comentada:

el 29 de Mzo. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by