Code covered by the BSD License
function plotdisplay2(photo,location) close; figure('NumberTitle','off','units','normal','Position',location); image(photo); set(gca,'DataAspectRatio',[1 1 1], ... 'Position', [0.05 0.05 0.9 0.85]); axis off;
Contact us