scatteredInterpolant function missing?!?! HELP!
Mostrar comentarios más antiguos
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!!!
Respuesta aceptada
Más respuestas (1)
KSSV
el 24 de En. de 2017
Try scatteredInterpolant([x y],PRESS)
x,y, PRESS should be column vectors of same length.
2 comentarios
Navier_Stroke
el 24 de En. de 2017
KSSV
el 24 de En. de 2017
Then version problem..as Walter answered.
Categorías
Más información sobre Interpolation en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!