Extending a 2D lattice of points

3 Ansichten (letzte 30 Tage)
Alexander Collins
Alexander Collins am 12 Mai 2021
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 Kommentare
Scott MacKenzie
Scott MacKenzie am 12 Mai 2021
Bearbeitet: Scott MacKenzie am 12 Mai 2021
It might help if you posted the code that generated the plot.
Alexander Collins
Alexander Collins am 13 Mai 2021
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).

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Matt J
Matt J am 12 Mai 2021
You can use scatteredInterpolant() or griddata().

Kategorien

Mehr zu Contour Plots finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by