How to find the indices of the closest value in two non-equal sized matrices?

조회 수: 1 (최근 30일)
Ali Almakhmari
Ali Almakhmari 2022년 6월 11일
답변: KSSV 2022년 6월 11일
I have two matrices with random numbers. One is 768 by 1024 (matrix A) and the other is 1536 by 2048 (matrix B). I want to develope a for loop code of some sort that is able to loop over all the numbers in those matrices and tell me what are the indices in matrix B that corresponds to the closest value in matrix A, and does this for ALL the numbers. I attempted this and failled, I hope someone can help. Thanks in advance.
Note: I uploaded an example of the two matrices that I was given.

답변 (1개)

KSSV
KSSV 2022년 6월 11일
Read about knnsearch

카테고리

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

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by