I have created a user-defined function, but would like to be able to fix some of its parameters. I know how this is done in Origin, but would like to implement it in my LabTalk script. I am doing the following at the moment,
nlsf.init(); nlsf.func$=GaussBen; //GaussBen is user-defined. y0=0; xc=0; w=0.0000003; A=0.0000000625;
I am trying to fix y0 to zero, but will want to fix others in the future. Any help is much appreciated.