Interpolate bathymetry onto existing nodes.

조회 수: 1 (최근 30일)
Jonathan Taylor
Jonathan Taylor 2013년 7월 19일
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일
Can you use TriScatteredInterp()?

카테고리

Help CenterFile Exchange에서 Geometric Geodesy에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by