22.04.2013 Views

GDXMRW: Interfacing GAMS and MATLAB

GDXMRW: Interfacing GAMS and MATLAB

GDXMRW: Interfacing GAMS and MATLAB

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Figure 2: Simple figure created using interface<br />

do_plot;<br />

fpunits = get(gcf,’PaperUnits’);<br />

set(gcf,’PaperUnits’,’inches’);<br />

figpos = get(gcf,’Position’);<br />

pappos = get(gcf,’PaperPosition’);<br />

newpappos(1) = 0.25;<br />

newpappos(2) = 0.25;<br />

newpappos(3) = 4.0;<br />

% get the aspect ratio the same on the print out<br />

newpappos(4) = newpappos(3)*figpos(4)/figpos(3);<br />

set(gcf,’PaperPosition’,newpappos),<br />

print -djpeg100 rescale.jpg<br />

set(gcf,’PaperPosition’,pappos);<br />

set(gcf,’PaperUnits’,fpunits);<br />

Figure 3: Rescaling printed output from <strong>MATLAB</strong><br />

22

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!