log scripts/polynomial/splinefit.m @ 17386:6dbc866379e2

age author description
Fri, 06 Sep 2013 14:08:42 -0700 Rik Replace cellfun() occurrences with faster code where possible.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Wed, 10 Apr 2013 22:43:30 -0700 Rik doc: Tweak docstrings of functions changed for Texinfo 5.0 compatibility.
Fri, 22 Mar 2013 17:07:00 -0400 Amod Mulay doc: Make documentation compatible with Texinfo 5.0 (bug #38392)
Thu, 02 Aug 2012 14:02:26 -0700 Rik splinefit.m: Increase tolerance for %!tests. Use rand, not randn, for generating test data.
Wed, 01 Aug 2012 12:10:26 -0400 John W. Eaton initialize randn state in splinefit test
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Thu, 10 May 2012 22:18:52 -0700 Rik doc: Periodic spellcheck of documentation.
Thu, 10 May 2012 22:08:18 -0700 Rik doc: Periodic grammar check of documentation
Wed, 11 Apr 2012 19:34:53 -0400 Ben Abbott Improve/correct documentation for splinefit.m
Thu, 05 Apr 2012 22:48:57 -0700 Rik doc: Periodic spellcheck of documentation
Wed, 04 Apr 2012 12:30:00 -0400 John W. Eaton avoid nesting sprintf inside calls to error
Thu, 29 Mar 2012 19:13:21 -0400 Ben Abbott New Function, splinefit.m