How to save the axes with xtick, ytick, legend and title in GUI?
1 回表示 (過去 30 日間)
古いコメントを表示
How to save the axes with xtick, ytick, legend and title in GUI?
0 件のコメント
回答 (2 件)
Image Analyst
2013 年 2 月 25 日
Have you read the FAQ: http://matlab.wikia.com/wiki/FAQ#How_do_I_save_my_figure.2C_axes.2C_or_image.3F_I.27m_having_trouble_with_the_built_in_MATLAB_functions. It recommends export_fig() - the most downloaded of all File Exchange submissions.
2 件のコメント
Sean de Wolski
2013 年 2 月 25 日
What do you mean by "save the axes"? If you save the figure, all of the above information will be saved (see, doc hgsave and doc save)
If you want to only save the axes, then use copyobj to copy just the axes into a blank figure and save it.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!