I add an example:
figure; subplot(414); imagesc(ones(10)); p1=get(gca,'position'); daspect([1 1 1]); p2=get(gca,'position');
--> I would like to be returned the position of the small square in which is now plotted my matrix ones(10), instead of the same as p1.
