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

34 visualizaciones (últimos 30 días)
Xh Du
Xh Du el 23 de Mzo. de 2017
Respondida: Aniruddha Katre el 23 de Mzo. de 2017
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!

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by