How to increase the resolution of snapshot figure in matlab pdf report with command line options?
1 回表示 (過去 30 日間)
古いコメントを表示
I am saving a matlab figure in a pdf report using snapshot option of figure reporter. I would like to know how to increase resolution of figure in report from command line.
1 件のコメント
回答 (1 件)
Krishnan Ramkumar
2018 年 8 月 23 日
Hi, You can try using Scalar Vector Graphics(SVG) format for a better resolution to add the MATLAB Figure to the PDF report using Figure reporter.
Also Figure reporter has scaling options which scales the image based on the values of height and width properties of the Figure reporter. Figure Reporter also has getSnapshotImage method which gives the path of the snapshot image. You can adjust the resolution of the image before adding it to the report.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB Report Generator についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!