- points in a (explicit) surface z = f(x,y)?
- the same but with some scatter on z, I mean, z = f(x,y) + noise?
- the same but with some scatter on all the variables?
- points in a (parametric) surface x = f(u,v), y = g(u,v), z=h(u,v)?
- the same but with some scatter on all variables?
- ...
Constructing bivariate tensor product spline
1 次查看(过去 30 天)
显示 更早的评论
Hello,
i have three vectors which contain the x, y, and z values of data points (x,y,z = [1xn]). Now i want to construct a tensor product splines out of these three vectors. I found an example but i'm not sure how to use this example with my input data. Can anyone help me please. Thanks
1 个评论
Unai San Miguel
2019-7-2
What do the x,y,z vectors represent in you application?
Depending on the kind of surface (I assume it is a surface what you are seeking) you want to obtain you will need one preprocess or another. Once you have your data in a suitable shape then you can apply some tensor product approximation to them.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interpolation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!