搜索资源列表
nlinfit
- 非线性最小二乘算法,矩阵和向量类为自己编写,用数组代替也可以-nonlinear least-squares algorithm, matrix and vector category for their preparation, with the array can be replaced
ex
- 一个简单的matlab非线性拟合例子,使用了matlab提供的nlinfit函数.
nlinfit
- 非线性最小二乘法,L-M算法,单精度。可用于学习,科研
nlinfit
- 非线性最小二乘算法,矩阵和向量类为自己编写,用数组代替也可以-nonlinear least-squares algorithm, matrix and vector category for their preparation, with the array can be replaced
ex
- 一个简单的matlab非线性拟合例子,使用了matlab提供的nlinfit函数.-A simple non-linear fitting matlab example, matlab using the function provided by nlinfit.
nlinfit
- 非线性最小二乘法,L-M算法,单精度。可用于学习,科研-Nonlinear least square method, LM algorithm, single-precision. Can be used for learning, research
A-least-squares-fit
- matlab最小二乘原理下的曲线拟合方法汇总:polyfit函数、“\”命令、fminsearch函数、nlinfit函数。附上一个具体的例子:1900-2000年的总人口情况的曲线拟合。-matlab principle of least squares curve fitting method Summary: polyfit function, " \" command, fminsearch a functio
MATLAB-QIU-JIE-XUEYE
- 利用MATLAB程序中的inline和nlinfit两个命令对血药浓度-时间数据进行非线性拟合,求解血管外给药的药动学参数。同时与3P97软件计算结果进行了比较,结果表明,基于MATLAB程序可方便快速地求解血管外给药的各个药动学参数,计算结果与3P97软件计算值相当,且本方法操作简便、界面直观、易于推广,可用于临床教学或实验中药动学参数的计算。 更多还原-Using MATLAB program inline and nlinfit
2014-2
- 非线性回归的一个例子,用最小二乘法和NLINFIT编写。-An example of non-linear regression, using the least squares method and NLINFIT writing.
demo
- oefEsts2 = nlinfit(time, log(conc), @(p,x)log(modelFun(p,x)), startingVals); line(xgrid, modelFun(coefEsts2, xgrid), 'Color',[0 .5 0]); legend({'Raw Data' 'Additive Errors Model' 'Multiplicative Errors Model'});
randcanto2r
- oefEsts2 = nlinfit(time, log(conc), @(p,x)log(modelFun(p,x)), startingVals); 0]); legend({'Raw Data' 'Additive Errors Model' 'Multiplicative Errors Model'});
ww
- oefEsts2 = nlinfit(time, log(conc), @(p,x)log(modelFun(p,x)), startingVals); line(xgrid, modelFun(coefEsts2, xgrid), 'Color',[0 .5 0]); legend({'Raw Data' 'Additive Errors Model' 'Multiplicative Errors Model'});
data fitting
- 掌握Matlab两个函数lsqcurvefit和nlinfit的用法; 掌握Matlab拟合工具箱cftool的使用; 编写非线性拟合函数。(Grasp the use of Matlab two functions lsqcurvefit and nlinfit; Grasp the use of Matlab fitting toolbox cftool; Compiling nonlinear fitting functi
nlinfit+regress_data fitting
- 对农作物六种经典水分生产函数模型的相关数据进行拟合求函数中参数(Fitting the parameters of the six classical crop water production function models by fitting the related data)