No BSD License
Highlights from
BIPFIT
|
|
| File Information |
| Description |
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 |
| MATLAB release |
MATLAB 6.5 (R13)
|
| Other requirements |
POLYFIC |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (2) |
| 23 Mar 2005 |
Claudia Trozzi
|
|
|
| 07 Jun 2011 |
Jose Albornoz
|
|
|
|
Contact us at files@mathworks.com