关于曲线拟合
请教:关于曲线拟合请教各位:有两组数据y~t,用这个公式:Y0^1/3 = Yt^1/3+Kt;该怎么在sigmaplot中拟合呢?多谢了先!
急等!
数据如下:
t y
0 0.00
2 13.48
5 37.63
10 54.60
15 65.34
20 74.39
30 82.05
45 88.80
60 92.12
90 96.40
120 98.15 看不懂您的公示,能说明下是什么意思吗,感觉应该有三组数据的啊 Y0(0是下角标)和K都是常数,就是t 时间,Y为t 时间所对应的响应。Y ~ t 做非线性回归图,用这个公式拟合,Y0^1/3 = Y^1/3+K*t。 应该发到MATLAB专区的,从你给的公式看,你可以考虑把原来的公式做个处理,然后到MATLAB中找到相应的函数,就可以做了 [quote]原帖由 [i]chxu65[/i] 于 2008-7-22 08:52 发表 [url=http://bbs.caeworks.cn/redirect.php?goto=findpost&pid=6082&ptid=1747][img]http://bbs.caeworks.cn/images/common/back.gif[/img][/url]
Y0(0是下角标)和K都是常数,就是t 时间,Y为t 时间所对应的响应。Y ~ t 做非线性回归图,用这个公式拟合,Y0^1/3 = Y^1/3+K*t。 [/quote]
建议可以用matlab去拟合,或者tablecurve,SigmaPlot做的拟合效果不一定好:handshake 谢谢各位!
un-suitable formula
I don't think your data can fit the formula given.Your formula can be written as: c=y^(1/3)+kt where c=y0(1/3) is a constant.
Rearrange it: y^(1/3)=c-kt
or y^(1/3)=c+mt where m=-k
This indicates that y^(1/3) and t is a linear relationship, but your data gives a highly nonlinear relationship between y^(1/3) and t.
页:
[1]