Interpolate bathymetry onto existing nodes.

I have a 2d mesh with the triangles the way I want them, but now I need to actually assign the nodes bathymetry values. The Bathymetry can be either in xyz scatter format or in a gridded format from griddata. The problem is to interpolate the bathymetry data to the existing node points.

1 件のコメント

Chad Gilbert
Chad Gilbert 2013 年 7 月 19 日
Any time I've worked with bathymetry data, I've been able to get by with interp2, meshgrid and griddata. Would that work?

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

回答 (1 件)

Image Analyst
Image Analyst 2013 年 7 月 19 日

0 投票

Can you use TriScatteredInterp()?

カテゴリ

ヘルプ センター および File ExchangeInterpolation についてさらに検索

質問済み:

2013 年 7 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by