scatteredInterpolant function missing?!?! HELP!
古いコメントを表示
Ok, I have a giant code, but I know this section is not working for me.
scatteredInterpolant(x,y,PRESS)
All of these are matrices 13x1 (for testing purposes).
I am getting back this error and have tried finding the function path but function is not found I guess.

HELP!!!
採用された回答
その他の回答 (1 件)
KSSV
2017 年 1 月 24 日
Try scatteredInterpolant([x y],PRESS)
x,y, PRESS should be column vectors of same length.
2 件のコメント
Navier_Stroke
2017 年 1 月 24 日
KSSV
2017 年 1 月 24 日
Then version problem..as Walter answered.
カテゴリ
ヘルプ センター および File Exchange で Interpolation についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!