Effacer les filtres
Effacer les filtres

equal of some arrays two vector

2 vues (au cours des 30 derniers jours)
mohammad azsad
mohammad azsad le 2 Nov 2014
in part of my program there are two equal size vector i want to write a loop that find arrays that equal with each other and these arrays must be use go on,help me?

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 2 Nov 2014
a=[1;2;3;4;6];
b=[0;2;3;5;6]
idx=find(a==b)
  1 commentaire
mohammad azsad
mohammad azsad le 2 Nov 2014
thanks so much

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by