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개)

카테고리

제품

릴리스

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