Use correct NLSF commands to paste parameters of each plot
Â
I have written a code using Origin 9.0.0 that contains a loop which produces plots with curves. Each row consists of a certain rows that fit together in a non linear function. The code I have written uses old nlsf commands but the problem is that I cannot make it to paste the parameters of each plot. I have tried
nlsf.pasteToPlot = 1;
nlsf.pasteToPlot = 2;
NLSF.PasteParams("P");Â
 but this did not work. Please provide me the correct code that enables me to paste the parameters correctly. Thanks