very spartan version of the S lfknots function... Author: Catherine Loader.
0001 function z=lfknots(fit,varargin) 0002 % 0003 % very spartan version of the S lfknots function... 0004 % 0005 % Author: Catherine Loader. 0006 0007 z = fit.fit_points.fitted_values; 0008 0009 return;