clc;clear all;close all;
I1=imread('barn1\im0.ppm');
I2=imread('barn1\im1.ppm');
I3=imread('barn1\im2.ppm');
I4=imread('barn1\im3.ppm');
I5=imread('barn1\im4.ppm');
I6=imread('barn1\im5.ppm');
I7=imread('barn1\im6.ppm');
I8=imread('barn1\im7.ppm');
I9=imread('barn1\im8.ppm');
subplot(3,3,1),imshow(I1);
subplot(3,3,2),imshow(I2);
subplot(3,3,3),imshow(I3);
subplot(3,3,4),imshow(I4);
subplot(3,3,5),imshow(I5);
subplot(3,3,6),imshow(I6);
subplot(3,3,7),imshow(I7);
subplot(3,3,8),imshow(I8);
subplot(3,3,9),imshow(I9);