how save plot in specific folder ?
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Ruger28
am 10 Mär. 2021
In older versions of MATLAB:
filename = fullfile('D:\Your\Folder', 'File.jpg');
saveas(MyFigure,filename);
1 Kommentar
Muhannad Saleh
am 11 Mär. 2021
Kategorien
Mehr zu Printing and Saving finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!