필터 지우기
필터 지우기

How do you save a graph object?

조회 수: 3 (최근 30일)
L'O.G.
L'O.G. 2022년 3월 29일
댓글: Star Strider 2022년 3월 29일
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일
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개)

카테고리

Help CenterFile Exchange에서 Specifying Target for Graphics Output에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by