comparison scripts/ChangeLog @ 11692:0cabd873264d release-3-0-x

Fix griddata3 and add test code
author David Bateman <dbateman@free.fr>
date Wed, 12 Mar 2008 15:05:00 +0100
parents e13219eaf388
children 550113e01d87
comparison
equal deleted inserted replaced
11691:c6ce7274fb14 11692:0cabd873264d
1 2008-03-12 David Bateman <dbateman@free.fr>
2
3 * geometry/griddata3.m: Use griddatan and not griddata
4 internally. Return vi and not yi. Add test code.
5
1 2008-03-11 John W. Eaton <jwe@octave.org> 6 2008-03-11 John W. Eaton <jwe@octave.org>
2 7
3 * plot/__go_draw_axes__.m: Use get to access hidden properties. 8 * plot/__go_draw_axes__.m: Use get to access hidden properties.
4 Use strcmpi when comparing string properties. 9 Use strcmpi when comparing string properties.
5 10