BIPFIT

版本 1.0.0.0 (614 字节) 作者: Vassili Pastushenko
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 CenterMATLAB Answers 中查找有关 Polynomials 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0