How to use savefig to save .fig to a specific location?
59 ビュー (過去 30 日間)
古いコメントを表示
Hi all,
I'd like to use savefig to save .fig files to a specific location, such as:
savefig('test.fig')
to here:
/home/usr/Desktop/myFolder
Any ideas? Thank you!
0 件のコメント
採用された回答
Aniruddha Katre
2017 年 3 月 23 日
You can just pre-pend the path to the filename. For example,
savefig('C:\Test\test.fig')
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Printing and Saving についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!