How to increase the resolution of snapshot figure in matlab pdf report with command line options?
조회 수: 4 (최근 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!