matlab的拟合问题求y=a*b*exp(-c*x)(1-(1+d*x)*exp(-d*x))方程中的a,b,c,d 4个参数 .怎样编程实现y=a*b*exp(-c*x)*(1-(1+d*x)*exp(-d*x)) 写错了 中间是乘号!我用cftool进行直线拟合出现以下错误:Fit could not be comput
来源:学生作业帮助网 编辑:六六作业网 时间:2024/12/24 13:38:48
matlab的拟合问题求y=a*b*exp(-c*x)(1-(1+d*x)*exp(-d*x))方程中的a,b,c,d 4个参数 .怎样编程实现y=a*b*exp(-c*x)*(1-(1+d*x)*exp(-d*x)) 写错了 中间是乘号!我用cftool进行直线拟合出现以下错误:Fit could not be comput
matlab的拟合问题
求y=a*b*exp(-c*x)(1-(1+d*x)*exp(-d*x))方程中的a,b,c,d 4个参数 .怎样编程实现
y=a*b*exp(-c*x)*(1-(1+d*x)*exp(-d*x)) 写错了 中间是乘号!我用cftool进行直线拟合出现以下错误:
Fit could not be computed due to error:
Inf computed by model function,fitting cannot continue.
Try using or tightening upper and lower bounds on coefficients.
matlab的拟合问题求y=a*b*exp(-c*x)(1-(1+d*x)*exp(-d*x))方程中的a,b,c,d 4个参数 .怎样编程实现y=a*b*exp(-c*x)*(1-(1+d*x)*exp(-d*x)) 写错了 中间是乘号!我用cftool进行直线拟合出现以下错误:Fit could not be comput
这种比较复杂的式子拟合之前先化简一下比较好,至少可以两边取一下对数,另外,这个式子里a,b两个参数应该合到一起,否则是拟合不出结果的.
你的式子有问题...a*b*exp(-c*x)???(1-(1+d*x)*exp(-d*x))