Saving figures with minimum 300dpi in online matlab

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

Accepted Answer

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

More Answers (0)

Categories

Find more on Printing and Saving in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!