Azzera filtri
Azzera filtri

Saving figures with minimum 300dpi in online matlab

1 visualizzazione (ultimi 30 giorni)
I am using Matlab online 2020a, is there any way to specify the dpi of a figure when using the online version?
Cheers,
Tom

Risposta accettata

Ameer Hamza
Ameer Hamza il 27 Giu 2020
Use exportgraphics() to save the figure
exportgraphics(gcf, 'test.jpg', 'Resolution', 300)
saves currently active figure window.

Più risposte (0)

Categorie

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

Prodotti


Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by