如何在Matlab上使用非线性拟合功能

时间:2016-03-28 18:19:41

标签: matlab matlab-figure nonlinear-functions

我有非线性拟合功能,如:

prate ~ (m1-((m1-m2)/(1+(IC50/(conc)))))    

还有一张桌子:

[I] (µM)    Max polymerization rate
25.00          3.08
12.50          3.30
6.13           4.44

and IC50 = 1.87

我想创建一个类似上面的函数,并使用这些数据制作一个图。这可能吗?

1 个答案:

答案 0 :(得分:0)

This might help you get started

您需要使用句柄定义您的功能。 假设您有一个您想要估计的变量PolymerRate并将其作为输入变量,我认为在您的情况下会是这样的:

column as it can repeat (can have same value) across different levels.