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

0 Stimmen

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 Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2021b

Gefragt:

am 29 Mär. 2022

Kommentiert:

am 29 Mär. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by