How to increase the resolution of snapshot figure in matlab pdf report with command line options?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Antworten (1)
Krishnan Ramkumar
am 23 Aug. 2018
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 Kommentare
Siehe auch
Kategorien
Mehr zu MATLAB Report Generator finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!