exportgraphics r2020a issue

15 visualizzazioni (ultimi 30 giorni)
MS
MS il 29 Mag 2020
Modificato: MS il 2 Giu 2020
I am using exportgraphics command to export hihg quality images.
exportgraphics(gcf,[filenames(1:end-4),'.tiff'], 'Resolution', 300);
Bur, exported image output as attached here. for some reason, part of the screen is saved as black. does anybody know the solution? Kinldy help.
if i use
saveas(gcf,filenames(1:end-4),'tiff');
  2 Commenti
MS
MS il 1 Giu 2020
Hi richard,
Thanks for the suggestion. I have made a request to MATlab team. I have not made any changes. I will check it once again

Accedi per commentare.

Risposte (1)

Ameer Hamza
Ameer Hamza il 29 Mag 2020
Modificato: Ameer Hamza il 29 Mag 2020
I didn't face this problem in R2020a update 2, however, I remember observing something like this (not exactly sure if it was exportgraphics). Have you installed update 2? Alternatively, I suggest using this excellent package by Yair on FEX: https://www.mathworks.com/matlabcentral/fileexchange/23629-export_fig. I have found that this usually gives a better output as compared to the built-in function from MATLAB. Download this and add it to MATLAB's path and run it like this
export_fig(gcf,[filenames(1:end-4),'.tiff'], '-r300');
  3 Commenti
MS
MS il 29 Mag 2020
Thanks for sugeesting export_fig command. I have not upgraded 2 yet. I will update it soon. Few days ago, the same command was exporting the images correct wiht the current version. Suddenly, it is gving the black images for some reason. I will let you know the progress after the update.

Accedi per commentare.

Categorie

Scopri di più su Printing and Saving in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by