Origin Version 7.5 SR2 v7.5817: Operating System: Windows XP
Hi all, I would like to copy parameters, that I got from several fits, to a single worksheet, so that I get a table where all parameters of my ASCII datafiles are listed. I know that there should be a solution by writing an OriginC program, but in my case this is very difficult since my datasets are very different and I want to fit them by hand. Is there an easy way how to copy the resulting parameters to a new worksheet after the fit? I found the command mf2wks on the internet but it does not work and there is no documentation at all. Thanks a lot for your help, Markus.
I routinely use mf2wks to do exactly what you described. Enter mfhelp in the script window for documentation. In particular, this is the description of mf2wks...
mf2wks [wksname] Copies current fit parameters and their errors to worksheet. If wksname is omitted then create a new parameter worksheet with a default name. (Intended for simultaneous fitting results.) If wksname is given then activate that worksheet (create if necessary) and write the parameters to it. (Intended for appending single curve fitting results to the same worksheet.)
I use it as follows... 1. Assign the command mf2wks Results to the Custom Routine button as described here. 2. Click the Custom Routine button after each fit to copy the parameters to the Results worksheet. (Of course you can name the wks however you like in step 1.)