T O P I C R E V I E W |
Frank_H |
Posted - 01/06/2006 : 07:47:43 AM Origin Version (Select Help-->About Origin): 7.5SR5 Operating System: XP
Hi!
I am using the NLSF object to perform a large number of fits. I do not want to display each dataset and fit inbetween. But when setting the data association with NLSF.x = strIndependent; NLSF.fitData1 = strData; Origin automatically creates a new graph holding the curve. Is there a possibility to supress this graph generation?
Cheers, Frank |
2 L A T E S T R E P L I E S (Newest First) |
Frank_H |
Posted - 01/11/2006 : 3:19:39 PM Hi Pete,
Thanks! That did the trick!
Just looked into the help files whether I overlooked this feature of the nlsf object, but seems not to be documented there. Is there some additional source of documentation beside the help file which I could use for this kind of problems?
Cheers, Frank |
peter.cook |
Posted - 01/11/2006 : 2:06:23 PM Hi Frank,
Try using eg
nlsf.output(0); nlsf.iterate(20);
Cheers,
Pete
|
|
|