Borrar filtros
Borrar filtros

How do you save a graph object?

3 visualizaciones (últimos 30 días)
L'O.G.
L'O.G. el 29 de Mzo. de 2022
Comentada: Star Strider el 29 de Mzo. de 2022
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
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 Specifying Target for Graphics Output en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by