T O P I C R E V I E W |
waynie |
Posted - 02/27/2014 : 1:43:04 PM Hello, I'm using Origin 8 and trying to fit the equation y = (1-exp(-(ax)^(b)) to a curve. Under fitting function organizer, I click add new function and put in the 2 parameters a, b. When I hit simulate, nothing shows up on the graph. Not sure where I'm making a mistake.
Also, on a side note... I want to calculate the average values of a new numbers in a column so I typed in the following formula under Set column values, however it does not give me any values in the column, not sure what the error is in my formula...Col(A)/(average(Col(A)[6],Col(A)1[12]))
Thanks, |
2 L A T E S T R E P L I E S (Newest First) |
lkb0221 |
Posted - 02/27/2014 : 5:32:35 PM For the SCV problem, please see my example below:
Zheng OriginLab |
lkb0221 |
Posted - 02/27/2014 : 5:27:10 PM Hi, Waynie
For the fitting function, you need to add * for multiplication. Like the following:
1-exp(-(a*x)^b)
Zheng OriginLab |
|
|