nlsf.cleanupfitdata(); nlsf.func$=parabola; nlsf.fitdata$=%Q_MBR; nlsf.dataBegin=RangeFrom/Delta_Y+1; nlsf.dataEnd=RangeTo/Delta_Y+1; nlsf.p1=0; nlsf.p2=0; nlsf.p3=0; // nlsf.fit(100); // worked well with this method
// new part which doesnt work... nlsf.xmode=0; // use original x-dataset for fitfunction nlsf.xBegin=RangeFrom/Delta_Y+1; nlsf.xEnd=RangeTo/Delta_Y+1; // nlsf.xPoints=63; nlsf.funcx$=%WFit_FitX; // Column to write the X-Data nlsf.funccol$=%WFit_FitMBR"; // Column to write the y-Data nlsf.iterate(100); nlsf.makecurve(func);
with nlsf.fit(100) everything worked, but when I try to replace this with the last part of my skript nothing happens, no error message - nothing.
Thanks for any comments! Rolf
1 L A T E S T R E P L I E S (Newest First)
Mike Buess
Posted - 12/02/2005 : 3:44:52 PM Suggestion... Open the script window, enter the command echo=1 and then try your script again. You should see more detailed error messages that might shed light on what's going wrong.