lsqcurvefit __ 非线性拟合函数.pdf

lsqcurvefit __ 非线性拟合函数.pdf

ID:57013625

大小:155.01 KB

页数:11页

时间:2020-07-30

lsqcurvefit __ 非线性拟合函数.pdf_第1页
lsqcurvefit __ 非线性拟合函数.pdf_第2页
lsqcurvefit __ 非线性拟合函数.pdf_第3页
lsqcurvefit __ 非线性拟合函数.pdf_第4页
lsqcurvefit __ 非线性拟合函数.pdf_第5页
资源描述:

《lsqcurvefit __ 非线性拟合函数.pdf》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、lsqcurvefitSolve nonlinear curve-fitting (data-fitting) problems in least-squares senseEquationFind coefficients x that solve the problemgiven input data xdata, and the observed output ydata, where xdata and ydata arematrices or vectors of length m, a

2、nd F (x, xdata) is a matrix-valued or vector-valuedfunction.The lsqcurvefit function uses the same algorithm as lsqnonlin, and provides aninterface designed specifically for data-fitting problems.Syntaxx=lsqcurvefit(fun,x0,xdata,ydata)x=lsqcurvefit(fu

3、n,x0,xdata,ydata,lb,ub)x=lsqcurvefit(fun,x0,xdata,ydata,lb,ub,options)x=lsqcurvefit(problem)[x,resnorm]=lsqcurvefit(...)[x,resnorm,residual]=lsqcurvefit(...)[x,resnorm,residual,exitflag]=lsqcurvefit(...)[x,resnorm,residual,exitflag,output]=lsqcurvefit

4、(...)[x,resnorm,residual,exitflag,output,lambda]=lsqcurvefit(...)[x,resnorm,residual,exitflag,output,lambda,jacobian]=lsqcurvefit(...)Descriptionlsqcurvefit solves nonlinear data-fitting problems. lsqcurvefit requires a user-definedfunction to compute

5、 the vector-valued function F (x, xdata). The size of the vectorreturned by the user-defined function must be the same as the size of the vectors ydataand xdata.NotePassing Extra Parameters explains how to pass extra parameters tothe function F, if ne

6、cessary.x=lsqcurvefit(fun,x0,xdata,ydata) starts at x0 and finds coefficients x to best fit thenonlinear function fun(x,xdata) to the data ydata (in the least-squares sense). ydatamust be the same size as the vector (or matrix) F returned by fun.x=lsq

7、curvefit(fun,x0,xdata,ydata,lb,ub) defines a set of lower and upper bounds onthe design variables in x so that the solution is always in the range lb≤x≤ub.x=lsqcurvefit(fun,x0,xdata,ydata,lb,ub,options) minimizes with the optimizationoptions specified

8、 in the structure options. Use optimset to set these options. Passempty matrices for lb and ub if no bounds exist.x=lsqcurvefit(problem) finds the minimum for problem, where problem is a structuredescribed in Input Arguments.Create the structu

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。