MATLAB: How to use Export_fig

append_pdfsexport_figpdfplots

Hi, i want to save my all graphs in one pdf !
when i run my code it creates some figures, i want to save them in single pdf.
after searching i got hint that i should use Export_fig and append_pdfs. but i am not able to understand how to use it for my work ?
after creating these plots how should just save this figures in pdf ?

Best Answer

I found this article and it helps me a lot.
maybe you can try it
Related Question