Constructing bivariate tensor product spline

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

What do the x,y,z vectors represent in you application?
  1. points in a (explicit) surface z = f(x,y)?
  2. the same but with some scatter on z, I mean, z = f(x,y) + noise?
  3. the same but with some scatter on all the variables?
  4. points in a (parametric) surface x = f(u,v), y = g(u,v), z=h(u,v)?
  5. the same but with some scatter on all variables?
  6. ...
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개)

카테고리

도움말 센터File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기

제품

릴리스

R2018a

질문:

2018년 8월 9일

댓글:

2019년 7월 2일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by