필터 지우기
필터 지우기

How to increase the resolution of snapshot figure in matlab pdf report with command line options?

조회 수: 5 (최근 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
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by