scatteredInterpolant function missing?!?! HELP!
Afficher commentaires plus anciens
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!!!
Réponse acceptée
Plus de réponses (1)
KSSV
le 24 Jan 2017
Try scatteredInterpolant([x y],PRESS)
x,y, PRESS should be column vectors of same length.
2 commentaires
Navier_Stroke
le 24 Jan 2017
KSSV
le 24 Jan 2017
Then version problem..as Walter answered.
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!