필터 지우기
필터 지우기

How can I save figures into structures?

조회 수: 5 (최근 30일)
Ines
Ines 2012년 6월 28일
I am creating a large number of different figures and plots and I want to save them in a nice structure similar to the ones used for data structures. How can I do this? Is it possible to save numeric matrices and cells in the same structure as figures and images?
Thanks a lot
  댓글 수: 1
Jan
Jan 2012년 6월 28일
What does "saving a figure" mean? Do you want to save the values of the contained diagrams, screen shots of the figures, save the figures to .fig files and store the file names? Are you looking for the SAVE command?

댓글을 달려면 로그인하십시오.

답변 (1개)

Tom
Tom 2012년 6월 28일
hgsave(FigHandle,'Filename.mat')
May be of interest

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by