BIPFIT

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
カテゴリ
Help Center および MATLAB AnswersPolynomials についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0