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!