网格矢量未定义怎么解决

问题遇到的现象和发生背景
问题相关代码,请勿粘贴截图
运行结果及报错内容
我的解答思路和尝试过的方法
我想要达到的结果

img

你好,你应该用scatteredInterpolant函数

f = scatteredInterpolant(x,y,h);
hi  = f(xi,yi)