comparison scripts/ChangeLog @ 9859:5919f2bd9a99

small improvements in accumarray
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 24 Nov 2009 12:59:09 +0100
parents 87fd803c583b
children c0d0b6e37a36
comparison
equal deleted inserted replaced
9858:47c5af1868df 9859:5919f2bd9a99
1 2009-11-24 Jaroslav Hajek <highegg@gmail.com>
2
3 * general/accumarray.m: Use num2cell instead of mat2cell. Use repmat.
4
1 2009-11-20 Jaroslav Hajek <highegg@gmail.com> 5 2009-11-20 Jaroslav Hajek <highegg@gmail.com>
2 6
3 * script/miscellaneous/getfield: Deblank field names, gripe on invalid 7 * script/miscellaneous/getfield: Deblank field names, gripe on invalid
4 index. 8 index.
5 * script/miscellaneous/setfield: Rewrite using subsasgn. 9 * script/miscellaneous/setfield: Rewrite using subsasgn.