Question


how to find the closest value of certain value and 3x3 matrix
Hi, I have an array A of 470 X 1 elements (those are areas e.g.). I have a matrix B of 470 X 4230 elements (they are 470 X...

7 years ago | 0 answers | 0

0

answers

Answered
I have 2 matrices, containing x,y data, how do i find the closest point and extract data about that point?
Hi, what about finding the neareast number and its id betweeen two different size arrays? for instance, I have an array: A: 5...

7 years ago | 0