Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
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.

Respuestas (1)

KSSV
KSSV el 11 de Jun. de 2022
Read about knnsearch

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by