BIPFIT
Version 1.0.0.0 (614 Bytes) by
Vassili Pastushenko
Fits a bipolynomial of prescribed orders to a data matrix.
3.1K Downloads
Updated
16 Nov 2004
No License
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
Cite As
Vassili Pastushenko (2026). BIPFIT (https://www.mathworks.com/matlabcentral/fileexchange/6252-bipfit), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R13
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Elementary Math > Polynomials >
Find more on Polynomials in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
