how save plot in specific folder ?
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (1)
Ruger28
le 10 Mar 2021
In older versions of MATLAB:
filename = fullfile('D:\Your\Folder', 'File.jpg');
saveas(MyFigure,filename);
1 commentaire
Muhannad Saleh
le 11 Mar 2021
Catégories
En savoir plus sur Printing and Saving dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!