load handdigits % % Fill in the missing command, but be sure your output for the cluster centers % is the 10 x 64 matrix C for the image commands below to work. % % Show the 10 clusters as 8 x 8 images (You don't need to edit this) for j=1:10 subplot(2,5,j) temp=reshape(-C(j,:),8,8); imagesc(temp'); colormap(gray); axis equal; axis off end