Utliser en matlab la fonction suplot

Fermé
bouzid.zineb Messages postés 1 Date d'inscription jeudi 3 janvier 2013 Statut Membre Dernière intervention 3 janvier 2013 - Modifié par irongege le 3/01/2013 à 12:04
Bonjour,




Je veux savoir comment utliser en matlab la fonction suplot svp
voila mon travail
function basma()
A=imread('flowers.tif');
imrouge=A(:,:,1);
imverte=A(:,:,2);
imbleue=A(:,:,3);
D=rgb2gray(A);
imshow(A);
suplot(1,5,1);
suplot(1,5,2);
suplot(1,5,3);
suplot(1,5,4);
subimage(D);axis off
suplot(1,5,5); subimage(D); axis off