Get the corresponding value of the matrix

1 view (last 30 days)
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

Accepted Answer

madhan ravi
madhan ravi on 26 Apr 2019
Edited: madhan ravi on 26 Apr 2019
b(any(abs(b-1.8339)<1e-4,2),:)
  5 Comments
ARN
ARN on 28 Apr 2019
it was that the 4-7 corresponds to 52-55 not the other way around. I got it thanks..:)

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!