fitting curve doed not work
fitting curve doed not work
(OP)
Hi,
I have a set of data in tabular form. I would like to fit a function over this set and then derive this function.
I have checked a manual and found I think appropriate commands - bspline and interp, but when plotted in one graph I can see it is not correct...
I usually use 1 as array origin, and knots of the spline are not equally spaced - do not even know if it is important for this case...
Right now I am not able to find an error. Please help !
I have a set of data in tabular form. I would like to fit a function over this set and then derive this function.
I have checked a manual and found I think appropriate commands - bspline and interp, but when plotted in one graph I can see it is not correct...
I usually use 1 as array origin, and knots of the spline are not equally spaced - do not even know if it is important for this case...
Right now I am not able to find an error. Please help !





RE: fitting curve doed not work
RE: fitting curve doed not work
t:=0;42
which will define t as a range variable from 0 to 42 with step size of one.
Peter
RE: fitting curve doed not work