find index of points in meshgrid under the line
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
KSSV
el 23 de Abr. de 2019
Read about knnsearch. You will get the the required/ nearest indices for the given line from the grid.
4 comentarios
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!