I have several matlab figure I want to convert to pdf format for publication. I'm using the export_fig(gcf,'test.pdf','-transparent')
command line, but the output pdf is different from the original figure (axes label, text box, anotations,... moved from their initial position).
Have you any idea how to get a WYSIWYG output ? Thanks !
I found a way, but it have to be done manualy :
For Latex, this orientation can causes some problems (even by using the trim ={. . . .},clip
function in includegraphics
), that is why I use the pdf rotation website : https://www.rotatepdf.net/
Hope it could be usefull, because NO NEED for more matlab function or code.