rotssi

  • Upload
    bayu

  • View
    219

  • Download
    0

Embed Size (px)

Citation preview

  • 7/21/2019 rotssi

    1/1

    we offer you two ways to license matlab r2010a:

    standalone1) choose "install manually without using the internet"2) enter the "file installation key" 55013-56979-18948-50009-490603) use "license_standalone.dat" when asked for license file

    network1) choose "install manually without using the internet"2) enter the "file installation key" 42149-27753-04517-22198-033973) if neccessary install "license manager"4) use "license_server.dat" when asked for license file

    function rotasi90ka%rotasi citra 90 searah jarum jamA=imread('cameraman.tif');d=A;[baris kolom]=size(A);for i=1:baris; for j=1:kolom; d(j, baris+1-i)=A(i,j);

    endendsubplot(1,2,1), imshow(A);subplot(1,2,2), imshow(d);

    enjoy !