How can I add matlab figure to existing pdf file?

조회 수: 6 (최근 30일)
babita verma
babita verma 2017년 9월 12일
댓글: tousif patwegar 2019년 4월 25일
Hi, I was collating few matlab figures to one pdf using export_fig.Is it possible to add a matlab figure to a specific page of the existing pdf? I know append can be used to add figure to existing pdf file but the problem is every time i mess up with the sequence (of figures ) I have to redo all the figures (in one pdf) again. So was wondering if a matlab figure can be added to a specific page of the existing pdf file.
  댓글 수: 1
tousif patwegar
tousif patwegar 2019년 4월 25일
how you created one pdf of few matlab figures?
i am stuck i ghostscript and all.

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

답변 (1개)

Walter Roberson
Walter Roberson 2017년 9월 12일
Why not save the individual figures into a directory, and then have a routine that reads them in and adds them to a pdf? That way if you have to recreate one of the figures, you do not need to regenerate the other figures, just the PDF.
  댓글 수: 1
babita verma
babita verma 2017년 9월 16일
Actaully I have many cases and so saving figures might rather lead to confusion later. so I would'nt prefer to save figures but just the mat files of relevant variables for each case. I can draw figures for specific cases from these mat files.

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

카테고리

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