Saving figures with minimum 300dpi in online matlab
1 view (last 30 days)
Show older comments
I am using Matlab online 2020a, is there any way to specify the dpi of a figure when using the online version?
Cheers,
Tom
0 Comments
Accepted Answer
Ameer Hamza
on 27 Jun 2020
Use exportgraphics() to save the figure
exportgraphics(gcf, 'test.jpg', 'Resolution', 300)
saves currently active figure window.
2 Comments
More Answers (0)
See Also
Categories
Find more on Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!