Origin Version (Select Help-->About Origin): 7.5 Operating System: windows XP
Hi,
I am using the NLSF to fit my data to the function y=100/(1+10^(((logECF-(1/p)*log10(F/(100-F)))-x)*p)) the parameters to fit are logECF and p
F is not really a parameter but should be constrained to values from 5 to 95 (step 5)
so what I want is to do a fit with F set fixed to 5, followed by a fit with F set to 10 and so on. For each fit the parameters worksheet should be stored
I want to perform the calculations programatically with Origin C, but I am new to programming, so please provide me some code or information on how to do it.
Here is a LabTalk script which performs sequential fits of the active plotted dataset using the ExpDec1 function with specific values of the P1 parameter.