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 !