I have a labtalk script which fits a gauss curve to all colums in a worksheet (spectra) then saves one parameter and the error to a second work sheet (output). The script is as follows:
In V7 this woks perfectly in 7.5 it doesn't work at all. It appears as though the data is not been set in the nlsf object so the fit doesn't do anything or fits to the last manual fit that had been performed. So I would guess that the line
nlsf.setDepend(y,%(SPECTRA,test));
isn't doing what it used to. Either a solution or just a nicer way to do this would be good.