• 大小: 46KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-10
  • 语言: 其他
  • 标签: LM  参数拟合  

资源简介

The Levenberg-Marquardt method for nonlinear least squarescurve-fitting problems

资源截图

代码片段和文件信息

function E = angelLove(Vparameterconsts)

V0 = 115.1459;
E0 =  -1244.079;
B0 = parameter(1);
B0t = parameter(2);
E = E0 + 9.*V0.*B0.*(((V0./V).^(2/3)-1).^3.*B0t + ((V0./V).^(2/3)-1).^2 .*(6-4.*(V0./V).^(2/3)));
end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-09-27 22:22  angleLoveForYou\
     文件         223  2012-09-27 21:19  angleLoveForYou\angelLove.m
     文件        2533  2012-09-27 22:08  angleLoveForYou\angleLoveForYou.m
     文件       48266  2012-09-27 21:30  angleLoveForYou\fittingFigure1.jpg
     文件       19835  2012-09-27 22:11  angleLoveForYou\fittingFigure2.jpg
     文件       13940  2012-09-15 13:37  angleLoveForYou\lm.m

评论

共有 条评论