Curve fitting subrange of data
I have written a function that does what I want but have ran into difficulties with the curve fitting part of the script.
I would like to fit to the subrange : more_than_zero[index] and max_current[index] ---- how do I properly format this in the CurveFit function?
for(index=0; index
If you want different subranges (such as might occur if you want the Y data to be one column of a multi-column wave, and the X data from another column) then you need to specify a subrange on each wave.
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
February 6, 2017 at 04:05 pm - Permalink
February 6, 2017 at 05:31 pm - Permalink