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 个)
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!