I have two vectors x and y, and I fit them by a smoothing spline fit in matlab. I obtain this:
form: 'pp'
breaks: [15.5649 16.2041 17.0345 18.0489 20.1834 22.5540 24.5158 27.7881 32.5594 36.0827 40.5951]
coefs: [10x4 double]
pieces: 10
order: 4
dim: 1
I need to know the coefficients of the fit in order to reconstruct the fitted curve. How can I get this information?