How to use savefig to save .fig to a specific location?
34 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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!
0 comentarios
Respuesta aceptada
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')
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Printing and Saving en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!