h=implot(I,[newx,newp])
I : | Image (just nxmx colors) or struct containing cdata and axis | |
newx : | length of the xaxis | |
newp : | origin; default is [0 0 0]; |
h : | handle |
PLcircle(4);
I=imread('cameraman.tif');
h=implot(I,2,[-3 -3])
SGbox; view(0,90); I=getframeaxis(gca); figure(123); implot(I); axis equal;