Mth Order Piecewise Spline Interpolation

버전 1.2.0.0 (52 KB) 작성자: Husam Aldahiyat
A GUI that plots and gives equations for variable order intermediate splines.
다운로드 수: 3.9K
업데이트 날짜: 2012/9/12

라이선스 보기

GSP is a graphical user interface which takes x and y points as inputs, along with the order m, then outputs mth order splines between each of the x points. In most cases additional constraints are to be entered as well.

Example:

Input:

x points : [1 2 3 4]
y points : [2 7 -1 5]
Order : 2
*One Additional Constraint is Required*
f '' (1) = 0

Output:

Polynomials:
0 5 -3
-13 57 -55
27 -183 305

In the Range:
1 2
2 3
3 4

This means the following:

for 1 < x < 2 y = 0*x^2 + 5*x - 3
for 2 < x < 3 y = -13*x^2 + 57*x - 55
for 3 < x < 4 y = 27*x^2 - 183*x + 305

인용 양식

Husam Aldahiyat (2024). Mth Order Piecewise Spline Interpolation (https://www.mathworks.com/matlabcentral/fileexchange/22912-mth-order-piecewise-spline-interpolation), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Interpolation에 대해 자세히 알아보기
도움

받음: MATLAB Earthquake

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Updated to include an App file for R2012b

1.1.0.0

Corrected bug, added continuity button and integrated examples, improved code.

1.0.0.0