필터 지우기
필터 지우기

Get the corresponding value of the matrix

조회 수: 1 (최근 30일)
ARN
ARN 2019년 4월 26일
댓글: ARN 2019년 4월 28일
Hi,
Suppose i have a dataset as below. How can i say 1.8339 corresspond to 0.5377 and for all the remaining matrices.
as.png

채택된 답변

madhan ravi
madhan ravi 2019년 4월 26일
편집: madhan ravi 2019년 4월 26일
b(any(abs(b-1.8339)<1e-4,2),:)
  댓글 수: 5
madhan ravi
madhan ravi 2019년 4월 26일
What?
ARN
ARN 2019년 4월 28일
it was that the 4-7 corresponds to 52-55 not the other way around. I got it thanks..:)

댓글을 달려면 로그인하십시오.

추가 답변 (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