Azzera filtri
Azzera filtri

equal of some arrays two vector

2 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 2 Nov 2014
a=[1;2;3;4;6];
b=[0;2;3;5;6]
idx=find(a==b)

Più risposte (0)

Categorie

Scopri di più su Multidimensional Arrays in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by