How can I save figures into structures?

2 ビュー (過去 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 Center および File ExchangePrinting and Saving についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by