BIPFIT
Versione 1.0.0.0 (614 Byte) da
Vassili Pastushenko
Fits a bipolynomial of prescribed orders to a data matrix.
3,1K download
Aggiornato
16 nov 2004
Nessuna licenza
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
Cita come
Vassili Pastushenko (2026). BIPFIT (https://it.mathworks.com/matlabcentral/fileexchange/6252-bipfit), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R13
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Mathematics > Elementary Math > Polynomials >
Scopri di più su Polynomials in Help Center e MATLAB Answers
Tag
Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
