Extending a 2D lattice of points

2 ビュー (過去 30 日間)
Alexander Collins
Alexander Collins 2021 年 5 月 12 日
コメント済み: Alexander Collins 2021 年 5 月 13 日
I have a hexagonal grid of points derived from measurement (see figure). I'd like to be able to extrapolate beyond the plotted area and extend the lattice to the surrounding area. The lattice points are not in a mathematically perfect arrangement, so there needs to be some robustness to noise.
Does anyone know of any ways to achieve this? Thanks.
  2 件のコメント
Scott MacKenzie
Scott MacKenzie 2021 年 5 月 12 日
編集済み: Scott MacKenzie 2021 年 5 月 12 日
It might help if you posted the code that generated the plot.
Alexander Collins
Alexander Collins 2021 年 5 月 13 日
Hi Scott, the plot is derived from simple centroid fitting of image data, so represents a physical pattern that's been measured (rather than code-generated).

サインインしてコメントする。

回答 (1 件)

Matt J
Matt J 2021 年 5 月 12 日
You can use scatteredInterpolant() or griddata().

カテゴリ

Help Center および File ExchangeContour Plots についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by