Rotate - Rotates image in any size

Calling Sequence

img = Rotate(im,angle);

Parameters

im: Input matrice.  
angle: the angle that you  want to rotate by
-360 degree <=  angle <= 360 degree

Description

Rotate an image in angle

Examples

im = imread("lena.png");
img=Rotate(im,30);