You are on page 1of 3

%%TRANSLAST

x=imread('C:\Users\micro\Desktop\IMAGES TP1\lena.JPG')
t=[80,30]
y=imtranslate(x,t)
figure(1)
imshow(y)
%%echele
z=imresize(x,0.9)
figure(2)
imshow(z)
%%ratation
f=imrotate(x,45)
figure(3)
imshow(f)

7
2
3

You might also like