No BSD License  

Highlights from
BIPFIT

5.0

5.0 | 2 ratings Rate this file 6 Downloads (last 30 days) File Size: 1.06 KB File ID: #6252

BIPFIT

by Vassili Pastushenko

 

12 Nov 2004 (Updated 16 Nov 2004)

Fits a bipolynomial of prescribed orders to a data matrix.

| Watch this File

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

Simple but effective!

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
approximation Vassili Pastushenko 22 Oct 2008 07:35:22
interpolation Vassili Pastushenko 22 Oct 2008 07:35:22
bipolynomial fit Vassili Pastushenko 22 Oct 2008 07:35:22
polynomial surface fit Vassili Pastushenko 22 Oct 2008 07:35:23
fit Vassili Pastushenko 22 Oct 2008 07:35:23
surface Vassili Pastushenko 22 Oct 2008 07:35:23
bipfit Vassili Pastushenko 22 Oct 2008 07:35:23

Contact us at files@mathworks.com