필터 지우기
필터 지우기

equal of some arrays two vector

조회 수: 2 (최근 30일)
mohammad azsad
mohammad azsad 2014년 11월 2일
댓글: mohammad azsad 2014년 11월 2일
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일
a=[1;2;3;4;6];
b=[0;2;3;5;6]
idx=find(a==b)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by