log scripts/general/interp2.m @ 14459:a22a41ab6824

age author description
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Mon, 13 Feb 2012 07:38:23 -0800 Rik doc: Use Octave preference for double quote in docstrings in scripts/
Sun, 22 Jan 2012 10:02:27 -0800 Rik test: Make surface demos reproducible by setting colormap to default at start of demo.
Fri, 20 Jan 2012 12:59:53 -0800 Rik Revamp %!demos in m-files to use Octave coding conventions on spacing, etc.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sat, 17 Sep 2011 15:14:08 -0400 Ben Abbott scripts/general/interp2.m: Fix bug #30295. stable
Wed, 26 Jan 2011 20:51:20 -0800 Rik Correct en-dash,em-dash instances in docstrings.
Thu, 20 Jan 2011 18:26:09 -0500 John W. Eaton missing semicolons in script files
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Fri, 14 Jan 2011 15:55:45 -0800 Rik Add undocumented ppder, ppint, ppjumps functions to documentation.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sun, 09 Jan 2011 21:33:04 -0800 Rik Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
Mon, 18 Oct 2010 16:53:57 +0200 Gunnar Farneback general/interp2.m: Fix input checks for cubic interpolation (bug #31352, part 1).
Mon, 23 Aug 2010 11:06:29 +0200 Jaroslav Hajek don't use bicubic in interp2
Mon, 26 Jul 2010 21:25:36 -0700 Rik Grammarcheck documentation of m-files
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Sat, 17 Jul 2010 19:53:01 -0700 Rik Add spellchecker scripts for Octave and run spellcheck of documentation
Fri, 09 Jul 2010 19:56:21 +0200 Thorsten Meyer Fix bugs in interp2 (bug #29601)
Sun, 16 May 2010 22:26:54 -0700 Rik Print name of function in error() string messages.
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Sat, 20 Mar 2010 14:26:03 -0700 Soren Hauberg scripts/general/interp2.m, scripts/general/interpn.m: For nearest neighbour interpolation ceil (instead of floor) at the center of the data intervals to be compatible with Matlab. Add test.
Wed, 17 Feb 2010 08:43:53 +0100 Jaroslav Hajek further memory optimization in interp2
Wed, 17 Feb 2010 08:19:06 +0100 Jaroslav Hajek slight optimization in interp2
Fri, 12 Feb 2010 14:53:55 +0100 Jaroslav Hajek remove debug stub from interp2
Tue, 20 Oct 2009 20:22:10 +0200 Soren Hauberg general/interp2.m: improved error checking and support for bicubic interpolation when X and Y are meshgrid format
Fri, 26 Jun 2009 07:13:28 +0200 Jaroslav Hajek fix bug in recursive lookup
Fri, 27 Mar 2009 22:31:03 -0700 Rik Grammar check TexInfo in all .m files
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Fri, 20 Feb 2009 11:17:01 -0500 Brian Gough Doc fixes.
Fri, 14 Mar 2008 12:54:56 +0100 Jaroslav Hajek support pchip method in interp2