Filter löschen
Filter löschen

How do you save a graph object?

3 Ansichten (letzte 30 Tage)
L'O.G.
L'O.G. am 29 Mär. 2022
Kommentiert: Star Strider am 29 Mär. 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?

Akzeptierte Antwort

Star Strider
Star Strider am 29 Mär. 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 Kommentare
L'O.G.
L'O.G. am 29 Mär. 2022
Thank you!
Star Strider
Star Strider am 29 Mär. 2022
As always, my pleasure!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Specifying Target for Graphics Output finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by