Two Dimensional Surface Fitting Program

버전 1.0.0.0 (44 KB) 작성자: aasim Azooz
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 (2024). Two Dimensional Surface Fitting Program (https://www.mathworks.com/matlabcentral/fileexchange/26336-two-dimensional-surface-fitting-program), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Curve Fitting Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0