comparison scripts/ChangeLog @ 7313:7fd7abd37113

[project @ 2007-12-12 22:36:15 by jwe]
author jwe
date Wed, 12 Dec 2007 22:36:15 +0000
parents 1ebbf0924217
children 3ceb12c499e9
comparison
equal deleted inserted replaced
7312:1ebbf0924217 7313:7fd7abd37113
1 2007-12-12 John W. Eaton <jwe@octave.org> 1 2007-12-12 John W. Eaton <jwe@octave.org>
2
3 * image/loadimage.m: Avoid calling eval. Avoid calling exist.
4
5 * plot/pie.m: Avoid calling "exist".
2 6
3 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). 7 * linear-algebra/condest.m: Use nargin instead of size(varargin,2).
4 Condense argument processing logic. Allow 6 arguments. 8 Condense argument processing logic. Allow 6 arguments.
5 Use issquare. Avoid calling "exist". 9 Use issquare. Avoid calling "exist".
6 10