フィルターのクリア

interp2 ... How does it work?

2 ビュー (過去 30 日間)
martin martin
martin martin 2019 年 4 月 21 日
コメント済み: Rik 2019 年 4 月 21 日
Hello guys,
I'm looking to find a mathematical basis for explaining the interpolation methods for "linear", "cubic", "nearest", "makima" and "spline" of function interp2. Matworks webside is very brief. I have matrix of numbers for example:
a = rand(4);
Vq = interp2(a,1,'method')
and I want compute only finite values.
Any help?
Best regards
  1 件のコメント
Rik
Rik 2019 年 4 月 21 日
For all methods you mention the result is an array of only finite values. Is your question about that, or do you want to know the interpolation method? Because that isn't really a Matlab question, as the interpolation methods are widely used (hence the short explanation in the doc).

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by