Vecteurs sur matlab
Fermé
gentilman83
Messages postés
7
Date d'inscription
jeudi 24 février 2011
Statut
Membre
Dernière intervention
7 mars 2011
-
24 févr. 2011 à 04:05
gentilman83 Messages postés 7 Date d'inscription jeudi 24 février 2011 Statut Membre Dernière intervention 7 mars 2011 - 26 févr. 2011 à 04:00
gentilman83 Messages postés 7 Date d'inscription jeudi 24 février 2011 Statut Membre Dernière intervention 7 mars 2011 - 26 févr. 2011 à 04:00
4 réponses
gentilman83
Messages postés
7
Date d'inscription
jeudi 24 février 2011
Statut
Membre
Dernière intervention
7 mars 2011
24 févr. 2011 à 20:28
24 févr. 2011 à 20:28
y a personne qui a une idée?
gentilman83
Messages postés
7
Date d'inscription
jeudi 24 février 2011
Statut
Membre
Dernière intervention
7 mars 2011
25 févr. 2011 à 17:20
25 févr. 2011 à 17:20
je suis vraiment bloqué aidez moi svp
gentilman83
Messages postés
7
Date d'inscription
jeudi 24 février 2011
Statut
Membre
Dernière intervention
7 mars 2011
25 févr. 2011 à 17:47
25 févr. 2011 à 17:47
Bon je propose cette solution mais ca affiche pas meme resultat desirée..
tableau1 = [1,2,3];
tableau2 = [2,3];
res=[];
k=1;
for i = 1 : 3
for j = 1 : 2
if tableau1(i)==tableau2(j)
res(k)= tableau1(i)
disp(res(k))
k=k+1;
break
end
end
end
tableau1 = [1,2,3];
tableau2 = [2,3];
res=[];
k=1;
for i = 1 : 3
for j = 1 : 2
if tableau1(i)==tableau2(j)
res(k)= tableau1(i)
disp(res(k))
k=k+1;
break
end
end
end
gentilman83
Messages postés
7
Date d'inscription
jeudi 24 février 2011
Statut
Membre
Dernière intervention
7 mars 2011
26 févr. 2011 à 04:00
26 févr. 2011 à 04:00
y a personne qui connais matlab ici?