Clear Filters
Clear Filters

equal of some arrays two vector

2 views (last 30 days)
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?

Accepted Answer

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

More Answers (0)

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!