필터 지우기
필터 지우기

graph is not saving properly in .pdf format, I am using 2018b

조회 수: 1 (최근 30일)
Ritesh
Ritesh 2023년 3월 28일
답변: Pratheek 2023년 3월 31일

채택된 답변

Pratheek
Pratheek 2023년 3월 31일
Hi Retish,
you can save a graph in many ways using matlab, here are a few
  • Using 'saveas' - saveas(gcf, 'myplot.pdf');
  • Using 'print' function - print('myplot','-dpdf')
  • Export to PDF: You can export the graph to a PDF file using the "Export" option in the "File" menu of the figure window. Choose "Export Setup" and then select "PDF" as the file format
I can see that you have already exported your graph into a pdf format, to help you with the particular issue what you are facing here, provide me the code and explain more about what do you mean by "not saving properly".

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Directed Graphs에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by