view savepng.m @ 136:8298734b1938

Updated noname.calculateSolution to use the opt struct.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 09 Feb 2016 13:27:38 +0100
parents 7e7f90e4954e
children 125c51e4dca8
line wrap: on
line source

function savepng(h, filename, dpi)
    print(h,filename,'-dpng',sprintf('-r%d',dpi));
    % Let print size in inches as input parameter
    % Smaller boundingbox
end