how save plot in specific folder ?
Mostrar comentarios más antiguos
i uesd ( spectrogram ) to plot pic i need save this pic in specific folder i created i use ( exportgraphics ) but is save in current folder how can save with any folder whant
Respuesta aceptada
Más respuestas (1)
Ruger28
el 10 de Mzo. de 2021
In older versions of MATLAB:
filename = fullfile('D:\Your\Folder', 'File.jpg');
saveas(MyFigure,filename);
1 comentario
Muhannad Saleh
el 11 de Mzo. de 2021
Categorías
Más información sobre Printing and Saving en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!