필터 지우기
필터 지우기

How to find the row and column of elements where the value of A is the same as B

조회 수: 1 (최근 30일)
A and B are matrices. Is there a function I'm missing?

채택된 답변

Alfonso Nieto-Castanon
Alfonso Nieto-Castanon 2014년 7월 15일
[i,j] = find(A==B);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by