saving figure using top bar menu vs using saveas command
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Original figure saved with top bar menu was saved not corrupted while when using saveas(gdf,'figure name') gets corrupted
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/147714/image.bmp)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/147721/image.bmp)
MP>>
MP>>
0 Commenti
Risposte (1)
Richa Gupta
il 6 Ago 2015
Hi Gerard,
There is a difference in the way the SAVEAS function and 'File->Save As' menu item (from within the MATLAB Figure window) export files to the current directory.
The 'File->Save As' menu item uses the HGEXPORT function to export files but with the SAVEAS function one cannot specify the resolution of the exported figure. For more information, you can refer to the following link:
Hope this helps.
Richa
0 Commenti
Vedere anche
Categorie
Scopri di più su Printing and Saving in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!