find index of points in meshgrid under the line
4 views (last 30 days)
Show older comments
I have 2D mesh grid of 501*2001. I want to get indices of values for the grid points in straight line to change the values of grid amplitude as shown in figure.
0 Comments
Answers (1)
KSSV
on 23 Apr 2019
Read about knnsearch. You will get the the required/ nearest indices for the given line from the grid.
4 Comments
See Also
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!