Is it possible to print two consecutive figures to the same PDF document?

조회 수: 15 (최근 30일)
I would like to print two or more consecutive figures to the same PDF document.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2021년 11월 23일
편집: MathWorks Support Team 2021년 12월 30일
It is not possible to print two consecutive figures to the same PDF document using the APPEND option with the PRINT command.
As a workaround, you can print multiple figures to a single PostScript (PS) file with the -append option and then convert the final document to PDF using a PS-to-PDF utility. For more information on how to use the -append option, consult the documentation for the PRINT command, which is available at the following location:
The above workaround may lead to loss in sharpness of the image exported.
Another workaround is to  use the “export_fig” function available on MATLAB File Exchange with “-append” option.
Example usage of “export_fig”:
>> export_fig output.pdf –append –r300
Link to download “export_fig” :
Please note that The MathWorks does not guarantee or warrant the use or content of File Exchange submissions. Any questions, issues, or complaints should be directed to the contributing author. 

추가 답변 (1개)

Nikhil Sapre
Nikhil Sapre 2021년 11월 10일
Release 2021b now supports exporting to a multipage pdf using the exportgraphics function
  댓글 수: 1
Nikhil Sapre
Nikhil Sapre 2022년 3월 15일
yes it is, for PDF file format starting 2021b, and GIF format in 2022a.
What version of MATLAB are you running?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Printing and Saving에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by