Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个函数,我喜欢将它拟合到 Y=a+(1-a)exp(-x/T) 的函数中,以获得它的 T 值。
我想用 Xmgrace 来做这些,但我不知道怎么做。
感谢您的建议。
在 xmgrace 窗口中,单击 Data Transformations Non-linear curve fitting。
formula section
a0+(1-a0)*exp(-x/a1)
a0
a1
parametes
注意- 对初始参数的良好猜测将帮助您更快地获得良好的拟合。