find index of points in meshgrid under the line
4 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
KSSV
2019 年 4 月 23 日
Read about knnsearch. You will get the the required/ nearest indices for the given line from the grid.
4 件のコメント
参考
カテゴリ
Help Center および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!