Two Dimensional Surface Fitting Program

A two dimensional surface fitting program
ダウンロード: 1.9K
更新 2010/1/10

ライセンスの表示

This program represents a further development of the standard powerful “nlinfit” facility already in matlab. The major problem with “nlinfit” is that it can only handle fitting of one dimensional arrays (x, y) where x is the independent variable and y is the dependent one.
The program fit2 uses another program “fitfit” where the user fitting function can be defined. This user defined function is defined in line 6 of fitfit as ff in terms of a,x,y.

The input arguments to the program are
1- a which is an array representing the starting values of the free
fitting parameters ( similar to that when nlinfit is used)
The length of a must be equal to the number of parameters used in the user
defined function to be fitted (line 6 in the M-file "fitfit"
2- x and y are each a one dimensional array representing the independent
variables
3- z is the dependent variable matrix whose elements are functions of the
meshgrid values of x and y
please read the pdf file for more information and example

引用

aasim Azooz (2026). Two Dimensional Surface Fitting Program (https://jp.mathworks.com/matlabcentral/fileexchange/26336-two-dimensional-surface-fitting-program), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2007a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCurve Fitting Toolbox についてさらに検索
バージョン 公開済み リリース ノート
1.0.0.0