, . , MATLAB "hgexport" HG2 ( R2014a).
- . . :
set(gcf,'PaperSize',[width height]), . " " :
exp_style=hgexport('readstyle','default');
exp_style.Width = 'width';
exp_style.Height = 'height';
exp_style.Renderer = 'painters';
pdf :
hgexport(gcf,'pdfname',exp_style,'Format','pdf');
PS: HG2 :
set(gca,'TickLabelInterpreter','latex');