Mercurial > hg > octave-lyh
comparison scripts/ChangeLog @ 8712:010e15c7be9a
support pchip method in interp2
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 14 Mar 2008 12:54:56 +0100 |
parents | d090213c697a |
children | 1f0c3b2961d7 |
comparison
equal
deleted
inserted
replaced
8711:822cab55ca85 | 8712:010e15c7be9a |
---|---|
1 2008-03-14 Jaroslav Hajek <highegg@gmail.com> | |
2 | |
3 * general/interp2.m: Added support for pchip bicubic interpolation. | |
4 Also simplified code and added support for natural extrapolation via | |
5 "extrap". | |
6 | |
1 2009-02-09 John W. Eaton <jwe@octave.org> | 7 2009-02-09 John W. Eaton <jwe@octave.org> |
2 | 8 |
3 * miscellaneous/Makefile.in (SOURCES): Include __xzip__.m in the list. | 9 * miscellaneous/Makefile.in (SOURCES): Include __xzip__.m in the list. |
4 | 10 |
5 * testfun/rundemos.m: Error if fopen fails. | 11 * testfun/rundemos.m: Error if fopen fails. |