Dear all,
In curve fitting, suppose I already have "scoeff" from previous data fitting and the data fitting task is already deleted.
How can I pass the saved "scoeff" to "dfdInterpolate1D" later to calculate interpolated results whenever necessary ? Can it be simpler and don't need to supply x and y, and don't need to calculate "scoeff" again?
Thank you very much!