<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear Simon<div><br></div><div>Unfortunately, the tabulate ('points') command is not designed to work with multi experiment fitting setup. We understand that such a command would be desirable, but we haven't decided yet on an easy to use design. The same applies to the parameter window, which doesn't allow to edit and display parameters for multiple experiments. The only place where this becomes visible is the multi-dim fitting window.</div><div><br></div><div>In order to use the fitted parameters from an multi experimental fit to calculate function values at the points measured and calculate the residuals, you basically need to go through all experiments, retrieve the fitted parameters of each experiment and set the function parameter (as visible in the parameter window) and then call the function for the data points measured.</div><div>You typically use such a statement for parameter retrieval and set up:</div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 9px/normal Monaco; "><span style="color: #00a547">SetFunctionParam</span>(<span style="color: #797979">'DampedOscillation'</span>, 1, <span style="color: #00a547">FitResult</span>(fitResultObject fitRes, result <span style="color: #d47a1a">fittedParameter</span>, experiment 1, index1 1)); </div></div><div><br></div><div>I append a full example including data, function and program to start the fit and get the residuals. The example has 3 experiments and 4 parameters with 2 of them being local to the experiments.</div><div><br></div><div>Kind regards, Peter</div><div><br></div><div>Peter Amrhein</div><div>Quantum Soft</div><div><br></div><div></div></body></html>