How do I find the index of a known number? (reverse indexing?)

조회 수: 1 (최근 30일)
Sandy
Sandy 2014년 4월 3일
댓글: Sandy 2014년 4월 3일
I have a matrix M.
I have a number XXXX.
I want to find the index of this number within my matrix M.
How can I do this?

채택된 답변

Sean de Wolski
Sean de Wolski 2014년 4월 3일
idx = find(M==xxxx)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by