用matlab最小二乘法拟合非线性函数,有约束条件,无初始值。
Show older comments
用matlab最小二乘法拟合非线性函数,a,b,d满足最小二乘函数在约束条件b+d-bd>1达到最小时,求a,b,d。但是a,b,d的初始值未知,还可以求出来吗?应该怎么求解呢?T-T matlab小白,才开始学这个软件。。。
C(t)=a*e(-bt)-a*e(-dt)
t=[1 6 12 18 24 30 36 42 48 54 60 66 72]
C(t)=[0.093 0.064 0.058 0.055 0.053 0.050 0.044 0.043 0.042 0.040 0.039 0.039 0.038 ]
Accepted Answer
More Answers (0)
Categories
Find more on 数学 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!