BIPFIT
버전 1.0.0.0 (614 Bytes) 작성자:
Vassili Pastushenko
Fits a bipolynomial of prescribed orders to a data matrix.
다운로드 수: 3.1K
업데이트 날짜:
2004/11/16
라이선스 없음
Polynomial fit is a standard in MATLAB. How to work with matrix data in the same way as we do
VEC=polyfit(x,y) ?
BIPFIT is written in this way: it FITs a bipolynomial (matrix BIP) to a data matrix DAT:
BIP=bipfit(DAT,VERHOR)
where VERHOR=size(BIP), defining VERtical and HORizontal polynomial orders.
The surface SUR, which is the BIPolynomial approximation to DAT, can be calculated as:
SUR=bipval(BIP,size(DAT));
Based on:
POLIFIC
See also:
SURFIT
인용 양식
Vassili Pastushenko (2024). BIPFIT (https://www.mathworks.com/matlabcentral/fileexchange/6252-bipfit), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R13
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- MATLAB > Mathematics > Elementary Math > Polynomials >
Help Center 및 MATLAB Answers에서 Polynomials에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.0.0.0 |