Azzera filtri
Azzera filtri

How do you save a graph object?

3 visualizzazioni (ultimi 30 giorni)
L'O.G.
L'O.G. il 29 Mar 2022
Commentato: Star Strider il 29 Mar 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?

Risposta accettata

Star Strider
Star Strider il 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 Commenti
L'O.G.
L'O.G. il 29 Mar 2022
Thank you!
Star Strider
Star Strider il 29 Mar 2022
As always, my pleasure!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Specifying Target for Graphics Output in Help Center 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