cubic spline on sphere surface.

hi all,
I have 4 points on the earth surface (or 2 points and both tangents at these points) and i'd like to fit a cubic (hermite) spline as a function of latitude - longitude. This interpolation should stay on the surface (constant radius). do you have any idea ?
thank

回答 (1 件)

Matt J
Matt J 2012 年 10 月 19 日

0 投票

What does the spherical shape of the earth have to do with anything? You have an array of 2D lat/long data. Why not just use interp2(...,'cubic') or griddedInterpolant to interpolate it?

カテゴリ

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

質問済み:

2012 年 10 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by