I have digital elevation data for a certain region sampled at 200 meters (totally 2000 points) and did viewshed calculations for those points. My question is how does MATLAB define a surface between the grid points.

7 views (last 30 days)
I have digital elevation data for a certain region sampled at 200 meters (totally 2000 points) and did viewshed calculations for those points. My question is how does MATLAB define a surface between the grid points.

Answers (1)

Image Analyst
Image Analyst on 3 Dec 2012
You use a function called TriScatteredInterp().

Community Treasure Hunt

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

Start Hunting!