Saving figures with minimum 300dpi in online matlab
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Ameer Hamza
2020 年 6 月 27 日
Use exportgraphics() to save the figure
exportgraphics(gcf, 'test.jpg', 'Resolution', 300)
saves currently active figure window.
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!