How can I know more details about the function spap2?

조회 수: 3 (최근 30일)
Saurabh Madankar
Saurabh Madankar 2021년 11월 16일
댓글: Saurabh Madankar 2021년 11월 17일
The built-in function spap2 returns the B-form of the spline. My main goal is to know how exactly it calculates the coefficients it returns for each term in the B form, meaning the coefficients of each of the B's in the B form.

답변 (1개)

Bjorn Gustavsson
Bjorn Gustavsson 2021년 11월 16일
Why don't you just try:
edit spap2
From there you should be able to read for yourself. As far as I can see most functions are plain .m-files.
HTH
  댓글 수: 3
Steven Lord
Steven Lord 2021년 11월 16일
What are you planning to do with that information? Are you planning to cite the function in a paper, for example?
The Algorithm section on the spap2 documentation page describes generally the approach it takes.
Saurabh Madankar
Saurabh Madankar 2021년 11월 17일
I am not planning anything in general, just wanted to know how exactly it calculates the coefficients. I looked into the Algorithms section as well, but didn't the clear idea.

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

카테고리

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