comparison scripts/ChangeLog @ 8352:33337f1aca75

fix bug in cell string handling of unpack function
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Tue, 04 Nov 2008 23:03:50 +0100
parents 0e3a92a8683c
children 534fd216278c
comparison
equal deleted inserted replaced
8351:4d78baf20ded 8352:33337f1aca75
34 34
35 2008-11-05 Thorsten Meyer <thorsten.meyier@gmx.de> 35 2008-11-05 Thorsten Meyer <thorsten.meyier@gmx.de>
36 36
37 * plot/subplot.m: fix texi bug 37 * plot/subplot.m: fix texi bug
38 38
39 2008-11-04 Thorsten Meyer <thorsten.meyier@gmx.de>
40
41 * miscellaneous/unpack.m: return directly after recursive handling
42 of cell-strings
43
39 2008-09-28 Jaroslav Hajek <highegg@gmail.com> 44 2008-09-28 Jaroslav Hajek <highegg@gmail.com>
40 45
41 * optimization/__fdjac__.m: New function file. 46 * optimization/__fdjac__.m: New function file.
42 * optimization/__dogleg__.m: New function file. 47 * optimization/__dogleg__.m: New function file.
43 * optimization/fsolve.m: New function file. 48 * optimization/fsolve.m: New function file.