Mercurial > hg > octave-max
comparison scripts/ChangeLog @ 11188:4cb1522e4d0f
Use function handle as input to cellfun,
rather than quoted function name or anonymous function wrapper.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 03 Nov 2010 17:20:56 -0700 |
parents | 0a8e554494c9 |
children | a3cb42b394eb |
comparison
equal
deleted
inserted
replaced
11187:0a8e554494c9 | 11188:4cb1522e4d0f |
---|---|
1 2010-11-03 Rik <octave@nomad.inbox5.com> | |
2 | |
3 * general/common_size.m, miscellaneous/private/__xzip__.m, | |
4 miscellaneous/what.m, plot/pareto.m, plot/private/__patch__.m: | |
5 Use function handle as input to cellfun rather than quoted function | |
6 name or anonymous function wrapper. | |
7 | |
1 2010-11-03 Konstantinos Poulios <logari81@googlemail.com> | 8 2010-11-03 Konstantinos Poulios <logari81@googlemail.com> |
2 | 9 |
3 * plot/axis.m: Making 'axis equal' equivalent to 'daspect([1,1,1])'. | 10 * plot/axis.m: Making 'axis equal' equivalent to 'daspect([1,1,1])'. |
4 | 11 |
5 2010-11-03 Konstantinos Poulios <logari81@googlemail.com> | 12 2010-11-03 Konstantinos Poulios <logari81@googlemail.com> |