polyfix(x,y,n,xfix,​yfix,xder,dydx)

버전 1.3.1.2 (2.66 KB) 작성자: Are Mjaavatten
Fit polynomial p to data, but match exactly at one or more points
다운로드 수: 4.1K
업데이트 날짜: 2020/1/20

라이선스 보기

편집자 메모: This file was selected as MATLAB Central Pick of the Week

Sometimes we want to fit a polynomial to some data, but want to force a perfect match to some known values at one or more points. This function returns such a polynomial.

인용 양식

Are Mjaavatten (2024). polyfix(x,y,n,xfix,yfix,xder,dydx) (https://www.mathworks.com/matlabcentral/fileexchange/54207-polyfix-x-y-n-xfix-yfix-xder-dydx), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Changed image

1.3.1.1

Added image

1.3.1.0

Fixed the error in version 1.3.0.0 pointed out by Jacob Bresler.

1.3.0.0

As requested by Jacob Bresler, I have added optional outputs S and mu, to make the output from polyfix conform with polyfit

1.2.0.0

Fixed trivial errors in the help section

1.1.0.0

Version 1.1 includes an option for specifying derivatives. p is now a row vector, for consistency with polyfit

1.0.0.0