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.
类别
在 帮助中心 和 File Exchange 中查找有关 Interpolation 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!