필터 지우기
필터 지우기

how to reconstruct piecewise polynomial splines?

조회 수: 2 (최근 30일)
Behnam
Behnam 2015년 6월 8일
댓글: Behnam 2015년 6월 9일
I am trying to reconstruct and evaluate multivariate pp splines that are made in MATLAB in C, using coefficients that are provided when I built them in MATLAB. However, I could not understand what is the form of these multivariate polynomial, and how can assign the coefficients in different intervals. Can you tell me how to reconstruct these multivariate PPs, or what is their form?
  댓글 수: 2
Walter Roberson
Walter Roberson 2015년 6월 8일
Which routine did you use to build them in MATLAB?
Behnam
Behnam 2015년 6월 8일
I am making B-form splines using spapi and then convert B-form to pp using fn2fm.

댓글을 달려면 로그인하십시오.

답변 (1개)

Sreeja Banerjee
Sreeja Banerjee 2015년 6월 9일
Hi Behnam,
At the end of the documentation page for function SPAPI and FN2FM, you can see that there is a "More About" section which talks about the algorithms the functions use.
You can also use the following commands at the MATLAB command line to look at the implementation of the algorithms:
>> edit spapi
>> edit fn2fm
  댓글 수: 1
Behnam
Behnam 2015년 6월 9일
Hi Sreeja, I have looked at those, but they do not provide info about the form of multivariate polynomials. what I am interested in is to know which form of polynomial are those coefficients belong to. So using those coefficients I would be able to evaluate the polynomial's value at arbitrary data points in my code in C.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Spline Postprocessing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by