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?

 채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2014년 11월 2일

0 개 추천

a=[1;2;3;4;6];
b=[0;2;3;5;6]
idx=find(a==b)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Operators and Elementary Operations에 대해 자세히 알아보기

태그

질문:

2014년 11월 2일

댓글:

2014년 11월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by