is interp1(x, v, x(k), mtd) == v(k) always true?
2 ビュー (過去 30 日間)
古いコメントを表示
Naor Movshovitz
2016 年 12 月 5 日
コメント済み: Naor Movshovitz
2016 年 12 月 5 日
is
interp1(x, v, x(k), mtd) == v(k)
always true or does it depend on method and/or type of x and v? Followup: is the answer documented?
採用された回答
Walter Roberson
2016 年 12 月 5 日
Yes, guaranteed. interp1 calls griddedInterpolant to do the work and that routine says,
"This surface always passes through the sample values at the point locations."
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Mathematics and Optimization についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!