Way to get rid of updates in command history during curve fitting
SJ
I am writing a code, which will automatically load many waves and fit each of them with a function. It is working fine. My problem is that every time it fits with the given function it updates the fitted coefficients and standard deviations in the command history window. I do not want it as it unnecessarily make the command history long and make the program slow and these parameters are anyway saved in coefficient waves. Anyone's help in this is highly appreciable.
Thank you
Best regards,
SJ
/Q
flag with your fit command to prevent logging to the history. Functions which print to the history usually have this flag option to prevent logging.June 19, 2014 at 11:27 pm - Permalink
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
June 20, 2014 at 08:54 am - Permalink