Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 6721:01036667884a
[project @ 2007-06-14 06:56:41 by dbateman]
author | dbateman |
---|---|
date | Thu, 14 Jun 2007 06:56:42 +0000 |
parents | b319df52ba87 |
children | 5b09d433171c |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,13 @@ +2007-06-14 David Bateman <dbateman@free.fr> + + * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, + as permutation of results was incorrect. + * general/interp1.m: Add demo on second derivative + * general/interpn.m: Convert "y" to vectors for __splinen__ + call. Add 3D demo. + + * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. + 2007-06-13 John W. Eaton <jwe@octave.org> * miscellaneous/mkoctfile.m: Quote args too.