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?

 採用された回答

Star Strider
Star Strider 2022 年 3 月 29 日

0 投票

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 件のコメント

L'O.G.
L'O.G. 2022 年 3 月 29 日
Thank you!
Star Strider
Star Strider 2022 年 3 月 29 日
As always, my pleasure!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeCreating, Deleting, and Querying Graphics Objects についてさらに検索

製品

リリース

R2021b

タグ

質問済み:

2022 年 3 月 29 日

コメント済み:

2022 年 3 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by