Borrar filtros
Borrar filtros

equal of some arrays two vector

2 visualizaciones (últimos 30 días)
mohammad azsad
mohammad azsad el 2 de Nov. de 2014
Comentada: mohammad azsad el 2 de Nov. de 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?

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by