How to use savefig to save .fig to a specific location?

59 ビュー (過去 30 日間)
Xh Du
Xh Du 2017 年 3 月 23 日
回答済み: Aniruddha Katre 2017 年 3 月 23 日
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!

採用された回答

Aniruddha Katre
Aniruddha Katre 2017 年 3 月 23 日
You can just pre-pend the path to the filename. For example,
savefig('C:\Test\test.fig')

その他の回答 (0 件)

カテゴリ

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