- 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
graph is not saving properly in .pdf format, I am using 2018b
1 次查看(过去 30 天)
显示 更早的评论
采纳的回答
Pratheek
2023-3-31
Hi Retish,
you can save a graph in many ways using matlab, here are a few
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Printing and Saving 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!