scatteredInterpolant function missing?!?! HELP!
Show older comments
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!!!
Accepted Answer
More Answers (1)
KSSV
on 24 Jan 2017
Try scatteredInterpolant([x y],PRESS)
x,y, PRESS should be column vectors of same length.
2 Comments
Navier_Stroke
on 24 Jan 2017
KSSV
on 24 Jan 2017
Then version problem..as Walter answered.
Categories
Find more on Interpolation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!