T O P I C R E V I E W |
nbulcourt |
Posted - 02/12/2002 : 1:26:39 PM Hi, I've got a problem with the command nlsf.constr$ and nlsf.iterate(). It seems Origin takes into account the constraint if the number of iteration is equal to 1. When I use a larger number of iteration the constraint is just taken into account for the first iteration and not for the others. Someone can help me ? Thanks |
3 L A T E S T R E P L I E S (Newest First) |
Laurie |
Posted - 02/13/2002 : 3:43:38 PM Remember to clear it before using.
Here's an example:
nlsf.init(); nlsf.begin(); nlsf.func$="boltzmann"; nlsf.y$="draw1_b"; A1=1; A2=8; x0=1; dx=1; nlsf.constr$=""; nlsf.constr$="A1>1;"; nlsf.iterate(1000); nlsf.end();
OriginLab Technical Support |
nbulcourt |
Posted - 02/13/2002 : 1:20:14 PM No problem. It is OK. |
nbulcourt |
Posted - 02/12/2002 : 1:29:30 PM I use the command nlsf.tolerance. Is there any conflict ? |