comparison scripts/ChangeLog @ 10540:952d4df5b686

Eliminate NaN*ones and Inf*ones constructs and just use Nan() and Inf()
author Rik <code@nomad.inbox5.com>
date Thu, 22 Apr 2010 14:03:47 -0700
parents eb55e736060e
children e9d1a974a517
comparison
equal deleted inserted replaced
10539:8db807a0eb78 10540:952d4df5b686
1 2010-04-22 Rik <octave@nomad.inbox5.com>
2
3 * general/rat.m, sparse/gplot.m, strings/base2dec.m, geometry/triplot.m
4 optimization/sqp.m, optimization/qp.m, statistics/base/run_count.m,
5 statistics/base/ranks.m: Eliminate NaN*ones and Inf*ones constructs
6 and just use Nan() and Inf()
7
1 2010-04-19 Ben Abbott <bpabbott@mac.com> 8 2010-04-19 Ben Abbott <bpabbott@mac.com>
2 9
3 * /plot/colorbar.m: Allow 'peer' option to be specified. 10 * /plot/colorbar.m: Allow 'peer' option to be specified.
4 * /plot/colorbar.m: Consistent treatment of plotboxaspectratio, and 11 * /plot/colorbar.m: Consistent treatment of plotboxaspectratio, and
5 add listener for plotboxaspectratiomode. 12 add listener for plotboxaspectratiomode.