exportgraphics failed when exporting PDF

조회 수: 10 (최근 30일)
JEAN BAPTISTE
JEAN BAPTISTE 2025년 3월 11일
답변: NVSL 2025년 4월 22일
I have tried to use the function exportgraphics with a figure to be exported in a PDF file in Matlab 2024b.
The function is returning several Java errors, although it was working fine on 2021a.
Is there a patch to solve this problem ? Thank you
PS : I have used the following example
plot([0 0.3 0.1 0.6 0.4 1])
ax = gca;
exportgraphics(ax,'myplots.pdf')
  댓글 수: 4
Adam Danz
Adam Danz 2025년 3월 11일
Thanks for the reproduction code. I ran it in R2024b update 2 on a windows 11 machine but there were no errors and no unexpected behavior. I also tested it in the R2024b beta but still no problems.
If the problem appears again after a MATLAB restart, contact tech support and include a copy of the error message and stack to get more targetted help.
JEAN BAPTISTE
JEAN BAPTISTE 2025년 3월 12일
이동: Voss 2025년 3월 12일
Thanks for your answer.
Unfortunately, the problem persists after a Matlab and laptop restart.
I will contact the technical support for help.

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

답변 (1개)

NVSL
NVSL 2025년 4월 22일
I understand you are encountering error when trying to use “exportgraphics”.
There is a workaround to download a plot using GUI. The below attached link explains the workflow.
Hope this helps!

카테고리

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

제품


릴리스

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by