Why do I get the error "The input data has inconsistent size" when evaluating an interpolant?
显示 更早的评论
I have created an interpolant "F", using the function "scatteredInterpolant". All of the input arguments "x", "y", and "v" have the same dimensions.
>> F = scatteredInterpolant(x, y, v);
When I try to evaluate the interpolant with a set of query points, I get an error:
>> vq = F(xq, yq)
Error using scatteredInterpolant/subsref
The input data has inconsistent size.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!