annotate scripts/ChangeLog @ 6848:9de60a998cf3

[project @ 2007-08-30 17:54:48 by jwe]
author jwe
date Thu, 30 Aug 2007 17:56:21 +0000
parents 956148c0d388
children 9398f6a81bdf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6848
9de60a998cf3 [project @ 2007-08-30 17:54:48 by jwe]
jwe
parents: 6847
diff changeset
1 2007-08-30 John W. Eaton <jwe@octave.org>
9de60a998cf3 [project @ 2007-08-30 17:54:48 by jwe]
jwe
parents: 6847
diff changeset
2
9de60a998cf3 [project @ 2007-08-30 17:54:48 by jwe]
jwe
parents: 6847
diff changeset
3 * optimization/qp.m: Increase maxit to 200.
9de60a998cf3 [project @ 2007-08-30 17:54:48 by jwe]
jwe
parents: 6847
diff changeset
4
6847
956148c0d388 [project @ 2007-08-30 07:39:32 by dbateman]
dbateman
parents: 6843
diff changeset
5 2007-08-30 David Bateman <dbateman@free.fr>
956148c0d388 [project @ 2007-08-30 07:39:32 by dbateman]
dbateman
parents: 6843
diff changeset
6
956148c0d388 [project @ 2007-08-30 07:39:32 by dbateman]
dbateman
parents: 6843
diff changeset
7 * geometry/inpolygon.m: New file.
956148c0d388 [project @ 2007-08-30 07:39:32 by dbateman]
dbateman
parents: 6843
diff changeset
8 * geometry/Makefile.in (SOURCES): Add inpolygon.m.
956148c0d388 [project @ 2007-08-30 07:39:32 by dbateman]
dbateman
parents: 6843
diff changeset
9
6843
9adfed86501f [project @ 2007-08-29 20:39:12 by jwe]
jwe
parents: 6829
diff changeset
10 2007-08-29 Peter A. Gustafson <petegus@umich.edu>
9adfed86501f [project @ 2007-08-29 20:39:12 by jwe]
jwe
parents: 6829
diff changeset
11
9adfed86501f [project @ 2007-08-29 20:39:12 by jwe]
jwe
parents: 6829
diff changeset
12 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command.
9adfed86501f [project @ 2007-08-29 20:39:12 by jwe]
jwe
parents: 6829
diff changeset
13
6829
6c85f7d37e61 [project @ 2007-08-24 20:23:21 by dbateman]
dbateman
parents: 6828
diff changeset
14 2007-08-24 David Bateman <dbateman@free.fr>
6c85f7d37e61 [project @ 2007-08-24 20:23:21 by dbateman]
dbateman
parents: 6828
diff changeset
15
6c85f7d37e61 [project @ 2007-08-24 20:23:21 by dbateman]
dbateman
parents: 6828
diff changeset
16 * plot/__go_draw_axes__.m: Treat text color property.
6c85f7d37e61 [project @ 2007-08-24 20:23:21 by dbateman]
dbateman
parents: 6828
diff changeset
17
6828
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
18 2007-08-24 John W. Eaton <jwe@octave.org>
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
19
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
20 * plot/subplot.m, plot/plot.m, plot/grid.m:
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
21 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop.
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
22
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
23 * miscellaneous/movefile.m: Separate second and third args and
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
24 use p1 and p2, not f1 and f2 when constructing arguments for
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
25 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>.
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
26
6825
59e22e30aff8 [project @ 2007-08-24 15:36:49 by jwe]
jwe
parents: 6823
diff changeset
27 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com>
59e22e30aff8 [project @ 2007-08-24 15:36:49 by jwe]
jwe
parents: 6823
diff changeset
28
59e22e30aff8 [project @ 2007-08-24 15:36:49 by jwe]
jwe
parents: 6823
diff changeset
29 * set/intersect.m: Make it work with cell arrays of strings.
59e22e30aff8 [project @ 2007-08-24 15:36:49 by jwe]
jwe
parents: 6823
diff changeset
30
6823
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
31 2007-08-24 David Bateman <dbateman@free.fr>
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
32
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
33 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m,
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
34 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
35 functions ported from octave-forge.
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
36 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m,
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
37 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m,
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
38 geometry/triplot.m, geometry/tsearchn.m:
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
39 New functions.
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
40 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram.
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
41 * geometry/Makefile.in (SOURCES): Add functions above.
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
42 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile.
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
43
6820
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
44 2007-08-23 John W. Eaton <jwe@octave.org>
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
45
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
46 * pkg/pkg.m: Avoid using installed_packages for both function and
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
47 variable name.
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
48
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
49 2007-08-23 David Bateman <dbateman@free.fr>
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
50
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
51 * plot/plot.m: Allow first arg to be axes handle.
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
52
6818
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
53 2007-08-22 David Bateman <dbateman@free.fr>
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
54
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
55 * control/base/nichols.m: Correct for misnamed variable, and ensure
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
56 outputs are returned only if requested.
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
57
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
58 2007-08-22 Donald Parsons <dparsons@brightdsl.net>
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
59
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
60 * control/base/nichols.m: Fix typo.
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
61
6813
75d99621f850 [project @ 2007-08-14 17:14:18 by jwe]
jwe
parents: 6809
diff changeset
62 2007-08-13 John W. Eaton <jwe@octave.org>
75d99621f850 [project @ 2007-08-14 17:14:18 by jwe]
jwe
parents: 6809
diff changeset
63
75d99621f850 [project @ 2007-08-14 17:14:18 by jwe]
jwe
parents: 6809
diff changeset
64 * plot/meshgrid.m: Use repmat instead of multiplication.
75d99621f850 [project @ 2007-08-14 17:14:18 by jwe]
jwe
parents: 6809
diff changeset
65
6809
5e61f0bc0c27 [project @ 2007-08-10 18:41:33 by jwe]
jwe
parents: 6808
diff changeset
66 2007-08-10 Peter A. Gustafson <petegus@umich.edu>
5e61f0bc0c27 [project @ 2007-08-10 18:41:33 by jwe]
jwe
parents: 6808
diff changeset
67
5e61f0bc0c27 [project @ 2007-08-10 18:41:33 by jwe]
jwe
parents: 6808
diff changeset
68 * plot/__go_draw_axes__.m: Add axes position to the usingclause,
5e61f0bc0c27 [project @ 2007-08-10 18:41:33 by jwe]
jwe
parents: 6808
diff changeset
69 use axes position in each appropriate gnuplot set statement.
5e61f0bc0c27 [project @ 2007-08-10 18:41:33 by jwe]
jwe
parents: 6808
diff changeset
70
6808
64b2d6bcd54e [project @ 2007-08-10 18:19:32 by jwe]
jwe
parents: 6807
diff changeset
71 2007-08-10 John W. Eaton <jwe@octave.org>
64b2d6bcd54e [project @ 2007-08-10 18:19:32 by jwe]
jwe
parents: 6807
diff changeset
72
64b2d6bcd54e [project @ 2007-08-10 18:19:32 by jwe]
jwe
parents: 6807
diff changeset
73 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list.
64b2d6bcd54e [project @ 2007-08-10 18:19:32 by jwe]
jwe
parents: 6807
diff changeset
74 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR).
64b2d6bcd54e [project @ 2007-08-10 18:19:32 by jwe]
jwe
parents: 6807
diff changeset
75 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR).
64b2d6bcd54e [project @ 2007-08-10 18:19:32 by jwe]
jwe
parents: 6807
diff changeset
76 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables.
64b2d6bcd54e [project @ 2007-08-10 18:19:32 by jwe]
jwe
parents: 6807
diff changeset
77
6807
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
78 2007-08-10 Kai Habel <kai.habel@gmx.de>
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
79
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
80 * plot/patch.m, plot/__patch__.m: New files.
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
81 * plot/Makefile.in (SOURCES): Add them to the list.
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
82
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
83 2007-08-07 John W. Eaton <jwe@octave.org>
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
84
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
85 * path/savepath.m: Use single quotes for argument to PATH command
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
86 that is inserted in file.
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
87
6805
41d8841124b3 [project @ 2007-07-27 05:26:27 by jwe]
jwe
parents: 6796
diff changeset
88 2007-07-27 John W. Eaton <jwe@octave.org>
41d8841124b3 [project @ 2007-07-27 05:26:27 by jwe]
jwe
parents: 6796
diff changeset
89
41d8841124b3 [project @ 2007-07-27 05:26:27 by jwe]
jwe
parents: 6796
diff changeset
90 * plot/drawnow.m: Only set default value for term if GNUTERM is
41d8841124b3 [project @ 2007-07-27 05:26:27 by jwe]
jwe
parents: 6796
diff changeset
91 not set in the environment.
41d8841124b3 [project @ 2007-07-27 05:26:27 by jwe]
jwe
parents: 6796
diff changeset
92
6796
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
93 2007-07-25 David Bateman <dbateman@free.fr>
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
94
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
95 * Makefile.in, audio/Makefile.in, control/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
96 control/base/Makefile.in, control/hinf/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
97 control/obsolete/Makefile.in, control/system/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
98 control/util/Makefile.in, deprecated/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
99 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
100 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
101 miscellaneous/Makefile.in, optimizaton/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
102 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
103 polynomial/Makefile.in, quaternion/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
104 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
105 specfun/Makefile.in, special-matrix/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
106 startup/Makefile.in, statistics/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
107 statistics/base/Makefile.in, statistics/distributions/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
108 statistics/models/Makefile.in, statistics/tests/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
109 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in:
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
110 Adjust DISTFILES to allow out of tree "make dist" to work.
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
111
6795
acf80f494427 [project @ 2007-07-25 15:20:53 by jwe]
jwe
parents: 6793
diff changeset
112 2007-07-25 John W. Eaton <jwe@octave.org>
acf80f494427 [project @ 2007-07-25 15:20:53 by jwe]
jwe
parents: 6793
diff changeset
113
acf80f494427 [project @ 2007-07-25 15:20:53 by jwe]
jwe
parents: 6793
diff changeset
114 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty.
acf80f494427 [project @ 2007-07-25 15:20:53 by jwe]
jwe
parents: 6793
diff changeset
115
6793
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
116 2007-07-24 David Bateman <dbateman@free.fr>
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
117
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
118 * image/flag.m: New colormap function.
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
119 * images/Makefile.in: Include it in SOURCES.
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
120
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
121 * image/autumn.m image/bone.m image/cool.m image/copper.m
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
122 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
123 image/rainbow.m image/spring.m image/summer.m image/white.m
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
124 image/winter.m, image/brighten.m: Use isscalar and not is_scalar.
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
125 * image/gray.m, image/ocean.m: Use the same means of finding the
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
126 number of colormap elements as the other colormap functions.
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
127
6790
f1157da78825 [project @ 2007-07-24 19:02:27 by jwe]
jwe
parents: 6788
diff changeset
128 2007-07-24 Kai Habel <kai.habel@gmx.de>
f1157da78825 [project @ 2007-07-24 19:02:27 by jwe]
jwe
parents: 6788
diff changeset
129
f1157da78825 [project @ 2007-07-24 19:02:27 by jwe]
jwe
parents: 6788
diff changeset
130 * plot/__go_draw_axes__.m: Handle patch.
f1157da78825 [project @ 2007-07-24 19:02:27 by jwe]
jwe
parents: 6788
diff changeset
131
6788
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
132 2007-07-23 David Bateman <dbateman@free.fr>
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
133
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
134 * general/rat.m: New function for ration approximation imported
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
135 from octave-forge.
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
136 * general/del2.m: New function for discrete laplacian operator.
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
137 * general/Makefile.in: Include rat.m and del2.m in SOURCES.
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
138
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
139 * image/autumn.m image/bone.m image/cool.m image/copper.m
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
140 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
141 image/rainbow.m image/spring.m image/summer.m image/white.m
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
142 image/winter.m, image/brighten.m: Port image functions from
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
143 octave-forge.
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
144 * image/Makefile.in: Add ported functions to SOURCES.
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
145 * image/gray.m, image/ocean.m: Don't set the colormap for
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
146 compatibility with matlab.
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
147
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
148 * plot/meshc.m, plot/peaks.m: Port plotting function from
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
149 octave-forge
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
150 * plot/Makefile.in: Add ported functions to SOURCES.
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
151 * plot/__go_draw_axes__.m: Set the palette for the surfaces if
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
152 using gnuplot 4.2 or greater.
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
153
6785
5ce6ecc1377b [project @ 2007-07-23 16:59:00 by dbateman]
dbateman
parents: 6781
diff changeset
154 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk>
5ce6ecc1377b [project @ 2007-07-23 16:59:00 by dbateman]
dbateman
parents: 6781
diff changeset
155
5ce6ecc1377b [project @ 2007-07-23 16:59:00 by dbateman]
dbateman
parents: 6781
diff changeset
156 * general/cart2sph.m: Fix unbalanced paranthesis.
5ce6ecc1377b [project @ 2007-07-23 16:59:00 by dbateman]
dbateman
parents: 6781
diff changeset
157
6781
3058060c560f [project @ 2007-07-19 08:07:31 by dbateman]
dbateman
parents: 6780
diff changeset
158 2007-07-19 David Bateman <dbateman@free.fr>
3058060c560f [project @ 2007-07-19 08:07:31 by dbateman]
dbateman
parents: 6780
diff changeset
159
3058060c560f [project @ 2007-07-19 08:07:31 by dbateman]
dbateman
parents: 6780
diff changeset
160 * plot/fplot.m: More compatible version.
3058060c560f [project @ 2007-07-19 08:07:31 by dbateman]
dbateman
parents: 6780
diff changeset
161
6780
38bc358b6c9a [project @ 2007-07-18 18:02:56 by jwe]
jwe
parents: 6779
diff changeset
162 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com>
38bc358b6c9a [project @ 2007-07-18 18:02:56 by jwe]
jwe
parents: 6779
diff changeset
163
38bc358b6c9a [project @ 2007-07-18 18:02:56 by jwe]
jwe
parents: 6779
diff changeset
164 * plot/clf.m: Check for valid handle before deleting.
38bc358b6c9a [project @ 2007-07-18 18:02:56 by jwe]
jwe
parents: 6779
diff changeset
165
38bc358b6c9a [project @ 2007-07-18 18:02:56 by jwe]
jwe
parents: 6779
diff changeset
166 * plot/figure.m: Pass "figure" property/value pairs directly to
38bc358b6c9a [project @ 2007-07-18 18:02:56 by jwe]
jwe
parents: 6779
diff changeset
167 __go_figure__ instead of using regular "set" call.
38bc358b6c9a [project @ 2007-07-18 18:02:56 by jwe]
jwe
parents: 6779
diff changeset
168
6779
301ca8b69d03 [project @ 2007-07-18 17:43:51 by jwe]
jwe
parents: 6778
diff changeset
169 2007-07-18 Paul Kienzle <pkienzle@users.sf.net>
301ca8b69d03 [project @ 2007-07-18 17:43:51 by jwe]
jwe
parents: 6778
diff changeset
170
301ca8b69d03 [project @ 2007-07-18 17:43:51 by jwe]
jwe
parents: 6778
diff changeset
171 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal
301ca8b69d03 [project @ 2007-07-18 17:43:51 by jwe]
jwe
parents: 6778
diff changeset
172 type for gnuplot.
301ca8b69d03 [project @ 2007-07-18 17:43:51 by jwe]
jwe
parents: 6778
diff changeset
173
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
174 2007-07-18 John W. Eaton <jwe@octave.org>
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
175
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
176 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
177 gnuplot for each set of axes.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
178
6777
4775fc1aa728 [project @ 2007-07-18 16:32:51 by dbateman]
dbateman
parents: 6776
diff changeset
179 2007-07-18 David Bateman <dbateman@free.fr>
4775fc1aa728 [project @ 2007-07-18 16:32:51 by dbateman]
dbateman
parents: 6776
diff changeset
180
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
181 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m,
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
182 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m,
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
183 statistics/distributions/expcdf.m, statistics/distributions/expinv.m,
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
184 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m:
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
185 Use standard scale factor rather than one on the scale factor for
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
186 compatibility.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
187
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
188 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m,
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
189 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m,
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
190 deprecated/exponential_cdf.m, deprecated/exponential_inv.m,
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
191 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m:
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
192 Preserve backward compatibility.
6777
4775fc1aa728 [project @ 2007-07-18 16:32:51 by dbateman]
dbateman
parents: 6776
diff changeset
193
6776
d388a35a9481 [project @ 2007-07-17 15:22:47 by dbateman]
dbateman
parents: 6770
diff changeset
194 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com>
d388a35a9481 [project @ 2007-07-17 15:22:47 by dbateman]
dbateman
parents: 6770
diff changeset
195
d388a35a9481 [project @ 2007-07-17 15:22:47 by dbateman]
dbateman
parents: 6770
diff changeset
196 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp
d388a35a9481 [project @ 2007-07-17 15:22:47 by dbateman]
dbateman
parents: 6770
diff changeset
197 to avoid issues with regexp special characters in the path strings.
d388a35a9481 [project @ 2007-07-17 15:22:47 by dbateman]
dbateman
parents: 6770
diff changeset
198
6770
babcbcc11ab6 [project @ 2007-07-06 08:44:04 by dbateman]
dbateman
parents: 6768
diff changeset
199 2007-07-06 David Bateman <dbateman@free.fr>
babcbcc11ab6 [project @ 2007-07-06 08:44:04 by dbateman]
dbateman
parents: 6768
diff changeset
200
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
201 * general/accumarray.m: New function to create an array by
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
202 accumulating the elements.
6770
babcbcc11ab6 [project @ 2007-07-06 08:44:04 by dbateman]
dbateman
parents: 6768
diff changeset
203
6768
40e1255eda0e [project @ 2007-06-29 20:11:58 by jwe]
jwe
parents: 6765
diff changeset
204 2007-06-29 Marcus W. Reble <reble@wisc.edu>
40e1255eda0e [project @ 2007-06-29 20:11:58 by jwe]
jwe
parents: 6765
diff changeset
205
40e1255eda0e [project @ 2007-06-29 20:11:58 by jwe]
jwe
parents: 6765
diff changeset
206 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance.
40e1255eda0e [project @ 2007-06-29 20:11:58 by jwe]
jwe
parents: 6765
diff changeset
207 (fdjac): Set nx outside of if block.
40e1255eda0e [project @ 2007-06-29 20:11:58 by jwe]
jwe
parents: 6765
diff changeset
208 (cf_ub_lb, cigrad_ub_lb): New subfunctons.
40e1255eda0e [project @ 2007-06-29 20:11:58 by jwe]
jwe
parents: 6765
diff changeset
209
6765
e6b528a3a2a9 [project @ 2007-06-28 15:25:43 by jwe]
jwe
parents: 6762
diff changeset
210 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com>
e6b528a3a2a9 [project @ 2007-06-28 15:25:43 by jwe]
jwe
parents: 6762
diff changeset
211
e6b528a3a2a9 [project @ 2007-06-28 15:25:43 by jwe]
jwe
parents: 6762
diff changeset
212 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes.
e6b528a3a2a9 [project @ 2007-06-28 15:25:43 by jwe]
jwe
parents: 6762
diff changeset
213
e6b528a3a2a9 [project @ 2007-06-28 15:25:43 by jwe]
jwe
parents: 6762
diff changeset
214 * plot/axis.m: Also set "visible" property when setting axes to
e6b528a3a2a9 [project @ 2007-06-28 15:25:43 by jwe]
jwe
parents: 6762
diff changeset
215 on/off.
e6b528a3a2a9 [project @ 2007-06-28 15:25:43 by jwe]
jwe
parents: 6762
diff changeset
216
6762
721953d49b19 [project @ 2007-06-27 18:20:19 by jwe]
jwe
parents: 6758
diff changeset
217 2007-06-27 Michael Goffioul <michael.goffioul@swing.be>
721953d49b19 [project @ 2007-06-27 18:20:19 by jwe]
jwe
parents: 6758
diff changeset
218
721953d49b19 [project @ 2007-06-27 18:20:19 by jwe]
jwe
parents: 6758
diff changeset
219 * image/colormap.m: Only return colormap if nargout > 0.
721953d49b19 [project @ 2007-06-27 18:20:19 by jwe]
jwe
parents: 6758
diff changeset
220 Mark as command.
721953d49b19 [project @ 2007-06-27 18:20:19 by jwe]
jwe
parents: 6758
diff changeset
221
6758
1894012e6b84 [project @ 2007-06-25 23:09:21 by jwe]
jwe
parents: 6756
diff changeset
222 2007-06-25 John W. Eaton <jwe@octave.org>
1894012e6b84 [project @ 2007-06-25 23:09:21 by jwe]
jwe
parents: 6756
diff changeset
223
1894012e6b84 [project @ 2007-06-25 23:09:21 by jwe]
jwe
parents: 6756
diff changeset
224 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of
1894012e6b84 [project @ 2007-06-25 23:09:21 by jwe]
jwe
parents: 6756
diff changeset
225 strcmp for selected property comparisons.
1894012e6b84 [project @ 2007-06-25 23:09:21 by jwe]
jwe
parents: 6756
diff changeset
226
6756
47dc81fefe8a [project @ 2007-06-25 18:40:21 by jwe]
jwe
parents: 6754
diff changeset
227 2007-06-25 S�ren Hauberg <hauberg@gmail.com>
47dc81fefe8a [project @ 2007-06-25 18:40:21 by jwe]
jwe
parents: 6754
diff changeset
228
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
229 * image/imshow.m: Fix check for colormap arguments.
6756
47dc81fefe8a [project @ 2007-06-25 18:40:21 by jwe]
jwe
parents: 6754
diff changeset
230
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
231 2007-06-25 Joel Keay <keay@nhn.ou.edu>
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
232
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
233 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
234
6756
47dc81fefe8a [project @ 2007-06-25 18:40:21 by jwe]
jwe
parents: 6754
diff changeset
235 2007-06-25 S�ren Hauberg <hauberg@gmail.com>
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
236
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
237 * statistics/base/median.m: Update help text to mention 'dim'
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
238 argument, and note that the data should be sorted for the
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
239 definition of the median to be correct.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
240
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
241 * statistics/base/std.m: Add missing square to definition of
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
242 standard deviation.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
243
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
244 * statistics/base/cov.m: Add definition of covariance to the help text.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
245
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
246 * statistics/base/kurtosis.m, statistics/base/skewness.m,
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
247 statistics/base/std.m:
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
248 Note that \bar{x} is the mean value of x in the help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
249
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
250 * specfun/nchoosek.m: Add alternative definition of the binomial
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
251 coefficient to the help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
252
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
253 * specfun/perms.m, statistics/base/values.m: Add example in help text.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
254
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
255 * statistics/base/var.m: Put N in @math in help text.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
256
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
257 * statistics/base/qqplot.m, statistics/base/ppplot.m,
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
258 statistics/tests/kolmogorov_smirnov_test.m:
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
259 Write about possible values of 'dist' in help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
260
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
261 * statistics/base/corrcoef.m, statistics/base/cor.m:
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
262 Add definition of correlation to the help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
263
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
264 * statistics/base/logit.m, statistics/base/kendall.m,
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
265 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m,
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
266 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m:
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
267 TeXification of help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
268
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
269 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
270
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
271 * statistics/tests/var_test.m, statistics/tests/welch_test.m:
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
272 Add missing @var's to help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
273
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
274 * statistics/models/logistic_regression.m: Fix typos in help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
275
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
276 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
277 of help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
278
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
279 * statistics/distributions/unidinv.m: Add a missing 'discrete' to
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
280 help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
281
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
282 * statistics/distributions/unidpdf.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
283 statistics/distributions/discrete_pdf.m:
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
284 Replace 'pDF' with 'PDF' in help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
285
6753
a5c64dad5b93 [project @ 2007-06-25 17:05:58 by jwe]
jwe
parents: 6752
diff changeset
286 2007-06-25 John W. Eaton <jwe@octave.org>
a5c64dad5b93 [project @ 2007-06-25 17:05:58 by jwe]
jwe
parents: 6752
diff changeset
287
a5c64dad5b93 [project @ 2007-06-25 17:05:58 by jwe]
jwe
parents: 6752
diff changeset
288 * strings/substr.m: Use offset consistently in code and doc string.
a5c64dad5b93 [project @ 2007-06-25 17:05:58 by jwe]
jwe
parents: 6752
diff changeset
289 From Rafael Laboissiere <rafael@debian.org>.
a5c64dad5b93 [project @ 2007-06-25 17:05:58 by jwe]
jwe
parents: 6752
diff changeset
290
6752
ee2ad7b5454a [project @ 2007-06-25 16:54:52 by jwe]
jwe
parents: 6751
diff changeset
291 2007-06-25 Pete Gustafson <petegus@umich.edu>
ee2ad7b5454a [project @ 2007-06-25 16:54:52 by jwe]
jwe
parents: 6751
diff changeset
292
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
293 * plot/__go_draw_axes__.m: Handle units for text objects.
6752
ee2ad7b5454a [project @ 2007-06-25 16:54:52 by jwe]
jwe
parents: 6751
diff changeset
294
6751
c0370a971fef [project @ 2007-06-25 15:12:07 by jwe]
jwe
parents: 6749
diff changeset
295 2007-06-25 John W. Eaton <jwe@octave.org>
c0370a971fef [project @ 2007-06-25 15:12:07 by jwe]
jwe
parents: 6749
diff changeset
296
c0370a971fef [project @ 2007-06-25 15:12:07 by jwe]
jwe
parents: 6749
diff changeset
297 * plot/__go_draw_axes__.m: Handle char arrays for tic labels.
c0370a971fef [project @ 2007-06-25 15:12:07 by jwe]
jwe
parents: 6749
diff changeset
298 Recycle tic labels if necessary. From Juhani Saastamoinen
c0370a971fef [project @ 2007-06-25 15:12:07 by jwe]
jwe
parents: 6749
diff changeset
299 <juhani@cs.joensuu.fi>.
c0370a971fef [project @ 2007-06-25 15:12:07 by jwe]
jwe
parents: 6749
diff changeset
300
6748
c7eb2c149528 [project @ 2007-06-20 17:44:35 by jwe]
jwe
parents: 6747
diff changeset
301 2007-06-20 John W. Eaton <jwe@octave.org>
c7eb2c149528 [project @ 2007-06-20 17:44:35 by jwe]
jwe
parents: 6747
diff changeset
302
6749
f7fdea19da88 [project @ 2007-06-20 18:10:04 by jwe]
jwe
parents: 6748
diff changeset
303 * strings/index.m: Allow strings to be empty.
f7fdea19da88 [project @ 2007-06-20 18:10:04 by jwe]
jwe
parents: 6748
diff changeset
304 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE>
f7fdea19da88 [project @ 2007-06-20 18:10:04 by jwe]
jwe
parents: 6748
diff changeset
305
6748
c7eb2c149528 [project @ 2007-06-20 17:44:35 by jwe]
jwe
parents: 6747
diff changeset
306 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics).
c7eb2c149528 [project @ 2007-06-20 17:44:35 by jwe]
jwe
parents: 6747
diff changeset
307
6747
392d61107f11 [project @ 2007-06-19 20:30:30 by dbateman]
dbateman
parents: 6746
diff changeset
308 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch>
392d61107f11 [project @ 2007-06-19 20:30:30 by dbateman]
dbateman
parents: 6746
diff changeset
309
392d61107f11 [project @ 2007-06-19 20:30:30 by dbateman]
dbateman
parents: 6746
diff changeset
310 * sparse/pcg.m: Allow the preconditioner to be passed as two
392d61107f11 [project @ 2007-06-19 20:30:30 by dbateman]
dbateman
parents: 6746
diff changeset
311 separate matrices.
392d61107f11 [project @ 2007-06-19 20:30:30 by dbateman]
dbateman
parents: 6746
diff changeset
312
6746
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
313 2007-06-19 David Bateman <dbateman@free.fr>
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
314
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
315 * plot/axis.m: Prefer to use legend rather than the older Octave
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
316 only ";;" legend syntax.
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
317 * polynomial/mkpp.m: ditto.
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
318 * polynomial/pchip.m: ditto.
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
319 * signal/freqz_plot.m: ditto.
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
320 * sparse/gplot.m: ditto.
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
321 * sparse/treeplot.m: ditto.
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
322
6745
ca6668e47518 [project @ 2007-06-19 06:00:08 by jwe]
jwe
parents: 6742
diff changeset
323 2007-06-19 John W. Eaton <jwe@octave.org>
ca6668e47518 [project @ 2007-06-19 06:00:08 by jwe]
jwe
parents: 6742
diff changeset
324
ca6668e47518 [project @ 2007-06-19 06:00:08 by jwe]
jwe
parents: 6742
diff changeset
325 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions.
ca6668e47518 [project @ 2007-06-19 06:00:08 by jwe]
jwe
parents: 6742
diff changeset
326 (__go_draw_axes__): Call do_tics to handle tic marks.
ca6668e47518 [project @ 2007-06-19 06:00:08 by jwe]
jwe
parents: 6742
diff changeset
327
6742
ebf96cc00ee9 [project @ 2007-06-18 16:27:52 by jwe]
jwe
parents: 6741
diff changeset
328 2007-06-18 S�ren Hauberg <hauberg@gmail.com>
ebf96cc00ee9 [project @ 2007-06-18 16:27:52 by jwe]
jwe
parents: 6741
diff changeset
329
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
330 * general/interp1.m, general/interp2.m, general/interp3.m,
6742
ebf96cc00ee9 [project @ 2007-06-18 16:27:52 by jwe]
jwe
parents: 6741
diff changeset
331 general/interpn.m: Replace, NaN with NA. Use isna instead of ==
ebf96cc00ee9 [project @ 2007-06-18 16:27:52 by jwe]
jwe
parents: 6741
diff changeset
332 to check for NA.
ebf96cc00ee9 [project @ 2007-06-18 16:27:52 by jwe]
jwe
parents: 6741
diff changeset
333
6741
00116015904d [project @ 2007-06-18 16:07:14 by jwe]
jwe
parents: 6740
diff changeset
334 2007-06-18 S�ren Hauberg <hauberg@gmail.com>
00116015904d [project @ 2007-06-18 16:07:14 by jwe]
jwe
parents: 6740
diff changeset
335
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
336 * optimization/glpk.m: TeXified the help text.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
337 * optimization/qp.m: TeXified the help text.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
338 * optimization/sqp.m: TeXified the help text.
6741
00116015904d [project @ 2007-06-18 16:07:14 by jwe]
jwe
parents: 6740
diff changeset
339
6740
605ea655366d [project @ 2007-06-16 15:51:49 by jwe]
jwe
parents: 6738
diff changeset
340 2007-06-16 S�ren Hauberg <hauberg@gmail.com>
605ea655366d [project @ 2007-06-16 15:51:49 by jwe]
jwe
parents: 6738
diff changeset
341
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
342 * plot/legend.m: Replace 'vargin' with 'varargin'.
6740
605ea655366d [project @ 2007-06-16 15:51:49 by jwe]
jwe
parents: 6738
diff changeset
343
6738
b8d188455f2f [project @ 2007-06-15 21:54:18 by jwe]
jwe
parents: 6737
diff changeset
344 2007-06-15 John W. Eaton <jwe@octave.org>
b8d188455f2f [project @ 2007-06-15 21:54:18 by jwe]
jwe
parents: 6737
diff changeset
345
b8d188455f2f [project @ 2007-06-15 21:54:18 by jwe]
jwe
parents: 6737
diff changeset
346 * plot/__go_draw_axes__.m: Only attempt label rotation if
b8d188455f2f [project @ 2007-06-15 21:54:18 by jwe]
jwe
parents: 6737
diff changeset
347 have_newer_gnuplot is true.
b8d188455f2f [project @ 2007-06-15 21:54:18 by jwe]
jwe
parents: 6737
diff changeset
348
6736
751f340d486c [project @ 2007-06-15 21:31:38 by jwe]
jwe
parents: 6730
diff changeset
349 2007-06-15 Pete Gustafson <petegus@umich.edu>
751f340d486c [project @ 2007-06-15 21:31:38 by jwe]
jwe
parents: 6730
diff changeset
350
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
351 * plot/__go_draw_axes__.m Handle rotation arg for axis labels.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
352 * plot/__axis_label__.m Assign ylabel default rotation property
6737
7888712d3532 [project @ 2007-06-15 21:45:50 by jwe]
jwe
parents: 6736
diff changeset
353 to 90, all others 0.
7888712d3532 [project @ 2007-06-15 21:45:50 by jwe]
jwe
parents: 6736
diff changeset
354
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
355 * plot/__errplot__.m: Set ifmt from fmt.linestyle.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
356 * plot/__go_draw_axes__.m: Removed undefined tx from call to
6736
751f340d486c [project @ 2007-06-15 21:31:38 by jwe]
jwe
parents: 6730
diff changeset
357 get_data_limits.
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
358 * plot/__plotopt1__.m: Intercept and strip format string when
6736
751f340d486c [project @ 2007-06-15 21:31:38 by jwe]
jwe
parents: 6730
diff changeset
359 called by __errplot__.
751f340d486c [project @ 2007-06-15 21:31:38 by jwe]
jwe
parents: 6730
diff changeset
360
6730
230f9c49857e [project @ 2007-06-15 04:22:13 by jwe]
jwe
parents: 6728
diff changeset
361 2007-06-15 John W. Eaton <jwe@octave.org>
230f9c49857e [project @ 2007-06-15 04:22:13 by jwe]
jwe
parents: 6728
diff changeset
362
230f9c49857e [project @ 2007-06-15 04:22:13 by jwe]
jwe
parents: 6728
diff changeset
363 * testfun/test.m: Also return number of expected failures.
230f9c49857e [project @ 2007-06-15 04:22:13 by jwe]
jwe
parents: 6728
diff changeset
364
6724
388747e3d96b [project @ 2007-06-14 17:04:52 by jwe]
jwe
parents: 6722
diff changeset
365 2007-06-14 John W. Eaton <jwe@octave.org>
388747e3d96b [project @ 2007-06-14 17:04:52 by jwe]
jwe
parents: 6722
diff changeset
366
6730
230f9c49857e [project @ 2007-06-15 04:22:13 by jwe]
jwe
parents: 6728
diff changeset
367 * set/ismember.m: Mark two tests known to fail with xtest.
230f9c49857e [project @ 2007-06-15 04:22:13 by jwe]
jwe
parents: 6728
diff changeset
368
6724
388747e3d96b [project @ 2007-06-14 17:04:52 by jwe]
jwe
parents: 6722
diff changeset
369 * plot/__go_draw_axes__.m: Handle text rotation property.
388747e3d96b [project @ 2007-06-14 17:04:52 by jwe]
jwe
parents: 6722
diff changeset
370
6728
a25173d58101 [project @ 2007-06-14 21:10:48 by jwe]
jwe
parents: 6727
diff changeset
371 2007-06-14 Paul Kienzle <pkienzle@users.sf.net>
a25173d58101 [project @ 2007-06-14 21:10:48 by jwe]
jwe
parents: 6727
diff changeset
372
a25173d58101 [project @ 2007-06-14 21:10:48 by jwe]
jwe
parents: 6727
diff changeset
373 * testfun/test.m: Add xtest support for tests known to fail.
a25173d58101 [project @ 2007-06-14 21:10:48 by jwe]
jwe
parents: 6727
diff changeset
374
6727
3d1e0a056e6e [project @ 2007-06-14 20:45:10 by jwe]
jwe
parents: 6724
diff changeset
375 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de>
3d1e0a056e6e [project @ 2007-06-14 20:45:10 by jwe]
jwe
parents: 6724
diff changeset
376
3d1e0a056e6e [project @ 2007-06-14 20:45:10 by jwe]
jwe
parents: 6724
diff changeset
377 * plot/print.m: Handle pstex, pslatex, epslatex, and
3d1e0a056e6e [project @ 2007-06-14 20:45:10 by jwe]
jwe
parents: 6724
diff changeset
378 epslatexstandalone terminals.
3d1e0a056e6e [project @ 2007-06-14 20:45:10 by jwe]
jwe
parents: 6724
diff changeset
379
6721
01036667884a [project @ 2007-06-14 06:56:41 by dbateman]
dbateman
parents: 6717
diff changeset
380 2007-06-14 David Bateman <dbateman@free.fr>
01036667884a [project @ 2007-06-14 06:56:41 by dbateman]
dbateman
parents: 6717
diff changeset
381
01036667884a [project @ 2007-06-14 06:56:41 by dbateman]
dbateman
parents: 6717
diff changeset
382 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2,
01036667884a [project @ 2007-06-14 06:56:41 by dbateman]
dbateman
parents: 6717
diff changeset
383 as permutation of results was incorrect.
01036667884a [project @ 2007-06-14 06:56:41 by dbateman]
dbateman
parents: 6717
diff changeset
384 * general/interp1.m: Add demo on second derivative
01036667884a [project @ 2007-06-14 06:56:41 by dbateman]
dbateman
parents: 6717
diff changeset
385 * general/interpn.m: Convert "y" to vectors for __splinen__
6722
5b09d433171c [project @ 2007-06-14 10:13:14 by dbateman]
dbateman
parents: 6721
diff changeset
386 call. Add 3D demo. Fix typos
5b09d433171c [project @ 2007-06-14 10:13:14 by dbateman]
dbateman
parents: 6721
diff changeset
387 * general/interp3.m: Fix typos. Correct permutation for use of
5b09d433171c [project @ 2007-06-14 10:13:14 by dbateman]
dbateman
parents: 6721
diff changeset
388 interpn.
6721
01036667884a [project @ 2007-06-14 06:56:41 by dbateman]
dbateman
parents: 6717
diff changeset
389 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions.
01036667884a [project @ 2007-06-14 06:56:41 by dbateman]
dbateman
parents: 6717
diff changeset
390
6717
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
391 2007-06-13 John W. Eaton <jwe@octave.org>
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
392
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
393 * miscellaneous/mkoctfile.m: Quote args too.
6712
24d2918bd671 [project @ 2007-06-13 09:34:13 by dbateman]
dbateman
parents: 6706
diff changeset
394
6706
f9c19d0447a2 [project @ 2007-06-13 05:55:42 by jwe]
jwe
parents: 6704
diff changeset
395 2007-06-13 Michael Goffioul <michael.goffioul@swing.be>
f9c19d0447a2 [project @ 2007-06-13 05:55:42 by jwe]
jwe
parents: 6704
diff changeset
396
f9c19d0447a2 [project @ 2007-06-13 05:55:42 by jwe]
jwe
parents: 6704
diff changeset
397 * miscellaneous/mkoctfile.m: Quote script name for call to system.
f9c19d0447a2 [project @ 2007-06-13 05:55:42 by jwe]
jwe
parents: 6704
diff changeset
398
6704
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6702
diff changeset
399 2007-06-12 Michael Goffioul <michael.goffioul@swing.be>
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6702
diff changeset
400
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6702
diff changeset
401 * plot/__pltopt1__.m: Set linestyle to "none" instead of "".
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6702
diff changeset
402 Set have_linestyle to true if two character linestyle is found.
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6702
diff changeset
403
6702
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
404 2007-06-12 David Bateman <dbateman@free.fr>
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
405
6717
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
406 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
407 and interpn.m.
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
408
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
409 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
410 structure before using it.
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
411
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
412 2007-06-12 David Bateman <dbateman@free.fr>
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
413
6704
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6702
diff changeset
414 * general/interp1.m: Change examples to use new graphics interface.
6702
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
415 * general/__splinen__.m: New support function for N-dimensional
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
416 spline interpolation.
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
417 * general/bicubic.m: Allow definition of extrapolation
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
418 value. Adapt tests to use new graphics interface
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
419 * general/interp2.m: Call __splinen__ for 2-D spline
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
420 interpolation. Make the lookup table code only be called for
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
421 linear and nearest methods.
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
422 * general/interpn.m: New function for N-dimensional, linear, nearest
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
423 and spline interpolation.
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
424 * general/interp3.m: New function for 3-dimensional, linear, nearest
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
425 and spline interpolation.
6704
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6702
diff changeset
426 * polynomial/spline.m: Change examples to use new graphics interface.
6702
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
427
6701
3933e0693fe0 [project @ 2007-06-12 21:25:51 by jwe]
jwe
parents: 6699
diff changeset
428 2007-06-12 Steve M. Robbins <steve@sumost.ca>
3933e0693fe0 [project @ 2007-06-12 21:25:51 by jwe]
jwe
parents: 6699
diff changeset
429
3933e0693fe0 [project @ 2007-06-12 21:25:51 by jwe]
jwe
parents: 6699
diff changeset
430 * statistics/tests/wilcoxon_test.m: Error if N <= 25.
3933e0693fe0 [project @ 2007-06-12 21:25:51 by jwe]
jwe
parents: 6699
diff changeset
431
6699
3f4ccca05612 [project @ 2007-06-12 20:48:02 by jwe]
jwe
parents: 6698
diff changeset
432 2007-06-12 S�ren Hauberg <soren@hauberg.org>
3f4ccca05612 [project @ 2007-06-12 20:48:02 by jwe]
jwe
parents: 6698
diff changeset
433
3f4ccca05612 [project @ 2007-06-12 20:48:02 by jwe]
jwe
parents: 6698
diff changeset
434 * plot/fplot.m: If function is inline, vectorize it.
3f4ccca05612 [project @ 2007-06-12 20:48:02 by jwe]
jwe
parents: 6698
diff changeset
435
6698
6d366791e132 [project @ 2007-06-10 21:13:01 by dbateman]
dbateman
parents: 6695
diff changeset
436 2007-06-10 David Bateman <dbateman@free.fr>
6d366791e132 [project @ 2007-06-10 21:13:01 by dbateman]
dbateman
parents: 6695
diff changeset
437
6d366791e132 [project @ 2007-06-10 21:13:01 by dbateman]
dbateman
parents: 6695
diff changeset
438 * pkg/pkg.m (pkg:installed_packages): truncate start of package
6d366791e132 [project @ 2007-06-10 21:13:01 by dbateman]
dbateman
parents: 6695
diff changeset
439 directory if need to, so that it fits on a line.
6d366791e132 [project @ 2007-06-10 21:13:01 by dbateman]
dbateman
parents: 6695
diff changeset
440
6695
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
441 2007-06-07 David Bateman <dbateman@free.fr>
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
442
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
443 * pkg/pkg.m (pkg): For rebuild target, force package order in
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
444 saved file so that dependent packages are loaded first, and if
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
445 nargout==0 don't return any arguments.
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
446 (pkg:install): Only load packages that are marked autoload after
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
447 install. Various fixes. Save in order.
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
448 (pkg:uninstall): Save in order
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
449 (pkg:load_packages): Use load_package_and_dependencies to load
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
450 packages.
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
451 (pkg:save_order): New function to sort package list with dependent
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
452 packages first.
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
453 (pkg:load_packages_and_dependencies): New function to load both a
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
454 list of packages and their dependencies.
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
455 (pkg:load_package_dirs): New function that returns a vector of the
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
456 indexes into the installed package list indicating the packages to
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
457 load and the order to load them in to respect the dependencies.
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
458
6688
b26a8e0e42cd [project @ 2007-06-04 06:25:21 by jwe]
jwe
parents: 6687
diff changeset
459 2007-06-03 S�ren Hauberg <soren@hauberg.org>
b26a8e0e42cd [project @ 2007-06-04 06:25:21 by jwe]
jwe
parents: 6687
diff changeset
460
b26a8e0e42cd [project @ 2007-06-04 06:25:21 by jwe]
jwe
parents: 6687
diff changeset
461 * plot/axes.m: Eliminate redundant else clause.
b26a8e0e42cd [project @ 2007-06-04 06:25:21 by jwe]
jwe
parents: 6687
diff changeset
462
6686
2aad75fcc93a [project @ 2007-06-03 20:58:28 by dbateman]
dbateman
parents: 6683
diff changeset
463 2007-06-03 David Bateman <dbateman@free.fr>
2aad75fcc93a [project @ 2007-06-03 20:58:28 by dbateman]
dbateman
parents: 6683
diff changeset
464
2aad75fcc93a [project @ 2007-06-03 20:58:28 by dbateman]
dbateman
parents: 6683
diff changeset
465 * polynomial/spline.m: Add a small tolerance to spline tests.
6687
44ebfc8c4ff0 [project @ 2007-06-03 22:17:01 by dbateman]
dbateman
parents: 6686
diff changeset
466 * pkg/pkg.m: Protect against multiple actions being define.
44ebfc8c4ff0 [project @ 2007-06-03 22:17:01 by dbateman]
dbateman
parents: 6686
diff changeset
467
6683
a2f697dca2a4 [project @ 2007-06-01 23:10:24 by dbateman]
dbateman
parents: 6679
diff changeset
468 2007-06-01 David Bateman <dbateman@free.fr>
a2f697dca2a4 [project @ 2007-06-01 23:10:24 by dbateman]
dbateman
parents: 6679
diff changeset
469
a2f697dca2a4 [project @ 2007-06-01 23:10:24 by dbateman]
dbateman
parents: 6679
diff changeset
470 * pkg.m (pkg:is_superuser): Remove function used in one place and
a2f697dca2a4 [project @ 2007-06-01 23:10:24 by dbateman]
dbateman
parents: 6679
diff changeset
471 incorporate into main pkg function.
a2f697dca2a4 [project @ 2007-06-01 23:10:24 by dbateman]
dbateman
parents: 6679
diff changeset
472 (pkg:install): Check for existence of files to install before
a2f697dca2a4 [project @ 2007-06-01 23:10:24 by dbateman]
dbateman
parents: 6679
diff changeset
473 globbing and warn the user if they don't exist.
a2f697dca2a4 [project @ 2007-06-01 23:10:24 by dbateman]
dbateman
parents: 6679
diff changeset
474
6675
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
475 2007-05-31 David Bateman <dbateman@free.fr>
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
476
6679
a40b4060efff [project @ 2007-05-31 20:07:23 by dbateman]
dbateman
parents: 6675
diff changeset
477 * miscellaneous/copyfile.m: Split copying of multiple files to a
a40b4060efff [project @ 2007-05-31 20:07:23 by dbateman]
dbateman
parents: 6675
diff changeset
478 directory over several copy command to limit the line length.
a40b4060efff [project @ 2007-05-31 20:07:23 by dbateman]
dbateman
parents: 6675
diff changeset
479 * miscellaneous/movefile.m: Ditto.
a40b4060efff [project @ 2007-05-31 20:07:23 by dbateman]
dbateman
parents: 6675
diff changeset
480
6675
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
481 * pkg.m: Add build option to allow binary Octave packages to be
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
482 built from source packages. Probe absolute path of prefix, global
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
483 and local lists. Use strcat, rather that [] for strings.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
484 (pkg:build): New function to binary binary package.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
485 (pkg:absolute_pathname): Use fileattrib to probe absolute path.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
486 (pkg:repackage): Package binary Octave package from installation.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
487 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
488 from m-files into main installation directory.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
489 (pkg:shell): Suppress verbose messages from shell and only display
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
490 them with the verbose flag.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
491 (pkg:installed_packages): Also include the loaded flag in the
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
492 local and global packages.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
493 (pkg:uninstall): On uninstall, only rmpath the package if it is
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
494 flagged as loaded.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
495
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
496 2007-05-31 Michael Goffioul <michael.goffioul@swing.be>
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
497
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
498 * pkg.m (pkg:load_packages): Correctly load a mix of packages
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
499 with and without architecture dependent directories.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
500 (pkg:installed_packages): Probe the global_list file even if it is
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
501 the same as the local_list.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
502
6669
39d76485706a [project @ 2007-05-29 17:44:30 by jwe]
jwe
parents: 6664
diff changeset
503 2007-05-29 John W. Eaton <jwe@octave.org>
39d76485706a [project @ 2007-05-29 17:44:30 by jwe]
jwe
parents: 6664
diff changeset
504
39d76485706a [project @ 2007-05-29 17:44:30 by jwe]
jwe
parents: 6664
diff changeset
505 * sparse/spy.m: Set axis to "ij" mode.
39d76485706a [project @ 2007-05-29 17:44:30 by jwe]
jwe
parents: 6664
diff changeset
506
6664
c6e7b03af779 [project @ 2007-05-24 21:59:12 by jwe]
jwe
parents: 6663
diff changeset
507 2007-05-24 John W. Eaton <jwe@octave.org>
c6e7b03af779 [project @ 2007-05-24 21:59:12 by jwe]
jwe
parents: 6663
diff changeset
508
c6e7b03af779 [project @ 2007-05-24 21:59:12 by jwe]
jwe
parents: 6663
diff changeset
509 * set/ismember.m: Quote first arg of "fail" tests.
c6e7b03af779 [project @ 2007-05-24 21:59:12 by jwe]
jwe
parents: 6663
diff changeset
510
6663
f4938870a0a7 [project @ 2007-05-24 10:26:21 by dbateman]
dbateman
parents: 6655
diff changeset
511 2007-05-24 David Bateman <dbateman@free.fr>
f4938870a0a7 [project @ 2007-05-24 10:26:21 by dbateman]
dbateman
parents: 6655
diff changeset
512
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
513 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic.
6663
f4938870a0a7 [project @ 2007-05-24 10:26:21 by dbateman]
dbateman
parents: 6655
diff changeset
514
6655
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
515 2007-05-22 David Bateman <dbateman@free.fr>
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
516
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
517 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
518 error(lasterr()(8:end)).
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
519 (pkg:install): Warning for empty packages being removed. Suppress
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
520 spurious output. Warning rather than error for uninstalling a
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
521 package that is not installed to avoid RPM issue.
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
522 (pkg:configure_make): Fix for parsing of src/FILES. Don't create
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
523 inst or architecture dependent directory if it exists.
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
524
6653
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6645
diff changeset
525 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com>
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6645
diff changeset
526
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6645
diff changeset
527 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m,
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6645
diff changeset
528 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m,
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6645
diff changeset
529 signal/freqz.m: Fix typos.
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6645
diff changeset
530
6645
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
531 2007-05-21 David Bateman <dbateman@free.fr>
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
532
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
533 * pkg/pkg.m: Add rebuild target, and -local, -global option to
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
534 force installation location.
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
535 (rebuild): New subfunction to rebuild package database from
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
536 installed packages. Also allows changing of autoload status
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
537 (install): Warn use if attempting to install from non existent
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
538 file.
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
539 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv(
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
540 "USER", "root"))' for root test.
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
541
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
542 2007-05-21 Michael Goffioul <michael.goffioul@swing.be>
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
543
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
544 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
545 and replace "\" characters with "/".
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
546 * pkg/pkg.m: Use shell rather than system throughout. Replace "\"
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
547 characters with "/" throughout.
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
548 (shell): New subfunction that wraps system and is careful with the
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
549 shell on windows platforms.
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
550 (configure_make): Explictly pass complier etc to configure
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
551 process.
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
552 (issuperuser): Force default to global install for Windows machines.
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
553
6636
de8a8ba43848 [project @ 2007-05-19 19:07:55 by dbateman]
dbateman
parents: 6634
diff changeset
554 2007-05-19 Kristan Onu
de8a8ba43848 [project @ 2007-05-19 19:07:55 by dbateman]
dbateman
parents: 6634
diff changeset
555
de8a8ba43848 [project @ 2007-05-19 19:07:55 by dbateman]
dbateman
parents: 6634
diff changeset
556 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m.
de8a8ba43848 [project @ 2007-05-19 19:07:55 by dbateman]
dbateman
parents: 6634
diff changeset
557
6634
8c2fff7b50b0 [project @ 2007-05-18 21:38:13 by dbateman]
dbateman
parents: 6633
diff changeset
558 2007-05-18 David Bateman <dbateman@free.fr>
8c2fff7b50b0 [project @ 2007-05-18 21:38:13 by dbateman]
dbateman
parents: 6633
diff changeset
559
8c2fff7b50b0 [project @ 2007-05-18 21:38:13 by dbateman]
dbateman
parents: 6633
diff changeset
560 * pkg/pkg.m (install): More verbosity.
8c2fff7b50b0 [project @ 2007-05-18 21:38:13 by dbateman]
dbateman
parents: 6633
diff changeset
561 (configure_make): Ditto.
8c2fff7b50b0 [project @ 2007-05-18 21:38:13 by dbateman]
dbateman
parents: 6633
diff changeset
562 (create_pkgadddel): Install in architecture dependent directory if
8c2fff7b50b0 [project @ 2007-05-18 21:38:13 by dbateman]
dbateman
parents: 6633
diff changeset
563 it exists to address issues with autoload/mfilename.
8c2fff7b50b0 [project @ 2007-05-18 21:38:13 by dbateman]
dbateman
parents: 6633
diff changeset
564 (write_INDEX): Check in archiecture dependent directories as well.
8c2fff7b50b0 [project @ 2007-05-18 21:38:13 by dbateman]
dbateman
parents: 6633
diff changeset
565
6633
5af6275fbca9 [project @ 2007-05-17 19:44:28 by dbateman]
dbateman
parents: 6631
diff changeset
566 2007-05-17 David Bateman <dbateman@free.fr>
5af6275fbca9 [project @ 2007-05-17 19:44:28 by dbateman]
dbateman
parents: 6631
diff changeset
567
5af6275fbca9 [project @ 2007-05-17 19:44:28 by dbateman]
dbateman
parents: 6631
diff changeset
568 * plot/hbar.m: Remove.
5af6275fbca9 [project @ 2007-05-17 19:44:28 by dbateman]
dbateman
parents: 6631
diff changeset
569 * plot/barh.m: and move it here.
5af6275fbca9 [project @ 2007-05-17 19:44:28 by dbateman]
dbateman
parents: 6631
diff changeset
570
6631
1b8daf8c0397 [project @ 2007-05-16 16:11:55 by jwe]
jwe
parents: 6629
diff changeset
571 2007-05-16 S�ren Hauberg <soren@hauberg.org>
1b8daf8c0397 [project @ 2007-05-16 16:11:55 by jwe]
jwe
parents: 6629
diff changeset
572
1b8daf8c0397 [project @ 2007-05-16 16:11:55 by jwe]
jwe
parents: 6629
diff changeset
573 * general/sub2ind.m, general/ind2sub.m: Doc fix.
1b8daf8c0397 [project @ 2007-05-16 16:11:55 by jwe]
jwe
parents: 6629
diff changeset
574
6629
7e2b5d0cf7ad [project @ 2007-05-16 15:18:18 by jwe]
jwe
parents: 6619
diff changeset
575 2007-05-16 John W. Eaton <jwe@octave.org>
7e2b5d0cf7ad [project @ 2007-05-16 15:18:18 by jwe]
jwe
parents: 6619
diff changeset
576
7e2b5d0cf7ad [project @ 2007-05-16 15:18:18 by jwe]
jwe
parents: 6619
diff changeset
577 * general/logspace.m: Return second arg if fewer than two values
7e2b5d0cf7ad [project @ 2007-05-16 15:18:18 by jwe]
jwe
parents: 6619
diff changeset
578 are requested.
7e2b5d0cf7ad [project @ 2007-05-16 15:18:18 by jwe]
jwe
parents: 6619
diff changeset
579
6619
b2b3b0509586 [project @ 2007-05-14 16:32:54 by jwe]
jwe
parents: 6617
diff changeset
580 2007-05-14 John W. Eaton <jwe@octave.org>
b2b3b0509586 [project @ 2007-05-14 16:32:54 by jwe]
jwe
parents: 6617
diff changeset
581
b2b3b0509586 [project @ 2007-05-14 16:32:54 by jwe]
jwe
parents: 6617
diff changeset
582 * plot/__go_draw_figure__.m: Ensure that a reset commands starts
b2b3b0509586 [project @ 2007-05-14 16:32:54 by jwe]
jwe
parents: 6617
diff changeset
583 on a new line.
b2b3b0509586 [project @ 2007-05-14 16:32:54 by jwe]
jwe
parents: 6617
diff changeset
584
6617
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
585 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com>
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
586
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
587 * statistics/distributions/norminv.m,
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
588 statistics/distributions/norminv.m,
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
589 statistics/distributions/normpdf.m,
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
590 statistics/distributions/normrnd.m:
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
591 Use standard deviation, not variance.
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
592 * statistics/distributions/lognpdf.m: Adapt to change in norminv.
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
593 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv.
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
594 * deprecated/normal_cdf.m, deprecated/normal_inv.m,
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
595 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
596 backward compatibility.
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
597
6616
66e30383481b [project @ 2007-05-14 13:56:34 by dbateman]
dbateman
parents: 6615
diff changeset
598 2007-05-14 David Bateman <dbateman@free.fr>
66e30383481b [project @ 2007-05-14 13:56:34 by dbateman]
dbateman
parents: 6615
diff changeset
599
66e30383481b [project @ 2007-05-14 13:56:34 by dbateman]
dbateman
parents: 6615
diff changeset
600 * pkg/pkg.m: Mark loaded packages with "*".
66e30383481b [project @ 2007-05-14 13:56:34 by dbateman]
dbateman
parents: 6615
diff changeset
601
6615
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
602 2007-05-13 S�ren Hauberg <soren@hauberg.org>
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
603
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
604 * miscellaneous/single.m: Doc fix.
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
605 Convert to double instead of returning argument unchanged.
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
606
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
607 * miscellaneous/doc.m: Doc fix.
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
608
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
609 * miscellaneous/ver.m: Doc fix.
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
610 Don't display information about Octave Forge.
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
611
6614
3a53d0f3e0e4 [project @ 2007-05-12 05:50:03 by dbateman]
dbateman
parents: 6611
diff changeset
612 2007-05-12 David Bateman <dbateman@free.fr>
3a53d0f3e0e4 [project @ 2007-05-12 05:50:03 by dbateman]
dbateman
parents: 6611
diff changeset
613
3a53d0f3e0e4 [project @ 2007-05-12 05:50:03 by dbateman]
dbateman
parents: 6611
diff changeset
614 * pkg/pkg.m: Add a "-verbose" option that allows all output of an
3a53d0f3e0e4 [project @ 2007-05-12 05:50:03 by dbateman]
dbateman
parents: 6611
diff changeset
615 install to be printed. An error in the on_uninstall script causes
3a53d0f3e0e4 [project @ 2007-05-12 05:50:03 by dbateman]
dbateman
parents: 6611
diff changeset
616 a failure to uninstall. Place oct- and mex-files in an
3a53d0f3e0e4 [project @ 2007-05-12 05:50:03 by dbateman]
dbateman
parents: 6611
diff changeset
617 architecture dependent directory.
3a53d0f3e0e4 [project @ 2007-05-12 05:50:03 by dbateman]
dbateman
parents: 6611
diff changeset
618
6611
9197bb0a2738 [project @ 2007-05-09 16:46:50 by jwe]
jwe
parents: 6609
diff changeset
619 2007-05-09 John W. Eaton <jwe@octave.org>
9197bb0a2738 [project @ 2007-05-09 16:46:50 by jwe]
jwe
parents: 6609
diff changeset
620
9197bb0a2738 [project @ 2007-05-09 16:46:50 by jwe]
jwe
parents: 6609
diff changeset
621 * plot/__go_draw_axes__.m: Break plot command over multiple lines.
9197bb0a2738 [project @ 2007-05-09 16:46:50 by jwe]
jwe
parents: 6609
diff changeset
622
6609
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
623 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au>
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
624
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
625 * statistics/distributions/normcdf.m: Use standard deviation
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
626 instead of variance for compatibility.
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
627
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
628 2007-05-08 John W. Eaton <jwe@octave.org>
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
629
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
630
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
631 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)).
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
632
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
633 * set/ismember.m: Always return logical values.
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
634
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
635 * set/ismember.m: Return early if no matches are found. New tests.
6749
f7fdea19da88 [project @ 2007-06-20 18:10:04 by jwe]
jwe
parents: 6748
diff changeset
636 From David Grohmann <grohmann@arlut.utexas.edu>.
6609
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
637
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
638 * general/__isequal__.m: Allow numeric values of different classes
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
639 to compare equal.
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
640
6606
2c19eaa2c6f7 [project @ 2007-05-07 17:09:38 by jwe]
jwe
parents: 6605
diff changeset
641 2007-05-07 David Bateman <dbateman@free.fr>
2c19eaa2c6f7 [project @ 2007-05-07 17:09:38 by jwe]
jwe
parents: 6605
diff changeset
642
6607
98724cae69c7 [project @ 2007-05-07 19:57:47 by dbateman]
dbateman
parents: 6606
diff changeset
643 * sparse/spy.m: Reverse Y axis for new graphics code. Make more
98724cae69c7 [project @ 2007-05-07 19:57:47 by dbateman]
dbateman
parents: 6606
diff changeset
644 compatiable, accepting LineSpec and markersize arguments.
6606
2c19eaa2c6f7 [project @ 2007-05-07 17:09:38 by jwe]
jwe
parents: 6605
diff changeset
645
6605
376b71574728 [project @ 2007-05-02 16:15:28 by jwe]
jwe
parents: 6604
diff changeset
646 2007-05-02 John W. Eaton <jwe@octave.org>
376b71574728 [project @ 2007-05-02 16:15:28 by jwe]
jwe
parents: 6604
diff changeset
647
376b71574728 [project @ 2007-05-02 16:15:28 by jwe]
jwe
parents: 6604
diff changeset
648 * plot/__go_draw_axes__.m: Convert NA to NaN before writing.
376b71574728 [project @ 2007-05-02 16:15:28 by jwe]
jwe
parents: 6604
diff changeset
649
6604
c2b700808e0a [project @ 2007-05-02 05:36:43 by jwe]
jwe
parents: 6599
diff changeset
650 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au>
c2b700808e0a [project @ 2007-05-02 05:36:43 by jwe]
jwe
parents: 6599
diff changeset
651
c2b700808e0a [project @ 2007-05-02 05:36:43 by jwe]
jwe
parents: 6599
diff changeset
652 * contour.m: Rewrite help string.
c2b700808e0a [project @ 2007-05-02 05:36:43 by jwe]
jwe
parents: 6599
diff changeset
653
6599
08ca72d6ffc9 [project @ 2007-04-28 22:47:29 by jwe]
jwe
parents: 6597
diff changeset
654 2007-04-28 John W. Eaton <jwe@octave.org>
08ca72d6ffc9 [project @ 2007-04-28 22:47:29 by jwe]
jwe
parents: 6597
diff changeset
655
08ca72d6ffc9 [project @ 2007-04-28 22:47:29 by jwe]
jwe
parents: 6597
diff changeset
656 * miscellaneous/unzip.m, miscellaneous/untar.m,
08ca72d6ffc9 [project @ 2007-04-28 22:47:29 by jwe]
jwe
parents: 6597
diff changeset
657 miscellaneous/bunzip2.m, miscellaneous/gunzip.m:
08ca72d6ffc9 [project @ 2007-04-28 22:47:29 by jwe]
jwe
parents: 6597
diff changeset
658 Special case nargout == 0.
08ca72d6ffc9 [project @ 2007-04-28 22:47:29 by jwe]
jwe
parents: 6597
diff changeset
659
6597
65919b012b35 [project @ 2007-04-27 16:58:25 by jwe]
jwe
parents: 6590
diff changeset
660 2007-04-27 Kim Hansen <kimhanse@gmail.com>
65919b012b35 [project @ 2007-04-27 16:58:25 by jwe]
jwe
parents: 6590
diff changeset
661
65919b012b35 [project @ 2007-04-27 16:58:25 by jwe]
jwe
parents: 6590
diff changeset
662 * general/sub2ind.m: Handle empty input, add tests.
65919b012b35 [project @ 2007-04-27 16:58:25 by jwe]
jwe
parents: 6590
diff changeset
663
6590
1f466adecafd [project @ 2007-04-27 01:10:13 by jwe]
jwe
parents: 6586
diff changeset
664 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au>
1f466adecafd [project @ 2007-04-27 01:10:13 by jwe]
jwe
parents: 6586
diff changeset
665
1f466adecafd [project @ 2007-04-27 01:10:13 by jwe]
jwe
parents: 6586
diff changeset
666 * plot/contourc.m: Doc fix.
1f466adecafd [project @ 2007-04-27 01:10:13 by jwe]
jwe
parents: 6586
diff changeset
667
6586
e4ea529efab0 [project @ 2007-04-26 19:09:26 by dbateman]
dbateman
parents: 6582
diff changeset
668 2007-04-26 David Bateman <dbateman@free.fr>
e4ea529efab0 [project @ 2007-04-26 19:09:26 by dbateman]
dbateman
parents: 6582
diff changeset
669
e4ea529efab0 [project @ 2007-04-26 19:09:26 by dbateman]
dbateman
parents: 6582
diff changeset
670 * plot/hist.m: Partially remove previous patch.
e4ea529efab0 [project @ 2007-04-26 19:09:26 by dbateman]
dbateman
parents: 6582
diff changeset
671
6582
cb3f6d51b7b3 [project @ 2007-04-25 23:06:28 by dbateman]
dbateman
parents: 6579
diff changeset
672 2007-04-26 David Bateman <dbateman@free.fr>
cb3f6d51b7b3 [project @ 2007-04-25 23:06:28 by dbateman]
dbateman
parents: 6579
diff changeset
673
cb3f6d51b7b3 [project @ 2007-04-25 23:06:28 by dbateman]
dbateman
parents: 6579
diff changeset
674 * plot/hist.m: Support returning of handle
cb3f6d51b7b3 [project @ 2007-04-25 23:06:28 by dbateman]
dbateman
parents: 6579
diff changeset
675 * plot/__bar__.m: __pltopt__ should only be called on strings or
cb3f6d51b7b3 [project @ 2007-04-25 23:06:28 by dbateman]
dbateman
parents: 6579
diff changeset
676 cells.
cb3f6d51b7b3 [project @ 2007-04-25 23:06:28 by dbateman]
dbateman
parents: 6579
diff changeset
677
6575
9ef0450c873d [project @ 2007-04-25 14:07:20 by jwe]
jwe
parents: 6567
diff changeset
678 2007-04-25 John W. Eaton <jwe@octave.org>
9ef0450c873d [project @ 2007-04-25 14:07:20 by jwe]
jwe
parents: 6567
diff changeset
679
6579
f569cc721d3b [project @ 2007-04-25 17:26:49 by jwe]
jwe
parents: 6575
diff changeset
680 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to
f569cc721d3b [project @ 2007-04-25 17:26:49 by jwe]
jwe
parents: 6575
diff changeset
681 "title \"\"", not "".
f569cc721d3b [project @ 2007-04-25 17:26:49 by jwe]
jwe
parents: 6575
diff changeset
682
6575
9ef0450c873d [project @ 2007-04-25 14:07:20 by jwe]
jwe
parents: 6567
diff changeset
683 * plot/legend.m: Initialize WARNED to false.
9ef0450c873d [project @ 2007-04-25 14:07:20 by jwe]
jwe
parents: 6567
diff changeset
684
6567
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
685 2007-04-24 John W. Eaton <jwe@octave.org>
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
686
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
687 * io/beep.m: Fix cut and paste error.
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
688 From S�ren Hauberg <soren@hauberg.org>.
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
689
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
690 2007-04-23 John W. Eaton <jwe@octave.org>
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
691
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
692 * plot/box.m: Delete extra endfunction keyword.
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
693
6560
03ff4e32c895 [project @ 2007-04-23 15:57:05 by jwe]
jwe
parents: 6553
diff changeset
694 2007-04-23 David Bateman <dbateman@free.fr>
03ff4e32c895 [project @ 2007-04-23 15:57:05 by jwe]
jwe
parents: 6553
diff changeset
695
03ff4e32c895 [project @ 2007-04-23 15:57:05 by jwe]
jwe
parents: 6553
diff changeset
696 * plot/plot3.m: Call newplot.
03ff4e32c895 [project @ 2007-04-23 15:57:05 by jwe]
jwe
parents: 6553
diff changeset
697
6553
af5025cb0f2b [project @ 2007-04-20 15:37:19 by jwe]
jwe
parents: 6546
diff changeset
698 2007-04-20 John W. Eaton <jwe@octave.org>
af5025cb0f2b [project @ 2007-04-20 15:37:19 by jwe]
jwe
parents: 6546
diff changeset
699
af5025cb0f2b [project @ 2007-04-20 15:37:19 by jwe]
jwe
parents: 6546
diff changeset
700 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list.
af5025cb0f2b [project @ 2007-04-20 15:37:19 by jwe]
jwe
parents: 6546
diff changeset
701
6546
44a4f68fbd76 [project @ 2007-04-19 17:06:22 by jwe]
jwe
parents: 6544
diff changeset
702 2007-04-19 John W. Eaton <jwe@octave.org>
44a4f68fbd76 [project @ 2007-04-19 17:06:22 by jwe]
jwe
parents: 6544
diff changeset
703
44a4f68fbd76 [project @ 2007-04-19 17:06:22 by jwe]
jwe
parents: 6544
diff changeset
704 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of
44a4f68fbd76 [project @ 2007-04-19 17:06:22 by jwe]
jwe
parents: 6544
diff changeset
705 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>.
44a4f68fbd76 [project @ 2007-04-19 17:06:22 by jwe]
jwe
parents: 6544
diff changeset
706
6544
43fc02d57862 [project @ 2007-04-19 15:27:33 by jwe]
jwe
parents: 6542
diff changeset
707 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu>
43fc02d57862 [project @ 2007-04-19 15:27:33 by jwe]
jwe
parents: 6542
diff changeset
708
43fc02d57862 [project @ 2007-04-19 15:27:33 by jwe]
jwe
parents: 6542
diff changeset
709 * control/util/axis2dlim.m: Delete extraneous line.
43fc02d57862 [project @ 2007-04-19 15:27:33 by jwe]
jwe
parents: 6542
diff changeset
710
6542
90bc7594a7f8 [project @ 2007-04-19 03:19:11 by jwe]
jwe
parents: 6540
diff changeset
711 2007-04-18 John W. Eaton <jwe@octave.org>
90bc7594a7f8 [project @ 2007-04-19 03:19:11 by jwe]
jwe
parents: 6540
diff changeset
712
90bc7594a7f8 [project @ 2007-04-19 03:19:11 by jwe]
jwe
parents: 6540
diff changeset
713 * specfun/factorial.m: Increase tolerance in large value test.
90bc7594a7f8 [project @ 2007-04-19 03:19:11 by jwe]
jwe
parents: 6540
diff changeset
714
6540
9dcfc78da664 [project @ 2007-04-18 21:16:08 by dbateman]
dbateman
parents: 6534
diff changeset
715 2007-04-18 David Bateman <dbateman@free.fr>
9dcfc78da664 [project @ 2007-04-18 21:16:08 by dbateman]
dbateman
parents: 6534
diff changeset
716
9dcfc78da664 [project @ 2007-04-18 21:16:08 by dbateman]
dbateman
parents: 6534
diff changeset
717 * __bar__.m: New support function for bar/hbar to support graphic
9dcfc78da664 [project @ 2007-04-18 21:16:08 by dbateman]
dbateman
parents: 6534
diff changeset
718 handles, and additional arguments.
9dcfc78da664 [project @ 2007-04-18 21:16:08 by dbateman]
dbateman
parents: 6534
diff changeset
719 * bar.m: Convert to use __bar__.
9dcfc78da664 [project @ 2007-04-18 21:16:08 by dbateman]
dbateman
parents: 6534
diff changeset
720 * hbar.m: New function
9dcfc78da664 [project @ 2007-04-18 21:16:08 by dbateman]
dbateman
parents: 6534
diff changeset
721 * hist.m: Explicitly set the width of the bar plot.
9dcfc78da664 [project @ 2007-04-18 21:16:08 by dbateman]
dbateman
parents: 6534
diff changeset
722
6533
c64687e6f1c3 [project @ 2007-04-17 21:21:46 by jwe]
jwe
parents: 6532
diff changeset
723 2007-04-17 John W. Eaton <jwe@octave.org>
c64687e6f1c3 [project @ 2007-04-17 21:21:46 by jwe]
jwe
parents: 6532
diff changeset
724
6534
7f56be6b0902 [project @ 2007-04-18 01:00:31 by jwe]
jwe
parents: 6533
diff changeset
725 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__.
7f56be6b0902 [project @ 2007-04-18 01:00:31 by jwe]
jwe
parents: 6533
diff changeset
726
6533
c64687e6f1c3 [project @ 2007-04-17 21:21:46 by jwe]
jwe
parents: 6532
diff changeset
727 * set/ismember.m: New tests.
c64687e6f1c3 [project @ 2007-04-17 21:21:46 by jwe]
jwe
parents: 6532
diff changeset
728 From David Grohmann <grohmann@arlut.utexas.edu>
c64687e6f1c3 [project @ 2007-04-17 21:21:46 by jwe]
jwe
parents: 6532
diff changeset
729
6532
25cad08843a0 [project @ 2007-04-17 21:05:30 by jwe]
jwe
parents: 6528
diff changeset
730 2007-04-17 Paul Kienzle <pkienzle@users.sf.net>
25cad08843a0 [project @ 2007-04-17 21:05:30 by jwe]
jwe
parents: 6528
diff changeset
731
25cad08843a0 [project @ 2007-04-17 21:05:30 by jwe]
jwe
parents: 6528
diff changeset
732 * specfun/factorial.m: Use gamma function instead of cumprod.
25cad08843a0 [project @ 2007-04-17 21:05:30 by jwe]
jwe
parents: 6528
diff changeset
733 Add tests.
25cad08843a0 [project @ 2007-04-17 21:05:30 by jwe]
jwe
parents: 6528
diff changeset
734
6527
2a04f026ef54 [project @ 2007-04-16 16:54:09 by jwe]
jwe
parents: 6526
diff changeset
735 2007-04-16 John W. Eaton <jwe@octave.org>
2a04f026ef54 [project @ 2007-04-16 16:54:09 by jwe]
jwe
parents: 6526
diff changeset
736
6528
b3e973d63c1c [project @ 2007-04-16 17:13:08 by jwe]
jwe
parents: 6527
diff changeset
737 * gethelp.cc (looks_like_octave_copyright): Use same logic as in
b3e973d63c1c [project @ 2007-04-16 17:13:08 by jwe]
jwe
parents: 6527
diff changeset
738 looks_like_copyright in src/help.cc.
b3e973d63c1c [project @ 2007-04-16 17:13:08 by jwe]
jwe
parents: 6527
diff changeset
739 From S�ren Hauberg <soren@hauberg.org>.
b3e973d63c1c [project @ 2007-04-16 17:13:08 by jwe]
jwe
parents: 6527
diff changeset
740
6527
2a04f026ef54 [project @ 2007-04-16 16:54:09 by jwe]
jwe
parents: 6526
diff changeset
741 * plot/__go_draw_axes__.m: For log plots, omit zero values too.
2a04f026ef54 [project @ 2007-04-16 16:54:09 by jwe]
jwe
parents: 6526
diff changeset
742
6526
2a715c6409a5 [project @ 2007-04-13 20:31:50 by jwe]
jwe
parents: 6524
diff changeset
743 2007-04-13 John W. Eaton <jwe@octave.org>
2a715c6409a5 [project @ 2007-04-13 20:31:50 by jwe]
jwe
parents: 6524
diff changeset
744
6527
2a04f026ef54 [project @ 2007-04-16 16:54:09 by jwe]
jwe
parents: 6526
diff changeset
745 * optimization/sqp.m: Initialize info to 0.
2a04f026ef54 [project @ 2007-04-16 16:54:09 by jwe]
jwe
parents: 6526
diff changeset
746
6526
2a715c6409a5 [project @ 2007-04-13 20:31:50 by jwe]
jwe
parents: 6524
diff changeset
747 * optimization/qp.m: Undo previous change.
2a715c6409a5 [project @ 2007-04-13 20:31:50 by jwe]
jwe
parents: 6524
diff changeset
748
6524
03c89ade4070 [project @ 2007-04-13 12:19:30 by jwe]
jwe
parents: 6523
diff changeset
749 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au>
03c89ade4070 [project @ 2007-04-13 12:19:30 by jwe]
jwe
parents: 6523
diff changeset
750
03c89ade4070 [project @ 2007-04-13 12:19:30 by jwe]
jwe
parents: 6523
diff changeset
751 * spdiags.m: Fixed the four-argument case to work for columns of
03c89ade4070 [project @ 2007-04-13 12:19:30 by jwe]
jwe
parents: 6523
diff changeset
752 length one.
03c89ade4070 [project @ 2007-04-13 12:19:30 by jwe]
jwe
parents: 6523
diff changeset
753
6523
589c8dbba916 [project @ 2007-04-12 19:06:44 by jwe]
jwe
parents: 6522
diff changeset
754 2007-04-12 John W. Eaton <jwe@octave.org>
589c8dbba916 [project @ 2007-04-12 19:06:44 by jwe]
jwe
parents: 6522
diff changeset
755
589c8dbba916 [project @ 2007-04-12 19:06:44 by jwe]
jwe
parents: 6522
diff changeset
756 * optimization/qp.m: Avoid Octave indexing bug.
589c8dbba916 [project @ 2007-04-12 19:06:44 by jwe]
jwe
parents: 6522
diff changeset
757
6521
a07846d734db [project @ 2007-04-12 15:26:38 by jwe]
jwe
parents: 6518
diff changeset
758 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it>
a07846d734db [project @ 2007-04-12 15:26:38 by jwe]
jwe
parents: 6518
diff changeset
759
6522
475c83367a0e [project @ 2007-04-12 15:41:58 by jwe]
jwe
parents: 6521
diff changeset
760 * miscellaneous/menu.m, control/base/bddemo.m,
475c83367a0e [project @ 2007-04-12 15:41:58 by jwe]
jwe
parents: 6521
diff changeset
761 control/hinf/dgkfdemo.m, control/system/packedform.m,
475c83367a0e [project @ 2007-04-12 15:41:58 by jwe]
jwe
parents: 6521
diff changeset
762 control/system/sysrepdemo.m:
475c83367a0e [project @ 2007-04-12 15:41:58 by jwe]
jwe
parents: 6521
diff changeset
763 Adapt to page_screen_output as a function.
6521
a07846d734db [project @ 2007-04-12 15:26:38 by jwe]
jwe
parents: 6518
diff changeset
764
6518
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
765 2007-04-11 John W. Eaton <jwe@octave.org>
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
766
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
767 * miscellaneous/not.m: Delete.
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
768 * miscellaneous/Makefile.in (SOURCES): Delete it from the list.
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
769
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
770 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu>
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
771
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
772 * control/util/axis2dlim.m: Try harder to handle min and max vals
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
773 that are close but not exactly equal.
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
774
6515
fc527bc3ece1 [project @ 2007-04-11 14:20:39 by jwe]
jwe
parents: 6512
diff changeset
775 2007-04-11 David Bateman <dbateman@free.fr>
fc527bc3ece1 [project @ 2007-04-11 14:20:39 by jwe]
jwe
parents: 6512
diff changeset
776
fc527bc3ece1 [project @ 2007-04-11 14:20:39 by jwe]
jwe
parents: 6512
diff changeset
777 * general/bitcmp.m: Make it work again.
fc527bc3ece1 [project @ 2007-04-11 14:20:39 by jwe]
jwe
parents: 6512
diff changeset
778
6512
747ba2dc157e [project @ 2007-04-10 20:38:57 by jwe]
jwe
parents: 6511
diff changeset
779 2007-04-10 John W. Eaton <jwe@octave.org>
747ba2dc157e [project @ 2007-04-10 20:38:57 by jwe]
jwe
parents: 6511
diff changeset
780
747ba2dc157e [project @ 2007-04-10 20:38:57 by jwe]
jwe
parents: 6511
diff changeset
781 * plot/__go_draw_axes__.m: Try harder to handle min and max vals
747ba2dc157e [project @ 2007-04-10 20:38:57 by jwe]
jwe
parents: 6511
diff changeset
782 that are close but not exactly equal.
747ba2dc157e [project @ 2007-04-10 20:38:57 by jwe]
jwe
parents: 6511
diff changeset
783
6511
73ce4e14d35d [project @ 2007-04-10 01:50:48 by jwe]
jwe
parents: 6510
diff changeset
784 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org>
73ce4e14d35d [project @ 2007-04-10 01:50:48 by jwe]
jwe
parents: 6510
diff changeset
785
73ce4e14d35d [project @ 2007-04-10 01:50:48 by jwe]
jwe
parents: 6510
diff changeset
786 * plot/stem.m: Add back the baseline line and let it be not adjustable
73ce4e14d35d [project @ 2007-04-10 01:50:48 by jwe]
jwe
parents: 6510
diff changeset
787 in response to a change in x limits for now.
73ce4e14d35d [project @ 2007-04-10 01:50:48 by jwe]
jwe
parents: 6510
diff changeset
788
6510
cbae86745c5b [project @ 2007-04-09 23:15:47 by jwe]
jwe
parents: 6509
diff changeset
789 2007-04-09 John W. Eaton <jwe@octave.org>
cbae86745c5b [project @ 2007-04-09 23:15:47 by jwe]
jwe
parents: 6509
diff changeset
790
cbae86745c5b [project @ 2007-04-09 23:15:47 by jwe]
jwe
parents: 6509
diff changeset
791 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function.
cbae86745c5b [project @ 2007-04-09 23:15:47 by jwe]
jwe
parents: 6509
diff changeset
792 (__go_draw_axes__): Use it to write data to plot stream.
cbae86745c5b [project @ 2007-04-09 23:15:47 by jwe]
jwe
parents: 6509
diff changeset
793
6509
84f2d0253aea [project @ 2007-04-09 19:12:10 by jwe]
jwe
parents: 6508
diff changeset
794 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org>
84f2d0253aea [project @ 2007-04-09 19:12:10 by jwe]
jwe
parents: 6508
diff changeset
795
84f2d0253aea [project @ 2007-04-09 19:12:10 by jwe]
jwe
parents: 6508
diff changeset
796 * plot/stem.m: Fix typos in doc string. Fix typo in call to
84f2d0253aea [project @ 2007-04-09 19:12:10 by jwe]
jwe
parents: 6508
diff changeset
797 zeros. Set markerfacecolor property in call to plot.
84f2d0253aea [project @ 2007-04-09 19:12:10 by jwe]
jwe
parents: 6508
diff changeset
798
6508
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6500
diff changeset
799 2007-04-06 John W. Eaton <jwe@octave.org>
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6500
diff changeset
800
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6500
diff changeset
801 * linear-algebra/norm.m: Use new __vnorm__ function for vector args.
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6500
diff changeset
802
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6500
diff changeset
803 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org>
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6500
diff changeset
804
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6500
diff changeset
805 * plot/stem.m: Use plot instead of a series of calls to line.
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6500
diff changeset
806
6494
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
807 2007-04-05 John W. Eaton <jwe@octave.org>
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
808
6499
7e9c1e9ff36d [project @ 2007-04-05 18:53:03 by jwe]
jwe
parents: 6496
diff changeset
809 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m,
7e9c1e9ff36d [project @ 2007-04-05 18:53:03 by jwe]
jwe
parents: 6496
diff changeset
810 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m,
7e9c1e9ff36d [project @ 2007-04-05 18:53:03 by jwe]
jwe
parents: 6496
diff changeset
811 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m,
7e9c1e9ff36d [project @ 2007-04-05 18:53:03 by jwe]
jwe
parents: 6496
diff changeset
812 sparse/spstats.m, sparse/treeplot.m: Style fixes.
7e9c1e9ff36d [project @ 2007-04-05 18:53:03 by jwe]
jwe
parents: 6496
diff changeset
813
6496
e0acfe7c3f7b [project @ 2007-04-05 17:19:30 by jwe]
jwe
parents: 6494
diff changeset
814 * pkg/pkg.m: Use "strcat (...)" instead of "[...]".
6500
3ea308b4b37e [project @ 2007-04-05 19:14:03 by jwe]
jwe
parents: 6499
diff changeset
815 Use strcmpi instead of strcmp+tolower.
6496
e0acfe7c3f7b [project @ 2007-04-05 17:19:30 by jwe]
jwe
parents: 6494
diff changeset
816 Style fixes.
e0acfe7c3f7b [project @ 2007-04-05 17:19:30 by jwe]
jwe
parents: 6494
diff changeset
817
6494
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
818 * testfun/speed.m: Use "strcat (...)" instead of "[...]".
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
819 Plotting fixes. Style fixes.
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
820
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
821 * testfun/test.m: Use "strcat (...)" instead of "[...]".
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
822 Style fixes.
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
823
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
824 * testfun/fail.m: No need to check for evalin and lastwarn.
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
825 Style fixes.
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
826
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
827 * testfun/demo.m, testfun/example.m: Style fixes.
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
828 Use "strcat (...)" instead of "[...]".
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
829 Use format specifiers in calls to warning.
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
830
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
831 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))".
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
832 Use "strcat (...)" instead of "[...]".
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
833 Use "x(end)" instead of "x(length (x))".
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
834 Check NA before NaN.
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
835 Style fixes.
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
836
6473
5abfdf1aa2ce [project @ 2007-03-29 13:07:48 by jwe]
jwe
parents: 6467
diff changeset
837 2007-03-29 John W. Eaton <jwe@octave.org>
5abfdf1aa2ce [project @ 2007-03-29 13:07:48 by jwe]
jwe
parents: 6467
diff changeset
838
6474
3d6e0589e887 [project @ 2007-03-29 13:12:15 by jwe]
jwe
parents: 6473
diff changeset
839 * plot/stem.m (stem, set_default_values): Use RGB triple for color.
6473
5abfdf1aa2ce [project @ 2007-03-29 13:07:48 by jwe]
jwe
parents: 6467
diff changeset
840
6467
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
841 2007-03-27 John W. Eaton <jwe@octave.org>
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
842
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
843 * Makefile.in, audio/Makefile.in, control/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
844 control/base/Makefile.in, control/hinf/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
845 control/obsolete/Makefile.in, control/system/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
846 control/util/Makefile.in, deprecated/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
847 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
848 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
849 miscellaneous/Makefile.in, optimization/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
850 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
851 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
852 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
853 special-matrix/Makefile.in, startup/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
854 statistics/Makefile.in, statistics/base/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
855 statistics/distributions/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
856 statistics/models/Makefile.in, statistics/tests/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
857 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in:
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
858 Use ln instead of $(LN_S) in dist target.
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
859
6465
5fb50197b69a [project @ 2007-03-27 14:29:46 by jwe]
jwe
parents: 6464
diff changeset
860 2007-03-27 David Bateman <dbateman@free.fr>
5fb50197b69a [project @ 2007-03-27 14:29:46 by jwe]
jwe
parents: 6464
diff changeset
861
5fb50197b69a [project @ 2007-03-27 14:29:46 by jwe]
jwe
parents: 6464
diff changeset
862 * plot/__go_draw_axes__.m: Allow linewidth settings to work with
5fb50197b69a [project @ 2007-03-27 14:29:46 by jwe]
jwe
parents: 6464
diff changeset
863 gnuplot 4.0.
5fb50197b69a [project @ 2007-03-27 14:29:46 by jwe]
jwe
parents: 6464
diff changeset
864
6464
9914ad33ac6a [project @ 2007-03-27 02:21:47 by jwe]
jwe
parents: 6461
diff changeset
865 2007-03-26 John W. Eaton <jwe@octave.org>
9914ad33ac6a [project @ 2007-03-27 02:21:47 by jwe]
jwe
parents: 6461
diff changeset
866
9914ad33ac6a [project @ 2007-03-27 02:21:47 by jwe]
jwe
parents: 6461
diff changeset
867 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream.
9914ad33ac6a [project @ 2007-03-27 02:21:47 by jwe]
jwe
parents: 6461
diff changeset
868
6461
ed17f1c8f720 [project @ 2007-03-26 21:35:54 by jwe]
jwe
parents: 6459
diff changeset
869 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org>
ed17f1c8f720 [project @ 2007-03-26 21:35:54 by jwe]
jwe
parents: 6459
diff changeset
870
ed17f1c8f720 [project @ 2007-03-26 21:35:54 by jwe]
jwe
parents: 6459
diff changeset
871 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via
ed17f1c8f720 [project @ 2007-03-26 21:35:54 by jwe]
jwe
parents: 6459
diff changeset
872 plot stream and using binary data.
ed17f1c8f720 [project @ 2007-03-26 21:35:54 by jwe]
jwe
parents: 6459
diff changeset
873
6459
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
874 2007-03-26 John W. Eaton <jwe@octave.org>
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
875
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
876 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m,
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
877 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m,
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
878 plot/__plt2vv__.m: Accept properties in addtition to options struct.
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
879
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
880 2007-03-26 David Bateman <dbateman@free.fr>
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
881
6461
ed17f1c8f720 [project @ 2007-03-26 21:35:54 by jwe]
jwe
parents: 6459
diff changeset
882 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream.
ed17f1c8f720 [project @ 2007-03-26 21:35:54 by jwe]
jwe
parents: 6459
diff changeset
883
6459
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
884 * plot/plot3.m: Handle line properties.
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
885 * plot/plot.m: Update docstring.
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
886 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid.
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
887 * plot/__plt__.m: Also gather properties.
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
888
6455
e68b6921b221 [project @ 2007-03-26 16:02:04 by jwe]
jwe
parents: 6454
diff changeset
889 2007-03-26 Kim Hansen <kimhanse@gmail.com>
e68b6921b221 [project @ 2007-03-26 16:02:04 by jwe]
jwe
parents: 6454
diff changeset
890
e68b6921b221 [project @ 2007-03-26 16:02:04 by jwe]
jwe
parents: 6454
diff changeset
891 * testfun/assert.m: Delete special check for empty objects.
e68b6921b221 [project @ 2007-03-26 16:02:04 by jwe]
jwe
parents: 6454
diff changeset
892 Add test.
e68b6921b221 [project @ 2007-03-26 16:02:04 by jwe]
jwe
parents: 6454
diff changeset
893
6453
4067a8caff18 [project @ 2007-03-26 14:15:24 by jwe]
jwe
parents: 6451
diff changeset
894 2007-03-26 John W. Eaton <jwe@octave.org>
4067a8caff18 [project @ 2007-03-26 14:15:24 by jwe]
jwe
parents: 6451
diff changeset
895
6454
7c9b4a6e090b [project @ 2007-03-26 14:28:24 by jwe]
jwe
parents: 6453
diff changeset
896 * plot/drawnow.m: Exit early if call is recursive.
7c9b4a6e090b [project @ 2007-03-26 14:28:24 by jwe]
jwe
parents: 6453
diff changeset
897
6453
4067a8caff18 [project @ 2007-03-26 14:15:24 by jwe]
jwe
parents: 6451
diff changeset
898 * plot/__go_draw_axes__.m (get_data_limits): New function.
4067a8caff18 [project @ 2007-03-26 14:15:24 by jwe]
jwe
parents: 6451
diff changeset
899 Check for Inf too.
4067a8caff18 [project @ 2007-03-26 14:15:24 by jwe]
jwe
parents: 6451
diff changeset
900 (__go_draw_axes__): Use get_data_limits.
4067a8caff18 [project @ 2007-03-26 14:15:24 by jwe]
jwe
parents: 6451
diff changeset
901
6450
674d255e0729 [project @ 2007-03-24 12:52:25 by jwe]
jwe
parents: 6448
diff changeset
902 2007-03-24 John W. Eaton <jwe@octave.org>
674d255e0729 [project @ 2007-03-24 12:52:25 by jwe]
jwe
parents: 6448
diff changeset
903
6451
fdcb715e381c [project @ 2007-03-24 17:54:23 by jwe]
jwe
parents: 6450
diff changeset
904 * plot/drawnow.m: If GNUTERM is set to wxt in the environment,
fdcb715e381c [project @ 2007-03-24 17:54:23 by jwe]
jwe
parents: 6450
diff changeset
905 send terminal setting command with title option to plot stream.
fdcb715e381c [project @ 2007-03-24 17:54:23 by jwe]
jwe
parents: 6450
diff changeset
906
6450
674d255e0729 [project @ 2007-03-24 12:52:25 by jwe]
jwe
parents: 6448
diff changeset
907 * plot/legend.m: Correctly increment index into list of children..
674d255e0729 [project @ 2007-03-24 12:52:25 by jwe]
jwe
parents: 6448
diff changeset
908
6434
7caa5942d4da [project @ 2007-03-23 13:59:29 by jwe]
jwe
parents: 6432
diff changeset
909 2007-03-23 John W. Eaton <jwe@octave.org>
7caa5942d4da [project @ 2007-03-23 13:59:29 by jwe]
jwe
parents: 6432
diff changeset
910
6448
2110cc251779 [project @ 2007-03-24 02:47:36 by jwe]
jwe
parents: 6447
diff changeset
911 * general/interp2.m, general/bicubic.m, control/base/rldemo.m,
2110cc251779 [project @ 2007-03-24 02:47:36 by jwe]
jwe
parents: 6447
diff changeset
912 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m,
2110cc251779 [project @ 2007-03-24 02:47:36 by jwe]
jwe
parents: 6447
diff changeset
913 control/base/nyquist.m, control/base/nichols.m,
2110cc251779 [project @ 2007-03-24 02:47:36 by jwe]
jwe
parents: 6447
diff changeset
914 control/base/frdemo.m, signal/freqz_plot.m,
2110cc251779 [project @ 2007-03-24 02:47:36 by jwe]
jwe
parents: 6447
diff changeset
915 control/base/__stepimp__.m, control/base/bode.m,
2110cc251779 [project @ 2007-03-24 02:47:36 by jwe]
jwe
parents: 6447
diff changeset
916 quaternion/demoquat.m, quaternion/qcoordinate_plot.m,
2110cc251779 [project @ 2007-03-24 02:47:36 by jwe]
jwe
parents: 6447
diff changeset
917 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m:
6447
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
918 Update plotting code.
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
919
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
920 * control/base/bode.m: Unwrap phase angle.
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
921
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
922 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list.
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
923
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
924 * plot/axis.m: Don't check automatic_replot, or call replot.
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
925
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
926 * quaternion/demoquat.m: Delete comments with obsolete plotting
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
927 commands.
6446
f82f516c8a00 [project @ 2007-03-23 21:20:21 by jwe]
jwe
parents: 6444
diff changeset
928
6442
1896d9b1f302 [project @ 2007-03-23 16:10:33 by jwe]
jwe
parents: 6441
diff changeset
929 * plot/__pltopt1__.m: Handle "@" marker same as "+".
6444
af8e28709a2c [project @ 2007-03-23 16:42:50 by jwe]
jwe
parents: 6442
diff changeset
930 Handle numeric color specs.
6442
1896d9b1f302 [project @ 2007-03-23 16:10:33 by jwe]
jwe
parents: 6441
diff changeset
931 * plot/plot.m: Remove "-@" and "@" from docstring.
1896d9b1f302 [project @ 2007-03-23 16:10:33 by jwe]
jwe
parents: 6441
diff changeset
932
6441
8bcceddab2d5 [project @ 2007-03-23 15:35:28 by jwe]
jwe
parents: 6440
diff changeset
933 * plot/orient.m: Fix tests to avoid creating a plot window.
8bcceddab2d5 [project @ 2007-03-23 15:35:28 by jwe]
jwe
parents: 6440
diff changeset
934
6440
98ee80702bca [project @ 2007-03-23 15:13:19 by jwe]
jwe
parents: 6438
diff changeset
935 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m,
98ee80702bca [project @ 2007-03-23 15:13:19 by jwe]
jwe
parents: 6438
diff changeset
936 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m,
98ee80702bca [project @ 2007-03-23 15:13:19 by jwe]
jwe
parents: 6438
diff changeset
937 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m,
98ee80702bca [project @ 2007-03-23 15:13:19 by jwe]
jwe
parents: 6438
diff changeset
938 general/arrayfun.m, miscellaneous/compare_versions.m,
98ee80702bca [project @ 2007-03-23 15:13:19 by jwe]
jwe
parents: 6438
diff changeset
939 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m,
98ee80702bca [project @ 2007-03-23 15:13:19 by jwe]
jwe
parents: 6438
diff changeset
940 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m,
98ee80702bca [project @ 2007-03-23 15:13:19 by jwe]
jwe
parents: 6438
diff changeset
941 polynomial/pchip.m: Fix copyright notice, correct FSF address.
98ee80702bca [project @ 2007-03-23 15:13:19 by jwe]
jwe
parents: 6438
diff changeset
942
6438
14e5882b6269 [project @ 2007-03-23 14:26:11 by jwe]
jwe
parents: 6436
diff changeset
943 * plot/__go_draw_figure__.m: Send reset to gnuplot before every
14e5882b6269 [project @ 2007-03-23 14:26:11 by jwe]
jwe
parents: 6436
diff changeset
944 plot, not just multiplots.
14e5882b6269 [project @ 2007-03-23 14:26:11 by jwe]
jwe
parents: 6436
diff changeset
945
6436
f1f2e0de340a [project @ 2007-03-23 14:17:29 by jwe]
jwe
parents: 6434
diff changeset
946 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d.
f1f2e0de340a [project @ 2007-03-23 14:17:29 by jwe]
jwe
parents: 6434
diff changeset
947
6434
7caa5942d4da [project @ 2007-03-23 13:59:29 by jwe]
jwe
parents: 6432
diff changeset
948 * plot/contour.m: Don't call drawnow.
7caa5942d4da [project @ 2007-03-23 13:59:29 by jwe]
jwe
parents: 6432
diff changeset
949
6431
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
950 2007-03-22 John W. Eaton <jwe@octave.org>
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
951
6432
5bec61ae1576 [project @ 2007-03-23 02:19:10 by jwe]
jwe
parents: 6431
diff changeset
952 * plot/drawnow.m: Check and optionally, set, the __modified__
5bec61ae1576 [project @ 2007-03-23 02:19:10 by jwe]
jwe
parents: 6431
diff changeset
953 property of each figure.
5bec61ae1576 [project @ 2007-03-23 02:19:10 by jwe]
jwe
parents: 6431
diff changeset
954
6431
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
955 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf,
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
956 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>.
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
957
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
958 2007-03-21 John W. Eaton <jwe@octave.org>
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
959
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
960 * linear-algebra/null.m: Set elements of retval with magnitudes
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
961 less than eps to 0.
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
962
6429
6ff2d413cf58 [project @ 2007-03-21 20:13:03 by dbateman]
dbateman
parents: 6425
diff changeset
963 2007-03-21 David Bateman <dbateman@free.fr>
6425
0cc5ca7b1e91 [project @ 2007-03-21 15:57:19 by jwe]
jwe
parents: 6424
diff changeset
964
0cc5ca7b1e91 [project @ 2007-03-21 15:57:19 by jwe]
jwe
parents: 6424
diff changeset
965 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot.
6429
6ff2d413cf58 [project @ 2007-03-21 20:13:03 by dbateman]
dbateman
parents: 6425
diff changeset
966 * testfun/speed.m: Documentation and example fix.
6ff2d413cf58 [project @ 2007-03-21 20:13:03 by dbateman]
dbateman
parents: 6425
diff changeset
967
6424
05a48d6cf163 [project @ 2007-03-21 13:38:47 by jwe]
jwe
parents: 6422
diff changeset
968 2007-03-21 John W. Eaton <jwe@octave.org>
05a48d6cf163 [project @ 2007-03-21 13:38:47 by jwe]
jwe
parents: 6422
diff changeset
969
05a48d6cf163 [project @ 2007-03-21 13:38:47 by jwe]
jwe
parents: 6422
diff changeset
970 * plot/subplot.m: If we find an existing subplot region, set
05a48d6cf163 [project @ 2007-03-21 13:38:47 by jwe]
jwe
parents: 6422
diff changeset
971 it to be the "currentaxes" property for the current figure.
6425
0cc5ca7b1e91 [project @ 2007-03-21 15:57:19 by jwe]
jwe
parents: 6424
diff changeset
972 Delete old axes objects if the new axes object overlaps the old.
6424
05a48d6cf163 [project @ 2007-03-21 13:38:47 by jwe]
jwe
parents: 6422
diff changeset
973
6422
9b982dd07654 [project @ 2007-03-20 21:26:12 by dbateman]
dbateman
parents: 6420
diff changeset
974 2007-03-20 David Bateman <dbateman@free.fr>
9b982dd07654 [project @ 2007-03-20 21:26:12 by dbateman]
dbateman
parents: 6420
diff changeset
975
9b982dd07654 [project @ 2007-03-20 21:26:12 by dbateman]
dbateman
parents: 6420
diff changeset
976 * general/Makefile.in: Include arrayfun.m in SOURCES.
9b982dd07654 [project @ 2007-03-20 21:26:12 by dbateman]
dbateman
parents: 6420
diff changeset
977
9b982dd07654 [project @ 2007-03-20 21:26:12 by dbateman]
dbateman
parents: 6420
diff changeset
978 2007-03-20 Bill Denney <denney@seas.upenn.edu>
9b982dd07654 [project @ 2007-03-20 21:26:12 by dbateman]
dbateman
parents: 6420
diff changeset
979
9b982dd07654 [project @ 2007-03-20 21:26:12 by dbateman]
dbateman
parents: 6420
diff changeset
980 * general/arrayfun.m: New function.
9b982dd07654 [project @ 2007-03-20 21:26:12 by dbateman]
dbateman
parents: 6420
diff changeset
981
6418
2efe282221ed [project @ 2007-03-20 16:46:47 by jwe]
jwe
parents: 6415
diff changeset
982 2007-03-20 John W. Eaton <jwe@octave.org>
2efe282221ed [project @ 2007-03-20 16:46:47 by jwe]
jwe
parents: 6415
diff changeset
983
6419
73fcbac81f33 [project @ 2007-03-20 17:18:24 by jwe]
jwe
parents: 6418
diff changeset
984 * plot/newplot.m: Call __request_drawnow__ after initializing axes.
73fcbac81f33 [project @ 2007-03-20 17:18:24 by jwe]
jwe
parents: 6418
diff changeset
985 * plot/text.m: Call __request_drawnow__ after creating text objects.
73fcbac81f33 [project @ 2007-03-20 17:18:24 by jwe]
jwe
parents: 6418
diff changeset
986
73fcbac81f33 [project @ 2007-03-20 17:18:24 by jwe]
jwe
parents: 6418
diff changeset
987 * plot/clf.m: Don't call drawnow.
73fcbac81f33 [project @ 2007-03-20 17:18:24 by jwe]
jwe
parents: 6418
diff changeset
988
6431
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
989 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org>
6419
73fcbac81f33 [project @ 2007-03-20 17:18:24 by jwe]
jwe
parents: 6418
diff changeset
990
6420
e35658098bbc [project @ 2007-03-20 17:22:31 by jwe]
jwe
parents: 6419
diff changeset
991 * image/__img__.m: Maybe set yaxis to reverse for images.
e35658098bbc [project @ 2007-03-20 17:22:31 by jwe]
jwe
parents: 6419
diff changeset
992 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for
e35658098bbc [project @ 2007-03-20 17:22:31 by jwe]
jwe
parents: 6419
diff changeset
993 images.
e35658098bbc [project @ 2007-03-20 17:22:31 by jwe]
jwe
parents: 6419
diff changeset
994
6418
2efe282221ed [project @ 2007-03-20 16:46:47 by jwe]
jwe
parents: 6415
diff changeset
995 * plot/drawnow.m: Make __go_close_all_registered__ persistent
6419
73fcbac81f33 [project @ 2007-03-20 17:18:24 by jwe]
jwe
parents: 6418
diff changeset
996 instead of global. Only register __go_close_all__ with atexit if
73fcbac81f33 [project @ 2007-03-20 17:18:24 by jwe]
jwe
parents: 6418
diff changeset
997 the plot stream is successfully opened.
6418
2efe282221ed [project @ 2007-03-20 16:46:47 by jwe]
jwe
parents: 6415
diff changeset
998
6413
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
999 2007-03-15 John W. Eaton <jwe@octave.org>
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
1000
6418
2efe282221ed [project @ 2007-03-20 16:46:47 by jwe]
jwe
parents: 6415
diff changeset
1001 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent.
6413
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
1002 From Daniel J Sebald <daniel.sebald@ieee.org>.
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
1003
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
1004 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org>
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
1005
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
1006 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types.
6415
6b1535a09268 [project @ 2007-03-15 18:03:17 by jwe]
jwe
parents: 6413
diff changeset
1007 Use numeric line types.
6413
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
1008
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
1009 * control/base/rlocus.m: Add asymptotes to the plot. Use wider
6415
6b1535a09268 [project @ 2007-03-15 18:03:17 by jwe]
jwe
parents: 6413
diff changeset
1010 lines and larger markers. Remove key titles from line type
6b1535a09268 [project @ 2007-03-15 18:03:17 by jwe]
jwe
parents: 6413
diff changeset
1011 properties.
6413
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
1012
6405
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1013 2007-03-14 John W. Eaton <jwe@octave.org>
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1014
6412
b2096bb759b1 [project @ 2007-03-15 02:33:45 by jwe]
jwe
parents: 6410
diff changeset
1015 * plot/__axis_label__.m: Accept additional property-value pairs
b2096bb759b1 [project @ 2007-03-15 02:33:45 by jwe]
jwe
parents: 6410
diff changeset
1016 and pass them to __go_text__. Simply return the handle obtained
b2096bb759b1 [project @ 2007-03-15 02:33:45 by jwe]
jwe
parents: 6410
diff changeset
1017 from __go_text__ instead of calling get on the current axis.
b2096bb759b1 [project @ 2007-03-15 02:33:45 by jwe]
jwe
parents: 6410
diff changeset
1018 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here.
b2096bb759b1 [project @ 2007-03-15 02:33:45 by jwe]
jwe
parents: 6410
diff changeset
1019 Allow for extra property value pairs to be passed along.
b2096bb759b1 [project @ 2007-03-15 02:33:45 by jwe]
jwe
parents: 6410
diff changeset
1020 * plot/title.m: Implement with __axis_label__ since it does all
b2096bb759b1 [project @ 2007-03-15 02:33:45 by jwe]
jwe
parents: 6410
diff changeset
1021 that title needs to do.
b2096bb759b1 [project @ 2007-03-15 02:33:45 by jwe]
jwe
parents: 6410
diff changeset
1022
6410
8522b107e4ae [project @ 2007-03-14 22:03:08 by jwe]
jwe
parents: 6408
diff changeset
1023 * plot/clf.m: Set currentaxes property for current figure to [].
8522b107e4ae [project @ 2007-03-14 22:03:08 by jwe]
jwe
parents: 6408
diff changeset
1024
6405
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1025 * plot/__axis_label__.m: Convert arg to text handle before calling set.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1026
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1027 * plot/__plt__.m: Return line handles from all calls to __plt1__
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1028 and __plt2__, not just the last.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1029
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1030 * plot/Makefile.in (SOURCES): Rename from SOURCES_M.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1031 (SOURCES_IN, GEN_M): Delete.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1032 (FCN_FILES): Don't include $(GEN_M).
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1033 (all): Don't depend on $(GEN_M).
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1034 ($(GEN_M) : %.m : %.in): Delete pattern rule.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1035
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1036 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1037
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1038 * plot/newplot.m: Call __go_axes_init__ instead of
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1039 __uiobject_axes_init__.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1040
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1041 * plot/mesh.m: Use __go_surface__ instead of
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1042 __uiobject_surface_ctor__. Don't access object fields directly.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1043
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1044 * plot/line.m: Use __line__ to do actual work.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1045 * plot/__line__.m: New function.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1046
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1047 * plot/axes.m: Use __go_axes__ to create axes graphics handle.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1048 Use get and set instead of accessing object fields directly.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1049
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1050 * plot/figure.m: Use __go_figure__ to create figure graphics
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1051 handle.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1052
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1053 * plot/drawnow.m: Register __go_close_all__ with atexit instead of
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1054 __uiobject_close_all. Call __go_draw_figure__ instead of
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1055 __uiobject_draw_figure__.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1056
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1057 * plot/clf.m: Use get instead of accessing object fields
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1058 directly. Simply delete children. Don't set currentaxes.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1059
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1060 * plot/close.m (close_all_figures): New subfunction.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1061 Use it instead of getting list of figures to close from
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1062 __uiobject_figures__.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1063
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1064 * plot/closereq.m: Simply delete the current figure. Don't set
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1065 currentfigure.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1066
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1067 * plot/__errplot__.m: Call __line__ instead of
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1068 __uiobject_line_ctor__. Use set instead of accesing object fields
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1069 directly. Don't call __uiobject_adopt__.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1070
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1071 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1072 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1073 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1074 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1075 plot/__uiobject_figures__.in, plot/__uiobject_free__.in,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1076 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1077 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1078 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1079 plot/__uiobject_init_root_figure__.in,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1080 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1081 plot/__uiobject_root_figure_ctor__.m,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1082 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m:
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1083 plot/get.in, plot/include-globals.awk, plot/ishandle.m,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1084 plot/set.in: Delete.
6408
af77d211ca65 [project @ 2007-03-14 20:31:17 by jwe]
jwe
parents: 6405
diff changeset
1085 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists.
6405
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1086
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1087 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1088 Pass "hidden" as second arg to close.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1089 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1090 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m.
6408
af77d211ca65 [project @ 2007-03-14 20:31:17 by jwe]
jwe
parents: 6405
diff changeset
1091 * plot/Makefile.in (SOURCES_M): Rename in list.
af77d211ca65 [project @ 2007-03-14 20:31:17 by jwe]
jwe
parents: 6405
diff changeset
1092
6405
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1093 * image/__img__.m: Use __go_image__ to create image graphics
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1094 handle.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1095
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1096 * miscellaneous/delete.m: Call __go_delete__, not
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1097 __uiobject_delete__. Check that arg is a graphics handle before
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1098 calling __go_delete__.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
1099
6403
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
1100 2007-03-13 John W. Eaton <jwe@octave.org>
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
1101
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
1102 * miscellaneous/cast.m: Use feval and strcmp with cell to check
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
1103 arg instead of switch statement.
6528
b3e973d63c1c [project @ 2007-04-16 17:13:08 by jwe]
jwe
parents: 6527
diff changeset
1104 From S�ren Hauberg <soren@hauberg.org>.
6403
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
1105
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
1106 2007-03-12 John W. Eaton <jwe@octave.org>
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
1107
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
1108 * miscellaneous/cast.m: New function.
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
1109
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
1110 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__.
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
1111
6398
9bd49ed48ee6 [project @ 2007-03-08 19:40:01 by jwe]
jwe
parents: 6396
diff changeset
1112 2007-03-08 John W. Eaton <jwe@octave.org>
9bd49ed48ee6 [project @ 2007-03-08 19:40:01 by jwe]
jwe
parents: 6396
diff changeset
1113
9bd49ed48ee6 [project @ 2007-03-08 19:40:01 by jwe]
jwe
parents: 6396
diff changeset
1114 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform
9bd49ed48ee6 [project @ 2007-03-08 19:40:01 by jwe]
jwe
parents: 6396
diff changeset
1115 tilde expansion on target filename before passing it to the shell.
9bd49ed48ee6 [project @ 2007-03-08 19:40:01 by jwe]
jwe
parents: 6396
diff changeset
1116
9bd49ed48ee6 [project @ 2007-03-08 19:40:01 by jwe]
jwe
parents: 6396
diff changeset
1117 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list.
9bd49ed48ee6 [project @ 2007-03-08 19:40:01 by jwe]
jwe
parents: 6396
diff changeset
1118 * statistics/distributions/Makefile.in (SOURCES): Add it here.
9bd49ed48ee6 [project @ 2007-03-08 19:40:01 by jwe]
jwe
parents: 6396
diff changeset
1119
6396
9ec04285a60e [project @ 2007-03-08 10:08:28 by dbateman]
dbateman
parents: 6395
diff changeset
1120 2007-03-08 David Bateman <dbateman@free.fr>
9ec04285a60e [project @ 2007-03-08 10:08:28 by dbateman]
dbateman
parents: 6395
diff changeset
1121
9ec04285a60e [project @ 2007-03-08 10:08:28 by dbateman]
dbateman
parents: 6395
diff changeset
1122 * statistics/base/unidrnd.m: Move to statistics/distributions
9ec04285a60e [project @ 2007-03-08 10:08:28 by dbateman]
dbateman
parents: 6395
diff changeset
1123 replacing slower version based on dicrete_rnd.
9ec04285a60e [project @ 2007-03-08 10:08:28 by dbateman]
dbateman
parents: 6395
diff changeset
1124
6392
e8c42df3d234 [project @ 2007-03-07 18:20:46 by jwe]
jwe
parents: 6391
diff changeset
1125 2007-03-07 John W. Eaton <jwe@octave.org>
e8c42df3d234 [project @ 2007-03-07 18:20:46 by jwe]
jwe
parents: 6391
diff changeset
1126
6395
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
1127 * control/base/rlocus.m: Update for current plotting functions.
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
1128
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
1129 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu>
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
1130
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
1131 * control/base/rlocus.m: Improve display.
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
1132
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
1133 2007-03-07 John W. Eaton <jwe@octave.org>
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
1134
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
1135 * plot/legend.m: Only handle positions -1:4.
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
1136 * plot/__pltopt1__.m: Don't set linestyle if only marker style is
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
1137 found in option string
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
1138 * plot/__uiobject_draw_axes__.m: Handle key position.
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
1139
6394
df3445687c6e [project @ 2007-03-07 20:29:28 by jwe]
jwe
parents: 6392
diff changeset
1140 * plot/newplot.m: Always reset next line color.
df3445687c6e [project @ 2007-03-07 20:29:28 by jwe]
jwe
parents: 6392
diff changeset
1141
6392
e8c42df3d234 [project @ 2007-03-07 18:20:46 by jwe]
jwe
parents: 6391
diff changeset
1142 * testfun/assert.m: Check that number of dimensions match before
e8c42df3d234 [project @ 2007-03-07 18:20:46 by jwe]
jwe
parents: 6391
diff changeset
1143 checking dimensions.
e8c42df3d234 [project @ 2007-03-07 18:20:46 by jwe]
jwe
parents: 6391
diff changeset
1144
6391
3f3e86e9fb57 [project @ 2007-03-07 18:14:44 by jwe]
jwe
parents: 6390
diff changeset
1145 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com>
3f3e86e9fb57 [project @ 2007-03-07 18:14:44 by jwe]
jwe
parents: 6390
diff changeset
1146
3f3e86e9fb57 [project @ 2007-03-07 18:14:44 by jwe]
jwe
parents: 6390
diff changeset
1147 * specfun/perms.m, specfun/factorial.m: Check args.
3f3e86e9fb57 [project @ 2007-03-07 18:14:44 by jwe]
jwe
parents: 6390
diff changeset
1148
6387
24666a9192f2 [project @ 2007-03-07 08:43:03 by jwe]
jwe
parents: 6386
diff changeset
1149 2007-03-07 John W. Eaton <jwe@octave.org>
24666a9192f2 [project @ 2007-03-07 08:43:03 by jwe]
jwe
parents: 6386
diff changeset
1150
6390
334499d75c5c [project @ 2007-03-07 18:11:28 by jwe]
jwe
parents: 6387
diff changeset
1151 * plot/mesh.m: Call newplot before doing anything.
334499d75c5c [project @ 2007-03-07 18:11:28 by jwe]
jwe
parents: 6387
diff changeset
1152
334499d75c5c [project @ 2007-03-07 18:11:28 by jwe]
jwe
parents: 6387
diff changeset
1153 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not
334499d75c5c [project @ 2007-03-07 18:11:28 by jwe]
jwe
parents: 6387
diff changeset
1154 just "e". Only flush plot stream once.
334499d75c5c [project @ 2007-03-07 18:11:28 by jwe]
jwe
parents: 6387
diff changeset
1155 From Daniel J Sebald <daniel.sebald@ieee.org>.
334499d75c5c [project @ 2007-03-07 18:11:28 by jwe]
jwe
parents: 6387
diff changeset
1156
6387
24666a9192f2 [project @ 2007-03-07 08:43:03 by jwe]
jwe
parents: 6386
diff changeset
1157 * strings/blanks.m: Omit first index in assignment.
24666a9192f2 [project @ 2007-03-07 08:43:03 by jwe]
jwe
parents: 6386
diff changeset
1158
6386
5a91bf0a47e8 [project @ 2007-03-07 05:56:43 by jwe]
jwe
parents: 6385
diff changeset
1159 2007-03-07 Paul Kienzle <pkienzle@users.sf.net>
5a91bf0a47e8 [project @ 2007-03-07 05:56:43 by jwe]
jwe
parents: 6385
diff changeset
1160
5a91bf0a47e8 [project @ 2007-03-07 05:56:43 by jwe]
jwe
parents: 6385
diff changeset
1161 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows.
5a91bf0a47e8 [project @ 2007-03-07 05:56:43 by jwe]
jwe
parents: 6385
diff changeset
1162
6385
a192de8c0ead [project @ 2007-03-06 19:05:43 by jwe]
jwe
parents: 6382
diff changeset
1163 2007-03-06 David Bateman <dbateman@free.fr>
a192de8c0ead [project @ 2007-03-06 19:05:43 by jwe]
jwe
parents: 6382
diff changeset
1164 John W. Eaton <jwe@octave.org>
a192de8c0ead [project @ 2007-03-06 19:05:43 by jwe]
jwe
parents: 6382
diff changeset
1165
a192de8c0ead [project @ 2007-03-06 19:05:43 by jwe]
jwe
parents: 6382
diff changeset
1166 * set/setdiff.m: Ignore "rows" for cell array args.
a192de8c0ead [project @ 2007-03-06 19:05:43 by jwe]
jwe
parents: 6382
diff changeset
1167 Handle cellstr args.
a192de8c0ead [project @ 2007-03-06 19:05:43 by jwe]
jwe
parents: 6382
diff changeset
1168
6382
f74e71ef6612 [project @ 2007-03-05 21:29:40 by jwe]
jwe
parents: 6377
diff changeset
1169 2007-03-05 John W. Eaton <jwe@octave.org>
f74e71ef6612 [project @ 2007-03-05 21:29:40 by jwe]
jwe
parents: 6377
diff changeset
1170
f74e71ef6612 [project @ 2007-03-05 21:29:40 by jwe]
jwe
parents: 6377
diff changeset
1171 * optimization/sqp.m: Defer first call to obj_hess until after
f74e71ef6612 [project @ 2007-03-05 21:29:40 by jwe]
jwe
parents: 6377
diff changeset
1172 calling obj_fun.
f74e71ef6612 [project @ 2007-03-05 21:29:40 by jwe]
jwe
parents: 6377
diff changeset
1173
6377
d42176e0d688 [project @ 2007-03-02 16:30:57 by jwe]
jwe
parents: 6376
diff changeset
1174 2007-03-02 Bob Weigel <rweigel@gmu.edu>
d42176e0d688 [project @ 2007-03-02 16:30:57 by jwe]
jwe
parents: 6376
diff changeset
1175
d42176e0d688 [project @ 2007-03-02 16:30:57 by jwe]
jwe
parents: 6376
diff changeset
1176 * specfun/nchoosek.m: Fix nargin check.
d42176e0d688 [project @ 2007-03-02 16:30:57 by jwe]
jwe
parents: 6376
diff changeset
1177
6376
0eac3484e8df [project @ 2007-03-02 02:18:37 by jwe]
jwe
parents: 6374
diff changeset
1178 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org>
0eac3484e8df [project @ 2007-03-02 02:18:37 by jwe]
jwe
parents: 6374
diff changeset
1179
0eac3484e8df [project @ 2007-03-02 02:18:37 by jwe]
jwe
parents: 6374
diff changeset
1180 * image/__img__.m: Don't set xlim and ylim properties.
0eac3484e8df [project @ 2007-03-02 02:18:37 by jwe]
jwe
parents: 6374
diff changeset
1181
6374
419017274c1e [project @ 2007-03-01 15:57:50 by jwe]
jwe
parents: 6372
diff changeset
1182 2007-03-01 Paul Kienzle <pkienzle@users.sf.net>
419017274c1e [project @ 2007-03-01 15:57:50 by jwe]
jwe
parents: 6372
diff changeset
1183
419017274c1e [project @ 2007-03-01 15:57:50 by jwe]
jwe
parents: 6372
diff changeset
1184 * general/interp1.m: Fix *style cases for decreasing x.
419017274c1e [project @ 2007-03-01 15:57:50 by jwe]
jwe
parents: 6372
diff changeset
1185
6372
a9a95bb1bf9e [project @ 2007-03-01 15:39:30 by jwe]
jwe
parents: 6369
diff changeset
1186 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com>
a9a95bb1bf9e [project @ 2007-03-01 15:39:30 by jwe]
jwe
parents: 6369
diff changeset
1187
a9a95bb1bf9e [project @ 2007-03-01 15:39:30 by jwe]
jwe
parents: 6369
diff changeset
1188 * polynomial/roots.m: Check nargin before accessing arg.
a9a95bb1bf9e [project @ 2007-03-01 15:39:30 by jwe]
jwe
parents: 6369
diff changeset
1189
6369
16901a3e5416 [project @ 2007-02-28 22:17:42 by jwe]
jwe
parents: 6368
diff changeset
1190 2007-02-28 John W. Eaton <jwe@octave.org>
16901a3e5416 [project @ 2007-02-28 22:17:42 by jwe]
jwe
parents: 6368
diff changeset
1191
16901a3e5416 [project @ 2007-02-28 22:17:42 by jwe]
jwe
parents: 6368
diff changeset
1192 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't
16901a3e5416 [project @ 2007-02-28 22:17:42 by jwe]
jwe
parents: 6368
diff changeset
1193 increment data_idx unless using gnuplot for display.
16901a3e5416 [project @ 2007-02-28 22:17:42 by jwe]
jwe
parents: 6368
diff changeset
1194
6368
ec2a523713b5 [project @ 2007-02-28 22:07:24 by jwe]
jwe
parents: 6366
diff changeset
1195 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org>
ec2a523713b5 [project @ 2007-02-28 22:07:24 by jwe]
jwe
parents: 6366
diff changeset
1196
ec2a523713b5 [project @ 2007-02-28 22:07:24 by jwe]
jwe
parents: 6366
diff changeset
1197 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for
ec2a523713b5 [project @ 2007-02-28 22:07:24 by jwe]
jwe
parents: 6366
diff changeset
1198 plots with images.
ec2a523713b5 [project @ 2007-02-28 22:07:24 by jwe]
jwe
parents: 6366
diff changeset
1199 * image/image.m, image/imagesc.m, image/imshow.m:
ec2a523713b5 [project @ 2007-02-28 22:07:24 by jwe]
jwe
parents: 6366
diff changeset
1200 Deprecate zoom argument.
ec2a523713b5 [project @ 2007-02-28 22:07:24 by jwe]
jwe
parents: 6366
diff changeset
1201
6366
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
1202 2007-02-28 John W. Eaton <jwe@octave.org>
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
1203
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
1204 * plot/__uiobject_draw_axes__.m: Use fullfile to generate
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
1205 temporary file names. Keep image and colormap file ids separate.
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
1206
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
1207 * general/interp1.m: Correctly compute min and max values when
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
1208 values are decreasing and not evenly spaced.
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
1209 From Ricardo Marranita <ricardo.marranita@gmail.com>.
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
1210
6365
ccdb8ffbb994 [project @ 2007-02-27 19:43:35 by jwe]
jwe
parents: 6364
diff changeset
1211 2007-02-27 John W. Eaton <jwe@octave.org>
ccdb8ffbb994 [project @ 2007-02-27 19:43:35 by jwe]
jwe
parents: 6364
diff changeset
1212
ccdb8ffbb994 [project @ 2007-02-27 19:43:35 by jwe]
jwe
parents: 6364
diff changeset
1213 * testfun/test.m (test): Handle possibility of file_in_loadpath
ccdb8ffbb994 [project @ 2007-02-27 19:43:35 by jwe]
jwe
parents: 6364
diff changeset
1214 returning an empty cell array.
ccdb8ffbb994 [project @ 2007-02-27 19:43:35 by jwe]
jwe
parents: 6364
diff changeset
1215
6546
44a4f68fbd76 [project @ 2007-04-19 17:06:22 by jwe]
jwe
parents: 6544
diff changeset
1216 2007-02-27 Michael Goffioul <michael.goffioul@swing.be>
6364
0d41cafd2e0d [project @ 2007-02-27 15:18:35 by jwe]
jwe
parents: 6358
diff changeset
1217
0d41cafd2e0d [project @ 2007-02-27 15:18:35 by jwe]
jwe
parents: 6358
diff changeset
1218 * pkg/pkg.m: Use fullfile to create filenames from parts.
0d41cafd2e0d [project @ 2007-02-27 15:18:35 by jwe]
jwe
parents: 6358
diff changeset
1219
6546
44a4f68fbd76 [project @ 2007-04-19 17:06:22 by jwe]
jwe
parents: 6544
diff changeset
1220 2007-02-26 Michael Goffioul <michael.goffioul@swing.be>
6358
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1221
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1222 * Makefile.in, audio/Makefile.in, control/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1223 control/base/Makefile.in, control/hinf/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1224 control/obsolete/Makefile.in, control/system/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1225 control/util/Makefile.in, deprecated/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1226 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1227 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1228 miscellaneous/Makefile.in, optimization/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1229 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1230 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1231 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1232 special-matrix/Makefile.in, startup/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1233 statistics/Makefile.in, statistics/base/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1234 statistics/distributions/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1235 statistics/models/Makefile.in, statistics/tests/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1236 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in:
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1237 Use $(LN_S) instead of ln or ln -s.
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
1238
6356
8bb0d11c7a97 [project @ 2007-02-26 14:45:29 by dbateman]
dbateman
parents: 6353
diff changeset
1239 2007-02-24 David Bateman <dbateman@free.fr>
8bb0d11c7a97 [project @ 2007-02-26 14:45:29 by dbateman]
dbateman
parents: 6353
diff changeset
1240
8bb0d11c7a97 [project @ 2007-02-26 14:45:29 by dbateman]
dbateman
parents: 6353
diff changeset
1241 * pkg/pkg.m (configure_make): Ignore blank lines and trailing
8bb0d11c7a97 [project @ 2007-02-26 14:45:29 by dbateman]
dbateman
parents: 6353
diff changeset
1242 '\n' in FILES file.
6357
d93787dbedec [project @ 2007-02-26 20:24:42 by dbateman]
dbateman
parents: 6356
diff changeset
1243 (configure_make): Also install any mex files.
6356
8bb0d11c7a97 [project @ 2007-02-26 14:45:29 by dbateman]
dbateman
parents: 6353
diff changeset
1244
6353
392b071d4de9 [project @ 2007-02-24 23:04:14 by dbateman]
dbateman
parents: 6351
diff changeset
1245 2007-02-24 David Bateman <dbateman@free.fr>
392b071d4de9 [project @ 2007-02-24 23:04:14 by dbateman]
dbateman
parents: 6351
diff changeset
1246
392b071d4de9 [project @ 2007-02-24 23:04:14 by dbateman]
dbateman
parents: 6351
diff changeset
1247 * statistics/distributions (SOURCES): Add nbincdf.m,
392b071d4de9 [project @ 2007-02-24 23:04:14 by dbateman]
dbateman
parents: 6351
diff changeset
1248 nbininv.m, nbinpdf.m and nbinrnd.m.
392b071d4de9 [project @ 2007-02-24 23:04:14 by dbateman]
dbateman
parents: 6351
diff changeset
1249
6351
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
1250 2007-02-23 John W. Eaton <jwe@octave.org>
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
1251
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
1252 * statistics/distributions/Makefile.in (SOURCES): Remove
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
1253 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list.
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
1254
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
1255 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m,
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
1256 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list.
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
1257
6349
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1258 2007-02-23 David Bateman <dbateman@free.fr>
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1259
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1260 * statistics/distributions/discrete_rnd.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1261 statistics/distributions/geornd.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1262 statistics/distributions/lognnd.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1263 statistics/distributions/nbinrnd.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1264 statistics/distributions/wblrnd.m: Accelerate distributions.
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1265
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1266 * statistics/distributions/unidcdf.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1267 statistics/distributions/unidinv.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1268 statistics/distributions/unidpdf.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1269 statistics/distributions/unidrnd.m: New functions based on
6351
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
1270 discrete_cdf, etc.
6349
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1271
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1272 * statistics/distributions/pascal_cdf.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1273 statistics/distributions/pascal_inv.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1274 statistics/distributions/pascal_pdf.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1275 statistics/distributions/pascal_rnd.m: Remove.
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1276 * statistics/distributions/nbincdf.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1277 statistics/distributions/nbininv.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1278 statistics/distributions/nbinpdf.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1279 statistics/distributions/nbinrnd.m: Replace with matlab
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1280 compatible functions.
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1281 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1282 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1283 nbincdf, etc functions to implement these.
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
1284
6344
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
1285 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org>
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
1286
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
1287 * plot/__uiobject_draw_axes__.m: Insert newline between plot
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
1288 command and data.
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
1289
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
1290 2007-02-22 John W. Eaton <jwe@octave.org>
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
1291
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
1292 * miscellaneous/doc.m: If index search fails, try again without
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
1293 the index search option.
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
1294
6339
20c48710b2c7 [project @ 2007-02-22 18:22:24 by dbateman]
dbateman
parents: 6338
diff changeset
1295 2007-02-22 David Bateman <dbateman@free.fr>
20c48710b2c7 [project @ 2007-02-22 18:22:24 by dbateman]
dbateman
parents: 6338
diff changeset
1296
6341
1c4363c98387 [project @ 2007-02-22 18:27:02 by dbateman]
dbateman
parents: 6340
diff changeset
1297 * miscellaneous/doc.m: Find doc.info file correctly in user directories.
1c4363c98387 [project @ 2007-02-22 18:27:02 by dbateman]
dbateman
parents: 6340
diff changeset
1298
6340
6d7b7c7cad61 [project @ 2007-02-22 18:23:58 by dbateman]
dbateman
parents: 6339
diff changeset
1299 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m,
6d7b7c7cad61 [project @ 2007-02-22 18:23:58 by dbateman]
dbateman
parents: 6339
diff changeset
1300 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m,
6d7b7c7cad61 [project @ 2007-02-22 18:23:58 by dbateman]
dbateman
parents: 6339
diff changeset
1301 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m,
6d7b7c7cad61 [project @ 2007-02-22 18:23:58 by dbateman]
dbateman
parents: 6339
diff changeset
1302 statistics/distributions/betarnd.m: Convert to use randg, rande
6d7b7c7cad61 [project @ 2007-02-22 18:23:58 by dbateman]
dbateman
parents: 6339
diff changeset
1303 and randp to accelerate.
6d7b7c7cad61 [project @ 2007-02-22 18:23:58 by dbateman]
dbateman
parents: 6339
diff changeset
1304
6339
20c48710b2c7 [project @ 2007-02-22 18:22:24 by dbateman]
dbateman
parents: 6338
diff changeset
1305 * pkg/pkg.m (fix_depends): Support > and < operators as well.
20c48710b2c7 [project @ 2007-02-22 18:22:24 by dbateman]
dbateman
parents: 6338
diff changeset
1306
6338
ec88b4ab6d10 [project @ 2007-02-22 07:07:19 by jwe]
jwe
parents: 6337
diff changeset
1307 2007-02-22 John W. Eaton <jwe@octave.org>
ec88b4ab6d10 [project @ 2007-02-22 07:07:19 by jwe]
jwe
parents: 6337
diff changeset
1308
ec88b4ab6d10 [project @ 2007-02-22 07:07:19 by jwe]
jwe
parents: 6337
diff changeset
1309 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images,
ec88b4ab6d10 [project @ 2007-02-22 07:07:19 by jwe]
jwe
parents: 6337
diff changeset
1310 cache data and display after xlim and ylim have been determined.
ec88b4ab6d10 [project @ 2007-02-22 07:07:19 by jwe]
jwe
parents: 6337
diff changeset
1311
6337
24e127df8e17 [project @ 2007-02-22 07:03:51 by jwe]
jwe
parents: 6333
diff changeset
1312 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org>
24e127df8e17 [project @ 2007-02-22 07:03:51 by jwe]
jwe
parents: 6333
diff changeset
1313
24e127df8e17 [project @ 2007-02-22 07:03:51 by jwe]
jwe
parents: 6333
diff changeset
1314 * plot/__uiobject_draw_axes__.m:
24e127df8e17 [project @ 2007-02-22 07:03:51 by jwe]
jwe
parents: 6333
diff changeset
1315 Allow multiple images to be displayed with gnuplot.
24e127df8e17 [project @ 2007-02-22 07:03:51 by jwe]
jwe
parents: 6333
diff changeset
1316
6333
4e81fe3bceff [project @ 2007-02-20 21:05:10 by jwe]
jwe
parents: 6328
diff changeset
1317 2007-02-20 Rafael Laboissiere <rafael@debian.org>
4e81fe3bceff [project @ 2007-02-20 21:05:10 by jwe]
jwe
parents: 6328
diff changeset
1318
4e81fe3bceff [project @ 2007-02-20 21:05:10 by jwe]
jwe
parents: 6328
diff changeset
1319 * optimization/glpk.m: Document the fact that extra.mem does not work
4e81fe3bceff [project @ 2007-02-20 21:05:10 by jwe]
jwe
parents: 6328
diff changeset
1320 for versions of GLPK 4.15 and later.
4e81fe3bceff [project @ 2007-02-20 21:05:10 by jwe]
jwe
parents: 6328
diff changeset
1321
6328
a7a2f1596b4b [project @ 2007-02-20 02:20:40 by jwe]
jwe
parents: 6323
diff changeset
1322 2007-02-19 John W. Eaton <jwe@octave.org>
a7a2f1596b4b [project @ 2007-02-20 02:20:40 by jwe]
jwe
parents: 6323
diff changeset
1323
a7a2f1596b4b [project @ 2007-02-20 02:20:40 by jwe]
jwe
parents: 6323
diff changeset
1324 * plot/__uiobject_alloc__.in: If next available element in
a7a2f1596b4b [project @ 2007-02-20 02:20:40 by jwe]
jwe
parents: 6323
diff changeset
1325 __uiobject_list__ is 0, grow list before doing anything else.
a7a2f1596b4b [project @ 2007-02-20 02:20:40 by jwe]
jwe
parents: 6323
diff changeset
1326 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on
a7a2f1596b4b [project @ 2007-02-20 02:20:40 by jwe]
jwe
parents: 6323
diff changeset
1327 first call when size of __uiobject_list__ is 0.
a7a2f1596b4b [project @ 2007-02-20 02:20:40 by jwe]
jwe
parents: 6323
diff changeset
1328
6323
ea65de49e18e [project @ 2007-02-17 02:51:02 by jwe]
jwe
parents: 6321
diff changeset
1329 2007-02-16 John W. Eaton <jwe@octave.org>
ea65de49e18e [project @ 2007-02-17 02:51:02 by jwe]
jwe
parents: 6321
diff changeset
1330
ea65de49e18e [project @ 2007-02-17 02:51:02 by jwe]
jwe
parents: 6321
diff changeset
1331 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list.
ea65de49e18e [project @ 2007-02-17 02:51:02 by jwe]
jwe
parents: 6321
diff changeset
1332
6321
363a2f8c9e97 [project @ 2007-02-16 20:26:23 by dbateman]
dbateman
parents: 6316
diff changeset
1333 2007-02-16 Michael Goffioul <michael.goffioul@swing.be>
363a2f8c9e97 [project @ 2007-02-16 20:26:23 by dbateman]
dbateman
parents: 6316
diff changeset
1334
363a2f8c9e97 [project @ 2007-02-16 20:26:23 by dbateman]
dbateman
parents: 6316
diff changeset
1335 * miscellaneous/popen2.m: Remove as replaced with builtin.
363a2f8c9e97 [project @ 2007-02-16 20:26:23 by dbateman]
dbateman
parents: 6316
diff changeset
1336
6316
a3a2580435c2 [project @ 2007-02-16 07:23:49 by jwe]
jwe
parents: 6315
diff changeset
1337 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com>
a3a2580435c2 [project @ 2007-02-16 07:23:49 by jwe]
jwe
parents: 6315
diff changeset
1338
a3a2580435c2 [project @ 2007-02-16 07:23:49 by jwe]
jwe
parents: 6315
diff changeset
1339 * specfun/nchoosek.m: Check nargin.
a3a2580435c2 [project @ 2007-02-16 07:23:49 by jwe]
jwe
parents: 6315
diff changeset
1340
6314
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
1341 2007-02-15 John W. Eaton <jwe@octave.org>
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
1342
6315
cf52583fe055 [project @ 2007-02-16 04:52:42 by jwe]
jwe
parents: 6314
diff changeset
1343 * path/addpath.m, path/rmpath.m: Delete
cf52583fe055 [project @ 2007-02-16 04:52:42 by jwe]
jwe
parents: 6314
diff changeset
1344 * path/Makefile.in (SOURCES): Remove them from the list.
cf52583fe055 [project @ 2007-02-16 04:52:42 by jwe]
jwe
parents: 6314
diff changeset
1345
6314
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
1346 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m:
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
1347 Delete title, xlabel, ylabel, and zlabel properties before
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
1348 reassigning.
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
1349 * plot/__uiobject_axes_init__.in: New arg, mode.
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
1350 Don't init outerposition if "mode" is "replace".
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
1351 * plot/newplot.m: Check both figure and axes nextplot properties.
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
1352 If axes nextplot property is replace, pass "replace" as mode arg
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
1353 to __uiobject_axes_init__.
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
1354
6308
22e2c78e406e [project @ 2007-02-15 08:16:08 by jwe]
jwe
parents: 6304
diff changeset
1355 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org>
22e2c78e406e [project @ 2007-02-15 08:16:08 by jwe]
jwe
parents: 6304
diff changeset
1356
6310
cf8894bbc49d [project @ 2007-02-15 19:59:27 by jwe]
jwe
parents: 6309
diff changeset
1357 * image/imshow.m: Don't restore old colormap.
cf8894bbc49d [project @ 2007-02-15 19:59:27 by jwe]
jwe
parents: 6309
diff changeset
1358
6309
6a60e68fc4b1 [project @ 2007-02-15 09:49:27 by jwe]
jwe
parents: 6308
diff changeset
1359 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties.
6a60e68fc4b1 [project @ 2007-02-15 09:49:27 by jwe]
jwe
parents: 6308
diff changeset
1360 * image/__img__.m: New file containing common parts of image.m and
6a60e68fc4b1 [project @ 2007-02-15 09:49:27 by jwe]
jwe
parents: 6308
diff changeset
1361 imshow.m.
6312
725709ab0445 [project @ 2007-02-15 21:34:46 by jwe]
jwe
parents: 6310
diff changeset
1362 * image/Makefile.in (SOURCES): Add __img__.m to the list.
6309
6a60e68fc4b1 [project @ 2007-02-15 09:49:27 by jwe]
jwe
parents: 6308
diff changeset
1363 * image/image.m, image/imshow.m: Call __img__.
6a60e68fc4b1 [project @ 2007-02-15 09:49:27 by jwe]
jwe
parents: 6308
diff changeset
1364 * plot/__uiobject_draw_axes__.m:
6a60e68fc4b1 [project @ 2007-02-15 09:49:27 by jwe]
jwe
parents: 6308
diff changeset
1365 Handle rgb imaged data stored in 3-d arrays.
6a60e68fc4b1 [project @ 2007-02-15 09:49:27 by jwe]
jwe
parents: 6308
diff changeset
1366
6308
22e2c78e406e [project @ 2007-02-15 08:16:08 by jwe]
jwe
parents: 6304
diff changeset
1367 * plot/figure.m: Doc fix.
22e2c78e406e [project @ 2007-02-15 08:16:08 by jwe]
jwe
parents: 6304
diff changeset
1368
6304
78a3254741b2 [project @ 2007-02-14 21:22:59 by jwe]
jwe
parents: 6303
diff changeset
1369 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com>
78a3254741b2 [project @ 2007-02-14 21:22:59 by jwe]
jwe
parents: 6303
diff changeset
1370
78a3254741b2 [project @ 2007-02-14 21:22:59 by jwe]
jwe
parents: 6303
diff changeset
1371 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes
78a3254741b2 [project @ 2007-02-14 21:22:59 by jwe]
jwe
parents: 6303
diff changeset
1372 for reading and writing data. New tests. Improve rounding.
78a3254741b2 [project @ 2007-02-14 21:22:59 by jwe]
jwe
parents: 6303
diff changeset
1373
6302
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
1374 2007-02-13 John W. Eaton <jwe@octave.org>
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
1375
6303
df89e87a1d2e [project @ 2007-02-13 09:11:53 by jwe]
jwe
parents: 6302
diff changeset
1376 * plot/stem.m: New file, adapted from OctPlot.
df89e87a1d2e [project @ 2007-02-13 09:11:53 by jwe]
jwe
parents: 6302
diff changeset
1377 * plot/Makefile.in (SOURCES_M): Add it to the list.
df89e87a1d2e [project @ 2007-02-13 09:11:53 by jwe]
jwe
parents: 6302
diff changeset
1378
6302
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
1379 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m,
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
1380 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m,
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
1381 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m,
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
1382 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m,
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
1383 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m,
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
1384 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m,
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
1385 plot/semilogyerr.m: Return handles to line objects.
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
1386
6301
2bab2360f07f [project @ 2007-02-11 19:46:53 by jwe]
jwe
parents: 6298
diff changeset
1387 2007-02-11 John W. Eaton <jwe@octave.org>
2bab2360f07f [project @ 2007-02-11 19:46:53 by jwe]
jwe
parents: 6298
diff changeset
1388
2bab2360f07f [project @ 2007-02-11 19:46:53 by jwe]
jwe
parents: 6298
diff changeset
1389 * plot/__uiobject_close_all.m: New file.
2bab2360f07f [project @ 2007-02-11 19:46:53 by jwe]
jwe
parents: 6298
diff changeset
1390 * plot/Makefile.in (SOURCES_M): Add it to the list.
2bab2360f07f [project @ 2007-02-11 19:46:53 by jwe]
jwe
parents: 6298
diff changeset
1391
6298
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
1392 2007-02-10 John W. Eaton <jwe@octave.org>
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
1393
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
1394 * plot/drawnow.m: Arrange for plot streams to be close on exit.
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
1395 * plot/__uiobject_globals__.m: Don't call mlock.
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
1396
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
1397 * plot/drawnow.m: Only check for DISPLAY if isunix returns true.
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
1398 * plot/__uiobject_delete__.m: Send quit command and flush stream
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
1399 before calling pclose.
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
1400
6291
6110e7d4e4c4 [project @ 2007-02-09 05:14:51 by jwe]
jwe
parents: 6286
diff changeset
1401 2007-02-09 John W. Eaton <jwe@octave.org>
6110e7d4e4c4 [project @ 2007-02-09 05:14:51 by jwe]
jwe
parents: 6286
diff changeset
1402
6295
0fcce0872e02 [project @ 2007-02-10 02:10:21 by jwe]
jwe
parents: 6293
diff changeset
1403 * plot/subplot.m: Delete spurious call to axes.
0fcce0872e02 [project @ 2007-02-10 02:10:21 by jwe]
jwe
parents: 6293
diff changeset
1404
6293
b649aa46950d [project @ 2007-02-09 21:50:40 by jwe]
jwe
parents: 6291
diff changeset
1405 * plot/figure.m: Call drawnow for current figure before creating
b649aa46950d [project @ 2007-02-09 21:50:40 by jwe]
jwe
parents: 6291
diff changeset
1406 or switching to a new figure.
b649aa46950d [project @ 2007-02-09 21:50:40 by jwe]
jwe
parents: 6291
diff changeset
1407 * plot/__uiobject_init_figure__.in: Handle empty arg the same as
b649aa46950d [project @ 2007-02-09 21:50:40 by jwe]
jwe
parents: 6291
diff changeset
1408 nargin == 0 case.
b649aa46950d [project @ 2007-02-09 21:50:40 by jwe]
jwe
parents: 6291
diff changeset
1409
6291
6110e7d4e4c4 [project @ 2007-02-09 05:14:51 by jwe]
jwe
parents: 6286
diff changeset
1410 * testfun/assert.m: Try to avoid problems when comparisons involve
6110e7d4e4c4 [project @ 2007-02-09 05:14:51 by jwe]
jwe
parents: 6286
diff changeset
1411 strange values like Inf+NaNi.
6110e7d4e4c4 [project @ 2007-02-09 05:14:51 by jwe]
jwe
parents: 6286
diff changeset
1412
6283
7099f1ae465e [project @ 2007-02-08 08:37:00 by jwe]
jwe
parents: 6280
diff changeset
1413 2007-02-08 John W. Eaton <jwe@octave.org>
7099f1ae465e [project @ 2007-02-08 08:37:00 by jwe]
jwe
parents: 6280
diff changeset
1414
6286
c6a7b0453f9a [project @ 2007-02-08 19:04:38 by jwe]
jwe
parents: 6285
diff changeset
1415 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot"
c6a7b0453f9a [project @ 2007-02-08 19:04:38 by jwe]
jwe
parents: 6285
diff changeset
1416 and check gnuplot_use_title_option instead of just assuming -title
c6a7b0453f9a [project @ 2007-02-08 19:04:38 by jwe]
jwe
parents: 6285
diff changeset
1417 works. From Michael Goffioul <michael.goffioul@swing.be>.
c6a7b0453f9a [project @ 2007-02-08 19:04:38 by jwe]
jwe
parents: 6285
diff changeset
1418
6285
3991a9f0fead [project @ 2007-02-08 09:50:11 by jwe]
jwe
parents: 6284
diff changeset
1419 * Makefile.in (DISTFILES): Add move-if-change to the list.
3991a9f0fead [project @ 2007-02-08 09:50:11 by jwe]
jwe
parents: 6284
diff changeset
1420
6284
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
1421 * audio/Makefile.in, control/base/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
1422 control/hinf/Makefile.in, control/obsolete/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
1423 control/system/Makefile.in, control/util/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
1424 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
1425 general/Makefile.in, image/Makefile.in, io/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
1426 linear-algebra/Makefile.in, miscellaneous/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
1427 optimization/Makefile.in, plot/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
1428 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
1429 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
1430 special-matrix/Makefile.in, startup/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
1431 statistics/base/Makefile.in, statistics/distributions/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
1432 statistics/models/Makefile.in, statistics/tests/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
1433 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
1434 path/Makefile.in, pkg/Makefile.in: Explicitly list source files.
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
1435
6283
7099f1ae465e [project @ 2007-02-08 08:37:00 by jwe]
jwe
parents: 6280
diff changeset
1436 * plot/figure.m: Don't call drawnow. Correctly init figure when
7099f1ae465e [project @ 2007-02-08 08:37:00 by jwe]
jwe
parents: 6280
diff changeset
1437 only given property list.
7099f1ae465e [project @ 2007-02-08 08:37:00 by jwe]
jwe
parents: 6280
diff changeset
1438
6278
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
1439 2007-02-07 John W. Eaton <jwe@octave.org>
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
1440
6280
1705b7847b8e [project @ 2007-02-08 04:03:22 by jwe]
jwe
parents: 6278
diff changeset
1441 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis
1705b7847b8e [project @ 2007-02-08 04:03:22 by jwe]
jwe
parents: 6278
diff changeset
1442 properties.
1705b7847b8e [project @ 2007-02-08 04:03:22 by jwe]
jwe
parents: 6278
diff changeset
1443
6278
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
1444 * plot/sombrero.m: Call box ("off") after mesh.
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
1445
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
1446 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
1447 line default" commands with older versions of gnuplot.
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
1448
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
1449 * plot/close.m: Use get (0, "currentifgure") instead of gcf.
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
1450
6273
de81db175325 [project @ 2007-02-06 18:55:23 by jwe]
jwe
parents: 6272
diff changeset
1451 2007-02-06 John W. Eaton <jwe@octave.org>
de81db175325 [project @ 2007-02-06 18:55:23 by jwe]
jwe
parents: 6272
diff changeset
1452
de81db175325 [project @ 2007-02-06 18:55:23 by jwe]
jwe
parents: 6272
diff changeset
1453 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".".
de81db175325 [project @ 2007-02-06 18:55:23 by jwe]
jwe
parents: 6272
diff changeset
1454 * sparse/gplot.m: Use line style - instead of 1.
de81db175325 [project @ 2007-02-06 18:55:23 by jwe]
jwe
parents: 6272
diff changeset
1455
6272
a1f3d3b7ee5c [project @ 2007-02-06 02:09:48 by jwe]
jwe
parents: 6270
diff changeset
1456 2007-02-05 Rafael Laboissiere <rafael@debian.org>
a1f3d3b7ee5c [project @ 2007-02-06 02:09:48 by jwe]
jwe
parents: 6270
diff changeset
1457
a1f3d3b7ee5c [project @ 2007-02-06 02:09:48 by jwe]
jwe
parents: 6270
diff changeset
1458 * plot/print.m: Avoid error message from cellidx.
a1f3d3b7ee5c [project @ 2007-02-06 02:09:48 by jwe]
jwe
parents: 6270
diff changeset
1459
a1f3d3b7ee5c [project @ 2007-02-06 02:09:48 by jwe]
jwe
parents: 6270
diff changeset
1460 2007-02-05 John W. Eaton <jwe@octave.org>
a1f3d3b7ee5c [project @ 2007-02-06 02:09:48 by jwe]
jwe
parents: 6270
diff changeset
1461
a1f3d3b7ee5c [project @ 2007-02-06 02:09:48 by jwe]
jwe
parents: 6270
diff changeset
1462 * plot/legend.m: Fix check for data.
a1f3d3b7ee5c [project @ 2007-02-06 02:09:48 by jwe]
jwe
parents: 6270
diff changeset
1463
6270
c8d25f552230 [project @ 2007-02-05 21:41:26 by jwe]
jwe
parents: 6269
diff changeset
1464 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net>
c8d25f552230 [project @ 2007-02-05 21:41:26 by jwe]
jwe
parents: 6269
diff changeset
1465
c8d25f552230 [project @ 2007-02-05 21:41:26 by jwe]
jwe
parents: 6269
diff changeset
1466 * plot/__uiobject_draw_axes__.m (do_linestyle_command):
c8d25f552230 [project @ 2007-02-05 21:41:26 by jwe]
jwe
parents: 6269
diff changeset
1467 Always set lt and pt.
c8d25f552230 [project @ 2007-02-05 21:41:26 by jwe]
jwe
parents: 6269
diff changeset
1468
6269
2f357df626cb [project @ 2007-02-05 21:36:54 by jwe]
jwe
parents: 6268
diff changeset
1469 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net>
2f357df626cb [project @ 2007-02-05 21:36:54 by jwe]
jwe
parents: 6268
diff changeset
1470
2f357df626cb [project @ 2007-02-05 21:36:54 by jwe]
jwe
parents: 6268
diff changeset
1471 * plot/contourc.m: Correctly compute X and Y.
2f357df626cb [project @ 2007-02-05 21:36:54 by jwe]
jwe
parents: 6268
diff changeset
1472
6268
59deaa5b7e99 [project @ 2007-02-05 21:25:53 by jwe]
jwe
parents: 6266
diff changeset
1473 2007-02-05 John W. Eaton <jwe@octave.org>
59deaa5b7e99 [project @ 2007-02-05 21:25:53 by jwe]
jwe
parents: 6266
diff changeset
1474
59deaa5b7e99 [project @ 2007-02-05 21:25:53 by jwe]
jwe
parents: 6266
diff changeset
1475 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title.
59deaa5b7e99 [project @ 2007-02-05 21:25:53 by jwe]
jwe
parents: 6266
diff changeset
1476 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto.
59deaa5b7e99 [project @ 2007-02-05 21:25:53 by jwe]
jwe
parents: 6266
diff changeset
1477
6264
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1478 2007-02-01 John W. Eaton <jwe@octave.org>
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1479
6266
e5c3839f9403 [project @ 2007-02-01 10:25:37 by jwe]
jwe
parents: 6264
diff changeset
1480 * plot/__uiobject_draw_axes__.m:
e5c3839f9403 [project @ 2007-02-01 10:25:37 by jwe]
jwe
parents: 6264
diff changeset
1481 Don't try to set axis limits unless we have data.
e5c3839f9403 [project @ 2007-02-01 10:25:37 by jwe]
jwe
parents: 6264
diff changeset
1482
6264
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1483 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m,
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1484 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m,
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1485 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m,
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1486 plot/__pltopt__.m, plot/plot3.m: Set and use options struct
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1487 instead of of key and fmt strings.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1488
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1489 * plot/__pltopt1__.m: Greatly simplify.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1490
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1491 * plot/__next_line_color__.m: New file.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1492 * plot/Makefile.in (SOURCES_M): Add it to the list.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1493 * plot/newplot.m: Call __next_line_color__ here to reset rotation.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1494
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1495 * plot/__default_plot_options__.m: New file.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1496 * plot/Makefile.in (SOURCES_M): Add it to the list.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1497
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1498 * plot/__plt3__.m: Delete.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1499 * plot/Makefile.in (SOURCES_M): Remove it from the list.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
1500
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1501 2007-01-31 John W. Eaton <jwe@octave.org>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1502
6263
d60127449a29 [project @ 2007-02-01 04:07:53 by jwe]
jwe
parents: 6262
diff changeset
1503 * plot/__uiobject_draw_axes__.m: Set defaults for color,
d60127449a29 [project @ 2007-02-01 04:07:53 by jwe]
jwe
parents: 6262
diff changeset
1504 linestyle, linewidth, marker, and markersize properties.
d60127449a29 [project @ 2007-02-01 04:07:53 by jwe]
jwe
parents: 6262
diff changeset
1505 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker
d60127449a29 [project @ 2007-02-01 04:07:53 by jwe]
jwe
parents: 6262
diff changeset
1506 colors and widths, and line styles.
d60127449a29 [project @ 2007-02-01 04:07:53 by jwe]
jwe
parents: 6262
diff changeset
1507
d60127449a29 [project @ 2007-02-01 04:07:53 by jwe]
jwe
parents: 6262
diff changeset
1508 * plot/__plt__.m, image/image.m: Don't call drawnow.
6262
e892a83f8840 [project @ 2007-01-31 20:52:55 by jwe]
jwe
parents: 6261
diff changeset
1509
6261
7e2d79a71247 [project @ 2007-01-31 18:21:42 by jwe]
jwe
parents: 6259
diff changeset
1510 * plot/__gnuplot_version__.m: Restore from CVS Attic.
7e2d79a71247 [project @ 2007-01-31 18:21:42 by jwe]
jwe
parents: 6259
diff changeset
1511 * plot/Makefile.in (SOURCES_M): Add it to the list.
7e2d79a71247 [project @ 2007-01-31 18:21:42 by jwe]
jwe
parents: 6259
diff changeset
1512
7e2d79a71247 [project @ 2007-01-31 18:21:42 by jwe]
jwe
parents: 6259
diff changeset
1513 * plot/__uiobject_draw_axes__.m: Delete useless call to
7e2d79a71247 [project @ 2007-01-31 18:21:42 by jwe]
jwe
parents: 6259
diff changeset
1514 __gnuplot_save_data__.
7e2d79a71247 [project @ 2007-01-31 18:21:42 by jwe]
jwe
parents: 6259
diff changeset
1515
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1516 * image/image.m: Accept 2 args, but ignore the second for now.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1517
6258
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1518 2007-01-30 David Bateman <dbateman@free.fr>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1519
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1520 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1521 to flag a package as to be autoloaded. Add install flags -noauto,
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1522 -auto to force autoload behavior.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1523 (installed_packages): Make list of installed packages unique.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1524
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1525 2007-01-30 John W. Eaton <jwe@octave.org>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1526
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1527 * Merge of changes from graphics-branch:
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1528
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1529 2007-01-29 John W. Eaton <jwe@octave.org>
6257
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1530
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1531 * plot/subplot.m: Set nextplot property of current figure to "add".
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1532
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1533 * plot/__uiobject_draw_axes__.m: Only handle outerposition
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1534 property if it exists.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1535
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1536 2007-01-26 John W. Eaton <jwe@octave.org>
6257
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1537
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1538 * plot/__uiobject_draw_axes__.m: Move initialization of max and
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1539 min values outside of loop over child objects.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1540
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1541 * plot/contour.m, plot/contourc.m: New files.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1542 * plot/Makefile.in (SOURCES_M): Add them to the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1543
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1544 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1545 find a gnuplot version newer than 4.0.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1546 * image/__img_gnuplot__.m: Delete.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1547 * image/image.m: Create image graphics object.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1548 Call newplot to setup and drawnow to finish.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1549 Eliminate ZOOM arg.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1550
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1551 * plot/__uiobject_draw_axes__.m: Handle image data.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1552
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1553 * plot/legend.m: Eliminate useless variable "warned".
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1554
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1555 * plot/__uiobject_image_ctor__.m: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1556 * plot/Makefile.in (SOURCES_M): Add it to the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1557
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1558 * plot/gcf.m: Also create new figure if currentfigure is 0.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1559 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1560
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1561 * plot/__uiobject_root_figure_ctor__.m: Set visible property.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1562
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1563 * plot/__default_colormap__.m: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1564 * plot/Makefile.in (SOURCES_M): Add it to the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1565 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1566 property.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1567 * image/colormap.m: Use colormap property of current figure
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1568 to store colormap instead of using persistent variable.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1569 Call __default_colormap__ to get default map value.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1570 * image/ocean.m, image/gray.m: Set colormap for current figure.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1571
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1572 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1573 Handle some tick mark options.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1574
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1575 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1576 set corresponding *mode to "manual". If we set dataaspectratio,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1577 set dataaspectratiomode to "manual".
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1578
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1579 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1580 *ticklabelmode, dataaspectratio, dataaspectratiomode properties.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1581
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1582 * plot/axis.m: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1583 * plot/Makefile.in (SOURCES_M): Include it in the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1584
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1585 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1586 set corresponding *limmode to "manual".
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1587 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1588 Use it to compute autosclaled limits.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1589 Arg is now handle, not object. Change all callers.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1590 Compute data limits.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1591
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1592 2007-01-25 John W. Eaton <jwe@octave.org>
6257
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1593
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1594 * plot/drawnow: Fix visibility check for zero args.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1595
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1596 * plot/text.m: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1597 * plot/Makefile.in (SOURCES_M): Add it to the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1598 * plot/__uiobject_draw_axes__.m: Handle text objects.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1599 * plot/__uiobject_text_ctor__.m: Include units, position, and
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1600 horizontalalignment properties.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1601
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1602 * plot/figure.m: Set options for f we just constructed or were
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1603 given as an argument, not gcf. Only return handle if nargout > 0.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1604
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1605 * plot/drawnow.m: Handle visible field for figure here.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1606 * plot/__uiobject_figure_ctor__.m: Set default visible field.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1607
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1608 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1609 title and axis labels.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1610
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1611 * plot/plot3.m, plot/mesh.m: Set default 3-d view here.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1612 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1613 * plot/__uiobject_axes_init__.in: Set default view field for object.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1614 * plot/view.m: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1615 * plot/Makefile.in (SOURCES_M): Add it to the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1616
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1617 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m:
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1618 Call __request_drawnow__.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1619
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1620 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1621
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1622 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m:
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1623 Call set to set properties. Return handle instead of structure.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1624 Change all callers.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1625
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1626 * plot/__uiobject_axes_setr__.m: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1627 * plot/set.in: Check for __setter__ field.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1628
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1629 * plot/__uiobject_axes_init__.in:
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1630 Rename from plot/__uiobject_axes_init__.m.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1631 Include __uiobject_globals__.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1632 Accept handle as arg instead of structure
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1633 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1634 from the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1635 (SOURCES_IN): Add __uiobject_axes_init__.in to the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1636
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1637 2007-01-24 John W. Eaton <jwe@octave.org>
6257
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1638
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1639 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1640
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1641 * plot/__uiobject_globals__.m: Call __lock_global__ when
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1642 initializing each global variable.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1643
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1644 2007-01-18 John W. Eaton <jwe@octave.org>
6257
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1645
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1646 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1647 __uiobject_figure_handles_free_list__): New global variables.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1648 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m:
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1649 Place unused handles on the free list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1650
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1651 * plot/__uiobject_get_figure_handle__.in: Delete.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1652 * plot/Makefile.in: Delete it from the SOURCES_IN list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1653
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1654 * plot/__uiobject_init_figure__.in: Perform allocation of figure
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1655 handles here. Return figure handle.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1656 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1657
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1658 2007-01-11 John W. Eaton <jwe@octave.org>
6257
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1659
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1660 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1661 data for gnuplot.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1662
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1663 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1664 files.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1665 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1666 (DISTFILES): Include include-globals.awk in the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1667 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M).
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1668 ($(GEN_M) : %.m : %.in): New rule.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1669
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1670 * include-globals.awk: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1671
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1672 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1673 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1674 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1675 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1676 plot/__uiobject_init_root_figure__.in,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1677 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in:
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1678 Rename from corresponding .m files.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1679
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1680 * move-if-change: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1681
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1682 * plot/__uiobject_delete__.m: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1683 * plot/delete.m, plot/__uiobject_delete_children__.m,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1684 plot/__uiobject_delete_child__.m: Delete.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1685 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1686 not a character string.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1687 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m:
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1688 Fix assignment to tmp key value in loop.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1689 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1690 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1691 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m:
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1692 Inline code to delete children.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1693 * plot/__uiobject_free__.m: Arg is now handle, not index into
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1694 __uiobject_list__.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1695 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1696 and free child.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
1697
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1698 2006-12-08 John W. Eaton <jwe@octave.org>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1699
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1700 * plot/gcf.m: Check if the root figure object's currentfigure
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1701 handle is empty, not 0.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1702 * plot/__uiobject_root_figure_ctor__.m:
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1703 Set currentfigure to [], not 0.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1704
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1705 * plot/stairs.m: Handle matrix arguments. Improve compatibility.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1706
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1707 2006-12-07 John W. Eaton <jwe@octave.org>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1708
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1709 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1710 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1711 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1712 plot/__uiobject_delete_children__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1713 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1714 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1715 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1716 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1717 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1718 plot/__uiobject_init_figure__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1719 plot/__uiobject_init_root_figure__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1720 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1721 plot/__uiobject_remove_child__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1722 plot/__uiobject_root_figure_ctor__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1723 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1724 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1725 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1726 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1727 plot/set.m: New files.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1728
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1729 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1730 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1731 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1732 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1733 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1734 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1735 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1736 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1737 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1738 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1739 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1740 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1741 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1742 plot/semilogyerr.m, plot/replot.m:
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1743 Adapt to new graphics data structure.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1744
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1745 * plot/__do_legend__.m, plot/__gnuplot_version__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1746 plot/__init_plot_vars__.m, plot/__make_using_clause__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1747 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1748 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1749 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1750 plot/plot_border.m, plot/subwindow.m: Delete.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1751
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1752 2007-01-24 David Bateman <dbateman@free.fr>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1753
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1754 * pkg/pkg.m: Install ChangeLog file if it exists.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1755 Delete bare newline in string passed to write_INDEX.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1756
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1757 * sparse/sprandsym.m: Make work for even values of N.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1758
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1759 2007-01-24 John W. Eaton <jwe@octave.org>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1760
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1761 * miscellaneous/news.m: New file.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1762
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1763 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1764
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1765 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1766
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1767 * strings/strncmp.m: Delete (we now have a built-in version).
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1768
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1769 2007-01-22 Bob Weigel <rweigel@gmu.edu>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1770
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1771 * testfun/test.m: Check for all files in path, use first found.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1772
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1773 2007-01-22 David Bateman <dbateman@free.fr>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1774
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1775 * polynomial/spline.m: Make DG a column instead of a row vector.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1776
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1777 2007-01-18 S�ren Hauberg <hauberg@gmail.com>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1778
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1779 * pkg/pkg.m (copy_files): Call write_INDEX with correct target
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1780 file name.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1781
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1782 * image/ind2rgb.m: Better input checking. Return 3-d array if
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1783 nargout is 1. Handle colormaps that have too few colors.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1784
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1785 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm".
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1786 (configure_make): Use fullfile instead of concatenating with "/".
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
1787
6258
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1788 2007-01-10 Baylis Shanks <bshanks3@hotmail.com>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1789
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1790 * set/ismember.m: Handle N-d arrays.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1791
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1792 2007-01-10 David Bateman <dbateman@free.fr>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1793
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1794 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m,
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1795 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m,
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1796 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m:
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1797 New files.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1798
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1799 2007-01-09 S�ren Hauberg <hauberg@gmail.com>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1800
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
1801 * pkg/pkg.m: Allow filenames to contain glob patterns.
6258
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1802
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1803 2007-01-08 S�ren Hauberg <hauberg@gmail.com>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1804
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1805 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1806 instead of concatenating with "/". Use mlock to ensure that
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1807 persistent variables are not clobbered if user types clear all.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1808
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1809 2007-01-08 John W. Eaton <jwe@octave.org>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1810
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1811 * miscellaneous/copyfile.m, miscellaneous/movefile.m:
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1812 Improve handling of file names containing globbing characters.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1813 From S�ren Hauberg <hauberg@gmail.com>.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1814
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1815 2007-01-05 John W. Eaton <jwe@octave.org>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1816
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1817 * optimization/optimset.m, optimization/__fsolve_defopts__.m:
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1818 New files.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1819
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1820 2006-12-30 John W. Eaton <jwe@octave.org>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1821
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1822 * sparse/spfun.m: Check for "function_handle" not "function handle".
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1823 * plot/fplot.m: Likewise. Use isa instead of strcmp + class.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1824
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1825 2006-12-27 S�ren Hauberg <hauberg@gmail.com>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1826
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1827 * image/imshow.m: Strip NaNs from image.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1828
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1829 2006-12-08 David Bateman <dbateman@free.fr>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1830
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1831 * sparse/normest.m: New file.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
1832
6286
c6a7b0453f9a [project @ 2007-02-08 19:04:38 by jwe]
jwe
parents: 6285
diff changeset
1833 2006-12-06 Michael Goffioul <michael.goffioul@swing.be>
6209
15b299f6803d [project @ 2006-12-07 01:17:26 by jwe]
jwe
parents: 6203
diff changeset
1834
6210
12b676a0b183 [project @ 2006-12-07 02:37:17 by jwe]
jwe
parents: 6209
diff changeset
1835 * miscellaneous/copyfile.m, miscellaneous/movefile.m:
12b676a0b183 [project @ 2006-12-07 02:37:17 by jwe]
jwe
parents: 6209
diff changeset
1836 Work on Windows systems without cp or mv.
12b676a0b183 [project @ 2006-12-07 02:37:17 by jwe]
jwe
parents: 6209
diff changeset
1837
6209
15b299f6803d [project @ 2006-12-07 01:17:26 by jwe]
jwe
parents: 6203
diff changeset
1838 * startup/inputrc: Include sequences for Windows.
15b299f6803d [project @ 2006-12-07 01:17:26 by jwe]
jwe
parents: 6203
diff changeset
1839
6203
512d72ee321f [project @ 2006-12-06 18:00:13 by jwe]
jwe
parents: 6193
diff changeset
1840 2006-12-06 S�ren Hauberg <hauberg@gmail.com>
512d72ee321f [project @ 2006-12-06 18:00:13 by jwe]
jwe
parents: 6193
diff changeset
1841
512d72ee321f [project @ 2006-12-06 18:00:13 by jwe]
jwe
parents: 6193
diff changeset
1842 * pkg/pkg.m (unload_packages): New function.
512d72ee321f [project @ 2006-12-06 18:00:13 by jwe]
jwe
parents: 6193
diff changeset
1843 (pkg): Handle unload action.
512d72ee321f [project @ 2006-12-06 18:00:13 by jwe]
jwe
parents: 6193
diff changeset
1844
512d72ee321f [project @ 2006-12-06 18:00:13 by jwe]
jwe
parents: 6193
diff changeset
1845 * __errplot__.m: Add missing semicolon.
512d72ee321f [project @ 2006-12-06 18:00:13 by jwe]
jwe
parents: 6193
diff changeset
1846
6193
ca97c6b26902 [project @ 2006-11-30 22:57:14 by jwe]
jwe
parents: 6189
diff changeset
1847 2006-11-30 John W. Eaton <jwe@octave.org>
ca97c6b26902 [project @ 2006-11-30 22:57:14 by jwe]
jwe
parents: 6189
diff changeset
1848
ca97c6b26902 [project @ 2006-11-30 22:57:14 by jwe]
jwe
parents: 6189
diff changeset
1849 * miscellaneous/mexext.m: New file.
ca97c6b26902 [project @ 2006-11-30 22:57:14 by jwe]
jwe
parents: 6189
diff changeset
1850
6189
0d23b0c0ce1a [project @ 2006-11-29 21:01:05 by dbateman]
dbateman
parents: 6181
diff changeset
1851 2006-11-29 David Bateman <dbateman@free.fr>
0d23b0c0ce1a [project @ 2006-11-29 21:01:05 by dbateman]
dbateman
parents: 6181
diff changeset
1852
0d23b0c0ce1a [project @ 2006-11-29 21:01:05 by dbateman]
dbateman
parents: 6181
diff changeset
1853 * pkg/pkg.m: Add local_list and global_list options that allow the
0d23b0c0ce1a [project @ 2006-11-29 21:01:05 by dbateman]
dbateman
parents: 6181
diff changeset
1854 location of package lists to be probed and set.
0d23b0c0ce1a [project @ 2006-11-29 21:01:05 by dbateman]
dbateman
parents: 6181
diff changeset
1855
6179
235a1b456cf4 [project @ 2006-11-17 17:33:09 by jwe]
jwe
parents: 6178
diff changeset
1856 2006-11-17 John W. Eaton <jwe@octave.org>
235a1b456cf4 [project @ 2006-11-17 17:33:09 by jwe]
jwe
parents: 6178
diff changeset
1857
6181
ac4821cdb740 [project @ 2006-11-19 16:44:53 by jwe]
jwe
parents: 6179
diff changeset
1858 * plot/__render_plot1__.m: Reverse y axis for images.
ac4821cdb740 [project @ 2006-11-19 16:44:53 by jwe]
jwe
parents: 6179
diff changeset
1859
6179
235a1b456cf4 [project @ 2006-11-17 17:33:09 by jwe]
jwe
parents: 6178
diff changeset
1860 * plot/__render_plot__.m: New args, terminal and output.
235a1b456cf4 [project @ 2006-11-17 17:33:09 by jwe]
jwe
parents: 6178
diff changeset
1861 * plot/print.m: Don't set output and term here. Instead, call
235a1b456cf4 [project @ 2006-11-17 17:33:09 by jwe]
jwe
parents: 6178
diff changeset
1862 __render_plot__ with terminal and output.
235a1b456cf4 [project @ 2006-11-17 17:33:09 by jwe]
jwe
parents: 6178
diff changeset
1863
6178
830235f4984f [project @ 2006-11-17 00:16:57 by jwe]
jwe
parents: 6177
diff changeset
1864 2006-11-16 John W. Eaton <jwe@octave.org>
830235f4984f [project @ 2006-11-17 00:16:57 by jwe]
jwe
parents: 6177
diff changeset
1865
830235f4984f [project @ 2006-11-17 00:16:57 by jwe]
jwe
parents: 6177
diff changeset
1866 * plot/__render_plot1__.m: New file.
830235f4984f [project @ 2006-11-17 00:16:57 by jwe]
jwe
parents: 6177
diff changeset
1867 * plot/__render_plot__.m: Use it. Loop over multiplots.
830235f4984f [project @ 2006-11-17 00:16:57 by jwe]
jwe
parents: 6177
diff changeset
1868 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to
830235f4984f [project @ 2006-11-17 00:16:57 by jwe]
jwe
parents: 6177
diff changeset
1869 gnuplot. Let __render_plot__ do that.
830235f4984f [project @ 2006-11-17 00:16:57 by jwe]
jwe
parents: 6177
diff changeset
1870
6177
6ac0c826459e [project @ 2006-11-16 18:49:38 by jwe]
jwe
parents: 6173
diff changeset
1871 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it>
6ac0c826459e [project @ 2006-11-16 18:49:38 by jwe]
jwe
parents: 6173
diff changeset
1872
6ac0c826459e [project @ 2006-11-16 18:49:38 by jwe]
jwe
parents: 6173
diff changeset
1873 * plot/plot.m: Fix doc string.
6ac0c826459e [project @ 2006-11-16 18:49:38 by jwe]
jwe
parents: 6173
diff changeset
1874
6173
dae08571782e [project @ 2006-11-16 17:26:26 by jwe]
jwe
parents: 6172
diff changeset
1875 2006-11-16 John W. Eaton <jwe@octave.org>
dae08571782e [project @ 2006-11-16 17:26:26 by jwe]
jwe
parents: 6172
diff changeset
1876
dae08571782e [project @ 2006-11-16 17:26:26 by jwe]
jwe
parents: 6172
diff changeset
1877 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots
dae08571782e [project @ 2006-11-16 17:26:26 by jwe]
jwe
parents: 6172
diff changeset
1878 before sending anything to the plotter.
dae08571782e [project @ 2006-11-16 17:26:26 by jwe]
jwe
parents: 6172
diff changeset
1879
6172
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1880 2006-11-15 John W. Eaton <jwe@octave.org>
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1881
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1882 * image/__img_gnuplot__.m: Store more info in global plot
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1883 structures and use __render_plot__ to build plot command to
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1884 display image.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1885
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1886 * plot/__plt3__.m: New arg, parametric. Change all callers.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1887
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1888 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__,
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1889 __plot_command_sep__): Delete.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1890 (__plot_data_type__, __plot_data_parametric__,
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1891 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__,
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1892 __plot_usingstr__, __plot_withstr__): New variables.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1893 * plot/__init_plot_vars__.m: Initialize them.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1894
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1895 * plot/__init_plot_vars__.m, plot/__setup_plot__.m:
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1896 Don't handle sep or cmd.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1897
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1898 * plot/__render_plot__.m: New function.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1899 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m:
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1900 Store more info in global plot structures and use __render_plot__
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1901 to build plot command.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1902 * plot/replot.m: Simply call __render_plot__.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1903
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1904 * plot/contour.m, plot/mesh.m, plot/plot3.m:
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1905 Set __plot_data_parametric__ here.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
1906
6164
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
1907 2006-11-14 John W. Eaton <jwe@octave.org>
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
1908
6166
17f25cd588b2 [project @ 2006-11-15 04:30:14 by jwe]
jwe
parents: 6164
diff changeset
1909 * plot/bottom_title.m, plot/top_title.m: Delete.
17f25cd588b2 [project @ 2006-11-15 04:30:14 by jwe]
jwe
parents: 6164
diff changeset
1910
6164
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
1911 * image/image_viewer.m: Set default values here.
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
1912 * image/image.m: Not here.
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
1913
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
1914 * image/image_viewer.m: Always return old values. Check arguments.
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
1915 * image/__img_gnuplot__.m: Rename from __img__m.
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
1916
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
1917 2006-11-14 S�ren Hauberg <soren@hauberg.org>
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
1918
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
1919 * image/image_viewer.m: New function.
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
1920 * image/__img_via_file__.m: New function.
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
1921 * image/image.m: Use image_viewer to determine which program to
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
1922 use for image viewing.
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
1923 * image/__img__.m: Silently accept more than 3 args.
6164
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
1924
6163
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
1925 2006-11-14 John W. Eaton <jwe@octave.org>
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
1926
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
1927 * plot/__do_legend__.m, plot/__errplot__.m,
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
1928 plot/__init_plot_vars__.m, plot/__plot_globals__.m,
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
1929 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m,
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
1930 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m,
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
1931 plot/replot.m, plot/subplot.m, plot/subwindow.m:
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
1932 Use __plot_globals__ for multiplot variables. Keep track of
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
1933 multiplot info for each figure. Eliminate __multiplot_xscale__.
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
1934
6157
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
1935 2006-11-13 John W. Eaton <jwe@octave.org>
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
1936
6158
57aeb18f161d [project @ 2006-11-13 23:52:35 by jwe]
jwe
parents: 6157
diff changeset
1937 * plot/mesh.m: Use proper dimensions for y in call to repmat.
57aeb18f161d [project @ 2006-11-13 23:52:35 by jwe]
jwe
parents: 6157
diff changeset
1938
6157
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
1939 * miscellaneous/substruct.m: New function.
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
1940
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
1941 * testfun/assert.m: Force orientation to match when comparing
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
1942 struct elements.
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
1943
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
1944 * general/__isequal__.m: Avoid assignment of comma-separated lists
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
1945 when comparing structs.
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
1946
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
1947 2006-11-13 S�ren Hauberg <hauberg@gmail.com>
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
1948
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
1949 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
1950 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
1951 linear-algebra/dot.m, image/imshow.m, general/interp2.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
1952 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
1953 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
1954 general/rem.m, image/rgb2ind.m, general/sph2cart.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
1955 general/trapz.m, miscellaneous/xor.m: Use size_equal.
6157
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
1956
6156
a46f14cdbecd [project @ 2006-11-13 19:20:23 by jwe]
jwe
parents: 6154
diff changeset
1957 2006-11-13 John W. Eaton <jwe@octave.org>
a46f14cdbecd [project @ 2006-11-13 19:20:23 by jwe]
jwe
parents: 6154
diff changeset
1958
a46f14cdbecd [project @ 2006-11-13 19:20:23 by jwe]
jwe
parents: 6154
diff changeset
1959 * plot/mesh.m: Use size_equal to compare dimensions.
a46f14cdbecd [project @ 2006-11-13 19:20:23 by jwe]
jwe
parents: 6154
diff changeset
1960
6154
08f0dabf17b9 [project @ 2006-11-13 18:30:25 by jwe]
jwe
parents: 6152
diff changeset
1961 2006-11-13 S�ren Hauberg <soren@hauberg.org>
08f0dabf17b9 [project @ 2006-11-13 18:30:25 by jwe]
jwe
parents: 6152
diff changeset
1962
08f0dabf17b9 [project @ 2006-11-13 18:30:25 by jwe]
jwe
parents: 6152
diff changeset
1963 * plot/mesh.m: Simplify. Set hidden3d for the plot.
08f0dabf17b9 [project @ 2006-11-13 18:30:25 by jwe]
jwe
parents: 6152
diff changeset
1964
6152
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6146
diff changeset
1965 2006-11-11 S�ren Hauberg <soren@hauberg.org>
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6146
diff changeset
1966
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6146
diff changeset
1967 * miscellaneous/copyfile.m: Fix docs to match function.
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6146
diff changeset
1968
6145
14906c2745e3 [project @ 2006-11-08 20:33:51 by jwe]
jwe
parents: 6144
diff changeset
1969 2006-11-08 John W. Eaton <jwe@octave.org>
14906c2745e3 [project @ 2006-11-08 20:33:51 by jwe]
jwe
parents: 6144
diff changeset
1970
6146
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1971 * plot/legend.m: New function, adapted from Octave Forge.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1972
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1973 * plot/__do_legend__.m: New function.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1974 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m,
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1975 plot/replot.m: Call it before plotting.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1976
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1977 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1978 noparametric" to gnuplot..
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1979
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1980 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m,
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1981 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m,
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1982 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1983 and return key title separate from line format. Accept format and
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1984 key as cellstr. Always return data as cell array. Return format
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1985 and key title as cellstr.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1986 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m:
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1987 Handle line format and key titles separately.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1988 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1989
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1990 * plot/__plot_globals__.m (__plot_line_offset__,
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1991 __plot_key_labels__, __plot_key_properties__): New global
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1992 variables. Initialize them.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1993 * plot/__init_plot_vars__.m (__plot_line_offset__,
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1994 __plot_key_labels__, __plot_key_properties__): Initialize.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1995 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1996 (__plot_line_offset__, __plot_key_labels__,
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1997 __plot_key_properties__): Store information about plot key titles.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1998
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
1999 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m,
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
2000 plot/__plt__.m: Use cf, mxi, and myi as shorthand for
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
2001 __current_figure__, __multiplot_xi__, and __multiplot_yi__,
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
2002 respectively.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
2003
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
2004 * plot/__errcomm__.m: Allow fmt to be cellstr.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
2005
6145
14906c2745e3 [project @ 2006-11-08 20:33:51 by jwe]
jwe
parents: 6144
diff changeset
2006 * strings/strcat.m: Disable Octave:empty-list-elements warning
14906c2745e3 [project @ 2006-11-08 20:33:51 by jwe]
jwe
parents: 6144
diff changeset
2007 whle concatenating args.
14906c2745e3 [project @ 2006-11-08 20:33:51 by jwe]
jwe
parents: 6144
diff changeset
2008
6144
e8868fde0fc5 [project @ 2006-11-07 20:52:18 by jwe]
jwe
parents: 6143
diff changeset
2009 2006-11-07 John W. Eaton <jwe@octave.org>
e8868fde0fc5 [project @ 2006-11-07 20:52:18 by jwe]
jwe
parents: 6143
diff changeset
2010
e8868fde0fc5 [project @ 2006-11-07 20:52:18 by jwe]
jwe
parents: 6143
diff changeset
2011 * startup/main-rcfile: Conditionally set PAGER_FLAGS.
e8868fde0fc5 [project @ 2006-11-07 20:52:18 by jwe]
jwe
parents: 6143
diff changeset
2012
6142
75706465dc40 [project @ 2006-11-06 19:12:10 by jwe]
jwe
parents: 6139
diff changeset
2013 2006-11-06 S�ren Hauberg <soren@hauberg.org>
75706465dc40 [project @ 2006-11-06 19:12:10 by jwe]
jwe
parents: 6139
diff changeset
2014
6143
47f0cab13a02 [project @ 2006-11-06 20:16:58 by jwe]
jwe
parents: 6142
diff changeset
2015 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline"
47f0cab13a02 [project @ 2006-11-06 20:16:58 by jwe]
jwe
parents: 6142
diff changeset
2016 option to regexp.
47f0cab13a02 [project @ 2006-11-06 20:16:58 by jwe]
jwe
parents: 6142
diff changeset
2017
6142
75706465dc40 [project @ 2006-11-06 19:12:10 by jwe]
jwe
parents: 6139
diff changeset
2018 * image/__img__.m: Send "set size ratio -1" before plotting.
75706465dc40 [project @ 2006-11-06 19:12:10 by jwe]
jwe
parents: 6139
diff changeset
2019
6138
c5874b47d571 [project @ 2006-11-03 18:26:11 by jwe]
jwe
parents: 6130
diff changeset
2020 2006-11-03 Bill Denney <denney@seas.upenn.edu>
c5874b47d571 [project @ 2006-11-03 18:26:11 by jwe]
jwe
parents: 6130
diff changeset
2021
6139
4da9f63d5237 [project @ 2006-11-03 18:39:06 by jwe]
jwe
parents: 6138
diff changeset
2022 * strings/index.m: New arg, direction. Simplify and speed up.
4da9f63d5237 [project @ 2006-11-03 18:39:06 by jwe]
jwe
parents: 6138
diff changeset
2023 * strings/rindex.m: Implement using index (..., "last");
4da9f63d5237 [project @ 2006-11-03 18:39:06 by jwe]
jwe
parents: 6138
diff changeset
2024
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
2025 * blanks.m, strcat.m: Simplify. Add tests.
6138
c5874b47d571 [project @ 2006-11-03 18:26:11 by jwe]
jwe
parents: 6130
diff changeset
2026
6130
6eba20084f8f [project @ 2006-11-01 16:54:04 by jwe]
jwe
parents: 6117
diff changeset
2027 2006-11-01 Bill Denney <denney@seas.upenn.edu>
6eba20084f8f [project @ 2006-11-01 16:54:04 by jwe]
jwe
parents: 6117
diff changeset
2028
6eba20084f8f [project @ 2006-11-01 16:54:04 by jwe]
jwe
parents: 6117
diff changeset
2029 * general/__isequal__.m: Test size and class more consistently.
6eba20084f8f [project @ 2006-11-01 16:54:04 by jwe]
jwe
parents: 6117
diff changeset
2030
6116
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6112
diff changeset
2031 2006-10-27 John W. Eaton <jwe@octave.org>
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6112
diff changeset
2032
6117
45e37d4f324e [project @ 2006-10-27 21:41:54 by jwe]
jwe
parents: 6116
diff changeset
2033 * miscellaneous/ls_command.m: Use /D instead of /w.
45e37d4f324e [project @ 2006-10-27 21:41:54 by jwe]
jwe
parents: 6116
diff changeset
2034 From Michael Goffioul <michael.goffioul@swing.be>.
45e37d4f324e [project @ 2006-10-27 21:41:54 by jwe]
jwe
parents: 6116
diff changeset
2035
6116
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6112
diff changeset
2036 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files.
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6112
diff changeset
2037 * miscellaneous/dir.m: Mark as a command.
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6112
diff changeset
2038
6112
05257ee9753d [project @ 2006-10-27 04:28:33 by jwe]
jwe
parents: 6088
diff changeset
2039 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
05257ee9753d [project @ 2006-10-27 04:28:33 by jwe]
jwe
parents: 6088
diff changeset
2040
05257ee9753d [project @ 2006-10-27 04:28:33 by jwe]
jwe
parents: 6088
diff changeset
2041 * miscellaneous/unpack.m: Fix missing comma in strcat call.
05257ee9753d [project @ 2006-10-27 04:28:33 by jwe]
jwe
parents: 6088
diff changeset
2042
6088
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
2043 2006-10-25 John W. Eaton <jwe@octave.org>
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
2044
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
2045 * image/image.m: Set x = y = [] when nargin == 0;
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
2046
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
2047 2006-10-25 Quentin Spencer <qspencer@ieee.org>
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
2048
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
2049 * image/image.m: Call __img__ if gnuplot version is > 4.0.
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
2050 * image/__img__.m: New file, originally from
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
2051 Daniel J Sebald <daniel.sebald@ieee.org>.
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
2052
6087
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6085
diff changeset
2053 2006-10-25 John W. Eaton <jwe@octave.org>
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6085
diff changeset
2054
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6085
diff changeset
2055 * plot/__gnuplot_version__.m: New function, originally from
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6085
diff changeset
2056 Daniel J Sebald <daniel.sebald@ieee.org> by way of
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6085
diff changeset
2057 Quentin Spencer <qspencer@ieee.org>.
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6085
diff changeset
2058
6085
76e3715e31db [project @ 2006-10-25 12:43:30 by jwe]
jwe
parents: 6081
diff changeset
2059 2006-10-25 S�ren Hauberg <soren@hauberg.org>
76e3715e31db [project @ 2006-10-25 12:43:30 by jwe]
jwe
parents: 6081
diff changeset
2060
76e3715e31db [project @ 2006-10-25 12:43:30 by jwe]
jwe
parents: 6081
diff changeset
2061 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4.
76e3715e31db [project @ 2006-10-25 12:43:30 by jwe]
jwe
parents: 6081
diff changeset
2062
6081
cd98c1e18d48 [project @ 2006-10-25 03:36:45 by jwe]
jwe
parents: 6078
diff changeset
2063 2006-10-24 Bill Denney <denney@seas.upenn.edu>
cd98c1e18d48 [project @ 2006-10-25 03:36:45 by jwe]
jwe
parents: 6078
diff changeset
2064
cd98c1e18d48 [project @ 2006-10-25 03:36:45 by jwe]
jwe
parents: 6078
diff changeset
2065 * miscellaneous/unpack.m, miscellaneous/bunzip2.m,
cd98c1e18d48 [project @ 2006-10-25 03:36:45 by jwe]
jwe
parents: 6078
diff changeset
2066 miscellaneous/gunzip.m: New files.
cd98c1e18d48 [project @ 2006-10-25 03:36:45 by jwe]
jwe
parents: 6078
diff changeset
2067 * miscellaneous/untar.m, miscellaneous/unzip.m:
cd98c1e18d48 [project @ 2006-10-25 03:36:45 by jwe]
jwe
parents: 6078
diff changeset
2068 Call unpack to do the real work.
cd98c1e18d48 [project @ 2006-10-25 03:36:45 by jwe]
jwe
parents: 6078
diff changeset
2069
6075
eaeff5ddfae5 [project @ 2006-10-24 15:02:12 by jwe]
jwe
parents: 6069
diff changeset
2070 2006-10-24 John W. Eaton <jwe@octave.org>
eaeff5ddfae5 [project @ 2006-10-24 15:02:12 by jwe]
jwe
parents: 6069
diff changeset
2071
6078
34b1758d3247 [project @ 2006-10-24 18:38:51 by jwe]
jwe
parents: 6077
diff changeset
2072 * plot/plot3.m: If we have a format string, then also pass using
34b1758d3247 [project @ 2006-10-24 18:38:51 by jwe]
jwe
parents: 6077
diff changeset
2073 string to __plt3__.
34b1758d3247 [project @ 2006-10-24 18:38:51 by jwe]
jwe
parents: 6077
diff changeset
2074
6077
95f153281c97 [project @ 2006-10-24 16:24:30 by jwe]
jwe
parents: 6075
diff changeset
2075 * plot/sombrero.m: Don't return anything if nargout == 0.
95f153281c97 [project @ 2006-10-24 16:24:30 by jwe]
jwe
parents: 6075
diff changeset
2076
6075
eaeff5ddfae5 [project @ 2006-10-24 15:02:12 by jwe]
jwe
parents: 6069
diff changeset
2077 * plot/__plt3__.m: Create using clause if none is supplied.
6077
95f153281c97 [project @ 2006-10-24 16:24:30 by jwe]
jwe
parents: 6075
diff changeset
2078 * plot/mesh.m: Always pass empty using string to __plt3__.
6075
eaeff5ddfae5 [project @ 2006-10-24 15:02:12 by jwe]
jwe
parents: 6069
diff changeset
2079
6069
67b1a61a85ce [project @ 2006-10-21 14:33:53 by jwe]
jwe
parents: 6055
diff changeset
2080 2006-10-20 Bill Denney <denney@seas.upenn.edu>
67b1a61a85ce [project @ 2006-10-21 14:33:53 by jwe]
jwe
parents: 6055
diff changeset
2081
67b1a61a85ce [project @ 2006-10-21 14:33:53 by jwe]
jwe
parents: 6055
diff changeset
2082 * movefile.m, copyfile.m: Handle cellstr lists of files.
67b1a61a85ce [project @ 2006-10-21 14:33:53 by jwe]
jwe
parents: 6055
diff changeset
2083 Quote filenames in shell commands.
67b1a61a85ce [project @ 2006-10-21 14:33:53 by jwe]
jwe
parents: 6055
diff changeset
2084
6055
060985c633d1 [project @ 2006-10-17 12:45:08 by dbateman]
dbateman
parents: 6052
diff changeset
2085 2006-10-17 David Bateman <dbateman@free.fr>
060985c633d1 [project @ 2006-10-17 12:45:08 by dbateman]
dbateman
parents: 6052
diff changeset
2086
060985c633d1 [project @ 2006-10-17 12:45:08 by dbateman]
dbateman
parents: 6052
diff changeset
2087 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if
060985c633d1 [project @ 2006-10-17 12:45:08 by dbateman]
dbateman
parents: 6052
diff changeset
2088 the package directory is missing.
060985c633d1 [project @ 2006-10-17 12:45:08 by dbateman]
dbateman
parents: 6052
diff changeset
2089
6052
89d3cd848ca3 [project @ 2006-10-13 20:50:08 by jwe]
jwe
parents: 6050
diff changeset
2090 2006-10-13 John W. Eaton <jwe@octave.org>
89d3cd848ca3 [project @ 2006-10-13 20:50:08 by jwe]
jwe
parents: 6050
diff changeset
2091
89d3cd848ca3 [project @ 2006-10-13 20:50:08 by jwe]
jwe
parents: 6050
diff changeset
2092 * plot/box.m: New function.
89d3cd848ca3 [project @ 2006-10-13 20:50:08 by jwe]
jwe
parents: 6050
diff changeset
2093
6050
435294ca4ee6 [project @ 2006-10-13 17:42:21 by jwe]
jwe
parents: 6049
diff changeset
2094 2006-10-13 Etienne Grossmann <etienne@tyzx.com>
435294ca4ee6 [project @ 2006-10-13 17:42:21 by jwe]
jwe
parents: 6049
diff changeset
2095
435294ca4ee6 [project @ 2006-10-13 17:42:21 by jwe]
jwe
parents: 6049
diff changeset
2096 * general/ind2sub.m, general/sub2ind.m: Handle empty indices.
435294ca4ee6 [project @ 2006-10-13 17:42:21 by jwe]
jwe
parents: 6049
diff changeset
2097
6049
04c2ad6d1679 [project @ 2006-10-13 14:32:15 by jwe]
jwe
parents: 6047
diff changeset
2098 2006-10-12 Quentin Spencer <qspencer@ieee.org>
04c2ad6d1679 [project @ 2006-10-13 14:32:15 by jwe]
jwe
parents: 6047
diff changeset
2099
04c2ad6d1679 [project @ 2006-10-13 14:32:15 by jwe]
jwe
parents: 6047
diff changeset
2100 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data.
04c2ad6d1679 [project @ 2006-10-13 14:32:15 by jwe]
jwe
parents: 6047
diff changeset
2101
6047
176f1c58a474 [project @ 2006-10-10 19:13:49 by jwe]
jwe
parents: 6046
diff changeset
2102 2006-10-10 John W. Eaton <jwe@octave.org>
176f1c58a474 [project @ 2006-10-10 19:13:49 by jwe]
jwe
parents: 6046
diff changeset
2103
176f1c58a474 [project @ 2006-10-10 19:13:49 by jwe]
jwe
parents: 6046
diff changeset
2104 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions.
176f1c58a474 [project @ 2006-10-10 19:13:49 by jwe]
jwe
parents: 6046
diff changeset
2105
6046
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2106 2006-10-10 Bill Denney <denney@seas.upenn.edu>
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2107
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2108 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2109 audio/playaudio.m, audio/record.m, audio/saveaudio.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2110 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2111 control/base/__bodquist__.m, control/base/__freqresp__.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2112 control/base/are.m, control/base/bode.m, control/base/ctrb.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2113 control/base/damp.m, control/base/dare.m, control/base/dcgain.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2114 control/base/dre.m, control/base/impulse.m, control/base/lqg.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2115 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2116 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2117 control/base/rlocus.m, control/base/step.m, control/base/tzero.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2118 control/hinf/h2norm.m, control/hinf/h2syn.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2119 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2120 control/hinf/is_dgkf.m, control/hinf/wgt1o.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2121 control/obsolete/dezero.m, control/system/__sysdefioname__.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2122 control/system/buildssic.m, control/system/c2d.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2123 control/system/cellidx.m, control/system/d2c.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2124 control/system/dmr2d.m, control/system/fir2sys.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2125 control/system/is_abcd.m, control/system/is_controllable.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2126 control/system/is_detectable.m, control/system/is_digital.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2127 control/system/is_observable.m, control/system/is_siso.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2128 control/system/is_stabilizable.m, control/system/is_stable.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2129 control/system/jet707.m, control/system/listidx.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2130 control/system/ord2.m, control/system/parallel.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2131 control/system/ss.m, control/system/ss2zp.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2132 control/system/starp.m, control/system/sys2ss.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2133 control/system/sys2tf.m, control/system/sys2zp.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2134 control/system/sysadd.m, control/system/sysappend.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2135 control/system/syschtsam.m, control/system/sysconnect.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2136 control/system/syscont.m, control/system/sysdimensions.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2137 control/system/sysdisc.m, control/system/sysdup.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2138 control/system/sysgetsignals.m, control/system/sysgettsam.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2139 control/system/sysgroup.m, control/system/sysidx.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2140 control/system/sysmin.m, control/system/sysmult.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2141 control/system/sysout.m, control/system/sysprune.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2142 control/system/sysscale.m, control/system/syssetsignals.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2143 control/system/syssub.m, control/system/sysupdate.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2144 control/system/tf.m, control/system/tfout.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2145 control/system/ugain.m, control/system/zp.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2146 control/system/zpout.m, control/util/__outlist__.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2147 control/util/__zgpbal__.m, control/util/prompt.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2148 control/util/sortcom.m, control/util/strappend.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2149 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2150 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2151 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2152 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2153 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2154 finance/pvl.m, finance/rate.m, finance/vol.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2155 general/__isequal__.m, general/bitcmp.m, general/bitget.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2156 general/bitset.m, general/blkdiag.m, general/cart2sph.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2157 general/cell2mat.m, general/circshift.m, general/cplxpair.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2158 general/cumtrapz.m, general/deal.m, general/diff.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2159 general/flipdim.m, general/fliplr.m, general/flipud.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2160 general/ind2sub.m, general/int2str.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2161 general/is_duplicate_entry.m, general/isdefinite.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2162 general/isequal.m, general/isequalwithequalnans.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2163 general/isscalar.m, general/issquare.m, general/issymmetric.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2164 general/isvector.m, general/logical.m, general/logspace.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2165 general/mod.m, general/nargchk.m, general/nextpow2.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2166 general/perror.m, general/postpad.m, general/prepad.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2167 general/randperm.m, general/rem.m, general/repmat.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2168 general/rot90.m, general/rotdim.m, general/shift.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2169 general/shiftdim.m, general/sph2cart.m, general/strerror.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2170 general/sub2ind.m, general/trapz.m, general/tril.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2171 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2172 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2173 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2174 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2175 linear-algebra/commutation_matrix.m, linear-algebra/cond.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2176 linear-algebra/cross.m, linear-algebra/dmult.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2177 linear-algebra/dot.m, linear-algebra/duplication_matrix.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2178 linear-algebra/krylov.m, linear-algebra/krylovb.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2179 linear-algebra/logm.m, linear-algebra/norm.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2180 linear-algebra/null.m, linear-algebra/orth.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2181 linear-algebra/qzhess.m, linear-algebra/rank.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2182 linear-algebra/trace.m, linear-algebra/vec.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2183 linear-algebra/vech.m, miscellaneous/bincoeff.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2184 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2185 miscellaneous/fileattrib.m, miscellaneous/fileparts.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2186 miscellaneous/flops.m, miscellaneous/fullfile.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2187 miscellaneous/ispc.m, miscellaneous/isunix.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2188 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2189 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2190 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2191 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2192 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2193 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2194 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2195 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2196 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2197 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2198 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2199 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2200 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2201 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2202 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2203 plot/top_title.m, polynomial/compan.m, polynomial/conv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2204 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2205 polynomial/polyder.m, polynomial/polyderiv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2206 polynomial/polyfit.m, polynomial/polygcd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2207 polynomial/polyinteg.m, polynomial/polyout.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2208 polynomial/polyreduce.m, polynomial/polyval.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2209 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2210 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2211 set/complement.m, set/create_set.m, set/intersect.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2212 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2213 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2214 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2215 signal/bartlett.m, signal/blackman.m, signal/detrend.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2216 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2217 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2218 signal/freqz.m, signal/hamming.m, signal/hanning.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2219 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2220 signal/sinewave.m, signal/spencer.m, signal/stft.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2221 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2222 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2223 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2224 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2225 specfun/gammai.m, specfun/log2.m, specfun/pow2.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2226 special-matrix/hankel.m, special-matrix/hilb.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2227 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2228 special-matrix/toeplitz.m, special-matrix/vander.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2229 statistics/base/center.m, statistics/base/cloglog.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2230 statistics/base/cor.m, statistics/base/corrcoef.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2231 statistics/base/cov.m, statistics/base/cut.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2232 statistics/base/gls.m, statistics/base/iqr.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2233 statistics/base/kendall.m, statistics/base/kurtosis.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2234 statistics/base/logit.m, statistics/base/mahalanobis.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2235 statistics/base/mean.m, statistics/base/meansq.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2236 statistics/base/median.m, statistics/base/moment.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2237 statistics/base/ols.m, statistics/base/ppplot.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2238 statistics/base/probit.m, statistics/base/qqplot.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2239 statistics/base/range.m, statistics/base/ranks.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2240 statistics/base/run_count.m, statistics/base/skewness.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2241 statistics/base/spearman.m, statistics/base/statistics.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2242 statistics/base/std.m, statistics/base/studentize.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2243 statistics/base/table.m, statistics/base/values.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2244 statistics/base/var.m, statistics/distributions/betacdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2245 statistics/distributions/betainv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2246 statistics/distributions/betapdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2247 statistics/distributions/betarnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2248 statistics/distributions/binocdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2249 statistics/distributions/binoinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2250 statistics/distributions/binopdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2251 statistics/distributions/binornd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2252 statistics/distributions/cauchy_cdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2253 statistics/distributions/cauchy_inv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2254 statistics/distributions/cauchy_pdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2255 statistics/distributions/cauchy_rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2256 statistics/distributions/chi2cdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2257 statistics/distributions/chi2inv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2258 statistics/distributions/chi2pdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2259 statistics/distributions/chi2rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2260 statistics/distributions/discrete_cdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2261 statistics/distributions/discrete_inv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2262 statistics/distributions/discrete_pdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2263 statistics/distributions/discrete_rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2264 statistics/distributions/empirical_rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2265 statistics/distributions/expcdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2266 statistics/distributions/expinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2267 statistics/distributions/exppdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2268 statistics/distributions/exprnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2269 statistics/distributions/fcdf.m, statistics/distributions/finv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2270 statistics/distributions/fpdf.m, statistics/distributions/frnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2271 statistics/distributions/gamcdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2272 statistics/distributions/gaminv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2273 statistics/distributions/gampdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2274 statistics/distributions/gamrnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2275 statistics/distributions/geocdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2276 statistics/distributions/geoinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2277 statistics/distributions/geopdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2278 statistics/distributions/geornd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2279 statistics/distributions/hygecdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2280 statistics/distributions/hygeinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2281 statistics/distributions/hygepdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2282 statistics/distributions/hygernd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2283 statistics/distributions/kolmogorov_smirnov_cdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2284 statistics/distributions/laplace_cdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2285 statistics/distributions/laplace_inv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2286 statistics/distributions/laplace_pdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2287 statistics/distributions/laplace_rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2288 statistics/distributions/logistic_cdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2289 statistics/distributions/logistic_inv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2290 statistics/distributions/logistic_pdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2291 statistics/distributions/logistic_rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2292 statistics/distributions/logncdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2293 statistics/distributions/logninv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2294 statistics/distributions/lognpdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2295 statistics/distributions/lognrnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2296 statistics/distributions/normcdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2297 statistics/distributions/norminv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2298 statistics/distributions/normpdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2299 statistics/distributions/normrnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2300 statistics/distributions/pascal_cdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2301 statistics/distributions/pascal_inv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2302 statistics/distributions/pascal_pdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2303 statistics/distributions/pascal_rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2304 statistics/distributions/poisscdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2305 statistics/distributions/poissinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2306 statistics/distributions/poisspdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2307 statistics/distributions/poissrnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2308 statistics/distributions/stdnormal_cdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2309 statistics/distributions/stdnormal_inv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2310 statistics/distributions/stdnormal_pdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2311 statistics/distributions/stdnormal_rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2312 statistics/distributions/tcdf.m, statistics/distributions/tinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2313 statistics/distributions/tpdf.m, statistics/distributions/trnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2314 statistics/distributions/unifcdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2315 statistics/distributions/unifinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2316 statistics/distributions/unifpdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2317 statistics/distributions/unifrnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2318 statistics/distributions/wblcdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2319 statistics/distributions/wblinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2320 statistics/distributions/wblpdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2321 statistics/distributions/wblrnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2322 statistics/distributions/wienrnd.m, statistics/tests/anova.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2323 statistics/tests/bartlett_test.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2324 statistics/tests/chisquare_test_homogeneity.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2325 statistics/tests/chisquare_test_independence.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2326 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2327 statistics/tests/hotelling_test.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2328 statistics/tests/hotelling_test_2.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2329 statistics/tests/kolmogorov_smirnov_test.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2330 statistics/tests/kolmogorov_smirnov_test_2.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2331 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2332 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2333 statistics/tests/run_test.m, statistics/tests/sign_test.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2334 statistics/tests/t_test.m, statistics/tests/t_test_2.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2335 statistics/tests/t_test_regression.m, statistics/tests/u_test.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2336 statistics/tests/var_test.m, statistics/tests/welch_test.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2337 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2338 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2339 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2340 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2341 strings/index.m, strings/isletter.m, strings/lower.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2342 strings/rindex.m, strings/split.m, strings/str2mat.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2343 strings/str2num.m, strings/strcat.m, strings/strcmpi.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2344 strings/strfind.m, strings/strjust.m, strings/strmatch.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2345 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2346 strings/strtrunc.m, strings/strvcat.m, strings/substr.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2347 strings/upper.m, testfun/assert.m, testfun/demo.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2348 testfun/example.m, testfun/fail.m, testfun/speed.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2349 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2350 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2351 time/etime.m, time/is_leap_year.m:
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2352 Use print_usage instead of usage.
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
2353
6044
12fd61d549ba [project @ 2006-10-09 21:28:23 by jwe]
jwe
parents: 6042
diff changeset
2354 2006-10-09 David Bateman <dbateman@free.fr>
12fd61d549ba [project @ 2006-10-09 21:28:23 by jwe]
jwe
parents: 6042
diff changeset
2355
12fd61d549ba [project @ 2006-10-09 21:28:23 by jwe]
jwe
parents: 6042
diff changeset
2356 * time/datevec.m: Add additional compatible default parsing strings.
12fd61d549ba [project @ 2006-10-09 21:28:23 by jwe]
jwe
parents: 6042
diff changeset
2357
6395
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
2358 2006-10-09 Bill Denney <denney@seas.upenn.edu>
6041
8467683311f8 [project @ 2006-10-09 16:35:36 by jwe]
jwe
parents: 6037
diff changeset
2359
6042
40be03213eb5 [project @ 2006-10-09 16:44:08 by jwe]
jwe
parents: 6041
diff changeset
2360 * pkg/pkg.m: Remove trailing "\n" from error messages.
40be03213eb5 [project @ 2006-10-09 16:44:08 by jwe]
jwe
parents: 6041
diff changeset
2361 Remove compare_versions subfunction.
40be03213eb5 [project @ 2006-10-09 16:44:08 by jwe]
jwe
parents: 6041
diff changeset
2362
40be03213eb5 [project @ 2006-10-09 16:44:08 by jwe]
jwe
parents: 6041
diff changeset
2363 * miscellaneous/compare_versions.m: New function to compare
40be03213eb5 [project @ 2006-10-09 16:44:08 by jwe]
jwe
parents: 6041
diff changeset
2364 version numbers as strings with any boolean operators.
40be03213eb5 [project @ 2006-10-09 16:44:08 by jwe]
jwe
parents: 6041
diff changeset
2365
6041
8467683311f8 [project @ 2006-10-09 16:35:36 by jwe]
jwe
parents: 6037
diff changeset
2366 * miscellaneous/untar.m: Check more rigorously to see if the tar
8467683311f8 [project @ 2006-10-09 16:35:36 by jwe]
jwe
parents: 6037
diff changeset
2367 file exists.
8467683311f8 [project @ 2006-10-09 16:35:36 by jwe]
jwe
parents: 6037
diff changeset
2368
6036
37f878fb9d54 [project @ 2006-10-04 19:13:08 by jwe]
jwe
parents: 6034
diff changeset
2369 2006-10-04 John W. Eaton <jwe@octave.org>
37f878fb9d54 [project @ 2006-10-04 19:13:08 by jwe]
jwe
parents: 6034
diff changeset
2370
37f878fb9d54 [project @ 2006-10-04 19:13:08 by jwe]
jwe
parents: 6034
diff changeset
2371 * pkg/pkg.m: Use fullfile to concatenate directory and file names.
37f878fb9d54 [project @ 2006-10-04 19:13:08 by jwe]
jwe
parents: 6034
diff changeset
2372
6032
dcecca0396e6 [project @ 2006-10-04 17:35:15 by jwe]
jwe
parents: 6030
diff changeset
2373 2006-10-04 S�ren Hauberg <soren@hauberg.org>
dcecca0396e6 [project @ 2006-10-04 17:35:15 by jwe]
jwe
parents: 6030
diff changeset
2374
6037
b2e7bf961122 [project @ 2006-10-04 20:38:06 by jwe]
jwe
parents: 6036
diff changeset
2375 * pkg/pkg.m: Update docs. Handle prefix option.
b2e7bf961122 [project @ 2006-10-04 20:38:06 by jwe]
jwe
parents: 6036
diff changeset
2376 Handle dependencies for load option.
6032
dcecca0396e6 [project @ 2006-10-04 17:35:15 by jwe]
jwe
parents: 6030
diff changeset
2377
6029
e282b629db6f [project @ 2006-10-04 14:37:56 by jwe]
jwe
parents: 6025
diff changeset
2378 2006-10-04 John W. Eaton <jwe@octave.org>
e282b629db6f [project @ 2006-10-04 14:37:56 by jwe]
jwe
parents: 6025
diff changeset
2379
6030
004037def470 [project @ 2006-10-04 14:54:46 by jwe]
jwe
parents: 6029
diff changeset
2380 * deprecated/clearplot.m, deprecated/clg.m: New functions.
004037def470 [project @ 2006-10-04 14:54:46 by jwe]
jwe
parents: 6029
diff changeset
2381
004037def470 [project @ 2006-10-04 14:54:46 by jwe]
jwe
parents: 6029
diff changeset
2382 * plot/clg.m: Delete.
004037def470 [project @ 2006-10-04 14:54:46 by jwe]
jwe
parents: 6029
diff changeset
2383 * plot/__init_plot_vars__.m: New function.
004037def470 [project @ 2006-10-04 14:54:46 by jwe]
jwe
parents: 6029
diff changeset
2384 * plot/__setup_plot__.m: Use __init_plot_vars__.
6029
e282b629db6f [project @ 2006-10-04 14:37:56 by jwe]
jwe
parents: 6025
diff changeset
2385
6025
bb0c9f97fe4f [project @ 2006-10-03 19:21:09 by jwe]
jwe
parents: 6024
diff changeset
2386 2006-10-03 S�ren Hauberg <soren@hauberg.org>
bb0c9f97fe4f [project @ 2006-10-03 19:21:09 by jwe]
jwe
parents: 6024
diff changeset
2387
bb0c9f97fe4f [project @ 2006-10-03 19:21:09 by jwe]
jwe
parents: 6024
diff changeset
2388 * pkg/pkg.m: Avoid calling addpath with no args.
bb0c9f97fe4f [project @ 2006-10-03 19:21:09 by jwe]
jwe
parents: 6024
diff changeset
2389
6024
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
2390 2006-10-03 Bill Denney <denney@seas.upenn.edu>
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
2391
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
2392 * audio/loadaudio.m, control/base/nyquist.m,
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
2393 control/system/__zp2ssg2__.m, linear-algebra/cross.m,
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
2394 linear-algebra/krylov.m, statistics/base/center.m,
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
2395 statistics/base/median.m, statistics/base/std.m,
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
2396 statistics/base/var.m, testfun/test.m: Use the new find syntax to
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
2397 find first or last element matching a condition.
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
2398
6023
75a828280d68 [project @ 2006-10-03 02:14:21 by jwe]
jwe
parents: 6020
diff changeset
2399 2006-10-02 Bill Denney <denney@seas.upenn.edu>
75a828280d68 [project @ 2006-10-03 02:14:21 by jwe]
jwe
parents: 6020
diff changeset
2400
75a828280d68 [project @ 2006-10-03 02:14:21 by jwe]
jwe
parents: 6020
diff changeset
2401 * strings/deblank.m, strings/upper.m, strings/lower.m,
75a828280d68 [project @ 2006-10-03 02:14:21 by jwe]
jwe
parents: 6020
diff changeset
2402 general/__isequal__.m: Minimize looping using cellfun.
75a828280d68 [project @ 2006-10-03 02:14:21 by jwe]
jwe
parents: 6020
diff changeset
2403
6020
f542445f6b7a [project @ 2006-10-02 19:24:08 by dbateman]
dbateman
parents: 6016
diff changeset
2404 2006-10-02 David Bateman <dbateman@free.fr>
f542445f6b7a [project @ 2006-10-02 19:24:08 by dbateman]
dbateman
parents: 6016
diff changeset
2405
f542445f6b7a [project @ 2006-10-02 19:24:08 by dbateman]
dbateman
parents: 6016
diff changeset
2406 * pkg/pkg.m (copy_files): always create installation directory.
f542445f6b7a [project @ 2006-10-02 19:24:08 by dbateman]
dbateman
parents: 6016
diff changeset
2407
6016
bd22133332bd [project @ 2006-10-02 13:48:46 by jwe]
jwe
parents: 6014
diff changeset
2408 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com>
bd22133332bd [project @ 2006-10-02 13:48:46 by jwe]
jwe
parents: 6014
diff changeset
2409
bd22133332bd [project @ 2006-10-02 13:48:46 by jwe]
jwe
parents: 6014
diff changeset
2410 * miscellaneous/doc.m: Swap file and directory args to info.
bd22133332bd [project @ 2006-10-02 13:48:46 by jwe]
jwe
parents: 6014
diff changeset
2411
bd22133332bd [project @ 2006-10-02 13:48:46 by jwe]
jwe
parents: 6014
diff changeset
2412 2006-10-01 Arno Onken <whyly@gmx.net>
bd22133332bd [project @ 2006-10-02 13:48:46 by jwe]
jwe
parents: 6014
diff changeset
2413
bd22133332bd [project @ 2006-10-02 13:48:46 by jwe]
jwe
parents: 6014
diff changeset
2414 * statistics/distributions/exprnd.m: Fix typo.
bd22133332bd [project @ 2006-10-02 13:48:46 by jwe]
jwe
parents: 6014
diff changeset
2415
6014
437f9086b967 [project @ 2006-09-30 15:27:06 by jwe]
jwe
parents: 6004
diff changeset
2416 2006-09-30 Benjamin Lindner <lindnerben@gmx.net>
437f9086b967 [project @ 2006-09-30 15:27:06 by jwe]
jwe
parents: 6004
diff changeset
2417
437f9086b967 [project @ 2006-09-30 15:27:06 by jwe]
jwe
parents: 6004
diff changeset
2418 * polynomial/ppval.m: Use .' instead of '.
437f9086b967 [project @ 2006-09-30 15:27:06 by jwe]
jwe
parents: 6004
diff changeset
2419 * polynomial/spline.m: Likewise. New tests.
437f9086b967 [project @ 2006-09-30 15:27:06 by jwe]
jwe
parents: 6004
diff changeset
2420
6004
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2421 2006-09-26 David Bateman <dbateman@free.fr>
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2422
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2423 * __plt3__.m: Using global variables __plot_data__,
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2424 __plot_data_offset__ and __plot_command__ to store plots and
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2425 correctly handle multiplots, and hold state. Only accept a single
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2426 data parameter plus, using, format and with strings. Remove
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2427 setting of gnuplot parameters.
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2428 * __make_using_clause__.m: New function extracted from __plt__.m.
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2429 * __setup_plot__.m: Convert to a function and pass the plotting
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2430 command to use.
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2431 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__.
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2432 * contour.m: Use unwind protect on the parametric state of plot
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2433 and __plt3__ instead of calling __gnuplot_splot__ directly.
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2434 * mesh.m: ditto.
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2435 * plot3.m: Error checking, setting of parametric state and
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2436 formation of matrix to plot moved from old __plt3__.
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
2437
5996
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
2438 2006-09-22 Michael Creel <michael.creel@uab.es>
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
2439
5997
49dfdb54bb2b [project @ 2006-09-23 13:29:18 by dbateman]
dbateman
parents: 5996
diff changeset
2440 * deprecated/chisquare_pdf.m: Typo in documentation.
5996
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
2441
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
2442 2006-09-22 S�ren Hauberg <soren@hauberg.org>
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
2443
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
2444 * signal/filter2.m: Correct texinfo doc.
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
2445
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
2446 2006-09-22 David Bateman <dbateman@free.fr>
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
2447
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
2448 * miscellaneous/parseparams.m: Correct texinfo doc.
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
2449
5993
401ca0de8506 [project @ 2006-09-15 21:51:25 by dbateman]
dbateman
parents: 5989
diff changeset
2450 2006-09-15 David Bateman <dbateman@free.fr>
401ca0de8506 [project @ 2006-09-15 21:51:25 by dbateman]
dbateman
parents: 5989
diff changeset
2451
401ca0de8506 [project @ 2006-09-15 21:51:25 by dbateman]
dbateman
parents: 5989
diff changeset
2452 * pkg/pkg.m (prepare_installation): Don't create package
401ca0de8506 [project @ 2006-09-15 21:51:25 by dbateman]
dbateman
parents: 5989
diff changeset
2453 installation directory here.
401ca0de8506 [project @ 2006-09-15 21:51:25 by dbateman]
dbateman
parents: 5989
diff changeset
2454 (copy_files): Create it here instead, to avoid issues with
401ca0de8506 [project @ 2006-09-15 21:51:25 by dbateman]
dbateman
parents: 5989
diff changeset
2455 upgrades. Also install the COPYING file in packinfo.
401ca0de8506 [project @ 2006-09-15 21:51:25 by dbateman]
dbateman
parents: 5989
diff changeset
2456
5989
e049385342f6 [project @ 2006-09-14 02:10:46 by jwe]
jwe
parents: 5987
diff changeset
2457 2006-09-13 John W. Eaton <jwe@octave.org>
e049385342f6 [project @ 2006-09-14 02:10:46 by jwe]
jwe
parents: 5987
diff changeset
2458
e049385342f6 [project @ 2006-09-14 02:10:46 by jwe]
jwe
parents: 5987
diff changeset
2459 * general/blkdiag.m: Adjust to new cellfun rules.
e049385342f6 [project @ 2006-09-14 02:10:46 by jwe]
jwe
parents: 5987
diff changeset
2460
5987
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
2461 2006-08-30 David Bateman <dbateman@free.fr>
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
2462
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
2463 * pkg/pkg.m (install): Disallow bundles of packages. More verbose
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
2464 error message for archive name not matching package name.
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
2465 (installed_packages): Size header of printed results to
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
2466 arguments. Sort the list of installed packages before printing
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
2467 them.
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
2468
5986
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
2469 2006-09-11 Paul Kienzle <pkienzle@users.sf.net>
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
2470
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
2471 * signal/freqz.m: Update tests.
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
2472
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
2473 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp>
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
2474
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
2475 * signal/freqz.m: Corretly postpad arrays.
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
2476 Don't call fliplr on a column vector.
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
2477
5984
82a73f5dadd9 [project @ 2006-09-12 02:23:37 by jwe]
jwe
parents: 5981
diff changeset
2478 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com>
82a73f5dadd9 [project @ 2006-09-12 02:23:37 by jwe]
jwe
parents: 5981
diff changeset
2479
82a73f5dadd9 [project @ 2006-09-12 02:23:37 by jwe]
jwe
parents: 5981
diff changeset
2480 * general/shiftdim.m: Use permute instead of reshape.
82a73f5dadd9 [project @ 2006-09-12 02:23:37 by jwe]
jwe
parents: 5981
diff changeset
2481
5981
dadcfe8b7ba4 [project @ 2006-09-05 15:33:24 by jwe]
jwe
parents: 5980
diff changeset
2482 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net>
dadcfe8b7ba4 [project @ 2006-09-05 15:33:24 by jwe]
jwe
parents: 5980
diff changeset
2483
dadcfe8b7ba4 [project @ 2006-09-05 15:33:24 by jwe]
jwe
parents: 5980
diff changeset
2484 * miscellaneous/parseparams.m: New function.
dadcfe8b7ba4 [project @ 2006-09-05 15:33:24 by jwe]
jwe
parents: 5980
diff changeset
2485
5980
45f612d96d0e [project @ 2006-09-05 15:17:45 by jwe]
jwe
parents: 5976
diff changeset
2486 2006-09-05 Rafael Laboissiere <rafael@debian.org>
45f612d96d0e [project @ 2006-09-05 15:17:45 by jwe]
jwe
parents: 5976
diff changeset
2487
45f612d96d0e [project @ 2006-09-05 15:17:45 by jwe]
jwe
parents: 5976
diff changeset
2488 * miscellaneous/doc.m: Swap order of --file and --directory
45f612d96d0e [project @ 2006-09-05 15:17:45 by jwe]
jwe
parents: 5976
diff changeset
2489 options for info program invocation.
45f612d96d0e [project @ 2006-09-05 15:17:45 by jwe]
jwe
parents: 5976
diff changeset
2490
5976
b1a1c10bf2fd [project @ 2006-08-30 20:02:52 by dbateman]
dbateman
parents: 5974
diff changeset
2491 2006-08-30 David Bateman <dbateman@free.fr>
b1a1c10bf2fd [project @ 2006-08-30 20:02:52 by dbateman]
dbateman
parents: 5974
diff changeset
2492
5987
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
2493 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from
5976
b1a1c10bf2fd [project @ 2006-08-30 20:02:52 by dbateman]
dbateman
parents: 5974
diff changeset
2494 previous change.
b1a1c10bf2fd [project @ 2006-08-30 20:02:52 by dbateman]
dbateman
parents: 5974
diff changeset
2495
5974
51684d05b4bf [project @ 2006-08-26 09:36:44 by dbateman]
dbateman
parents: 5973
diff changeset
2496 2006-08-26 David Bateman <dbateman@free.fr>
51684d05b4bf [project @ 2006-08-26 09:36:44 by dbateman]
dbateman
parents: 5973
diff changeset
2497
51684d05b4bf [project @ 2006-08-26 09:36:44 by dbateman]
dbateman
parents: 5973
diff changeset
2498 * pkg/pkg.m (install, uninstall, installed_packages): Allow for
51684d05b4bf [project @ 2006-08-26 09:36:44 by dbateman]
dbateman
parents: 5973
diff changeset
2499 absence of trailing "/" in OCTAVE_HOME.
51684d05b4bf [project @ 2006-08-26 09:36:44 by dbateman]
dbateman
parents: 5973
diff changeset
2500
5973
3cbefe88edc6 [project @ 2006-08-26 03:12:04 by jwe]
jwe
parents: 5971
diff changeset
2501 2006-08-25 Alexander Barth <abarth@marine.usf.edu>
3cbefe88edc6 [project @ 2006-08-26 03:12:04 by jwe]
jwe
parents: 5971
diff changeset
2502
3cbefe88edc6 [project @ 2006-08-26 03:12:04 by jwe]
jwe
parents: 5971
diff changeset
2503 * time/datenum.m: Allow arg to be character string.
3cbefe88edc6 [project @ 2006-08-26 03:12:04 by jwe]
jwe
parents: 5971
diff changeset
2504
5971
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
2505 2006-08-25 David Bateman <dbateman@free.fr>
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
2506
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
2507 * pkg/pkg.m (install): Verify that package name correponds to the
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
2508 archive name. Treat both PKG_ADD and PKG_DEL and remove them if
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
2509 they are empty. If package directory is empty, remove it to fail
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
2510 gracefully for system specific packages.
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
2511 (extract_pkgadd, create_pkgadd): delete.
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
2512 (extract_pkg, create_pkg): Generalized versions of deleted functions
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
2513 (copy_files): Install both bin/ and doc/ directories, adding the
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
2514 bin/ to the EXEC_PATH when the package is loaded.
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
2515
5962
2289cafef60d [project @ 2006-08-24 16:23:12 by jwe]
jwe
parents: 5961
diff changeset
2516 2006-08-24 John W. Eaton <jwe@octave.org>
2289cafef60d [project @ 2006-08-24 16:23:12 by jwe]
jwe
parents: 5961
diff changeset
2517
2289cafef60d [project @ 2006-08-24 16:23:12 by jwe]
jwe
parents: 5961
diff changeset
2518 * image/saveimage.m: Use logical indexing instead of
2289cafef60d [project @ 2006-08-24 16:23:12 by jwe]
jwe
parents: 5961
diff changeset
2519 indices computed by calling find on the logical index.
2289cafef60d [project @ 2006-08-24 16:23:12 by jwe]
jwe
parents: 5961
diff changeset
2520
5961
1c61d6a2c9e6 [project @ 2006-08-24 15:57:08 by jwe]
jwe
parents: 5959
diff changeset
2521 2006-08-24 S�ren Hauberg <soren@hauberg.org>
1c61d6a2c9e6 [project @ 2006-08-24 15:57:08 by jwe]
jwe
parents: 5959
diff changeset
2522
5967
d542d9197839 [project @ 2006-08-24 21:24:53 by jwe]
jwe
parents: 5963
diff changeset
2523 * miscellaneous/bincoeff.m, specfun/factorial.m:
5963
b3478d7a0486 [project @ 2006-08-24 17:09:18 by jwe]
jwe
parents: 5962
diff changeset
2524 Use logical indexing instead of indices computed by calling find
b3478d7a0486 [project @ 2006-08-24 17:09:18 by jwe]
jwe
parents: 5962
diff changeset
2525 on the logical index.
b3478d7a0486 [project @ 2006-08-24 17:09:18 by jwe]
jwe
parents: 5962
diff changeset
2526
b3478d7a0486 [project @ 2006-08-24 17:09:18 by jwe]
jwe
parents: 5962
diff changeset
2527 * linear-algebra/krylov.m: Delete unused local var nzidx.
5961
1c61d6a2c9e6 [project @ 2006-08-24 15:57:08 by jwe]
jwe
parents: 5959
diff changeset
2528
5959
dcd376102ac1 [project @ 2006-08-23 19:09:30 by jwe]
jwe
parents: 5958
diff changeset
2529 2006-08-23 Quentin Spencer <qspencer@ieee.org>
dcd376102ac1 [project @ 2006-08-23 19:09:30 by jwe]
jwe
parents: 5958
diff changeset
2530
dcd376102ac1 [project @ 2006-08-23 19:09:30 by jwe]
jwe
parents: 5958
diff changeset
2531 * control/system/tf2zp.m: Simplify gain calculation.
dcd376102ac1 [project @ 2006-08-23 19:09:30 by jwe]
jwe
parents: 5958
diff changeset
2532
5958
85c7dc4afe6b [project @ 2006-08-23 18:35:38 by jwe]
jwe
parents: 5957
diff changeset
2533 2006-08-23 John W. Eaton <jwe@octave.org>
85c7dc4afe6b [project @ 2006-08-23 18:35:38 by jwe]
jwe
parents: 5957
diff changeset
2534
85c7dc4afe6b [project @ 2006-08-23 18:35:38 by jwe]
jwe
parents: 5957
diff changeset
2535 * plot/__plt__.m: Insert using clauses for all plots.
85c7dc4afe6b [project @ 2006-08-23 18:35:38 by jwe]
jwe
parents: 5957
diff changeset
2536
5957
370f785718be [project @ 2006-08-23 14:09:39 by jwe]
jwe
parents: 5955
diff changeset
2537 2006-08-23 A S Hodel <hodelas@auburn.edu>
370f785718be [project @ 2006-08-23 14:09:39 by jwe]
jwe
parents: 5955
diff changeset
2538
370f785718be [project @ 2006-08-23 14:09:39 by jwe]
jwe
parents: 5955
diff changeset
2539 * control/system/sysscale.m: Call tf and zp with correct number of
370f785718be [project @ 2006-08-23 14:09:39 by jwe]
jwe
parents: 5955
diff changeset
2540 args.
370f785718be [project @ 2006-08-23 14:09:39 by jwe]
jwe
parents: 5955
diff changeset
2541
5955
fc46f9c99028 [project @ 2006-08-22 18:37:43 by jwe]
jwe
parents: 5947
diff changeset
2542 2006-08-22 David Bateman <dbateman@free.fr>
fc46f9c99028 [project @ 2006-08-22 18:37:43 by jwe]
jwe
parents: 5947
diff changeset
2543
fc46f9c99028 [project @ 2006-08-22 18:37:43 by jwe]
jwe
parents: 5947
diff changeset
2544 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to
fc46f9c99028 [project @ 2006-08-22 18:37:43 by jwe]
jwe
parents: 5947
diff changeset
2545 Search inst/*.m and src/*.m files in the package for
fc46f9c99028 [project @ 2006-08-22 18:37:43 by jwe]
jwe
parents: 5947
diff changeset
2546 PKG_ADD directives and append user supplied PKG_ADD.
fc46f9c99028 [project @ 2006-08-22 18:37:43 by jwe]
jwe
parents: 5947
diff changeset
2547 (pkg): Call create_pkgadd after copying files.
fc46f9c99028 [project @ 2006-08-22 18:37:43 by jwe]
jwe
parents: 5947
diff changeset
2548
5947
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
2549 2006-08-21 S�ren Hauberg <soren@hauberg.org>
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
2550
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
2551 * pkg/pkg.m: Handle multiple packages in a single file.
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
2552 Insert directory separator between OCTAVE_HOME and rest of package
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
2553 installation directory.
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
2554
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
2555 2006-08-21 John W. Eaton <jwe@octave.org>
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
2556
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
2557 * general/num2str.m: Early return if arg is empty.
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
2558 From Thomas Treichl <Thomas.Treichl@gmx.net>.
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
2559
5946
4b433225128d [project @ 2006-08-21 15:54:50 by jwe]
jwe
parents: 5937
diff changeset
2560 2006-08-21 David Bateman <dbateman@free.fr>
4b433225128d [project @ 2006-08-21 15:54:50 by jwe]
jwe
parents: 5937
diff changeset
2561
4b433225128d [project @ 2006-08-21 15:54:50 by jwe]
jwe
parents: 5937
diff changeset
2562 * strings/mat2str.m: Compute NC before using.
4b433225128d [project @ 2006-08-21 15:54:50 by jwe]
jwe
parents: 5937
diff changeset
2563
5937
0c8ac963ae69 [project @ 2006-08-18 00:58:08 by jwe]
jwe
parents: 5934
diff changeset
2564 2006-08-17 John W. Eaton <jwe@octave.org>
0c8ac963ae69 [project @ 2006-08-18 00:58:08 by jwe]
jwe
parents: 5934
diff changeset
2565
0c8ac963ae69 [project @ 2006-08-18 00:58:08 by jwe]
jwe
parents: 5934
diff changeset
2566 * audio/wavread.m: Fix calculation of sample count.
0c8ac963ae69 [project @ 2006-08-18 00:58:08 by jwe]
jwe
parents: 5934
diff changeset
2567
5934
8702f00329bf [project @ 2006-08-17 20:29:51 by jwe]
jwe
parents: 5930
diff changeset
2568 2006-08-14 S�ren Hauberg <soren@hauberg.org>
8702f00329bf [project @ 2006-08-17 20:29:51 by jwe]
jwe
parents: 5930
diff changeset
2569
8702f00329bf [project @ 2006-08-17 20:29:51 by jwe]
jwe
parents: 5930
diff changeset
2570 * image/imshow.m: New Matlab-compatible version.
8702f00329bf [project @ 2006-08-17 20:29:51 by jwe]
jwe
parents: 5930
diff changeset
2571
5930
a703198cb8b8 [project @ 2006-08-15 06:06:15 by jwe]
jwe
parents: 5928
diff changeset
2572 2006-08-15 John W. Eaton <jwe@octave.org>
a703198cb8b8 [project @ 2006-08-15 06:06:15 by jwe]
jwe
parents: 5928
diff changeset
2573
a703198cb8b8 [project @ 2006-08-15 06:06:15 by jwe]
jwe
parents: 5928
diff changeset
2574 * deprecated/is_global.m: Delete.
a703198cb8b8 [project @ 2006-08-15 06:06:15 by jwe]
jwe
parents: 5928
diff changeset
2575
5928
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
2576 2006-08-14 John W. Eaton <jwe@octave.org>
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
2577
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
2578 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg.
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
2579
5926
ddfe04062467 [project @ 2006-08-14 19:16:07 by jwe]
jwe
parents: 5924
diff changeset
2580 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com>
ddfe04062467 [project @ 2006-08-14 19:16:07 by jwe]
jwe
parents: 5924
diff changeset
2581
ddfe04062467 [project @ 2006-08-14 19:16:07 by jwe]
jwe
parents: 5924
diff changeset
2582 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m,
ddfe04062467 [project @ 2006-08-14 19:16:07 by jwe]
jwe
parents: 5924
diff changeset
2583 signal/freqz_plot.m: Adapt to new automatic_replot definition.
ddfe04062467 [project @ 2006-08-14 19:16:07 by jwe]
jwe
parents: 5924
diff changeset
2584
5928
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
2585 2006-08-14 S�ren Hauberg <soren@hauberg.org>
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
2586
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
2587 * pkg/pkg.m: Don't pass function name to print_usage.
5928
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
2588 Use addpath and rmpath instead of manipulating LOADPATH.
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
2589 Handle changes to system function.
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
2590 (rm_rf): New subfunction. Use it to avoid confirmation dialog for
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
2591 recursive directory removal.
5922
1748af819fbb [project @ 2006-08-14 18:16:57 by jwe]
jwe
parents: 5920
diff changeset
2592
5924
87fcda0eda04 [project @ 2006-08-14 18:41:15 by jwe]
jwe
parents: 5923
diff changeset
2593 * strings/bin2dec.m: Ignore spaces in input for compatibility.
87fcda0eda04 [project @ 2006-08-14 18:41:15 by jwe]
jwe
parents: 5923
diff changeset
2594
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
2595 * colormap.m: Change global variable to persistent.
5923
611e30b984b3 [project @ 2006-08-14 18:29:18 by jwe]
jwe
parents: 5922
diff changeset
2596
5922
1748af819fbb [project @ 2006-08-14 18:16:57 by jwe]
jwe
parents: 5920
diff changeset
2597 * rgb2ind.m: Handle single 3-d array as rgb image.
1748af819fbb [project @ 2006-08-14 18:16:57 by jwe]
jwe
parents: 5920
diff changeset
2598
5920
bf4241378994 [project @ 2006-08-14 16:46:32 by jwe]
jwe
parents: 5910
diff changeset
2599 2006-08-14 John W. Eaton <jwe@octave.org>
bf4241378994 [project @ 2006-08-14 16:46:32 by jwe]
jwe
parents: 5910
diff changeset
2600
bf4241378994 [project @ 2006-08-14 16:46:32 by jwe]
jwe
parents: 5910
diff changeset
2601 * strings/str2double.m: Fix missing semicolon.
bf4241378994 [project @ 2006-08-14 16:46:32 by jwe]
jwe
parents: 5910
diff changeset
2602
5910
101d966c8d6b [project @ 2006-07-28 03:40:22 by jwe]
jwe
parents: 5908
diff changeset
2603 2006-07-27 Jim Peterson <jpeterson@annapmicro.com>
101d966c8d6b [project @ 2006-07-28 03:40:22 by jwe]
jwe
parents: 5908
diff changeset
2604
101d966c8d6b [project @ 2006-07-28 03:40:22 by jwe]
jwe
parents: 5908
diff changeset
2605 * plot/plot3.m: Accept one complex or one real and one complex
101d966c8d6b [project @ 2006-07-28 03:40:22 by jwe]
jwe
parents: 5908
diff changeset
2606 argument and plot real and imaginary components for y and z.
101d966c8d6b [project @ 2006-07-28 03:40:22 by jwe]
jwe
parents: 5908
diff changeset
2607
5908
9c134531c2c4 [project @ 2006-07-27 17:14:24 by jwe]
jwe
parents: 5904
diff changeset
2608 2006-07-27 John W. Eaton <jwe@octave.org>
9c134531c2c4 [project @ 2006-07-27 17:14:24 by jwe]
jwe
parents: 5904
diff changeset
2609
9c134531c2c4 [project @ 2006-07-27 17:14:24 by jwe]
jwe
parents: 5904
diff changeset
2610 * testfun/test.m: Call fflush after each block of calls to
9c134531c2c4 [project @ 2006-07-27 17:14:24 by jwe]
jwe
parents: 5904
diff changeset
2611 fprintf, fputs, or fdisp.
9c134531c2c4 [project @ 2006-07-27 17:14:24 by jwe]
jwe
parents: 5904
diff changeset
2612
5904
80d3933fb8b6 [project @ 2006-07-26 17:19:10 by jwe]
jwe
parents: 5901
diff changeset
2613 2006-07-26 John W. Eaton <jwe@octave.org>
80d3933fb8b6 [project @ 2006-07-26 17:19:10 by jwe]
jwe
parents: 5901
diff changeset
2614
80d3933fb8b6 [project @ 2006-07-26 17:19:10 by jwe]
jwe
parents: 5901
diff changeset
2615 * miscellaneous/mex.m: New function.
80d3933fb8b6 [project @ 2006-07-26 17:19:10 by jwe]
jwe
parents: 5901
diff changeset
2616
5901
5610a3fdeca6 [project @ 2006-07-22 08:40:40 by jwe]
jwe
parents: 5881
diff changeset
2617 2006-07-22 John W. Eaton <jwe@octave.org>
5610a3fdeca6 [project @ 2006-07-22 08:40:40 by jwe]
jwe
parents: 5881
diff changeset
2618
5610a3fdeca6 [project @ 2006-07-22 08:40:40 by jwe]
jwe
parents: 5881
diff changeset
2619 * special-matrix/hadamard.m: Coerce bool matrix to double.
5610a3fdeca6 [project @ 2006-07-22 08:40:40 by jwe]
jwe
parents: 5881
diff changeset
2620
5881
70b3f8f1a793 [project @ 2006-07-08 03:54:17 by jwe]
jwe
parents: 5873
diff changeset
2621 2006-07-07 John W. Eaton <jwe@octave.org>
70b3f8f1a793 [project @ 2006-07-08 03:54:17 by jwe]
jwe
parents: 5873
diff changeset
2622
70b3f8f1a793 [project @ 2006-07-08 03:54:17 by jwe]
jwe
parents: 5873
diff changeset
2623 * miscellaneous/orderfields.m: New file.
70b3f8f1a793 [project @ 2006-07-08 03:54:17 by jwe]
jwe
parents: 5873
diff changeset
2624
5873
b6ef36e92701 [project @ 2006-06-30 20:46:34 by jwe]
jwe
parents: 5868
diff changeset
2625 2006-06-30 John W. Eaton <jwe@octave.org>
b6ef36e92701 [project @ 2006-06-30 20:46:34 by jwe]
jwe
parents: 5868
diff changeset
2626
b6ef36e92701 [project @ 2006-06-30 20:46:34 by jwe]
jwe
parents: 5868
diff changeset
2627 * time/datevec.m: Make another attempt to account for precision of
b6ef36e92701 [project @ 2006-06-30 20:46:34 by jwe]
jwe
parents: 5868
diff changeset
2628 datenum format.
b6ef36e92701 [project @ 2006-06-30 20:46:34 by jwe]
jwe
parents: 5868
diff changeset
2629
5868
84b5cd59e627 [project @ 2006-06-29 06:39:20 by jwe]
jwe
parents: 5860
diff changeset
2630 2006-06-29 John W. Eaton <jwe@octave.org>
84b5cd59e627 [project @ 2006-06-29 06:39:20 by jwe]
jwe
parents: 5860
diff changeset
2631
84b5cd59e627 [project @ 2006-06-29 06:39:20 by jwe]
jwe
parents: 5860
diff changeset
2632 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list.
84b5cd59e627 [project @ 2006-06-29 06:39:20 by jwe]
jwe
parents: 5860
diff changeset
2633 Use feval instead of "type -q" to get values now that all the
84b5cd59e627 [project @ 2006-06-29 06:39:20 by jwe]
jwe
parents: 5860
diff changeset
2634 symbols are functions.
84b5cd59e627 [project @ 2006-06-29 06:39:20 by jwe]
jwe
parents: 5860
diff changeset
2635
5860
b645066d40ad [project @ 2006-06-16 05:01:38 by jwe]
jwe
parents: 5859
diff changeset
2636 2006-06-16 John W. Eaton <jwe@octave.org>
b645066d40ad [project @ 2006-06-16 05:01:38 by jwe]
jwe
parents: 5859
diff changeset
2637
b645066d40ad [project @ 2006-06-16 05:01:38 by jwe]
jwe
parents: 5859
diff changeset
2638 * time/datevec.m: Avoid computing log of non-positive values.
b645066d40ad [project @ 2006-06-16 05:01:38 by jwe]
jwe
parents: 5859
diff changeset
2639
5859
ba0bea22167b [project @ 2006-06-14 18:18:51 by jwe]
jwe
parents: 5839
diff changeset
2640 2006-06-14 John W. Eaton <jwe@octave.org>
ba0bea22167b [project @ 2006-06-14 18:18:51 by jwe]
jwe
parents: 5839
diff changeset
2641
ba0bea22167b [project @ 2006-06-14 18:18:51 by jwe]
jwe
parents: 5839
diff changeset
2642 * time/datevec.m: Attempt to account for precision of datenum format.
ba0bea22167b [project @ 2006-06-14 18:18:51 by jwe]
jwe
parents: 5839
diff changeset
2643
5839
0bc78d9ddcd4 [project @ 2006-06-01 21:21:11 by jwe]
jwe
parents: 5837
diff changeset
2644 2006-06-01 Quentin H. Spencer <qspencer@ieee.org>
0bc78d9ddcd4 [project @ 2006-06-01 21:21:11 by jwe]
jwe
parents: 5837
diff changeset
2645
0bc78d9ddcd4 [project @ 2006-06-01 21:21:11 by jwe]
jwe
parents: 5837
diff changeset
2646 * audio/wavread.m: Fix file range error and add read support for
0bc78d9ddcd4 [project @ 2006-06-01 21:21:11 by jwe]
jwe
parents: 5837
diff changeset
2647 24-bit WAV files.
0bc78d9ddcd4 [project @ 2006-06-01 21:21:11 by jwe]
jwe
parents: 5837
diff changeset
2648
5837
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5835
diff changeset
2649 2006-06-01 David Bateman <dbateman@free.fr>
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5835
diff changeset
2650
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5835
diff changeset
2651 * general/interpft.m, general/quadl.m, general/polyarea.m,
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5835
diff changeset
2652 general/interp1.m, general/gradient.m, general/interp2.m,
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5835
diff changeset
2653 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m,
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5835
diff changeset
2654 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m,
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5835
diff changeset
2655 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge.
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5835
diff changeset
2656
5835
07dd13bfc0ba [project @ 2006-05-31 18:21:49 by jwe]
jwe
parents: 5830
diff changeset
2657 2006-05-31 Bill Denney <bill@givebillmoney.com>
07dd13bfc0ba [project @ 2006-05-31 18:21:49 by jwe]
jwe
parents: 5830
diff changeset
2658
07dd13bfc0ba [project @ 2006-05-31 18:21:49 by jwe]
jwe
parents: 5830
diff changeset
2659 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso.
07dd13bfc0ba [project @ 2006-05-31 18:21:49 by jwe]
jwe
parents: 5830
diff changeset
2660 * miscellaneous/texas_lotto.m: Fix warning message.
07dd13bfc0ba [project @ 2006-05-31 18:21:49 by jwe]
jwe
parents: 5830
diff changeset
2661
5830
0bb816a28335 [project @ 2006-05-26 19:04:08 by jwe]
jwe
parents: 5829
diff changeset
2662 2006-05-26 John W. Eaton <jwe@octave.org>
0bb816a28335 [project @ 2006-05-26 19:04:08 by jwe]
jwe
parents: 5829
diff changeset
2663
0bb816a28335 [project @ 2006-05-26 19:04:08 by jwe]
jwe
parents: 5829
diff changeset
2664 * miscellaneous/doc.m: Also handle nargin == 0.
0bb816a28335 [project @ 2006-05-26 19:04:08 by jwe]
jwe
parents: 5829
diff changeset
2665
5829
93785a1b0f97 [project @ 2006-05-23 18:34:10 by jwe]
jwe
parents: 5827
diff changeset
2666 2006-05-23 John W. Eaton <jwe@octave.org>
93785a1b0f97 [project @ 2006-05-23 18:34:10 by jwe]
jwe
parents: 5827
diff changeset
2667
93785a1b0f97 [project @ 2006-05-23 18:34:10 by jwe]
jwe
parents: 5827
diff changeset
2668 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is
93785a1b0f97 [project @ 2006-05-23 18:34:10 by jwe]
jwe
parents: 5827
diff changeset
2669 really needed.
93785a1b0f97 [project @ 2006-05-23 18:34:10 by jwe]
jwe
parents: 5827
diff changeset
2670
5827
1fe78adb91bc [project @ 2006-05-22 06:25:14 by jwe]
jwe
parents: 5825
diff changeset
2671 2006-05-22 John W. Eaton <jwe@octave.org>
1fe78adb91bc [project @ 2006-05-22 06:25:14 by jwe]
jwe
parents: 5825
diff changeset
2672
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
2673 * general/lookup.m: New file from Octave Forge.
5827
1fe78adb91bc [project @ 2006-05-22 06:25:14 by jwe]
jwe
parents: 5825
diff changeset
2674
1fe78adb91bc [project @ 2006-05-22 06:25:14 by jwe]
jwe
parents: 5825
diff changeset
2675 2006-05-22 David Bateman <dbateman@free.fr>
1fe78adb91bc [project @ 2006-05-22 06:25:14 by jwe]
jwe
parents: 5825
diff changeset
2676
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
2677 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
2678 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
2679 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
2680 special-matrix/wilkinson.m, special-matrix/pascal.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
2681 special-matrix/magic.m, special-matrix/hadamard.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
2682 strings/strtok.m: New files from Octave Forge.
5827
1fe78adb91bc [project @ 2006-05-22 06:25:14 by jwe]
jwe
parents: 5825
diff changeset
2683
5824
448f9982e7fb [project @ 2006-05-19 06:53:31 by jwe]
jwe
parents: 5821
diff changeset
2684 2006-05-19 David Bateman <dbateman@free.fr>
448f9982e7fb [project @ 2006-05-19 06:53:31 by jwe]
jwe
parents: 5821
diff changeset
2685
448f9982e7fb [project @ 2006-05-19 06:53:31 by jwe]
jwe
parents: 5821
diff changeset
2686 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m,
5825
f3e37beb03aa [project @ 2006-05-19 16:13:52 by jwe]
jwe
parents: 5824
diff changeset
2687 polynomial/ppval.m, set/setxor.m: New files from Octave Forge.
5824
448f9982e7fb [project @ 2006-05-19 06:53:31 by jwe]
jwe
parents: 5821
diff changeset
2688
5821
11e4ae44984f [project @ 2006-05-17 21:05:53 by jwe]
jwe
parents: 5820
diff changeset
2689 2006-05-17 John W. Eaton <jwe@octave.org>
11e4ae44984f [project @ 2006-05-17 21:05:53 by jwe]
jwe
parents: 5820
diff changeset
2690
11e4ae44984f [project @ 2006-05-17 21:05:53 by jwe]
jwe
parents: 5820
diff changeset
2691 * set/intersection.m: Delete
11e4ae44984f [project @ 2006-05-17 21:05:53 by jwe]
jwe
parents: 5820
diff changeset
2692 * deprecated/intersection.m: New file.
11e4ae44984f [project @ 2006-05-17 21:05:53 by jwe]
jwe
parents: 5820
diff changeset
2693
5820
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
2694 2006-05-17 David Bateman <dbateman@free.fr>
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
2695
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
2696 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m,
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
2697 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m,
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
2698 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m,
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
2699 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m,
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
2700 specfun/factorial.m, strings/strvcat.m: New files from Octave
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
2701 Forge.
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
2702
5809
c794ed00d473 [project @ 2006-05-11 04:19:52 by jwe]
jwe
parents: 5808
diff changeset
2703 2006-05-11 John W. Eaton <jwe@octave.org>
c794ed00d473 [project @ 2006-05-11 04:19:52 by jwe]
jwe
parents: 5808
diff changeset
2704
5815
dc52b0e520f1 [project @ 2006-05-11 22:00:09 by jwe]
jwe
parents: 5812
diff changeset
2705 * path/path.m: Delete (now a built-in function).
dc52b0e520f1 [project @ 2006-05-11 22:00:09 by jwe]
jwe
parents: 5812
diff changeset
2706
5811
2ece6d7c7b5d [project @ 2006-05-11 07:00:19 by jwe]
jwe
parents: 5809
diff changeset
2707 * pkg/Makefile.in: New file.
2ece6d7c7b5d [project @ 2006-05-11 07:00:19 by jwe]
jwe
parents: 5809
diff changeset
2708 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list.
5812
653405a3af98 [project @ 2006-05-11 17:43:42 by jwe]
jwe
parents: 5811
diff changeset
2709 * Makefile.in (SUBDIRS): Add pkg to the list.
5809
c794ed00d473 [project @ 2006-05-11 04:19:52 by jwe]
jwe
parents: 5808
diff changeset
2710
5808
a18d85bdff31 [project @ 2006-05-11 03:11:03 by jwe]
jwe
parents: 5807
diff changeset
2711 2006-05-10 John W. Eaton <jwe@octave.org>
a18d85bdff31 [project @ 2006-05-11 03:11:03 by jwe]
jwe
parents: 5807
diff changeset
2712
a18d85bdff31 [project @ 2006-05-11 03:11:03 by jwe]
jwe
parents: 5807
diff changeset
2713 * tar.m, untar.m, unzip.m: Adapt to Octave coding style.
a18d85bdff31 [project @ 2006-05-11 03:11:03 by jwe]
jwe
parents: 5807
diff changeset
2714 * tar.m, untar.m: Only tar; don't compress or uncompress.
a18d85bdff31 [project @ 2006-05-11 03:11:03 by jwe]
jwe
parents: 5807
diff changeset
2715
5807
29c4fb42b210 [project @ 2006-05-11 01:48:56 by jwe]
jwe
parents: 5804
diff changeset
2716 2006-05-10 Soren Hauberg <hauberg@gmail.com>
29c4fb42b210 [project @ 2006-05-11 01:48:56 by jwe]
jwe
parents: 5804
diff changeset
2717
29c4fb42b210 [project @ 2006-05-11 01:48:56 by jwe]
jwe
parents: 5804
diff changeset
2718 * tar.m, untar.m, unzip.m: New files.
29c4fb42b210 [project @ 2006-05-11 01:48:56 by jwe]
jwe
parents: 5804
diff changeset
2719
5801
70013c9f3ccc [project @ 2006-05-10 16:53:03 by jwe]
jwe
parents: 5798
diff changeset
2720 2006-05-10 John W. Eaton <jwe@octave.org>
70013c9f3ccc [project @ 2006-05-10 16:53:03 by jwe]
jwe
parents: 5798
diff changeset
2721
5804
296cefb48d7e [project @ 2006-05-10 20:10:10 by jwe]
jwe
parents: 5801
diff changeset
2722 * path/addpath.m, path/rmpath.m: Improve compatibility.
296cefb48d7e [project @ 2006-05-10 20:10:10 by jwe]
jwe
parents: 5801
diff changeset
2723 * path/setpath.m: Delete.
296cefb48d7e [project @ 2006-05-10 20:10:10 by jwe]
jwe
parents: 5801
diff changeset
2724
5801
70013c9f3ccc [project @ 2006-05-10 16:53:03 by jwe]
jwe
parents: 5798
diff changeset
2725 * pkg/pkg.m: New file.
70013c9f3ccc [project @ 2006-05-10 16:53:03 by jwe]
jwe
parents: 5798
diff changeset
2726
5798
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2727 2006-05-09 Keith Goodman <kwgoodman@gmail.com>
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2728
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2729 * plot/plot.m: Doc string fix.
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2730
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2731 2006-05-09 Paul Kienzle <pkienzle@users.sf.net>
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2732
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2733 * testfun/speeed.m: Use new interface to unique and assert.
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2734 Improve documentation. Approximate time complexity from log-log
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2735 plot. Return time complexity and raw times if requested. The
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2736 mean ratio is no longer returned. Provide complete control over
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2737 which n are computed.
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2738
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2739 2006-05-09 John W. Eaton <jwe@octave.org>
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2740
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2741 * path/path.m: Move here from miscellaneous.
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2742 Adapt to new LOADPATH definition.
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
2743
5789
7d77b6839ca7 [project @ 2006-05-04 13:38:49 by dbateman]
dbateman
parents: 5786
diff changeset
2744 2006-05-03 David Bateman <dbateman@free.fr>
7d77b6839ca7 [project @ 2006-05-04 13:38:49 by dbateman]
dbateman
parents: 5786
diff changeset
2745
7d77b6839ca7 [project @ 2006-05-04 13:38:49 by dbateman]
dbateman
parents: 5786
diff changeset
2746 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all
7d77b6839ca7 [project @ 2006-05-04 13:38:49 by dbateman]
dbateman
parents: 5786
diff changeset
2747 explicit uses of a path seperation character with pathsep().
7d77b6839ca7 [project @ 2006-05-04 13:38:49 by dbateman]
dbateman
parents: 5786
diff changeset
2748
5786
9c3c903f037e [project @ 2006-05-03 20:03:41 by jwe]
jwe
parents: 5781
diff changeset
2749 2006-05-03 Bob Weigel <rweigel@gmu.edu>
9c3c903f037e [project @ 2006-05-03 20:03:41 by jwe]
jwe
parents: 5781
diff changeset
2750
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
2751 * set/setdiff.m: New arg, byrows. New tests.
5786
9c3c903f037e [project @ 2006-05-03 20:03:41 by jwe]
jwe
parents: 5781
diff changeset
2752
5781
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5762
diff changeset
2753 2006-04-29 John W. Eaton <jwe@octave.org>
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5762
diff changeset
2754
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5762
diff changeset
2755 * startup/main-rcfile: Disable some warnings.
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5762
diff changeset
2756
5762
0163e7d69161 [project @ 2006-04-14 15:37:38 by jwe]
jwe
parents: 5750
diff changeset
2757 2006-04-14 Bill Denney <denney@seas.upenn.edu>
0163e7d69161 [project @ 2006-04-14 15:37:38 by jwe]
jwe
parents: 5750
diff changeset
2758
0163e7d69161 [project @ 2006-04-14 15:37:38 by jwe]
jwe
parents: 5750
diff changeset
2759 * strings/strcmpi.m: Return false instead of error if args are not
0163e7d69161 [project @ 2006-04-14 15:37:38 by jwe]
jwe
parents: 5750
diff changeset
2760 char or cellstr.
0163e7d69161 [project @ 2006-04-14 15:37:38 by jwe]
jwe
parents: 5750
diff changeset
2761
5750
bd9cd65d51e4 [project @ 2006-04-11 18:43:25 by jwe]
jwe
parents: 5746
diff changeset
2762 2006-04-10 John W. Eaton <jwe@octave.org>
bd9cd65d51e4 [project @ 2006-04-11 18:43:25 by jwe]
jwe
parents: 5746
diff changeset
2763
bd9cd65d51e4 [project @ 2006-04-11 18:43:25 by jwe]
jwe
parents: 5746
diff changeset
2764 * miscellaneous/dir.m: Ensure that returned structure array is
bd9cd65d51e4 [project @ 2006-04-11 18:43:25 by jwe]
jwe
parents: 5746
diff changeset
2765 Nx1, not 1xN.
bd9cd65d51e4 [project @ 2006-04-11 18:43:25 by jwe]
jwe
parents: 5746
diff changeset
2766
5746
e4e93452fd3e [project @ 2006-04-06 20:46:31 by jwe]
jwe
parents: 5745
diff changeset
2767 2006-04-06 Olli Saarela <olli.saarela@kcl.fi>
e4e93452fd3e [project @ 2006-04-06 20:46:31 by jwe]
jwe
parents: 5745
diff changeset
2768
e4e93452fd3e [project @ 2006-04-06 20:46:31 by jwe]
jwe
parents: 5745
diff changeset
2769 * plot/hist.m: Ignore NaN in inputs.
e4e93452fd3e [project @ 2006-04-06 20:46:31 by jwe]
jwe
parents: 5745
diff changeset
2770
5745
0559ebb94bf0 [project @ 2006-04-06 20:33:40 by jwe]
jwe
parents: 5741
diff changeset
2771 2006-04-06 Keith Goodman <kwgoodman@gmail.com>
0559ebb94bf0 [project @ 2006-04-06 20:33:40 by jwe]
jwe
parents: 5741
diff changeset
2772
0559ebb94bf0 [project @ 2006-04-06 20:33:40 by jwe]
jwe
parents: 5741
diff changeset
2773 * miscellaneous/mkoctfile.m: Doc string fix.
0559ebb94bf0 [project @ 2006-04-06 20:33:40 by jwe]
jwe
parents: 5741
diff changeset
2774
5741
07421c4e0312 [project @ 2006-04-05 19:28:35 by jwe]
jwe
parents: 5737
diff changeset
2775 2006-04-05 John W. Eaton <jwe@octave.org>
07421c4e0312 [project @ 2006-04-05 19:28:35 by jwe]
jwe
parents: 5737
diff changeset
2776
07421c4e0312 [project @ 2006-04-05 19:28:35 by jwe]
jwe
parents: 5737
diff changeset
2777 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2
07421c4e0312 [project @ 2006-04-05 19:28:35 by jwe]
jwe
parents: 5737
diff changeset
2778 are both empty.
07421c4e0312 [project @ 2006-04-05 19:28:35 by jwe]
jwe
parents: 5737
diff changeset
2779 * plot/__plt__.m: Ignore empty data and format strings returned
07421c4e0312 [project @ 2006-04-05 19:28:35 by jwe]
jwe
parents: 5737
diff changeset
2780 from __plt1__ or __plt2__.
07421c4e0312 [project @ 2006-04-05 19:28:35 by jwe]
jwe
parents: 5737
diff changeset
2781
5737
c70bfdf5b2c5 [project @ 2006-04-04 20:19:57 by jwe]
jwe
parents: 5736
diff changeset
2782 2006-04-04 Bob Weigel <rweigel@gmu.edu>
c70bfdf5b2c5 [project @ 2006-04-04 20:19:57 by jwe]
jwe
parents: 5736
diff changeset
2783
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
2784 * set/unique.m: Properly handle single column input when
5737
c70bfdf5b2c5 [project @ 2006-04-04 20:19:57 by jwe]
jwe
parents: 5736
diff changeset
2785 "rows" is specified.
c70bfdf5b2c5 [project @ 2006-04-04 20:19:57 by jwe]
jwe
parents: 5736
diff changeset
2786
5732
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
2787 2006-04-04 John W. Eaton <jwe@octave.org>
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
2788
5736
e07baa8b93b9 [project @ 2006-04-04 19:41:45 by jwe]
jwe
parents: 5732
diff changeset
2789 * path/setpath.m: New file.
e07baa8b93b9 [project @ 2006-04-04 19:41:45 by jwe]
jwe
parents: 5732
diff changeset
2790 * path/savepath.m: Use setpath to set path instead of assigning
e07baa8b93b9 [project @ 2006-04-04 19:41:45 by jwe]
jwe
parents: 5732
diff changeset
2791 directly to LOADPATH.
e07baa8b93b9 [project @ 2006-04-04 19:41:45 by jwe]
jwe
parents: 5732
diff changeset
2792
5732
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
2793 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m:
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
2794 New files, adapted from Octave Forge by Keith Goodman
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
2795 <kwgoodman@gmail.com>.
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
2796 * path: New directory.
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
2797 * Makefile.in (SUBDIRS): Add it to the list.
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
2798 * configure.in (AC_CONFIG_FILES): Include path/Makefile here.
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
2799
5731
c7d5a534afa5 [project @ 2006-04-03 19:33:26 by jwe]
jwe
parents: 5727
diff changeset
2800 2006-04-02 David Bateman <dbateman@free.fr>
c7d5a534afa5 [project @ 2006-04-03 19:33:26 by jwe]
jwe
parents: 5727
diff changeset
2801
c7d5a534afa5 [project @ 2006-04-03 19:33:26 by jwe]
jwe
parents: 5727
diff changeset
2802 * general/tril.m, general.triu.m:
c7d5a534afa5 [project @ 2006-04-03 19:33:26 by jwe]
jwe
parents: 5727
diff changeset
2803 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc)
c7d5a534afa5 [project @ 2006-04-03 19:33:26 by jwe]
jwe
parents: 5727
diff changeset
2804 to allow user types to work correctly.
c7d5a534afa5 [project @ 2006-04-03 19:33:26 by jwe]
jwe
parents: 5727
diff changeset
2805 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto.
c7d5a534afa5 [project @ 2006-04-03 19:33:26 by jwe]
jwe
parents: 5727
diff changeset
2806
5727
f0fbefd984f6 [project @ 2006-04-03 18:50:31 by jwe]
jwe
parents: 5721
diff changeset
2807 2006-04-03 David Bateman <dbateman@free.fr>
f0fbefd984f6 [project @ 2006-04-03 18:50:31 by jwe]
jwe
parents: 5721
diff changeset
2808
f0fbefd984f6 [project @ 2006-04-03 18:50:31 by jwe]
jwe
parents: 5721
diff changeset
2809 * plot/grid.m: Cache the state of the grid to allow toggling.
f0fbefd984f6 [project @ 2006-04-03 18:50:31 by jwe]
jwe
parents: 5721
diff changeset
2810 Accept keyword "minor" for minor grid.
f0fbefd984f6 [project @ 2006-04-03 18:50:31 by jwe]
jwe
parents: 5721
diff changeset
2811
5721
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
2812 2006-03-28 John W. Eaton <jwe@octave.org>
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
2813
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
2814 * general/isscalar.m: Only require that all dimensions are 1 for
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
2815 compatiblity.
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
2816
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
2817 2006-03-28 Bill Denney <bill@givebillmoney.com>
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
2818
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
2819 * general/isvector.m: Allow non-numeric objects to be vectors for
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
2820 compatibility.
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
2821
5720
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
2822 2006-03-28 Keith Goodman <kwgoodman@gmail.com>
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
2823
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
2824 * plot/__errplot__.m: Doc string fix.
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
2825
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
2826 * miscellaneous/doc.m: Mark as command.
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
2827
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
2828 * general/isequal.m, general/__isequal__.m, general/cell2mat.m,
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
2829 general/isequalwithequalnans.m, general/blkdiag.m,
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
2830 strings/strfind.m, miscellaneous/doc.m: Update FSF address.
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
2831
5717
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
2832 2006-03-27 Don Bindner <dbindner@truman.edu>
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
2833
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
2834 * plot/meshgrid.m: If nargout == 3 and vectors are supplied,
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
2835 return 3d matrices.
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
2836
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
2837 2006-03-27 Keith Goodman <kwgoodman@gmail.com>
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
2838
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
2839 * time/toc.m: Don't print "Elapsed time..." if tic has not been set.
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
2840
5708
dec8dd15a574 [project @ 2006-03-22 22:25:58 by jwe]
jwe
parents: 5696
diff changeset
2841 2006-03-22 John W. Eaton <jwe@octave.org>
dec8dd15a574 [project @ 2006-03-22 22:25:58 by jwe]
jwe
parents: 5696
diff changeset
2842
dec8dd15a574 [project @ 2006-03-22 22:25:58 by jwe]
jwe
parents: 5696
diff changeset
2843 * plot/print.m: Don't replot after popping terminal setting.
dec8dd15a574 [project @ 2006-03-22 22:25:58 by jwe]
jwe
parents: 5696
diff changeset
2844
5696
70cc04f9af41 [project @ 2006-03-20 18:52:45 by jwe]
jwe
parents: 5695
diff changeset
2845 2006-03-20 John W. Eaton <jwe@octave.org>
70cc04f9af41 [project @ 2006-03-20 18:52:45 by jwe]
jwe
parents: 5695
diff changeset
2846
70cc04f9af41 [project @ 2006-03-20 18:52:45 by jwe]
jwe
parents: 5695
diff changeset
2847 * miscellaneous/mkoctfile.m: Use version-specific name of
70cc04f9af41 [project @ 2006-03-20 18:52:45 by jwe]
jwe
parents: 5695
diff changeset
2848 mkoctfile. Use fullfile to construct file name.
70cc04f9af41 [project @ 2006-03-20 18:52:45 by jwe]
jwe
parents: 5695
diff changeset
2849
5695
f6ddb906e30f [project @ 2006-03-20 18:34:13 by jwe]
jwe
parents: 5693
diff changeset
2850 2006-03-20 Keith Goodman <kwgoodman@gmail.com>
f6ddb906e30f [project @ 2006-03-20 18:34:13 by jwe]
jwe
parents: 5693
diff changeset
2851
f6ddb906e30f [project @ 2006-03-20 18:34:13 by jwe]
jwe
parents: 5693
diff changeset
2852 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile
f6ddb906e30f [project @ 2006-03-20 18:34:13 by jwe]
jwe
parents: 5693
diff changeset
2853 shell script from Octave prompt.
f6ddb906e30f [project @ 2006-03-20 18:34:13 by jwe]
jwe
parents: 5693
diff changeset
2854
5690
161ebd1f3410 [project @ 2006-03-17 06:17:24 by jwe]
jwe
parents: 5689
diff changeset
2855 2006-03-17 John W. Eaton <jwe@octave.org>
161ebd1f3410 [project @ 2006-03-17 06:17:24 by jwe]
jwe
parents: 5689
diff changeset
2856
5693
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
2857 * deprecated/weibcdf.m, deprecated/weibinv.m,
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
2858 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions.
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
2859
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
2860 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m,
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
2861 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m:
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
2862 Call new wbl functions to do the real work.
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
2863 Swap args and provide default values as necessary to preserve
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
2864 compatibility with old version of Octave.
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
2865
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
2866 * statistics/distributions/wblcdf.m: Rename from weibcdf.m.
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
2867 statistics/distributions/wblinv.m: Rename from weibinv.m.
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
2868 statistics/distributions/wblpdf.m: Rename from weibpdf.m.
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
2869 statistics/distributions/wblrnd.m: Rename from weibrnd.m.
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
2870 Swap scale and shape args for compatibility.
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
2871
5692
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
2872 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m,
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
2873 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m:
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
2874 Preserve compatibility with old versions of Octave given new
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
2875 definitions of logncdf, logninv, lognpdf, and lognrnd.
5693
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
2876
5692
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
2877 * statistics/distributions/logncdf.m,
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
2878 statistics/distributions/logninv.m,
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
2879 statistics/distributions/lognpdf.m,
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
2880 statistics/distributions/lognrnd.m: Compatibility fixes.
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
2881 From Ben Barrowes <barrowes@alum.mit.edu>
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
2882
5691
9be68956e450 [project @ 2006-03-17 15:14:41 by jwe]
jwe
parents: 5690
diff changeset
2883 * deprecated/hypergeometric_rnd.m: Update interface to match
9be68956e450 [project @ 2006-03-17 15:14:41 by jwe]
jwe
parents: 5690
diff changeset
2884 current 2.1.x version.
9be68956e450 [project @ 2006-03-17 15:14:41 by jwe]
jwe
parents: 5690
diff changeset
2885
9be68956e450 [project @ 2006-03-17 15:14:41 by jwe]
jwe
parents: 5690
diff changeset
2886 * deprecated/t_rnd.m: Call trnd, not t_rnd.
9be68956e450 [project @ 2006-03-17 15:14:41 by jwe]
jwe
parents: 5690
diff changeset
2887
5690
161ebd1f3410 [project @ 2006-03-17 06:17:24 by jwe]
jwe
parents: 5689
diff changeset
2888 * miscellaneous/dir.m: Use readdir instead of glob.
161ebd1f3410 [project @ 2006-03-17 06:17:24 by jwe]
jwe
parents: 5689
diff changeset
2889 Special case for "." to avoid globbing. Use list_in_columns.
161ebd1f3410 [project @ 2006-03-17 06:17:24 by jwe]
jwe
parents: 5689
diff changeset
2890 Eliminate unused variables len and finfo.
161ebd1f3410 [project @ 2006-03-17 06:17:24 by jwe]
jwe
parents: 5689
diff changeset
2891
5689
9a16df2b1916 [project @ 2006-03-17 05:00:57 by jwe]
jwe
parents: 5687
diff changeset
2892 2006-03-16 Bill Denney <bill@givebillmoney.com>
9a16df2b1916 [project @ 2006-03-17 05:00:57 by jwe]
jwe
parents: 5687
diff changeset
2893
9a16df2b1916 [project @ 2006-03-17 05:00:57 by jwe]
jwe
parents: 5687
diff changeset
2894 * miscellaneous/dir.m: Improve compatibility.
9a16df2b1916 [project @ 2006-03-17 05:00:57 by jwe]
jwe
parents: 5687
diff changeset
2895
5687
a2902024bc4e [project @ 2006-03-16 20:22:40 by jwe]
jwe
parents: 5686
diff changeset
2896 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
a2902024bc4e [project @ 2006-03-16 20:22:40 by jwe]
jwe
parents: 5686
diff changeset
2897
a2902024bc4e [project @ 2006-03-16 20:22:40 by jwe]
jwe
parents: 5686
diff changeset
2898 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m,
a2902024bc4e [project @ 2006-03-16 20:22:40 by jwe]
jwe
parents: 5686
diff changeset
2899 time/now.m, time/weekday.m: New functions from Octave Forge.
a2902024bc4e [project @ 2006-03-16 20:22:40 by jwe]
jwe
parents: 5686
diff changeset
2900
5686
e7790bb14cfc [project @ 2006-03-16 20:01:05 by jwe]
jwe
parents: 5681
diff changeset
2901 2006-03-16 John W. Eaton <jwe@octave.org>
e7790bb14cfc [project @ 2006-03-16 20:01:05 by jwe]
jwe
parents: 5681
diff changeset
2902
e7790bb14cfc [project @ 2006-03-16 20:01:05 by jwe]
jwe
parents: 5681
diff changeset
2903 * control/base/bode_bounds.m: Check for iip and iiz empty instead
e7790bb14cfc [project @ 2006-03-16 20:01:05 by jwe]
jwe
parents: 5681
diff changeset
2904 of looking at sum of max dimensions.
e7790bb14cfc [project @ 2006-03-16 20:01:05 by jwe]
jwe
parents: 5681
diff changeset
2905
5681
233d98d95659 [project @ 2006-03-16 17:48:55 by dbateman]
dbateman
parents: 5678
diff changeset
2906 2006-03-16 David Bateman <dbateman@free.fr>
233d98d95659 [project @ 2006-03-16 17:48:55 by dbateman]
dbateman
parents: 5678
diff changeset
2907
233d98d95659 [project @ 2006-03-16 17:48:55 by dbateman]
dbateman
parents: 5678
diff changeset
2908 * testfun/test.m: Clear last warning before warning test to avoid
233d98d95659 [project @ 2006-03-16 17:48:55 by dbateman]
dbateman
parents: 5678
diff changeset
2909 issues with previously set warnings.
233d98d95659 [project @ 2006-03-16 17:48:55 by dbateman]
dbateman
parents: 5678
diff changeset
2910 * build_sparse_test.sh: Tests for multiple RHS for rectanguar
233d98d95659 [project @ 2006-03-16 17:48:55 by dbateman]
dbateman
parents: 5678
diff changeset
2911 sparse matrices. Force matrix type from spqr solution to be
233d98d95659 [project @ 2006-03-16 17:48:55 by dbateman]
dbateman
parents: 5678
diff changeset
2912 singular to force QR solvers to be used for assert.
233d98d95659 [project @ 2006-03-16 17:48:55 by dbateman]
dbateman
parents: 5678
diff changeset
2913
5678
52323f13c86b [project @ 2006-03-16 06:45:08 by jwe]
jwe
parents: 5677
diff changeset
2914 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
52323f13c86b [project @ 2006-03-16 06:45:08 by jwe]
jwe
parents: 5677
diff changeset
2915
52323f13c86b [project @ 2006-03-16 06:45:08 by jwe]
jwe
parents: 5677
diff changeset
2916 * strings/strfind.m: New file.
52323f13c86b [project @ 2006-03-16 06:45:08 by jwe]
jwe
parents: 5677
diff changeset
2917
5677
a8f6903535c9 [project @ 2006-03-16 05:54:20 by jwe]
jwe
parents: 5676
diff changeset
2918 2006-03-16 John W. Eaton <jwe@octave.org>
a8f6903535c9 [project @ 2006-03-16 05:54:20 by jwe]
jwe
parents: 5676
diff changeset
2919
a8f6903535c9 [project @ 2006-03-16 05:54:20 by jwe]
jwe
parents: 5676
diff changeset
2920 * general/rows.m, general/columns.m: Delete.
a8f6903535c9 [project @ 2006-03-16 05:54:20 by jwe]
jwe
parents: 5676
diff changeset
2921
5674
86adc85cc471 [project @ 2006-03-16 03:46:45 by jwe]
jwe
parents: 5672
diff changeset
2922 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
86adc85cc471 [project @ 2006-03-16 03:46:45 by jwe]
jwe
parents: 5672
diff changeset
2923
86adc85cc471 [project @ 2006-03-16 03:46:45 by jwe]
jwe
parents: 5672
diff changeset
2924 * strings/strcmpi.m: Simplify.
86adc85cc471 [project @ 2006-03-16 03:46:45 by jwe]
jwe
parents: 5672
diff changeset
2925 * strings/strncmpi.m: Import from octave-forge, simplify.
5678
52323f13c86b [project @ 2006-03-16 06:45:08 by jwe]
jwe
parents: 5677
diff changeset
2926 * strings/strtrunc.m: New file.
5674
86adc85cc471 [project @ 2006-03-16 03:46:45 by jwe]
jwe
parents: 5672
diff changeset
2927
5676
9c9eac3a6513 [project @ 2006-03-16 04:09:07 by jwe]
jwe
parents: 5674
diff changeset
2928 * strings/lower.m, strings/upper.m: Handle cellstr arguments.
9c9eac3a6513 [project @ 2006-03-16 04:09:07 by jwe]
jwe
parents: 5674
diff changeset
2929
5672
62734ddaf17b [project @ 2006-03-15 21:27:34 by jwe]
jwe
parents: 5671
diff changeset
2930 2006-03-15 John W. Eaton <jwe@octave.org>
62734ddaf17b [project @ 2006-03-15 21:27:34 by jwe]
jwe
parents: 5671
diff changeset
2931
62734ddaf17b [project @ 2006-03-15 21:27:34 by jwe]
jwe
parents: 5671
diff changeset
2932 * miscellaneous/doc.m: New file.
62734ddaf17b [project @ 2006-03-15 21:27:34 by jwe]
jwe
parents: 5671
diff changeset
2933 From Soren Hauberg <soren@hauberg.org>.
62734ddaf17b [project @ 2006-03-15 21:27:34 by jwe]
jwe
parents: 5671
diff changeset
2934
5671
387dd5b34757 [project @ 2006-03-15 20:10:45 by jwe]
jwe
parents: 5670
diff changeset
2935 2006-03-15 Keith Goodman <kwgoodman@gmail.com>
387dd5b34757 [project @ 2006-03-15 20:10:45 by jwe]
jwe
parents: 5670
diff changeset
2936
387dd5b34757 [project @ 2006-03-15 20:10:45 by jwe]
jwe
parents: 5670
diff changeset
2937 * miscellaneous/mkoctfile.m: New file.
387dd5b34757 [project @ 2006-03-15 20:10:45 by jwe]
jwe
parents: 5670
diff changeset
2938
5670
14313620a2c6 [project @ 2006-03-15 19:56:29 by jwe]
jwe
parents: 5666
diff changeset
2939 2006-03-15 John W. Eaton <jwe@octave.org>
14313620a2c6 [project @ 2006-03-15 19:56:29 by jwe]
jwe
parents: 5666
diff changeset
2940
14313620a2c6 [project @ 2006-03-15 19:56:29 by jwe]
jwe
parents: 5666
diff changeset
2941 * polynomial/residue.m: Use & instead of && to generate arg for find.
14313620a2c6 [project @ 2006-03-15 19:56:29 by jwe]
jwe
parents: 5666
diff changeset
2942
5666
4a48a1df26b7 [project @ 2006-03-15 02:37:55 by jwe]
jwe
parents: 5661
diff changeset
2943 2006-03-14 Keith Goodman <kwgoodman@gmail.com>
4a48a1df26b7 [project @ 2006-03-15 02:37:55 by jwe]
jwe
parents: 5661
diff changeset
2944
4a48a1df26b7 [project @ 2006-03-15 02:37:55 by jwe]
jwe
parents: 5661
diff changeset
2945 * strings/bin2dec.m: Doc fix.
4a48a1df26b7 [project @ 2006-03-15 02:37:55 by jwe]
jwe
parents: 5661
diff changeset
2946
5661
13be36ec8279 [project @ 2006-03-10 17:43:38 by jwe]
jwe
parents: 5659
diff changeset
2947 2006-03-10 Paul Kienzle <pkienzle@users.sf.net>
13be36ec8279 [project @ 2006-03-10 17:43:38 by jwe]
jwe
parents: 5659
diff changeset
2948
13be36ec8279 [project @ 2006-03-10 17:43:38 by jwe]
jwe
parents: 5659
diff changeset
2949 * time/etime.m: Use datenum to support times spanning year boundaries.
13be36ec8279 [project @ 2006-03-10 17:43:38 by jwe]
jwe
parents: 5659
diff changeset
2950 * time/datenum.m: New function to compute day number from time.
13be36ec8279 [project @ 2006-03-10 17:43:38 by jwe]
jwe
parents: 5659
diff changeset
2951
5659
960f4b9a26af [project @ 2006-03-10 15:35:20 by jwe]
jwe
parents: 5654
diff changeset
2952 2006-03-09 John W. Eaton <jwe@octave.org>
960f4b9a26af [project @ 2006-03-10 15:35:20 by jwe]
jwe
parents: 5654
diff changeset
2953
960f4b9a26af [project @ 2006-03-10 15:35:20 by jwe]
jwe
parents: 5654
diff changeset
2954 * miscellaneous/unix.m, plot/print.m:
960f4b9a26af [project @ 2006-03-10 15:35:20 by jwe]
jwe
parents: 5654
diff changeset
2955 Swap order of outputs from system.
960f4b9a26af [project @ 2006-03-10 15:35:20 by jwe]
jwe
parents: 5654
diff changeset
2956
5642
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2957 2006-03-06 Keith Goodman <kwgoodman@gmail.com>
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2958
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2959 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2960 audio/playaudio.m, audio/record.m, audio/saveaudio.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2961 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2962 control/base/__stepimp__.m, control/base/are.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2963 control/base/controldemo.m, control/base/damp.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2964 control/base/dare.m, control/base/impulse.m, control/base/lqg.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2965 control/base/step.m, control/system/abcddim.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2966 control/system/is_abcd.m, control/system/is_controllable.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2967 control/system/is_detectable.m, control/system/is_observable.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2968 control/system/is_stabilizable.m, control/system/is_stable.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2969 control/system/jet707.m, control/system/sys2fir.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2970 control/system/sysdimensions.m, control/system/sysupdate.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2971 control/system/tfout.m, control/system/ugain.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2972 control/system/zpout.m, elfun/lcm.m, finance/irr.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2973 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2974 finance/rate.m, general/__isequal__.m, general/bitcmp.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2975 general/bitget.m, general/bitset.m, general/blkdiag.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2976 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2977 general/circshift.m, general/columns.m, general/flipdim.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2978 general/fliplr.m, general/flipud.m, general/ind2sub.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2979 general/int2str.m, general/isdefinite.m, general/isequal.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2980 general/isequalwithequalnans.m, general/isscalar.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2981 general/issquare.m, general/issymmetric.m, general/isvector.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2982 general/logspace.m, general/mod.m, general/nextpow2.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2983 general/num2str.m, general/perror.m, general/pol2cart.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2984 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2985 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2986 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2987 image/imshow.m, image/ind2gray.m, image/ind2rgb.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2988 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2989 image/saveimage.m, io/beep.m, linear-algebra/cond.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2990 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2991 miscellaneous/license.m, miscellaneous/menu.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2992 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2993 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2994 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2995 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2996 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2997 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2998 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
2999 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3000 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3001 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3002 polynomial/polyinteg.m, polynomial/polyout.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3003 polynomial/polyreduce.m, polynomial/polyval.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3004 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3005 set/create_set.m, set/intersection.m, set/ismember.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3006 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3007 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3008 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3009 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3010 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3011 special-matrix/hilb.m, special-matrix/invhilb.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3012 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3013 special-matrix/vander.m, statistics/base/median.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3014 statistics/base/std.m, statistics/distributions/gamcdf.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3015 statistics/distributions/gaminv.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3016 statistics/distributions/gampdf.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3017 statistics/distributions/gamrnd.m, strings/base2dec.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3018 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3019 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3020 strings/lower.m, strings/upper.m, testfun/assert.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3021 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m:
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3022 Move @seealso inside @defXXX macro. Remove "and" from @seealso.
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
3023
5633
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
3024 2006-02-27 John W. Eaton <jwe@octave.org>
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
3025
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
3026 * time/tic.m: Move here from miscellaneous/tic.m.
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
3027 * time/toc.m: Move here from miscellaneous/toc.m.
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
3028
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
3029 2006-02-26 Keith Goodman <kwgoodman@gmail.com>
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
3030
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
3031 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
3032 does not assign output of toc to a variable.
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
3033
5627
0f6a0a85a857 [project @ 2006-02-16 20:13:35 by jwe]
jwe
parents: 5625
diff changeset
3034 2006-02-16 Bill Denney <denney@seas.upenn.edu>
0f6a0a85a857 [project @ 2006-02-16 20:13:35 by jwe]
jwe
parents: 5625
diff changeset
3035
0f6a0a85a857 [project @ 2006-02-16 20:13:35 by jwe]
jwe
parents: 5625
diff changeset
3036 * axis.m: Catch limits that are the same and return an error.
0f6a0a85a857 [project @ 2006-02-16 20:13:35 by jwe]
jwe
parents: 5625
diff changeset
3037
5625
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
3038 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com>
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
3039
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
3040 * plot/print.m: Accept emf device option to support Enhanced
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
3041 Metafile format.
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
3042
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
3043 2006-02-15 A S Hodel <hodelas@auburn.edu>
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
3044
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
3045 * control/base/lqe.m: Doc fix.
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
3046
5623
691de3e3c2f8 [project @ 2006-02-15 18:32:32 by jwe]
jwe
parents: 5610
diff changeset
3047 2006-02-15 Keith Goodman <kwgoodman@gmail.com>
691de3e3c2f8 [project @ 2006-02-15 18:32:32 by jwe]
jwe
parents: 5610
diff changeset
3048
691de3e3c2f8 [project @ 2006-02-15 18:32:32 by jwe]
jwe
parents: 5610
diff changeset
3049 * statistics/distributions/gamcdf.m: Doc fix.
691de3e3c2f8 [project @ 2006-02-15 18:32:32 by jwe]
jwe
parents: 5610
diff changeset
3050 * statistics/distributions/gaminv.m: Doc fix.
691de3e3c2f8 [project @ 2006-02-15 18:32:32 by jwe]
jwe
parents: 5610
diff changeset
3051 * statistics/distributions/gampdf.m: Doc fix.
691de3e3c2f8 [project @ 2006-02-15 18:32:32 by jwe]
jwe
parents: 5610
diff changeset
3052 * statistics/distributions/gamrnd.m: Doc fix.
691de3e3c2f8 [project @ 2006-02-15 18:32:32 by jwe]
jwe
parents: 5610
diff changeset
3053
5610
9761b7d24e9e [project @ 2006-02-09 09:12:02 by dbateman]
dbateman
parents: 5605
diff changeset
3054 2006-02-09 David Bateman <dbateman@free.fr>
9761b7d24e9e [project @ 2006-02-09 09:12:02 by dbateman]
dbateman
parents: 5605
diff changeset
3055
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
3056 * general/triu.m: Minimum change to allow sparse matrix. More needed
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
3057 for arbitrary user type.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
3058 * general/tril.m: ditto.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
3059 * sparse/sprand.m: Doc fix.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
3060 * sparse/sprandn.m: Ditto.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
3061 * sparse/sprandsym.m: New function.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
3062 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m,
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
3063 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m:
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
3064 Update for syntax error for latest texinfo.tex file.
5610
9761b7d24e9e [project @ 2006-02-09 09:12:02 by dbateman]
dbateman
parents: 5605
diff changeset
3065
5605
5b80eaa366c1 [project @ 2006-02-02 16:49:52 by jwe]
jwe
parents: 5597
diff changeset
3066 2006-02-02 John W. Eaton <jwe@octave.org>
5b80eaa366c1 [project @ 2006-02-02 16:49:52 by jwe]
jwe
parents: 5597
diff changeset
3067
5b80eaa366c1 [project @ 2006-02-02 16:49:52 by jwe]
jwe
parents: 5597
diff changeset
3068 * plot/grid.m: Append ";\n" to "set grid" command.
5b80eaa366c1 [project @ 2006-02-02 16:49:52 by jwe]
jwe
parents: 5597
diff changeset
3069
5b80eaa366c1 [project @ 2006-02-02 16:49:52 by jwe]
jwe
parents: 5597
diff changeset
3070 2006-02-02 A S Hodel <hodelas@auburn.edu>
5b80eaa366c1 [project @ 2006-02-02 16:49:52 by jwe]
jwe
parents: 5597
diff changeset
3071
5b80eaa366c1 [project @ 2006-02-02 16:49:52 by jwe]
jwe
parents: 5597
diff changeset
3072 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty.
5b80eaa366c1 [project @ 2006-02-02 16:49:52 by jwe]
jwe
parents: 5597
diff changeset
3073
5597
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3074 2006-01-13 John W. Eaton <jwe@octave.org>
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3075
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3076 * audio/Makefile.in, control/base/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3077 control/hinf/Makefile.in, control/obsolete/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3078 control/system/Makefile.in, control/util/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3079 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3080 general/Makefile.in, image/Makefile.in, io/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3081 linear-algebra/Makefile.in, miscellaneous/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3082 optimization/Makefile.in, plot/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3083 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3084 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3085 special-matrix/Makefile.in, startup/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3086 statistics/base/Makefile.in, statistics/distributions/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3087 statistics/models/Makefile.in, statistics/tests/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3088 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in:
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3089 (all): Depend on PKG_ADD.
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3090 (PKG_ADD): New target.
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3091
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3092 2006-01-13 Bill Denney <bill@givebillmoney.com>
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3093
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3094 * miscellaneous/dir.m: Add @seealso{} to docstring.
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
3095
5596
6c4e4bffa622 [project @ 2006-01-13 20:05:51 by jwe]
jwe
parents: 5595
diff changeset
3096 2006-01-13 John W. Eaton <jwe@octave.org>
6c4e4bffa622 [project @ 2006-01-13 20:05:51 by jwe]
jwe
parents: 5595
diff changeset
3097
6c4e4bffa622 [project @ 2006-01-13 20:05:51 by jwe]
jwe
parents: 5595
diff changeset
3098 * time/etime.m: Move here from miscellaneous/etime.m.
6c4e4bffa622 [project @ 2006-01-13 20:05:51 by jwe]
jwe
parents: 5595
diff changeset
3099 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m.
6c4e4bffa622 [project @ 2006-01-13 20:05:51 by jwe]
jwe
parents: 5595
diff changeset
3100
5595
83df01a26136 [project @ 2006-01-13 20:01:08 by jwe]
jwe
parents: 5592
diff changeset
3101 2006-01-13 Bill Denney <bill@givebillmoney.com>
83df01a26136 [project @ 2006-01-13 20:01:08 by jwe]
jwe
parents: 5592
diff changeset
3102
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
3103 * miscellaneous/dir.m: Use filesep instead of "/" where needed.
5595
83df01a26136 [project @ 2006-01-13 20:01:08 by jwe]
jwe
parents: 5592
diff changeset
3104 * miscellaneous/fullfile.m: Likewise.
83df01a26136 [project @ 2006-01-13 20:01:08 by jwe]
jwe
parents: 5592
diff changeset
3105
5592
61d6cebd243b [project @ 2006-01-12 17:55:22 by dbateman]
dbateman
parents: 5589
diff changeset
3106 2006-01-12 David Bateman <dbateman@free.fr>
61d6cebd243b [project @ 2006-01-12 17:55:22 by dbateman]
dbateman
parents: 5589
diff changeset
3107
61d6cebd243b [project @ 2006-01-12 17:55:22 by dbateman]
dbateman
parents: 5589
diff changeset
3108 * general/blkdiag.m: Compatible behavior for empty matrices
61d6cebd243b [project @ 2006-01-12 17:55:22 by dbateman]
dbateman
parents: 5589
diff changeset
3109 * statistics/base/unidrnd.m: Documentation buglet.
61d6cebd243b [project @ 2006-01-12 17:55:22 by dbateman]
dbateman
parents: 5589
diff changeset
3110
5583
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
3111 2005-12-14 David Bateman <dbateman@free.fr>
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
3112
5589
f812a0680d05 [project @ 2006-01-06 00:14:42 by jwe]
jwe
parents: 5583
diff changeset
3113 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m,
f812a0680d05 [project @ 2006-01-06 00:14:42 by jwe]
jwe
parents: 5583
diff changeset
3114 testfun/speed.m, testfun/example.m, Makefile.in: New files.
f812a0680d05 [project @ 2006-01-06 00:14:42 by jwe]
jwe
parents: 5583
diff changeset
3115
f812a0680d05 [project @ 2006-01-06 00:14:42 by jwe]
jwe
parents: 5583
diff changeset
3116 * Makefile.in (SUBDIRS): Include testfun.
f812a0680d05 [project @ 2006-01-06 00:14:42 by jwe]
jwe
parents: 5583
diff changeset
3117 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile.
f812a0680d05 [project @ 2006-01-06 00:14:42 by jwe]
jwe
parents: 5583
diff changeset
3118
5583
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
3119 * miscellaneous/dir.m: Transpose sub-assignment for cleanness.
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
3120
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
3121 * general/__isequal__.m: Remove reference to getfield.
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
3122
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
3123 * plot/hist.m: Update test code for row/column discrepencies.
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
3124 * signal/freqz.m: Alter output row/column for matlab compatibility.
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
3125 Update the test code for this.
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
3126 * sparse/spstats.m: Fix small bug in the dimension of output.
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
3127
5579
03d2e1df7c1b [project @ 2005-12-14 03:13:54 by jwe]
jwe
parents: 5576
diff changeset
3128 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
03d2e1df7c1b [project @ 2005-12-14 03:13:54 by jwe]
jwe
parents: 5576
diff changeset
3129
03d2e1df7c1b [project @ 2005-12-14 03:13:54 by jwe]
jwe
parents: 5576
diff changeset
3130 * cell/cell2mat.m: New file, from octave-forge.
03d2e1df7c1b [project @ 2005-12-14 03:13:54 by jwe]
jwe
parents: 5576
diff changeset
3131
5576
7e008607a86e [project @ 2005-12-13 19:05:54 by jwe]
jwe
parents: 5574
diff changeset
3132 2005-12-13 Ivana Varekova <varekova@redhat.com>
7e008607a86e [project @ 2005-12-13 19:05:54 by jwe]
jwe
parents: 5574
diff changeset
3133
7e008607a86e [project @ 2005-12-13 19:05:54 by jwe]
jwe
parents: 5574
diff changeset
3134 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m:
7e008607a86e [project @ 2005-12-13 19:05:54 by jwe]
jwe
parents: 5574
diff changeset
3135 New graph theory functions.
7e008607a86e [project @ 2005-12-13 19:05:54 by jwe]
jwe
parents: 5574
diff changeset
3136
5574
234751865ca2 [project @ 2005-12-13 17:50:05 by jwe]
jwe
parents: 5572
diff changeset
3137 2005-12-13 John W. Eaton <jwe@octave.org>
234751865ca2 [project @ 2005-12-13 17:50:05 by jwe]
jwe
parents: 5572
diff changeset
3138
234751865ca2 [project @ 2005-12-13 17:50:05 by jwe]
jwe
parents: 5572
diff changeset
3139 * general/blkdiag.m: Use "isempty" instead of @isempty.
234751865ca2 [project @ 2005-12-13 17:50:05 by jwe]
jwe
parents: 5572
diff changeset
3140
234751865ca2 [project @ 2005-12-13 17:50:05 by jwe]
jwe
parents: 5572
diff changeset
3141 * control/system/ss.m: Doc fix.
234751865ca2 [project @ 2005-12-13 17:50:05 by jwe]
jwe
parents: 5572
diff changeset
3142 From Jorge Barros de Abreu <ficmatin01@solar.com.br>.
234751865ca2 [project @ 2005-12-13 17:50:05 by jwe]
jwe
parents: 5572
diff changeset
3143
5572
c45cf76df06f [project @ 2005-12-12 20:54:06 by jwe]
jwe
parents: 5568
diff changeset
3144 2005-12-12 Michael Zeising <michael@michaels-website.de>
c45cf76df06f [project @ 2005-12-12 20:54:06 by jwe]
jwe
parents: 5568
diff changeset
3145
c45cf76df06f [project @ 2005-12-12 20:54:06 by jwe]
jwe
parents: 5568
diff changeset
3146 * audio/wavread.m, audio/wavwrite.m:
c45cf76df06f [project @ 2005-12-12 20:54:06 by jwe]
jwe
parents: 5568
diff changeset
3147 Correct scaling for 8-bit linear pcm samples.
c45cf76df06f [project @ 2005-12-12 20:54:06 by jwe]
jwe
parents: 5568
diff changeset
3148 Improve scaling for all other linear pcm resolutions.
c45cf76df06f [project @ 2005-12-12 20:54:06 by jwe]
jwe
parents: 5568
diff changeset
3149
5568
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3150 2005-12-07 John W. Eaton <jwe@octave.org>
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3151
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3152 * statistics/base/moment.m: Don't save and restore warn_str_to_num.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3153
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3154 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3155 * strings/strjust.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3156
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3157 * general/shift.m: Don't save and restore warn_empty_list_elements.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3158 * signal/arma_rnd.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3159 * strings/strcat.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3160 * control/base/__freqresp__.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3161 * control/base/place.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3162 * control/base/pzmap.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3163 * control/base/pzmap.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3164 * control/system/sysappend.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3165 * control/system/syscont.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3166 * control/system/sysdisc.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3167 * control/system/sysgroup.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3168 * control/system/tfout.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3169 * control/system/zpout.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3170 * control/util/__outlist__.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
3171
5567
80e629357483 [project @ 2005-12-07 06:31:28 by jwe]
jwe
parents: 5565
diff changeset
3172 2005-12-06 John W. Eaton <jwe@octave.org>
80e629357483 [project @ 2005-12-07 06:31:28 by jwe]
jwe
parents: 5565
diff changeset
3173
80e629357483 [project @ 2005-12-07 06:31:28 by jwe]
jwe
parents: 5565
diff changeset
3174 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style.
80e629357483 [project @ 2005-12-07 06:31:28 by jwe]
jwe
parents: 5565
diff changeset
3175 Avoid for loop in interleave/deinterleave steps.
80e629357483 [project @ 2005-12-07 06:31:28 by jwe]
jwe
parents: 5565
diff changeset
3176
5565
2eeed655e801 [project @ 2005-12-06 20:38:20 by jwe]
jwe
parents: 5563
diff changeset
3177 2005-12-06 Michael Zeising <michael@michaels-website.de>
2eeed655e801 [project @ 2005-12-06 20:38:20 by jwe]
jwe
parents: 5563
diff changeset
3178
2eeed655e801 [project @ 2005-12-06 20:38:20 by jwe]
jwe
parents: 5563
diff changeset
3179 * audio/wavread.m, audio/wavwrite.m: New files.
2eeed655e801 [project @ 2005-12-06 20:38:20 by jwe]
jwe
parents: 5563
diff changeset
3180
5563
a75de3db5c37 [project @ 2005-12-06 16:29:48 by jwe]
jwe
parents: 5561
diff changeset
3181 2005-12-06 John W. Eaton <jwe@octave.org>
a75de3db5c37 [project @ 2005-12-06 16:29:48 by jwe]
jwe
parents: 5561
diff changeset
3182
a75de3db5c37 [project @ 2005-12-06 16:29:48 by jwe]
jwe
parents: 5561
diff changeset
3183 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array.
a75de3db5c37 [project @ 2005-12-06 16:29:48 by jwe]
jwe
parents: 5561
diff changeset
3184
5560
3c668f44c55a [project @ 2005-12-05 17:46:37 by jwe]
jwe
parents: 5558
diff changeset
3185 2005-12-05 John W. Eaton <jwe@octave.org>
3c668f44c55a [project @ 2005-12-05 17:46:37 by jwe]
jwe
parents: 5558
diff changeset
3186
5561
bdd6e60e54fb [project @ 2005-12-05 17:51:17 by jwe]
jwe
parents: 5560
diff changeset
3187 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line.
5560
3c668f44c55a [project @ 2005-12-05 17:46:37 by jwe]
jwe
parents: 5558
diff changeset
3188
5558
ec7b3ceb4bf2 [project @ 2005-12-03 04:39:26 by jwe]
jwe
parents: 5556
diff changeset
3189 2005-12-02 John W. Eaton <jwe@octave.org>
ec7b3ceb4bf2 [project @ 2005-12-03 04:39:26 by jwe]
jwe
parents: 5556
diff changeset
3190
ec7b3ceb4bf2 [project @ 2005-12-03 04:39:26 by jwe]
jwe
parents: 5556
diff changeset
3191 * miscellaneous/fileattrib.m: New function.
ec7b3ceb4bf2 [project @ 2005-12-03 04:39:26 by jwe]
jwe
parents: 5556
diff changeset
3192
5556
dc24a787b96b [project @ 2005-12-01 20:40:14 by jwe]
jwe
parents: 5555
diff changeset
3193 2005-12-01 John W. Eaton <jwe@octave.org>
dc24a787b96b [project @ 2005-12-01 20:40:14 by jwe]
jwe
parents: 5555
diff changeset
3194
dc24a787b96b [project @ 2005-12-01 20:40:14 by jwe]
jwe
parents: 5555
diff changeset
3195 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x).
dc24a787b96b [project @ 2005-12-01 20:40:14 by jwe]
jwe
parents: 5555
diff changeset
3196 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x).
dc24a787b96b [project @ 2005-12-01 20:40:14 by jwe]
jwe
parents: 5555
diff changeset
3197 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>.
dc24a787b96b [project @ 2005-12-01 20:40:14 by jwe]
jwe
parents: 5555
diff changeset
3198
5555
dbdba35033a6 [project @ 2005-11-30 16:12:04 by jwe]
jwe
parents: 5551
diff changeset
3199 2005-11-30 John W. Eaton <jwe@octave.org>
dbdba35033a6 [project @ 2005-11-30 16:12:04 by jwe]
jwe
parents: 5551
diff changeset
3200
dbdba35033a6 [project @ 2005-11-30 16:12:04 by jwe]
jwe
parents: 5551
diff changeset
3201 * linear-algebra/krylov.m: Format doc string.
dbdba35033a6 [project @ 2005-11-30 16:12:04 by jwe]
jwe
parents: 5551
diff changeset
3202 From Jorge Barros de Abreu <ficmatin01@solar.com.br>.
dbdba35033a6 [project @ 2005-11-30 16:12:04 by jwe]
jwe
parents: 5551
diff changeset
3203
5551
71cfd8fedd5d [project @ 2005-11-30 03:26:50 by jwe]
jwe
parents: 5549
diff changeset
3204 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>
71cfd8fedd5d [project @ 2005-11-30 03:26:50 by jwe]
jwe
parents: 5549
diff changeset
3205
71cfd8fedd5d [project @ 2005-11-30 03:26:50 by jwe]
jwe
parents: 5549
diff changeset
3206 * general/blkdiag.m: Import from octave-forge.
71cfd8fedd5d [project @ 2005-11-30 03:26:50 by jwe]
jwe
parents: 5549
diff changeset
3207 Ignore empty matrices in the input. Add tests.
5549
6db3a5df1eab [project @ 2005-11-30 03:15:19 by jwe]
jwe
parents: 5548
diff changeset
3208
6db3a5df1eab [project @ 2005-11-30 03:15:19 by jwe]
jwe
parents: 5548
diff changeset
3209 * general/isequal.m, general/isequalwithequalnans.m:
6db3a5df1eab [project @ 2005-11-30 03:15:19 by jwe]
jwe
parents: 5548
diff changeset
3210 New wrapper scripts for general/__isequal__.m.
6db3a5df1eab [project @ 2005-11-30 03:15:19 by jwe]
jwe
parents: 5548
diff changeset
3211 * general/__isequal__.m: Rename from general/isequal.m.
6db3a5df1eab [project @ 2005-11-30 03:15:19 by jwe]
jwe
parents: 5548
diff changeset
3212 New arg, nans_compare_equal.
6db3a5df1eab [project @ 2005-11-30 03:15:19 by jwe]
jwe
parents: 5548
diff changeset
3213
5548
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
3214 2005-11-29 John W. Eaton <jwe@octave.org>
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
3215
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
3216 * miscellaneous/ver.m: Use new uname built-in function instead of
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
3217 calling system. Only append octave_forge_string if
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
3218 OCTAVE_FORGE_VERSION exists. Use puts instead of disp.
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
3219 Call license instead of hard-coding license info here.
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
3220
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
3221 * miscellaneous/license.m: Use persistent instead of global for
5654
6aae52010e3b [project @ 2006-03-09 19:04:53 by jwe]
jwe
parents: 5642
diff changeset
3222 __octave_licenses__. Use puts instead of disp.
5548
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
3223 Use getuid and getpwuid instead of calling unix ("id -un").
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
3224 If nargout = 1, return license info instead of printing usage message.
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
3225
5546
3ebf0e35156c [project @ 2005-11-29 17:30:50 by jwe]
jwe
parents: 5545
diff changeset
3226 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
3ebf0e35156c [project @ 2005-11-29 17:30:50 by jwe]
jwe
parents: 5545
diff changeset
3227
3ebf0e35156c [project @ 2005-11-29 17:30:50 by jwe]
jwe
parents: 5545
diff changeset
3228 * miscellaneous/ver.m: New file.
3ebf0e35156c [project @ 2005-11-29 17:30:50 by jwe]
jwe
parents: 5545
diff changeset
3229 * miscellaneous/license.m: New file.
3ebf0e35156c [project @ 2005-11-29 17:30:50 by jwe]
jwe
parents: 5545
diff changeset
3230
5545
c4500e72f503 [project @ 2005-11-23 03:55:08 by jwe]
jwe
parents: 5539
diff changeset
3231 2005-11-22 John W. Eaton <jwe@octave.org>
c4500e72f503 [project @ 2005-11-23 03:55:08 by jwe]
jwe
parents: 5539
diff changeset
3232
c4500e72f503 [project @ 2005-11-23 03:55:08 by jwe]
jwe
parents: 5539
diff changeset
3233 * plot/axis.m: Use %.16g instead of just %g to format ranges for
c4500e72f503 [project @ 2005-11-23 03:55:08 by jwe]
jwe
parents: 5539
diff changeset
3234 gnuplot set command.
c4500e72f503 [project @ 2005-11-23 03:55:08 by jwe]
jwe
parents: 5539
diff changeset
3235
5539
b800ae36fc6a [project @ 2005-11-16 18:45:32 by jwe]
jwe
parents: 5532
diff changeset
3236 2005-11-15 John W. Eaton <jwe@octave.org>
b800ae36fc6a [project @ 2005-11-16 18:45:32 by jwe]
jwe
parents: 5532
diff changeset
3237
b800ae36fc6a [project @ 2005-11-16 18:45:32 by jwe]
jwe
parents: 5532
diff changeset
3238 * general/shiftdim.m: Doc fix.
b800ae36fc6a [project @ 2005-11-16 18:45:32 by jwe]
jwe
parents: 5532
diff changeset
3239
5532
8ad54ce6a831 [project @ 2005-11-07 20:15:23 by jwe]
jwe
parents: 5527
diff changeset
3240 2005-11-07 Keith Goodman <kwgoodman@gmail.com>
8ad54ce6a831 [project @ 2005-11-07 20:15:23 by jwe]
jwe
parents: 5527
diff changeset
3241
8ad54ce6a831 [project @ 2005-11-07 20:15:23 by jwe]
jwe
parents: 5527
diff changeset
3242 * set/unique.m: Doc string fix.
8ad54ce6a831 [project @ 2005-11-07 20:15:23 by jwe]
jwe
parents: 5527
diff changeset
3243
5527
ce71ed4c6da6 [project @ 2005-11-01 22:15:49 by jwe]
jwe
parents: 5518
diff changeset
3244 2005-11-01 John W. Eaton <jwe@octave.org>
ce71ed4c6da6 [project @ 2005-11-01 22:15:49 by jwe]
jwe
parents: 5518
diff changeset
3245
ce71ed4c6da6 [project @ 2005-11-01 22:15:49 by jwe]
jwe
parents: 5518
diff changeset
3246 * Makefile.in (distclean, maintainer-clean):
ce71ed4c6da6 [project @ 2005-11-01 22:15:49 by jwe]
jwe
parents: 5518
diff changeset
3247 Also remove autom4te.cache directory.
ce71ed4c6da6 [project @ 2005-11-01 22:15:49 by jwe]
jwe
parents: 5518
diff changeset
3248 From Quentin Spencer <qspencer@ieee.org>.
ce71ed4c6da6 [project @ 2005-11-01 22:15:49 by jwe]
jwe
parents: 5518
diff changeset
3249
5518
a9bd6c31751f [project @ 2005-10-29 04:26:38 by jwe]
jwe
parents: 5500
diff changeset
3250 2005-10-28 John W. Eaton <jwe@octave.org>
a9bd6c31751f [project @ 2005-10-29 04:26:38 by jwe]
jwe
parents: 5500
diff changeset
3251
a9bd6c31751f [project @ 2005-10-29 04:26:38 by jwe]
jwe
parents: 5500
diff changeset
3252 * general/shiftdim.m: Compatibility fix for row vectors.
a9bd6c31751f [project @ 2005-10-29 04:26:38 by jwe]
jwe
parents: 5500
diff changeset
3253 Correct check for non-scalar non-integer shift. For positive
a9bd6c31751f [project @ 2005-10-29 04:26:38 by jwe]
jwe
parents: 5500
diff changeset
3254 N, shift is remainder of N and number of dims. Always return NS.
a9bd6c31751f [project @ 2005-10-29 04:26:38 by jwe]
jwe
parents: 5500
diff changeset
3255 Simplify.
a9bd6c31751f [project @ 2005-10-29 04:26:38 by jwe]
jwe
parents: 5500
diff changeset
3256
5500
709307492cd7 [project @ 2005-10-18 19:18:21 by jwe]
jwe
parents: 5493
diff changeset
3257 2005-10-18 Keith Goodman <kwgoodman@gmail.com>
709307492cd7 [project @ 2005-10-18 19:18:21 by jwe]
jwe
parents: 5493
diff changeset
3258
709307492cd7 [project @ 2005-10-18 19:18:21 by jwe]
jwe
parents: 5493
diff changeset
3259 * general/randperm.m: Improve compatibility by allowing input
709307492cd7 [project @ 2005-10-18 19:18:21 by jwe]
jwe
parents: 5493
diff changeset
3260 value of zero.
709307492cd7 [project @ 2005-10-18 19:18:21 by jwe]
jwe
parents: 5493
diff changeset
3261
5493
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3262 2005-10-13 John W. Eaton <jwe@octave.org>
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3263
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3264 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m:
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3265 If in multiplot mode, clear plot before issuing new plot command.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3266
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3267 * plot/__setup_plot__.m: New function.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3268 * plot/__plt__.m, plot__errplot__.m: Use it.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3269 Handle multiplot data and offsets here.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3270
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3271 * plot/__plot_globals__.m: Also keep track of multiplot options.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3272 Move initialization to __setup_plot__.m.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3273
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3274 * plot/subplot.m: Multiplot globals now in __plot_globals__.m.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3275 Don't reset gnuplot_command_replot.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3276
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3277 * plot/replot.m: Handle multiplot data and offsets here.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3278 * plot__axis_label__.m, plot/axis.m, plot/grid.m,
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3279 plot/plot_border.m, plot/plot.m, plot/plot_title.m,
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3280 plot/top_title.m: Call replot, not __gnuplot_replot__.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
3281
5489
250917610b55 [project @ 2005-10-12 23:53:36 by jwe]
jwe
parents: 5482
diff changeset
3282 2005-10-12 John W. Eaton <jwe@octave.org>
250917610b55 [project @ 2005-10-12 23:53:36 by jwe]
jwe
parents: 5482
diff changeset
3283
250917610b55 [project @ 2005-10-12 23:53:36 by jwe]
jwe
parents: 5482
diff changeset
3284 * plot/figure.m: Handle __current_figure__, not gnuplot details.
250917610b55 [project @ 2005-10-12 23:53:36 by jwe]
jwe
parents: 5482
diff changeset
3285
5482
6bbfc37975d2 [project @ 2005-10-04 17:17:21 by jwe]
jwe
parents: 5476
diff changeset
3286 2005-10-04 Rafael Laboissiere <rafael@debian.org>
6bbfc37975d2 [project @ 2005-10-04 17:17:21 by jwe]
jwe
parents: 5476
diff changeset
3287
6bbfc37975d2 [project @ 2005-10-04 17:17:21 by jwe]
jwe
parents: 5476
diff changeset
3288 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m,
6bbfc37975d2 [project @ 2005-10-04 17:17:21 by jwe]
jwe
parents: 5476
diff changeset
3289 weibrnd.m: Removed calls and references to deprecated _pdf and
6bbfc37975d2 [project @ 2005-10-04 17:17:21 by jwe]
jwe
parents: 5476
diff changeset
3290 _inv functions.
6bbfc37975d2 [project @ 2005-10-04 17:17:21 by jwe]
jwe
parents: 5476
diff changeset
3291 * chi2pdf.m: Fixed typos in the documentation.
6bbfc37975d2 [project @ 2005-10-04 17:17:21 by jwe]
jwe
parents: 5476
diff changeset
3292
5475
04fa51cb7e90 [project @ 2005-09-28 21:14:47 by jwe]
jwe
parents: 5474
diff changeset
3293 2005-09-28 John W. Eaton <jwe@octave.org>
04fa51cb7e90 [project @ 2005-09-28 21:14:47 by jwe]
jwe
parents: 5474
diff changeset
3294
5476
941f0fc6b596 [project @ 2005-09-29 22:46:07 by jwe]
jwe
parents: 5475
diff changeset
3295 * miscellaneous/single.m: New function.
941f0fc6b596 [project @ 2005-09-29 22:46:07 by jwe]
jwe
parents: 5475
diff changeset
3296
5475
04fa51cb7e90 [project @ 2005-09-28 21:14:47 by jwe]
jwe
parents: 5474
diff changeset
3297 * statistics/base/unidrnd.m: New function.
04fa51cb7e90 [project @ 2005-09-28 21:14:47 by jwe]
jwe
parents: 5474
diff changeset
3298
5474
af90c01ff467 [project @ 2005-09-28 02:30:13 by jwe]
jwe
parents: 5464
diff changeset
3299 2005-09-27 John W. Eaton <jwe@octave.org>
af90c01ff467 [project @ 2005-09-28 02:30:13 by jwe]
jwe
parents: 5464
diff changeset
3300
af90c01ff467 [project @ 2005-09-28 02:30:13 by jwe]
jwe
parents: 5464
diff changeset
3301 * miscellaneous/dir.m: Filename never includes directory part.
af90c01ff467 [project @ 2005-09-28 02:30:13 by jwe]
jwe
parents: 5464
diff changeset
3302
5464
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
3303 2005-09-22 John W. Eaton <jwe@octave.org>
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
3304
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
3305 * polynomial/residue.m: Use logical indexing instead of find..
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
3306
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
3307 2005-09-22 Julius Smith <jos@ccrma.stanford.edu>
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
3308
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
3309 * polynomial/residue.m: Avoid division by zero for pure imaginary
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
3310 and zero poles.
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
3311
5462
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
3312 2005-09-22 Bill Denney <denney@seas.upenn.edu>
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
3313
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
3314 * strings/deblank.m: Handle cell arrays.
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
3315 * strings/split.m: New argument, N, to limit number of splits.
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
3316
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
3317 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl>
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
3318
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
3319 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately.
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
3320
5460
eaedbf469316 [project @ 2005-09-20 19:27:07 by jwe]
jwe
parents: 5459
diff changeset
3321 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu>
eaedbf469316 [project @ 2005-09-20 19:27:07 by jwe]
jwe
parents: 5459
diff changeset
3322
eaedbf469316 [project @ 2005-09-20 19:27:07 by jwe]
jwe
parents: 5459
diff changeset
3323 * control/base/rlocus.m: Doc fix.
eaedbf469316 [project @ 2005-09-20 19:27:07 by jwe]
jwe
parents: 5459
diff changeset
3324
5459
ff40c78cebf0 [project @ 2005-09-20 19:18:34 by jwe]
jwe
parents: 5449
diff changeset
3325 2005-09-20 John W. Eaton <jwe@octave.org>
ff40c78cebf0 [project @ 2005-09-20 19:18:34 by jwe]
jwe
parents: 5449
diff changeset
3326
ff40c78cebf0 [project @ 2005-09-20 19:18:34 by jwe]
jwe
parents: 5449
diff changeset
3327 * general/isvector.m: Improve compatibility.
ff40c78cebf0 [project @ 2005-09-20 19:18:34 by jwe]
jwe
parents: 5449
diff changeset
3328
ff40c78cebf0 [project @ 2005-09-20 19:18:34 by jwe]
jwe
parents: 5449
diff changeset
3329 * general/postpad.m: Allow first argument to be a scalar.
ff40c78cebf0 [project @ 2005-09-20 19:18:34 by jwe]
jwe
parents: 5449
diff changeset
3330 Allow padding to extend dimensionality.
ff40c78cebf0 [project @ 2005-09-20 19:18:34 by jwe]
jwe
parents: 5449
diff changeset
3331 * general/prepad.m: Likewise.
ff40c78cebf0 [project @ 2005-09-20 19:18:34 by jwe]
jwe
parents: 5449
diff changeset
3332
5448
ebe5d7d15522 [project @ 2005-09-14 18:55:04 by jwe]
jwe
parents: 5446
diff changeset
3333 2005-09-14 Daniel <durbano@shbano.com>
ebe5d7d15522 [project @ 2005-09-14 18:55:04 by jwe]
jwe
parents: 5446
diff changeset
3334
ebe5d7d15522 [project @ 2005-09-14 18:55:04 by jwe]
jwe
parents: 5446
diff changeset
3335 * statistics/tests/bartlett_test.m, linear-algebra/cross.m,
5449
7332a98b6de7 [project @ 2005-09-14 19:12:49 by jwe]
jwe
parents: 5448
diff changeset
3336 statistics/distributions/discrete_cdf.m, general/fliplr.m,
7332a98b6de7 [project @ 2005-09-14 19:12:49 by jwe]
jwe
parents: 5448
diff changeset
3337 /control/base/dgram.m: Doc string fixes.
5448
ebe5d7d15522 [project @ 2005-09-14 18:55:04 by jwe]
jwe
parents: 5446
diff changeset
3338 From Jorge Barros de Abreu <ficmatin01@solar.com.br>.
ebe5d7d15522 [project @ 2005-09-14 18:55:04 by jwe]
jwe
parents: 5446
diff changeset
3339
5446
4a00f3a31857 [project @ 2005-09-12 17:18:04 by jwe]
jwe
parents: 5443
diff changeset
3340 2005-09-12 Stefan van der Walt <stefan@sun.ac.za>
4a00f3a31857 [project @ 2005-09-12 17:18:04 by jwe]
jwe
parents: 5443
diff changeset
3341
4a00f3a31857 [project @ 2005-09-12 17:18:04 by jwe]
jwe
parents: 5443
diff changeset
3342 * saveimage.m: Do not ignore most significant bit when writing
4a00f3a31857 [project @ 2005-09-12 17:18:04 by jwe]
jwe
parents: 5443
diff changeset
3343 black and white images to file.
4a00f3a31857 [project @ 2005-09-12 17:18:04 by jwe]
jwe
parents: 5443
diff changeset
3344
5443
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3345 2005-09-07 Bill Denney <denney@seas.upenn.edu>
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3346
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3347 * audio/playaudio.m, control/base/__bodquist__.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3348 control/base/lqg.m, control/obsolete/dezero.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3349 control/system/__syschnamesl__.m, control/system/__sysconcat__.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3350 control/system/c2d.m, control/system/cellidx.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3351 control/system/d2c.m, control/system/dmr2d.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3352 control/system/is_signal_list.m, control/system/listidx.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3353 control/system/ss.m, control/system/sysappend.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3354 control/system/sysconnect.m, control/system/sysdup.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3355 control/system/sysgetsignals.m, control/system/sysidx.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3356 control/system/sysprune.m, control/system/syssetsignals.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3357 control/system/tfout.m, control/system/zpout.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3358 control/util/prompt.m, control/util/sortcom.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3359 control/util/strappend.m, finance/fv.m, finance/nper.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3360 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3361 general/num2str.m, general/repmat.m, general/sortrows.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3362 general/strerror.m, image/colormap.m, image/imshow.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3363 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3364 miscellaneous/fileparts.m, miscellaneous/popen2.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3365 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3366 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3367 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3368 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3369 plot/print.m, plot/title.m, plot/top_title.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3370 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3371 statistics/base/mean.m, statistics/base/moment.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3372 statistics/tests/cor_test.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3373 statistics/tests/kolmogorov_smirnov_test.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3374 statistics/tests/kolmogorov_smirnov_test_2.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3375 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3376 statistics/tests/t_test.m, statistics/tests/t_test_2.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3377 statistics/tests/t_test_regression.m, statistics/tests/u_test.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3378 statistics/tests/var_test.m, statistics/tests/welch_test.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3379 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3380 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3381 strings/deblank.m, strings/dec2base.m, strings/index.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3382 strings/rindex.m, strings/split.m, strings/str2mat.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3383 strings/str2num.m, strings/strcat.m, strings/strcmpi.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3384 strings/strncmp.m, strings/strrep.m, strings/substr.m:
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3385 Avoid deprecated functions. Use ischar instead of isstr. Use
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3386 isvector instead of is_vector. Use isstruct instead of
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3387 is_struct. Use char instead of setstr.
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
3388
5435
66ad03c58880 [project @ 2005-08-31 20:41:47 by jwe]
jwe
parents: 5431
diff changeset
3389 2005-08-31 Daniel <durbano@shbano.com>
66ad03c58880 [project @ 2005-08-31 20:41:47 by jwe]
jwe
parents: 5431
diff changeset
3390
66ad03c58880 [project @ 2005-08-31 20:41:47 by jwe]
jwe
parents: 5431
diff changeset
3391 * special-matrix/invhilb.m, statistics/base/iqr.m,
66ad03c58880 [project @ 2005-08-31 20:41:47 by jwe]
jwe
parents: 5431
diff changeset
3392 control/system/is_controllable.m, set/ismember.m: Doc fixes.
66ad03c58880 [project @ 2005-08-31 20:41:47 by jwe]
jwe
parents: 5431
diff changeset
3393 From Jorge Barros de Abreu <ficmatin01@solar.com.br>.
66ad03c58880 [project @ 2005-08-31 20:41:47 by jwe]
jwe
parents: 5431
diff changeset
3394
5431
6ddb5a7f399e [project @ 2005-08-29 20:48:29 by jwe]
jwe
parents: 5427
diff changeset
3395 2005-08-29 Bill Denney <denney@seas.upenn.edu>
6ddb5a7f399e [project @ 2005-08-29 20:48:29 by jwe]
jwe
parents: 5427
diff changeset
3396
6ddb5a7f399e [project @ 2005-08-29 20:48:29 by jwe]
jwe
parents: 5427
diff changeset
3397 * image/saveimage.m: Open output file in binary mode.
6ddb5a7f399e [project @ 2005-08-29 20:48:29 by jwe]
jwe
parents: 5427
diff changeset
3398
6ddb5a7f399e [project @ 2005-08-29 20:48:29 by jwe]
jwe
parents: 5427
diff changeset
3399 * miscellaneous/bug_report.m: Open prefs file in text mode.
6ddb5a7f399e [project @ 2005-08-29 20:48:29 by jwe]
jwe
parents: 5427
diff changeset
3400
5427
a92afe70fb8d [project @ 2005-08-16 19:49:23 by jwe]
jwe
parents: 5426
diff changeset
3401 2005-08-16 John W. Eaton <jwe@octave.org>
a92afe70fb8d [project @ 2005-08-16 19:49:23 by jwe]
jwe
parents: 5426
diff changeset
3402
a92afe70fb8d [project @ 2005-08-16 19:49:23 by jwe]
jwe
parents: 5426
diff changeset
3403 * miscellaneous/computer.m: Handle optional maxsize and endian
a92afe70fb8d [project @ 2005-08-16 19:49:23 by jwe]
jwe
parents: 5426
diff changeset
3404 outputs.
a92afe70fb8d [project @ 2005-08-16 19:49:23 by jwe]
jwe
parents: 5426
diff changeset
3405
5426
ee16a0a46351 [project @ 2005-08-15 19:59:39 by jwe]
jwe
parents: 5416
diff changeset
3406 2005-08-15 John W. Eaton <jwe@octave.org>
ee16a0a46351 [project @ 2005-08-15 19:59:39 by jwe]
jwe
parents: 5416
diff changeset
3407
ee16a0a46351 [project @ 2005-08-15 19:59:39 by jwe]
jwe
parents: 5416
diff changeset
3408 * strings/strcat.m: Allow single argument.
ee16a0a46351 [project @ 2005-08-15 19:59:39 by jwe]
jwe
parents: 5416
diff changeset
3409
5416
9433f94acd29 [project @ 2005-07-18 18:36:29 by jwe]
jwe
parents: 5413
diff changeset
3410 2005-07-18 John W. Eaton <jwe@octave.org>
9433f94acd29 [project @ 2005-07-18 18:36:29 by jwe]
jwe
parents: 5413
diff changeset
3411
9433f94acd29 [project @ 2005-07-18 18:36:29 by jwe]
jwe
parents: 5413
diff changeset
3412 * strings/strcmp.m: Delete.
9433f94acd29 [project @ 2005-07-18 18:36:29 by jwe]
jwe
parents: 5413
diff changeset
3413
5413
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3414 2005-07-13 John W. Eaton <jwe@octave.org>
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3415
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3416 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3417 versions of Octave.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3418
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3419 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu>
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3420
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3421 * statistics/distributions/betacdf.m: Rename from beta_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3422 * statistics/distributions/betainv.m: Rename from beta_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3423 * statistics/distributions/betapdf.m: Rename from beta_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3424 * statistics/distributions/betarnd.m: Rename from beta_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3425 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3426 * statistics/distributions/binoinv.m: Rename from binomial_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3427 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3428 * statistics/distributions/binornd.m: Rename from binomial_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3429 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3430 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3431 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3432 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3433 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3434 * statistics/distributions/expinv.m: Rename from exponential_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3435 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3436 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3437 * statistics/distributions/fcdf.m: Rename from f_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3438 * statistics/distributions/finv.m: Rename from f_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3439 * statistics/distributions/fpdf.m: Rename from f_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3440 * statistics/distributions/frnd.m: Rename from f_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3441 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3442 * statistics/distributions/gaminv.m: Rename from gamma_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3443 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3444 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3445 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3446 * statistics/distributions/geoinv.m: Rename from geometric_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3447 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3448 * statistics/distributions/geornd.m: Rename from geometric_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3449 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3450 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3451 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3452 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3453 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3454 * statistics/distributions/logninv.m: Rename from lognormal_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3455 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3456 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3457 * statistics/distributions/normcdf.m: Rename from normal_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3458 * statistics/distributions/norminv.m: Rename from normal_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3459 * statistics/distributions/normpdf.m: Rename from normal_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3460 * statistics/distributions/normrnd.m: Rename from normal_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3461 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3462 * statistics/distributions/poissinv.m: Rename from poisson_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3463 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3464 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3465 * statistics/distributions/tcdf.m: Rename from t_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3466 * statistics/distributions/tinv.m: Rename from t_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3467 * statistics/distributions/tpdf.m: Rename from t_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3468 * statistics/distributions/trnd.m: Rename from t_rnd.m.
5431
6ddb5a7f399e [project @ 2005-08-29 20:48:29 by jwe]
jwe
parents: 5427
diff changeset
3469 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m.
5413
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3470 * statistics/distributions/unifinv.m: Rename from uniform_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3471 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3472 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3473 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3474 * statistics/distributions/weibinv.m: Rename from weibull_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3475 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3476 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3477
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3478 * deprecated/beta_cdf.m, deprecated/beta_inv.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3479 deprecated/beta_pdf.m, deprecated/beta_rnd.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3480 deprecated/binomial_cdf.m, deprecated/binomial_inv.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3481 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3482 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3483 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3484 deprecated/exponential_cdf.m, deprecated/exponential_inv.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3485 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3486 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3487 deprecated/f_rnd.m, deprecated/gamma_cdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3488 deprecated/gamma_inv.m, deprecated/gamma_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3489 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3490 deprecated/geometric_inv.m, deprecated/geometric_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3491 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3492 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3493 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3494 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3495 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3496 deprecated/normal_inv.m, deprecated/normal_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3497 deprecated/normal_rnd.m, deprecated/poisson_cdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3498 deprecated/poisson_inv.m, deprecated/poisson_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3499 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3500 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3501 deprecated/uniform_inv.m, deprecated/uniform_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3502 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3503 deprecated/weibull_inv.m, deprecated/weibull_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3504 deprecated/wiener_rnd.m: New files.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
3505
5408
9461ff9278fb [project @ 2005-07-08 15:46:15 by jwe]
jwe
parents: 5407
diff changeset
3506 2005-07-08 John W. Eaton <jwe@octave.org>
9461ff9278fb [project @ 2005-07-08 15:46:15 by jwe]
jwe
parents: 5407
diff changeset
3507
9461ff9278fb [project @ 2005-07-08 15:46:15 by jwe]
jwe
parents: 5407
diff changeset
3508 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m.
9461ff9278fb [project @ 2005-07-08 15:46:15 by jwe]
jwe
parents: 5407
diff changeset
3509 * deprecated/weibull_rnd.m: New file.
9461ff9278fb [project @ 2005-07-08 15:46:15 by jwe]
jwe
parents: 5407
diff changeset
3510
5407
2911127d0fe7 [project @ 2005-07-08 15:37:30 by jwe]
jwe
parents: 5406
diff changeset
3511 2005-07-08 cctsim <cctsim@yahoo.co.uk>
2911127d0fe7 [project @ 2005-07-08 15:37:30 by jwe]
jwe
parents: 5406
diff changeset
3512
2911127d0fe7 [project @ 2005-07-08 15:37:30 by jwe]
jwe
parents: 5406
diff changeset
3513 * strings/dec2base.m: Allow matrix arguments.
2911127d0fe7 [project @ 2005-07-08 15:37:30 by jwe]
jwe
parents: 5406
diff changeset
3514
5406
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
3515 2005-07-08 John W. Eaton <jwe@octave.org>
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
3516
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
3517 * plot/__errplot__.m: Use __plot_globals__.
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
3518 * plot/__plt__.m: Likewise.
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
3519 * plot/figure.m: Likewise.
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
3520
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
3521 * plot/hold.m: New file.
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
3522 * plot/ishold.m: New file.
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
3523 * plot/__plot_globals__.m: New file.
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
3524
5400
c7e3cf2fce3e [project @ 2005-07-05 15:01:32 by jwe]
jwe
parents: 5399
diff changeset
3525 2005-07-05 cctsim <cctsim@yahoo.co.uk>
c7e3cf2fce3e [project @ 2005-07-05 15:01:32 by jwe]
jwe
parents: 5399
diff changeset
3526
c7e3cf2fce3e [project @ 2005-07-05 15:01:32 by jwe]
jwe
parents: 5399
diff changeset
3527 * strings/dec2base.m: Don't remove all leading zeros if result is zero.
c7e3cf2fce3e [project @ 2005-07-05 15:01:32 by jwe]
jwe
parents: 5399
diff changeset
3528
c7e3cf2fce3e [project @ 2005-07-05 15:01:32 by jwe]
jwe
parents: 5399
diff changeset
3529 2005-07-05 John W. Eaton <jwe@octave.org>
c7e3cf2fce3e [project @ 2005-07-05 15:01:32 by jwe]
jwe
parents: 5399
diff changeset
3530
c7e3cf2fce3e [project @ 2005-07-05 15:01:32 by jwe]
jwe
parents: 5399
diff changeset
3531 * strings/findstr.m: Return [] for no matches.
c7e3cf2fce3e [project @ 2005-07-05 15:01:32 by jwe]
jwe
parents: 5399
diff changeset
3532
5399
db34dff19947 [project @ 2005-06-17 21:16:20 by jwe]
jwe
parents: 5395
diff changeset
3533 2005-06-17 Keith Goodman <kwgoodman@gmail.com>
db34dff19947 [project @ 2005-06-17 21:16:20 by jwe]
jwe
parents: 5395
diff changeset
3534
db34dff19947 [project @ 2005-06-17 21:16:20 by jwe]
jwe
parents: 5395
diff changeset
3535 * miscellaneous/tic.m: Fix doc string.
db34dff19947 [project @ 2005-06-17 21:16:20 by jwe]
jwe
parents: 5395
diff changeset
3536
5395
8db4eb48f546 [project @ 2005-06-16 20:19:18 by jwe]
jwe
parents: 5393
diff changeset
3537 2005-06-15 John W. Eaton <jwe@octave.org>
8db4eb48f546 [project @ 2005-06-16 20:19:18 by jwe]
jwe
parents: 5393
diff changeset
3538
8db4eb48f546 [project @ 2005-06-16 20:19:18 by jwe]
jwe
parents: 5393
diff changeset
3539 * polynomial/polyfit.m: Force return value to be a row vector.
8db4eb48f546 [project @ 2005-06-16 20:19:18 by jwe]
jwe
parents: 5393
diff changeset
3540
5393
c8783205a7c6 [project @ 2005-06-15 17:03:54 by jwe]
jwe
parents: 5388
diff changeset
3541 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov>
c8783205a7c6 [project @ 2005-06-15 17:03:54 by jwe]
jwe
parents: 5388
diff changeset
3542
c8783205a7c6 [project @ 2005-06-15 17:03:54 by jwe]
jwe
parents: 5388
diff changeset
3543 * general/isequal.m: Correct nargin check.
c8783205a7c6 [project @ 2005-06-15 17:03:54 by jwe]
jwe
parents: 5388
diff changeset
3544
5388
7099eb9841b4 [project @ 2005-06-14 20:04:31 by jwe]
jwe
parents: 5381
diff changeset
3545 2005-06-14 John W. Eaton <jwe@octave.org>
7099eb9841b4 [project @ 2005-06-14 20:04:31 by jwe]
jwe
parents: 5381
diff changeset
3546
7099eb9841b4 [project @ 2005-06-14 20:04:31 by jwe]
jwe
parents: 5381
diff changeset
3547 * general/isvector.m: Handle N-d arrays.
7099eb9841b4 [project @ 2005-06-14 20:04:31 by jwe]
jwe
parents: 5381
diff changeset
3548 From Bill Denney <denney@seas.upenn.edu>.
7099eb9841b4 [project @ 2005-06-14 20:04:31 by jwe]
jwe
parents: 5381
diff changeset
3549
5381
75f308189a05 [project @ 2005-06-05 13:19:20 by jwe]
jwe
parents: 5378
diff changeset
3550 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu>
75f308189a05 [project @ 2005-06-05 13:19:20 by jwe]
jwe
parents: 5378
diff changeset
3551
75f308189a05 [project @ 2005-06-05 13:19:20 by jwe]
jwe
parents: 5378
diff changeset
3552 * plot/meshgrid.m: Handle 3 input arguments.
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3553
5377
bd4ee620c38a [project @ 2005-06-02 15:42:39 by jwe]
jwe
parents: 5373
diff changeset
3554 2005-06-02 Paul Kienzle <pkienzle@users.sf.net>
bd4ee620c38a [project @ 2005-06-02 15:42:39 by jwe]
jwe
parents: 5373
diff changeset
3555
bd4ee620c38a [project @ 2005-06-02 15:42:39 by jwe]
jwe
parents: 5373
diff changeset
3556 * signal/freqz.m: Use correct calculations when given a vector of
bd4ee620c38a [project @ 2005-06-02 15:42:39 by jwe]
jwe
parents: 5373
diff changeset
3557 frequencies. Improve accuracy of returned frequency vector.
bd4ee620c38a [project @ 2005-06-02 15:42:39 by jwe]
jwe
parents: 5373
diff changeset
3558 Improve speed for medium length filters (at a slight cost for slow
bd4ee620c38a [project @ 2005-06-02 15:42:39 by jwe]
jwe
parents: 5373
diff changeset
3559 filters). Add test cases.
bd4ee620c38a [project @ 2005-06-02 15:42:39 by jwe]
jwe
parents: 5373
diff changeset
3560
5373
eabc8e96c006 [project @ 2005-05-27 13:25:22 by jwe]
jwe
parents: 5372
diff changeset
3561 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com>
eabc8e96c006 [project @ 2005-05-27 13:25:22 by jwe]
jwe
parents: 5372
diff changeset
3562
eabc8e96c006 [project @ 2005-05-27 13:25:22 by jwe]
jwe
parents: 5372
diff changeset
3563 * plot/loglog.m: Fix set commands.
eabc8e96c006 [project @ 2005-05-27 13:25:22 by jwe]
jwe
parents: 5372
diff changeset
3564
5381
75f308189a05 [project @ 2005-06-05 13:19:20 by jwe]
jwe
parents: 5378
diff changeset
3565 2005-05-25 John W. Eaton <jwe@octave.org>
75f308189a05 [project @ 2005-06-05 13:19:20 by jwe]
jwe
parents: 5378
diff changeset
3566
75f308189a05 [project @ 2005-06-05 13:19:20 by jwe]
jwe
parents: 5378
diff changeset
3567 * plot/sombrero.m: Default n to 41 if nargin == 0.
75f308189a05 [project @ 2005-06-05 13:19:20 by jwe]
jwe
parents: 5378
diff changeset
3568
5371
30b2b6ef8597 [project @ 2005-05-24 15:24:37 by jwe]
jwe
parents: 5366
diff changeset
3569 2005-05-24 John W. Eaton <jwe@octave.org>
30b2b6ef8597 [project @ 2005-05-24 15:24:37 by jwe]
jwe
parents: 5366
diff changeset
3570
5373
eabc8e96c006 [project @ 2005-05-27 13:25:22 by jwe]
jwe
parents: 5372
diff changeset
3571 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean.
eabc8e96c006 [project @ 2005-05-27 13:25:22 by jwe]
jwe
parents: 5372
diff changeset
3572
5372
b4485a3ce01b [project @ 2005-05-24 15:36:45 by jwe]
jwe
parents: 5371
diff changeset
3573 * strings/strncmp.m: New file, from Tom Holroyd
b4485a3ce01b [project @ 2005-05-24 15:36:45 by jwe]
jwe
parents: 5371
diff changeset
3574 <tomh@kurage.nimh.nih.gov>.
b4485a3ce01b [project @ 2005-05-24 15:36:45 by jwe]
jwe
parents: 5371
diff changeset
3575
5371
30b2b6ef8597 [project @ 2005-05-24 15:24:37 by jwe]
jwe
parents: 5366
diff changeset
3576 * strings/strcmp.m: Return logical values in all cases.
30b2b6ef8597 [project @ 2005-05-24 15:24:37 by jwe]
jwe
parents: 5366
diff changeset
3577
5366
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
3578 2005-05-23 John W. Eaton <jwe@octave.org>
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
3579
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
3580 * plot/orient.m: New file. Adapt to Octave coding style.
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
3581 Texinfoize doc string.
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
3582
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
3583 * plot/print.m: New file. Adapt to Octave coding style. Include
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
3584 PKG_ADD command. Use set terminal consistently throughout. Use
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
3585 set terminal push/pop and unconditionally set output to screen
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
3586 when done to avoid requiring gget. Use a cell array for dev_list
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
3587 and cellidx to search for items in the list. Delete local
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
3588 variable endl. Don't set and restore automatic_replot. Use {}
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
3589 instead of nth to index varargin. Delete local variable
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
3590 va_arg_cnt.
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
3591
5355
cf44c749ba52 [project @ 2005-05-18 11:43:37 by jwe]
jwe
parents: 5348
diff changeset
3592 2005-05-18 John W. Eaton <jwe@octave.org>
cf44c749ba52 [project @ 2005-05-18 11:43:37 by jwe]
jwe
parents: 5348
diff changeset
3593
cf44c749ba52 [project @ 2005-05-18 11:43:37 by jwe]
jwe
parents: 5348
diff changeset
3594 * general/num2str.m: Return early if X is a character string.
cf44c749ba52 [project @ 2005-05-18 11:43:37 by jwe]
jwe
parents: 5348
diff changeset
3595
5347
679cc8fec408 [project @ 2005-05-11 16:34:11 by jwe]
jwe
parents: 5333
diff changeset
3596 2005-05-11 John W. Eaton <jwe@octave.org>
679cc8fec408 [project @ 2005-05-11 16:34:11 by jwe]
jwe
parents: 5333
diff changeset
3597
5348
b3ba123faec8 [project @ 2005-05-11 17:11:48 by jwe]
jwe
parents: 5347
diff changeset
3598 * strings/findstr.m: Allow non-string arguments for compatiblity.
b3ba123faec8 [project @ 2005-05-11 17:11:48 by jwe]
jwe
parents: 5347
diff changeset
3599 From Tom Holroyd <tomh@kurage.nimh.nih.gov>.
b3ba123faec8 [project @ 2005-05-11 17:11:48 by jwe]
jwe
parents: 5347
diff changeset
3600
5347
679cc8fec408 [project @ 2005-05-11 16:34:11 by jwe]
jwe
parents: 5333
diff changeset
3601 * plot/polar.m: Don't call __pltopt__ here.
679cc8fec408 [project @ 2005-05-11 16:34:11 by jwe]
jwe
parents: 5333
diff changeset
3602
5333
ac8d64b9e76a [project @ 2005-05-02 18:15:20 by jwe]
jwe
parents: 5319
diff changeset
3603 2005-05-02 John W. Eaton <jwe@octave.org>
ac8d64b9e76a [project @ 2005-05-02 18:15:20 by jwe]
jwe
parents: 5319
diff changeset
3604
ac8d64b9e76a [project @ 2005-05-02 18:15:20 by jwe]
jwe
parents: 5319
diff changeset
3605 * mkdoc: Print header message.
ac8d64b9e76a [project @ 2005-05-02 18:15:20 by jwe]
jwe
parents: 5319
diff changeset
3606
5319
96c30dd80ef5 [project @ 2005-04-28 22:25:06 by jwe]
jwe
parents: 5318
diff changeset
3607 2005-04-28 John W. Eaton <jwe@octave.org>
96c30dd80ef5 [project @ 2005-04-28 22:25:06 by jwe]
jwe
parents: 5318
diff changeset
3608
96c30dd80ef5 [project @ 2005-04-28 22:25:06 by jwe]
jwe
parents: 5318
diff changeset
3609 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not
96c30dd80ef5 [project @ 2005-04-28 22:25:06 by jwe]
jwe
parents: 5318
diff changeset
3610 startup/octaverc.
96c30dd80ef5 [project @ 2005-04-28 22:25:06 by jwe]
jwe
parents: 5318
diff changeset
3611
5318
9a72639b62a7 [project @ 2005-04-28 18:44:27 by jwe]
jwe
parents: 5317
diff changeset
3612 2005-04-28 Stefan van der Walt <stefan@sun.ac.za>
9a72639b62a7 [project @ 2005-04-28 18:44:27 by jwe]
jwe
parents: 5317
diff changeset
3613
9a72639b62a7 [project @ 2005-04-28 18:44:27 by jwe]
jwe
parents: 5317
diff changeset
3614 * image/imshow.m: Handle various image depths and 3d RGB images.
9a72639b62a7 [project @ 2005-04-28 18:44:27 by jwe]
jwe
parents: 5317
diff changeset
3615 (__im_numeric_limits__): New internal function.
9a72639b62a7 [project @ 2005-04-28 18:44:27 by jwe]
jwe
parents: 5317
diff changeset
3616
5317
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3617 2005-04-28 toni saarela <toni.saarela@helsinki.fi>
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3618
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3619 * statistics/tests/anova.m: Compute total_mean as mean of all
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3620 data, not mean of group_mean.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3621
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3622 2005-04-28 John W. Eaton <jwe@octave.org>
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3623
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3624 * startup/local-rcfile: New file.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3625 * startup/main-rcfile: Rename from startup/octaverc.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3626 * startup/Makefile.in (SOURCES): Add inputrc to the list.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3627 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3628 Install local-rcfile in $(localfcnfiledir)/startup.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3629
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3630 2005-04-28 Keith Goodman <kwgoodman@gmail.com>
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3631
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3632 * startup/inputrc: New file.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3633 * startup/octaverc: Configure readline using inputrc from
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3634 startupfiledir.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3635 * startup/Makefile.in (install, install-strip): Install octaverc
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3636 in $(fcnfiledir)/startup.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
3637
5310
2fbcdc356fc7 [project @ 2005-04-27 15:38:53 by jwe]
jwe
parents: 5289
diff changeset
3638 2005-04-27 John W. Eaton <jwe@octave.org>
2fbcdc356fc7 [project @ 2005-04-27 15:38:53 by jwe]
jwe
parents: 5289
diff changeset
3639
2fbcdc356fc7 [project @ 2005-04-27 15:38:53 by jwe]
jwe
parents: 5289
diff changeset
3640 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain.
2fbcdc356fc7 [project @ 2005-04-27 15:38:53 by jwe]
jwe
parents: 5289
diff changeset
3641
5289
b98bf1d70a0a [project @ 2005-04-21 14:43:14 by jwe]
jwe
parents: 5276
diff changeset
3642 2005-04-21 John W. Eaton <jwe@octave.org>
b98bf1d70a0a [project @ 2005-04-21 14:43:14 by jwe]
jwe
parents: 5276
diff changeset
3643
b98bf1d70a0a [project @ 2005-04-21 14:43:14 by jwe]
jwe
parents: 5276
diff changeset
3644 * optimization/glpk.m: Handle SENSE argument.
b98bf1d70a0a [project @ 2005-04-21 14:43:14 by jwe]
jwe
parents: 5276
diff changeset
3645
b98bf1d70a0a [project @ 2005-04-21 14:43:14 by jwe]
jwe
parents: 5276
diff changeset
3646 * optimization/qp.m, optimization/sqp.m: New files.
b98bf1d70a0a [project @ 2005-04-21 14:43:14 by jwe]
jwe
parents: 5276
diff changeset
3647
5276
233140bc8068 [project @ 2005-04-08 16:58:34 by jwe]
jwe
parents: 5253
diff changeset
3648 2005-04-08 John W. Eaton <jwe@octave.org>
233140bc8068 [project @ 2005-04-08 16:58:34 by jwe]
jwe
parents: 5253
diff changeset
3649
233140bc8068 [project @ 2005-04-08 16:58:34 by jwe]
jwe
parents: 5253
diff changeset
3650 * Makefile.in (clean, distclean, maintainer-clean):
233140bc8068 [project @ 2005-04-08 16:58:34 by jwe]
jwe
parents: 5253
diff changeset
3651 Avoid duplication in rules.
233140bc8068 [project @ 2005-04-08 16:58:34 by jwe]
jwe
parents: 5253
diff changeset
3652
5252
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3653 2005-03-28 John W. Eaton <jwe@octave.org>
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3654
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3655 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3656 setting {no,}parametric.
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3657 * plot/figure.m: Likewise, for setting terminal type.
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3658
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3659 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3660 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3661 plot/plot_border.m, plot/subplot.m, plot/subwindow.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3662 plot/title.m, plot/top_title.m: Avoid eval.
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3663
5251
454e3c98300d [project @ 2005-03-28 16:05:51 by jwe]
jwe
parents: 5244
diff changeset
3664 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com>
454e3c98300d [project @ 2005-03-28 16:05:51 by jwe]
jwe
parents: 5244
diff changeset
3665
5253
6b91c98e3db0 [project @ 2005-03-28 18:56:56 by jwe]
jwe
parents: 5252
diff changeset
3666 * plot/__axis_label__.m, plot/axis.m, plot/grid.m,
6b91c98e3db0 [project @ 2005-03-28 18:56:56 by jwe]
jwe
parents: 5252
diff changeset
3667 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m:
6b91c98e3db0 [project @ 2005-03-28 18:56:56 by jwe]
jwe
parents: 5252
diff changeset
3668 Use __gnuplot_replot__ instead of replot.
6b91c98e3db0 [project @ 2005-03-28 18:56:56 by jwe]
jwe
parents: 5252
diff changeset
3669
5252
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3670 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3671 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3672 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3673 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3674 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3675 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3676 plot/subwindow.m, plot/title.m, plot/top_title.m:
5654
6aae52010e3b [project @ 2006-03-09 19:04:53 by jwe]
jwe
parents: 5642
diff changeset
3677 Use __gnuplot_raw__ instead of __gnuplot_set__.
5252
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
3678
5251
454e3c98300d [project @ 2005-03-28 16:05:51 by jwe]
jwe
parents: 5244
diff changeset
3679 * plot/replot.m: Use __gnuplot_replot__, not __greplot__.
454e3c98300d [project @ 2005-03-28 16:05:51 by jwe]
jwe
parents: 5244
diff changeset
3680
5244
a34c3c5c37cf [project @ 2005-03-25 03:29:52 by jwe]
jwe
parents: 5243
diff changeset
3681 2005-03-24 John W. Eaton <jwe@octave.org>
a34c3c5c37cf [project @ 2005-03-25 03:29:52 by jwe]
jwe
parents: 5243
diff changeset
3682
a34c3c5c37cf [project @ 2005-03-25 03:29:52 by jwe]
jwe
parents: 5243
diff changeset
3683 * optimization/glpkmex.m: Texinfoize Doc string.
a34c3c5c37cf [project @ 2005-03-25 03:29:52 by jwe]
jwe
parents: 5243
diff changeset
3684 * optimization/glpk.m: Likewise.
a34c3c5c37cf [project @ 2005-03-25 03:29:52 by jwe]
jwe
parents: 5243
diff changeset
3685 Allow VARTYPE and CTYPE to be row or column vectors of characters
a34c3c5c37cf [project @ 2005-03-25 03:29:52 by jwe]
jwe
parents: 5243
diff changeset
3686 (row vectors are orginary character strings).
a34c3c5c37cf [project @ 2005-03-25 03:29:52 by jwe]
jwe
parents: 5243
diff changeset
3687 * optimization/glpkparam.m: Delete.
a34c3c5c37cf [project @ 2005-03-25 03:29:52 by jwe]
jwe
parents: 5243
diff changeset
3688
5243
28c69e8c0e85 [project @ 2005-03-24 06:36:02 by jwe]
jwe
parents: 5239
diff changeset
3689 2005-03-24 Quentin Spencer <qspencer@ieee.org>
28c69e8c0e85 [project @ 2005-03-24 06:36:02 by jwe]
jwe
parents: 5239
diff changeset
3690
28c69e8c0e85 [project @ 2005-03-24 06:36:02 by jwe]
jwe
parents: 5239
diff changeset
3691 * statistics/base/mean.m: Allow DIMS arg greater than the number
28c69e8c0e85 [project @ 2005-03-24 06:36:02 by jwe]
jwe
parents: 5239
diff changeset
3692 of dimensions of X.
28c69e8c0e85 [project @ 2005-03-24 06:36:02 by jwe]
jwe
parents: 5239
diff changeset
3693
5237
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
3694 2005-03-23 John W. Eaton <jwe@octave.org>
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
3695
5239
8a7224914e16 [project @ 2005-03-24 00:37:15 by jwe]
jwe
parents: 5237
diff changeset
3696 * general/tril.m, general/triu.m: Return value of same class as
8a7224914e16 [project @ 2005-03-24 00:37:15 by jwe]
jwe
parents: 5237
diff changeset
3697 argument.
8a7224914e16 [project @ 2005-03-24 00:37:15 by jwe]
jwe
parents: 5237
diff changeset
3698
5237
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
3699 * optimization/glpk.m: Simplify interface. By default, solve
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
3700 standard LP min C'*x s.t. A*x = b, x >= 0.
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
3701 * optimization/glpkmex.m: New file.
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
3702
5232
9b776f5a33eb [project @ 2005-03-22 16:16:30 by jwe]
jwe
parents: 5218
diff changeset
3703 2005-03-22 John W. Eaton <jwe@octave.org>
9b776f5a33eb [project @ 2005-03-22 16:16:30 by jwe]
jwe
parents: 5218
diff changeset
3704
5237
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
3705 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
3706 list.
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
3707
5233
bdf892d3b024 [project @ 2005-03-22 17:44:31 by jwe]
jwe
parents: 5232
diff changeset
3708 * optimization/glpk.m: Adapt to Octave coding style.
bdf892d3b024 [project @ 2005-03-22 17:44:31 by jwe]
jwe
parents: 5232
diff changeset
3709 No need for varargout or varargin.
bdf892d3b024 [project @ 2005-03-22 17:44:31 by jwe]
jwe
parents: 5232
diff changeset
3710 Print usage message if nargin > 11.
bdf892d3b024 [project @ 2005-03-22 17:44:31 by jwe]
jwe
parents: 5232
diff changeset
3711 Allow any value of nargout.
bdf892d3b024 [project @ 2005-03-22 17:44:31 by jwe]
jwe
parents: 5232
diff changeset
3712 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)).
bdf892d3b024 [project @ 2005-03-22 17:44:31 by jwe]
jwe
parents: 5232
diff changeset
3713 Avoid looping when checking character classes.
bdf892d3b024 [project @ 2005-03-22 17:44:31 by jwe]
jwe
parents: 5232
diff changeset
3714
5232
9b776f5a33eb [project @ 2005-03-22 16:16:30 by jwe]
jwe
parents: 5218
diff changeset
3715 * optimization: New directory.
9b776f5a33eb [project @ 2005-03-22 16:16:30 by jwe]
jwe
parents: 5218
diff changeset
3716 * Makefile.in (SUBDIRS): Add it to the list.
9b776f5a33eb [project @ 2005-03-22 16:16:30 by jwe]
jwe
parents: 5218
diff changeset
3717 * optimization/Makefile.in: New file.
9b776f5a33eb [project @ 2005-03-22 16:16:30 by jwe]
jwe
parents: 5218
diff changeset
3718 * optimization/glpk.m, optimization/glpkparams.m,
9b776f5a33eb [project @ 2005-03-22 16:16:30 by jwe]
jwe
parents: 5218
diff changeset
3719 optimization/glpktest1, optimization/glpktest2: New files.
9b776f5a33eb [project @ 2005-03-22 16:16:30 by jwe]
jwe
parents: 5218
diff changeset
3720
5218
4d036412ccca [project @ 2005-03-16 20:30:04 by jwe]
jwe
parents: 5217
diff changeset
3721 2005-03-16 Soren Hauberg <soren@hauberg.org>
4d036412ccca [project @ 2005-03-16 20:30:04 by jwe]
jwe
parents: 5217
diff changeset
3722
4d036412ccca [project @ 2005-03-16 20:30:04 by jwe]
jwe
parents: 5217
diff changeset
3723 * strings/split.m: Quick return for empty second arg.
4d036412ccca [project @ 2005-03-16 20:30:04 by jwe]
jwe
parents: 5217
diff changeset
3724 Improve warning for multi-line strings.
4d036412ccca [project @ 2005-03-16 20:30:04 by jwe]
jwe
parents: 5217
diff changeset
3725 Speed up by avoiding sprintf in loop and eval.
4d036412ccca [project @ 2005-03-16 20:30:04 by jwe]
jwe
parents: 5217
diff changeset
3726
5217
e88886a6934d [project @ 2005-03-16 20:03:01 by jwe]
jwe
parents: 5215
diff changeset
3727 2005-03-16 Paul Kienzle <pkienzle@users.sf.net>
e88886a6934d [project @ 2005-03-16 20:03:01 by jwe]
jwe
parents: 5215
diff changeset
3728
e88886a6934d [project @ 2005-03-16 20:03:01 by jwe]
jwe
parents: 5215
diff changeset
3729 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms.
e88886a6934d [project @ 2005-03-16 20:03:01 by jwe]
jwe
parents: 5215
diff changeset
3730 * polynomial/polyder.m: Ditto.
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
3731 * polynomial/polygcd.m: New function.
5217
e88886a6934d [project @ 2005-03-16 20:03:01 by jwe]
jwe
parents: 5215
diff changeset
3732
5214
eecc24b92d97 [project @ 2005-03-16 17:14:12 by jwe]
jwe
parents: 5205
diff changeset
3733 2005-03-16 John W. Eaton <jwe@octave.org>
eecc24b92d97 [project @ 2005-03-16 17:14:12 by jwe]
jwe
parents: 5205
diff changeset
3734
5215
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3735 * control/base/__stepimp__.m, control/base/bode.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3736 control/base/frdemo.m, control/base/nichols.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3737 control/base/nyquist.m, control/base/pzmap.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3738 control/base/rldemo.m, control/base/rlocus.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3739 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3740 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3741 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3742 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3743 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3744 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3745 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3746 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3747 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3748 plot/xlabel.m, quaternion/demoquat.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3749 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3750 statistics/base/ppplot.m, statistics/base/qqplot.m:
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3751 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3752 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
3753 gsplot from @seealso docs.
5214
eecc24b92d97 [project @ 2005-03-16 17:14:12 by jwe]
jwe
parents: 5205
diff changeset
3754
eecc24b92d97 [project @ 2005-03-16 17:14:12 by jwe]
jwe
parents: 5205
diff changeset
3755 * plot/replot.m: New file.
eecc24b92d97 [project @ 2005-03-16 17:14:12 by jwe]
jwe
parents: 5205
diff changeset
3756
5205
59592dcbb5d8 [project @ 2005-03-15 16:04:56 by jwe]
jwe
parents: 5196
diff changeset
3757 2005-03-15 David Bateman <dbateman@free.fr>
59592dcbb5d8 [project @ 2005-03-15 16:04:56 by jwe]
jwe
parents: 5196
diff changeset
3758
59592dcbb5d8 [project @ 2005-03-15 16:04:56 by jwe]
jwe
parents: 5196
diff changeset
3759 * set/unique.m, set/ismember.m: Handle cell arrays.
59592dcbb5d8 [project @ 2005-03-15 16:04:56 by jwe]
jwe
parents: 5196
diff changeset
3760
5196
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5195
diff changeset
3761 2005-03-09 John W. Eaton <jwe@octave.org>
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5195
diff changeset
3762
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5195
diff changeset
3763 * statistics/Makefile.in (bin-dist): Delete target.
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5195
diff changeset
3764 (BINDISTSUBDIRS): Delete variable.
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
3765 * control/Makefile.in: Likewise.
5196
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5195
diff changeset
3766
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3767 * audio/Makefile.in (bin-dist): Delete target.
5196
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5195
diff changeset
3768 (BINDISTFILES): Delete variable.
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3769 * control/base/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3770 * control/hinf/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3771 * control/obsolete/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3772 * control/system/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3773 * control/util/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3774 * deprecated/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3775 * elfun/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3776 * finance/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3777 * general/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3778 * image/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3779 * sparse/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3780 * io/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3781 * plot/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3782 * Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3783 * miscellaneous/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3784 * linear-algebra/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3785 * polynomial/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3786 * quaternion/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3787 * set/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3788 * signal/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3789 * specfun/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3790 * special-matrix/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3791 * startup/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3792 * statistics/base/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3793 * statistics/distributions/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3794 * statistics/models/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3795 * statistics/tests/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3796 * strings/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
3797 * time/Makefile.in: Likewise.
5196
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5195
diff changeset
3798
5195
5208182e2e62 [project @ 2005-03-08 19:04:12 by jwe]
jwe
parents: 5193
diff changeset
3799 2005-03-08 John W. Eaton <jwe@octave.org>
5208182e2e62 [project @ 2005-03-08 19:04:12 by jwe]
jwe
parents: 5193
diff changeset
3800
5208182e2e62 [project @ 2005-03-08 19:04:12 by jwe]
jwe
parents: 5193
diff changeset
3801 * general/repmat.m: Correctly diagnose 3-argument non-scalar
5208182e2e62 [project @ 2005-03-08 19:04:12 by jwe]
jwe
parents: 5193
diff changeset
3802 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>.
5208182e2e62 [project @ 2005-03-08 19:04:12 by jwe]
jwe
parents: 5193
diff changeset
3803
5192
a6ad58b1c46f [project @ 2005-03-04 05:25:35 by jwe]
jwe
parents: 5181
diff changeset
3804 2005-03-04 John W. Eaton <jwe@octave.org>
a6ad58b1c46f [project @ 2005-03-04 05:25:35 by jwe]
jwe
parents: 5181
diff changeset
3805
a6ad58b1c46f [project @ 2005-03-04 05:25:35 by jwe]
jwe
parents: 5181
diff changeset
3806 * plot/clg.m: New file.
a6ad58b1c46f [project @ 2005-03-04 05:25:35 by jwe]
jwe
parents: 5181
diff changeset
3807
5193
40d1282dda33 [project @ 2005-03-04 14:09:49 by jwe]
jwe
parents: 5192
diff changeset
3808 2005-03-03 John W. Eaton <jwe@octave.org>
40d1282dda33 [project @ 2005-03-04 14:09:49 by jwe]
jwe
parents: 5192
diff changeset
3809
40d1282dda33 [project @ 2005-03-04 14:09:49 by jwe]
jwe
parents: 5192
diff changeset
3810 * general/isequal.m, general/sortrows.m, set/ismember.m,
40d1282dda33 [project @ 2005-03-04 14:09:49 by jwe]
jwe
parents: 5192
diff changeset
3811 set/setdiff.m, strings/str2double.m, strings/strmatch.m,
40d1282dda33 [project @ 2005-03-04 14:09:49 by jwe]
jwe
parents: 5192
diff changeset
3812 strings/strcmpi.m:
40d1282dda33 [project @ 2005-03-04 14:09:49 by jwe]
jwe
parents: 5192
diff changeset
3813 New files from Octave-forge. Adapt to Octave coding standards.
40d1282dda33 [project @ 2005-03-04 14:09:49 by jwe]
jwe
parents: 5192
diff changeset
3814
5181
41cd70503c72 [project @ 2005-03-03 05:49:55 by jwe]
jwe
parents: 5164
diff changeset
3815 2005-03-03 Paul Kienzle <pkienzle@users.sf.net>
41cd70503c72 [project @ 2005-03-03 05:49:55 by jwe]
jwe
parents: 5164
diff changeset
3816
41cd70503c72 [project @ 2005-03-03 05:49:55 by jwe]
jwe
parents: 5164
diff changeset
3817 * statistics/distributions/binomial_pdf.m: Extend the feasible
41cd70503c72 [project @ 2005-03-03 05:49:55 by jwe]
jwe
parents: 5164
diff changeset
3818 computation range.
41cd70503c72 [project @ 2005-03-03 05:49:55 by jwe]
jwe
parents: 5164
diff changeset
3819
5164
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3820 2005-02-25 John W. Eaton <jwe@octave.org>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3821
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3822 Sparse merge.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3823
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3824 2005-01-23 David Bateman <dbateman@free.fr>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3825
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3826 * sparse/randperm.m: Delete duplicate randperm.m.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3827
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3828 2005-01-10 John W. Eaton <jwe@octave.org>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3829
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3830 * sparse/Makefile.in: New file.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3831 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3832
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3833 2005-01-07 David Bateman <dbateman@free.fr>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3834
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3835 * set/unique.m: import file from octave-forge.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3836
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3837 2005-01-05 David Bateman <dbateman@free.fr>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3838
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3839 * Makefile.in: include sparse directory in SUBDIRS.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3840
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3841 2004-12-30 John W. Eaton <jwe@octave.org>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3842
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3843 * sparse/nzmax.m: Delete (there is an nzmax function in
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3844 src/DLD-FUNCTIONS/sparse.cc).
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3845
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3846 2004-12-28 John W. Eaton <jwe@octave.org>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3847
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3848 Merge of sparse code from David Bateman <dbateman@free.fr> and
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3849 Andy Adler <adler@site.uottawa.ca>.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3850
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3851 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m,
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3852 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m,
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3853 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m,
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3854 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m,
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3855 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3856
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3857 * sparse: New directory.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
3858
5158
955ed0dcdc5f [project @ 2005-02-23 00:40:57 by jwe]
jwe
parents: 5154
diff changeset
3859 2005-02-22 John W. Eaton <jwe@octave.org>
955ed0dcdc5f [project @ 2005-02-23 00:40:57 by jwe]
jwe
parents: 5154
diff changeset
3860
955ed0dcdc5f [project @ 2005-02-23 00:40:57 by jwe]
jwe
parents: 5154
diff changeset
3861 * polynomial/residue.m: Force prepad to always create row vectors.
955ed0dcdc5f [project @ 2005-02-23 00:40:57 by jwe]
jwe
parents: 5154
diff changeset
3862
955ed0dcdc5f [project @ 2005-02-23 00:40:57 by jwe]
jwe
parents: 5154
diff changeset
3863 * polynomial/poly.m: Quick return if m is 0.
955ed0dcdc5f [project @ 2005-02-23 00:40:57 by jwe]
jwe
parents: 5154
diff changeset
3864 From Carmen Navarrete <carmen.navarrete@uam.es>.
955ed0dcdc5f [project @ 2005-02-23 00:40:57 by jwe]
jwe
parents: 5154
diff changeset
3865
5154
9cb38bfb04ea [project @ 2005-02-21 21:23:28 by jwe]
jwe
parents: 5153
diff changeset
3866 2005-02-21 David Bateman <dbateman@free.fr>
9cb38bfb04ea [project @ 2005-02-21 21:23:28 by jwe]
jwe
parents: 5153
diff changeset
3867
9cb38bfb04ea [project @ 2005-02-21 21:23:28 by jwe]
jwe
parents: 5153
diff changeset
3868 * statistics/distributions/poisson_rnd.m: fix for lambda of zero.
9cb38bfb04ea [project @ 2005-02-21 21:23:28 by jwe]
jwe
parents: 5153
diff changeset
3869 From Mark van Rossum <mvanross@inf.ed.ac.uk>.
9cb38bfb04ea [project @ 2005-02-21 21:23:28 by jwe]
jwe
parents: 5153
diff changeset
3870 Fix for row vectors with at least one element of lambda not in
9cb38bfb04ea [project @ 2005-02-21 21:23:28 by jwe]
jwe
parents: 5153
diff changeset
3871 (0, Inf).
9cb38bfb04ea [project @ 2005-02-21 21:23:28 by jwe]
jwe
parents: 5153
diff changeset
3872
5152
b111ca4715c6 [project @ 2005-02-21 19:41:23 by jwe]
jwe
parents: 5135
diff changeset
3873 2005-02-21 John W. Eaton <jwe@octave.org>
b111ca4715c6 [project @ 2005-02-21 19:41:23 by jwe]
jwe
parents: 5135
diff changeset
3874
5153
ee2af1e830b2 [project @ 2005-02-21 21:01:42 by jwe]
jwe
parents: 5152
diff changeset
3875 * statistics/base/qqplot.m: Use feval instead of eval.
ee2af1e830b2 [project @ 2005-02-21 21:01:42 by jwe]
jwe
parents: 5152
diff changeset
3876
5152
b111ca4715c6 [project @ 2005-02-21 19:41:23 by jwe]
jwe
parents: 5135
diff changeset
3877 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m,
b111ca4715c6 [project @ 2005-02-21 19:41:23 by jwe]
jwe
parents: 5135
diff changeset
3878 plot/__axis_label__.m: Issue replot command.
b111ca4715c6 [project @ 2005-02-21 19:41:23 by jwe]
jwe
parents: 5135
diff changeset
3879
5135
8eaef366ab43 [project @ 2005-02-09 07:59:37 by jwe]
jwe
parents: 5133
diff changeset
3880 2005-02-09 John W. Eaton <jwe@octave.org>
8eaef366ab43 [project @ 2005-02-09 07:59:37 by jwe]
jwe
parents: 5133
diff changeset
3881
8eaef366ab43 [project @ 2005-02-09 07:59:37 by jwe]
jwe
parents: 5133
diff changeset
3882 * polynomial/polyderiv.m: Force P to be a row vector.
8eaef366ab43 [project @ 2005-02-09 07:59:37 by jwe]
jwe
parents: 5133
diff changeset
3883
5133
7191f6e086f9 [project @ 2005-02-08 19:17:41 by jwe]
jwe
parents: 5125
diff changeset
3884 2005-02-08 John W. Eaton <jwe@octave.org>
7191f6e086f9 [project @ 2005-02-08 19:17:41 by jwe]
jwe
parents: 5125
diff changeset
3885
7191f6e086f9 [project @ 2005-02-08 19:17:41 by jwe]
jwe
parents: 5125
diff changeset
3886 * strings/dec2base.m: Don't delete leading zero if third arg is
7191f6e086f9 [project @ 2005-02-08 19:17:41 by jwe]
jwe
parents: 5125
diff changeset
3887 provided and len <= computed max_len.
7191f6e086f9 [project @ 2005-02-08 19:17:41 by jwe]
jwe
parents: 5125
diff changeset
3888
5125
8bf86c0fad1b [project @ 2005-01-27 17:50:57 by jwe]
jwe
parents: 5123
diff changeset
3889 2005-01-27 David Bateman <dbateman@free.fr>
8bf86c0fad1b [project @ 2005-01-27 17:50:57 by jwe]
jwe
parents: 5123
diff changeset
3890
8bf86c0fad1b [project @ 2005-01-27 17:50:57 by jwe]
jwe
parents: 5123
diff changeset
3891 * strings/dec2base.m: Be even more careful about handling all digits.
8bf86c0fad1b [project @ 2005-01-27 17:50:57 by jwe]
jwe
parents: 5123
diff changeset
3892
8bf86c0fad1b [project @ 2005-01-27 17:50:57 by jwe]
jwe
parents: 5123
diff changeset
3893 2005-01-27 Paul Kienzle <pkienzle@users.sf.net>
8bf86c0fad1b [project @ 2005-01-27 17:50:57 by jwe]
jwe
parents: 5123
diff changeset
3894
8bf86c0fad1b [project @ 2005-01-27 17:50:57 by jwe]
jwe
parents: 5123
diff changeset
3895 * strings/dec2base.m: Use integer arithmetic to count number of digits.
8bf86c0fad1b [project @ 2005-01-27 17:50:57 by jwe]
jwe
parents: 5123
diff changeset
3896
5123
500f3031866d [project @ 2005-01-27 16:30:09 by jwe]
jwe
parents: 5118
diff changeset
3897 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com>
500f3031866d [project @ 2005-01-27 16:30:09 by jwe]
jwe
parents: 5118
diff changeset
3898
500f3031866d [project @ 2005-01-27 16:30:09 by jwe]
jwe
parents: 5118
diff changeset
3899 * statistics/base/median.m: Make it work for the scalar case too.
500f3031866d [project @ 2005-01-27 16:30:09 by jwe]
jwe
parents: 5118
diff changeset
3900
6308
22e2c78e406e [project @ 2007-02-15 08:16:08 by jwe]
jwe
parents: 6304
diff changeset
3901 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org>
5117
2d94fe12e09a [project @ 2005-01-25 18:43:49 by jwe]
jwe
parents: 5116
diff changeset
3902
2d94fe12e09a [project @ 2005-01-25 18:43:49 by jwe]
jwe
parents: 5116
diff changeset
3903 * plot/__plt__.m: Initialize fmt and sep outside of loop.
5118
ecbb290ba9ff [project @ 2005-01-25 22:10:26 by jwe]
jwe
parents: 5117
diff changeset
3904 Simplify logic for decoding args.
5117
2d94fe12e09a [project @ 2005-01-25 18:43:49 by jwe]
jwe
parents: 5116
diff changeset
3905
5115
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
3906 2005-01-24 John W. Eaton <jwe@octave.org>
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
3907
5116
67320fb4ae5c [project @ 2005-01-25 03:57:01 by jwe]
jwe
parents: 5115
diff changeset
3908 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__.
67320fb4ae5c [project @ 2005-01-25 03:57:01 by jwe]
jwe
parents: 5115
diff changeset
3909
67320fb4ae5c [project @ 2005-01-25 03:57:01 by jwe]
jwe
parents: 5115
diff changeset
3910 * plot/__plt__.m: No need to save and reset hold state now.
67320fb4ae5c [project @ 2005-01-25 03:57:01 by jwe]
jwe
parents: 5115
diff changeset
3911 (first_plot): Delete unused variable.
67320fb4ae5c [project @ 2005-01-25 03:57:01 by jwe]
jwe
parents: 5115
diff changeset
3912
5115
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
3913 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics.
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
3914
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
3915 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions.
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
3916 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m,
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
3917 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m,
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
3918 plot/__plt2vv__.m:
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
3919 Return data and gnuplot commands instead of evaluating them.
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
3920 * plot/__plt__.m: Handle evaluation of all gnuplot commands here.
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
3921 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>.
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
3922
5108
10004c9625c3 [project @ 2005-01-18 20:05:10 by jwe]
jwe
parents: 5096
diff changeset
3923 2005-01-18 John W. Eaton <jwe@octave.org>
10004c9625c3 [project @ 2005-01-18 20:05:10 by jwe]
jwe
parents: 5096
diff changeset
3924
10004c9625c3 [project @ 2005-01-18 20:05:10 by jwe]
jwe
parents: 5096
diff changeset
3925 * linear-algebra/cross.m: Allocate idx1 before use.
10004c9625c3 [project @ 2005-01-18 20:05:10 by jwe]
jwe
parents: 5096
diff changeset
3926
5096
60168f509269 [project @ 2004-12-08 15:26:46 by jwe]
jwe
parents: 5095
diff changeset
3927 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi>
60168f509269 [project @ 2004-12-08 15:26:46 by jwe]
jwe
parents: 5095
diff changeset
3928
60168f509269 [project @ 2004-12-08 15:26:46 by jwe]
jwe
parents: 5095
diff changeset
3929 * statistics/base/range.m: Fix varargin usage.
60168f509269 [project @ 2004-12-08 15:26:46 by jwe]
jwe
parents: 5095
diff changeset
3930
5091
87b0b9a97e40 [project @ 2004-12-03 04:41:50 by jwe]
jwe
parents: 5090
diff changeset
3931 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>
87b0b9a97e40 [project @ 2004-12-03 04:41:50 by jwe]
jwe
parents: 5090
diff changeset
3932
87b0b9a97e40 [project @ 2004-12-03 04:41:50 by jwe]
jwe
parents: 5090
diff changeset
3933 * strings/deblank.m: Remove all trailing whitespace (check with
87b0b9a97e40 [project @ 2004-12-03 04:41:50 by jwe]
jwe
parents: 5090
diff changeset
3934 isspace), not just SPC.
87b0b9a97e40 [project @ 2004-12-03 04:41:50 by jwe]
jwe
parents: 5090
diff changeset
3935
5090
c42c90543e36 [project @ 2004-12-03 04:32:11 by jwe]
jwe
parents: 5073
diff changeset
3936 2004-12-02 Balint Reczey <balint_reczey@yahoo.com>
c42c90543e36 [project @ 2004-12-03 04:32:11 by jwe]
jwe
parents: 5073
diff changeset
3937
c42c90543e36 [project @ 2004-12-03 04:32:11 by jwe]
jwe
parents: 5073
diff changeset
3938 * statistics/base/moment.m: Fix argument parsing for N-d arrays.
c42c90543e36 [project @ 2004-12-03 04:32:11 by jwe]
jwe
parents: 5073
diff changeset
3939
5073
e71be9c548f2 [project @ 2004-11-09 18:31:25 by jwe]
jwe
parents: 5072
diff changeset
3940 2004-11-09 John W. Eaton <jwe@octave.org>
e71be9c548f2 [project @ 2004-11-09 18:31:25 by jwe]
jwe
parents: 5072
diff changeset
3941
e71be9c548f2 [project @ 2004-11-09 18:31:25 by jwe]
jwe
parents: 5072
diff changeset
3942 * miscellaneous/fileparts.m: Allow filenames with no extension.
e71be9c548f2 [project @ 2004-11-09 18:31:25 by jwe]
jwe
parents: 5072
diff changeset
3943 From Julius Smith <jos@ccrma.stanford.edu>.
e71be9c548f2 [project @ 2004-11-09 18:31:25 by jwe]
jwe
parents: 5072
diff changeset
3944
5072
97b62f0c1bee [project @ 2004-11-09 05:51:30 by jwe]
jwe
parents: 5065
diff changeset
3945 2004-11-08 John W. Eaton <jwe@octave.org>
97b62f0c1bee [project @ 2004-11-09 05:51:30 by jwe]
jwe
parents: 5065
diff changeset
3946
97b62f0c1bee [project @ 2004-11-09 05:51:30 by jwe]
jwe
parents: 5065
diff changeset
3947 * plot/__plt2vm__.m: Delete debugging statement.
97b62f0c1bee [project @ 2004-11-09 05:51:30 by jwe]
jwe
parents: 5065
diff changeset
3948 From Dmitri A. Sergatskov <dmitri@unm.edu>.
97b62f0c1bee [project @ 2004-11-09 05:51:30 by jwe]
jwe
parents: 5065
diff changeset
3949
5065
1312d3af9eb0 [project @ 2004-11-04 20:12:00 by jwe]
jwe
parents: 5031
diff changeset
3950 2004-11-04 John W. Eaton <jwe@octave.org>
1312d3af9eb0 [project @ 2004-11-04 20:12:00 by jwe]
jwe
parents: 5031
diff changeset
3951
1312d3af9eb0 [project @ 2004-11-04 20:12:00 by jwe]
jwe
parents: 5031
diff changeset
3952 * plot/hist.m: Always return row vectors for vector args.
1312d3af9eb0 [project @ 2004-11-04 20:12:00 by jwe]
jwe
parents: 5031
diff changeset
3953
5031
5d1e2102d447 [project @ 2004-09-24 03:50:58 by jwe]
jwe
parents: 5021
diff changeset
3954 2004-09-23 John W. Eaton <jwe@octave.org>
5d1e2102d447 [project @ 2004-09-24 03:50:58 by jwe]
jwe
parents: 5021
diff changeset
3955
5d1e2102d447 [project @ 2004-09-24 03:50:58 by jwe]
jwe
parents: 5021
diff changeset
3956 * strings/strcmp.m: If args are not strings or cell arrays of
5d1e2102d447 [project @ 2004-09-24 03:50:58 by jwe]
jwe
parents: 5021
diff changeset
3957 strings, return zero instead of reporting an error.
5d1e2102d447 [project @ 2004-09-24 03:50:58 by jwe]
jwe
parents: 5021
diff changeset
3958
5021
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3959 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no>
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3960
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3961 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3962 control/base/controldemo.m, control/base/damp.m, control/base/dare.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3963 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3964 control/base/dre.m, control/base/frdemo.m, control/base/gram.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3965 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3966 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3967 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3968 control/hinf/is_dgkf.m, control/system/c2d.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3969 control/system/is_detectable.m, control/system/is_sample.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3970 control/system/is_siso.m, control/system/is_stable.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3971 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3972 control/system/sys2tf.m, control/system/sys2zp.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3973 control/system/sysappend.m, control/system/sysconnect.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3974 control/system/sysdisc.m, control/system/sysdup.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3975 control/system/sysgetsignals.m, control/system/sysmult.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3976 control/system/syssetsignals.m, control/system/syssub.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3977 control/system/tf2sys.m, control/system/ugain.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3978 control/system/zp2ss.m, control/system/zp2sys.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3979 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3980 special-matrix/toeplitz.m: Fix typos in doc strings.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3981
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3982 * control/base/are.m, control/base/dare.m, control/base/lsim.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3983 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3984 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3985 ontrol/system/is_abcd.m, control/system/parallel.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3986 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3987 control/system/sysappend.m, control/system/sysconnect.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3988 control/system/sysdup.m, control/system/sysgroup.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3989 control/system/sysprune.m, control/system/sysreorder.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3990 control/system/sysscale.m, control/system/syssub.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3991 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3992 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3993 polynomial/polyout.m, specfun/log2.m:
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3994 Add output arguments in doc strings.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3995
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3996 * control/base/are.m, control/base/bode_bounds, control/base/bode.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3997 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3998 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
3999 control/base/freqchkw.m, control/base/__freqresp__.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4000 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4001 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4002 control/base/obsv.m, control/base/place.m, control/base/pzmap.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4003 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4004 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4005 control/hinf/h2syn.m, control/hinf/hinfdemo.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4006 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4007 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4008 control/obsolete/syschnames.m, control/obsolete/syschnames.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4009 control/system/c2d.m, control/system/is_abcd.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4010 control/system/is_controllable.m, control/system/is_detectable.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4011 control/system/is_observable.m, control/system/is_stable.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4012 control/system/jet707.m, control/system/ord2.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4013 control/system/starp.m, control/system/sys2fir.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4014 control/system/sys2ss.m, control/system/sys2tf.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4015 control/system/sys2zp.m, control/system/syscont.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4016 control/system/sysdisc.m, control/system/sysdup.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4017 control/system/sysgettype.m, control/system/sysgroup.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4018 control/system/sysmult.m, control/system/sysprune.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4019 control/system/sysreorder.m, control/system/sysscale.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4020 control/system/syssetsignals.m, control/system/sysupdate.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4021 control/system/tf2ss.m, control/system/tf2sys.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4022 control/system/zp2ss.m, control/system/zp2sys.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4023 control/util/axis2dlim.m, control/util/prompt.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4024 control/util/zgfmul.m, control/util/zginit.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4025 control/util/__zgpbal__.m, control/util/zgscal.m:
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4026 Use @var, @strong, @command, @math, @acronym, @table and @cite
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4027 in doc strings.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4028
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4029 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4030 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4031 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4032 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4033 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4034 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4035 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4036 control/hinf/wgt1o.m, control/obsolete/syschnames.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4037 control/system/c2d.m, control/system/fir2sys.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4038 control/system/is_stabilizable.m, control/system/jet707.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4039 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4040 control/util/zgshsr.m, polynomial/polyout.m:
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4041 New @tex section(s) in doc strings for better formating of printed
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4042 output.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4043
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4044 * control/base/__freqresp__.m, control/base/nyquist.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4045 control/base/__stepimp__.m, control/hinf/hinfdemo.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4046 control/obsolete/syschnames.m, control/system/sysprune.m:
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4047 Use proper double quote marks for TeX.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4048
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4049 * control/base/DEMOcontrol.m: Add missing ;
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4050
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4051 * control/base/nichols.m, control/base/rlocus.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4052 control/obsolete/minfo.m, control/system/is_digital.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4053 control/system/ss2zp.m, control/system/sysmin.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4054 control/system/tf2zp.m, control/util/sortcom.m:
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4055 Convert documentation to use or more completely use Texinfo.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4056
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4057 * control/base/rlocus.m, control/hinf/dhinfdemo.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4058 control/hinf/hinfdemo.m, control/system/ord2.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4059 control/system/parallel.m, control/system/ss2tf.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4060 control/system/starp.m: Use "@group ... @end group" to avoid ascii
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4061 art splitting over a page boundary.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4062
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4063 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4064 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4065 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4066 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4067 control/hinf/wgt1o.m, control/system/buildssic.m:
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4068 Use {\cal H}_\infty for H-infinity and likewise for H-2 to
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4069 the TeX documentation.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4070
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4071 * control/system/is_stabilizable.m:
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4072 Add Copyright so that help is displayed correctly.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4073
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4074 * special-matrix/vander.m: Octave indexes start at 1.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
4075
5011
1743bf921773 [project @ 2004-09-21 15:41:14 by jwe]
jwe
parents: 5003
diff changeset
4076 2004-09-21 David Bateman <dbateman@free.fr>
1743bf921773 [project @ 2004-09-21 15:41:14 by jwe]
jwe
parents: 5003
diff changeset
4077
1743bf921773 [project @ 2004-09-21 15:41:14 by jwe]
jwe
parents: 5003
diff changeset
4078 * general/rotdim.m: New function for rotation of an N-d array in an
1743bf921773 [project @ 2004-09-21 15:41:14 by jwe]
jwe
parents: 5003
diff changeset
4079 arbitrary plane.
1743bf921773 [project @ 2004-09-21 15:41:14 by jwe]
jwe
parents: 5003
diff changeset
4080
1743bf921773 [project @ 2004-09-21 15:41:14 by jwe]
jwe
parents: 5003
diff changeset
4081 * general/flipdim.m: New function to flip an N-d array about an
1743bf921773 [project @ 2004-09-21 15:41:14 by jwe]
jwe
parents: 5003
diff changeset
4082 arbitrary axis.
1743bf921773 [project @ 2004-09-21 15:41:14 by jwe]
jwe
parents: 5003
diff changeset
4083
5003
a0e7231a58eb [project @ 2004-09-16 16:44:44 by jwe]
jwe
parents: 4993
diff changeset
4084 2004-09-15 David Bateman <dbateman@free.fr>
a0e7231a58eb [project @ 2004-09-16 16:44:44 by jwe]
jwe
parents: 4993
diff changeset
4085
a0e7231a58eb [project @ 2004-09-16 16:44:44 by jwe]
jwe
parents: 4993
diff changeset
4086 * general/bitget.m: Replace Bmax, which is undefined with bitmax
a0e7231a58eb [project @ 2004-09-16 16:44:44 by jwe]
jwe
parents: 4993
diff changeset
4087
4992
2f2afb8635f5 [project @ 2004-09-15 18:22:27 by jwe]
jwe
parents: 4983
diff changeset
4088 2004-09-15 John W. Eaton <jwe@octave.org>
2f2afb8635f5 [project @ 2004-09-15 18:22:27 by jwe]
jwe
parents: 4983
diff changeset
4089
2f2afb8635f5 [project @ 2004-09-15 18:22:27 by jwe]
jwe
parents: 4983
diff changeset
4090 * strings/strcmp.m: Fix typo in cell/string array case.
4993
761b8d760785 [project @ 2004-09-15 18:28:56 by jwe]
jwe
parents: 4992
diff changeset
4091 Use iscellstr to check for cells rather than iscell.
761b8d760785 [project @ 2004-09-15 18:28:56 by jwe]
jwe
parents: 4992
diff changeset
4092 Improve diagnostics for invalid args.
4992
2f2afb8635f5 [project @ 2004-09-15 18:22:27 by jwe]
jwe
parents: 4983
diff changeset
4093
4983
13aaef87cf18 [project @ 2004-09-10 13:51:29 by jwe]
jwe
parents: 4964
diff changeset
4094 2004-09-10 David Bateman <dbateman@free.fr>
13aaef87cf18 [project @ 2004-09-10 13:51:29 by jwe]
jwe
parents: 4964
diff changeset
4095
13aaef87cf18 [project @ 2004-09-10 13:51:29 by jwe]
jwe
parents: 4964
diff changeset
4096 * statistics/distributions/binomial_rnd.m: Fix error for scalar n
13aaef87cf18 [project @ 2004-09-10 13:51:29 by jwe]
jwe
parents: 4964
diff changeset
4097 and p with n > 1, and fix for matrix n and p with n == 1.
13aaef87cf18 [project @ 2004-09-10 13:51:29 by jwe]
jwe
parents: 4964
diff changeset
4098
13aaef87cf18 [project @ 2004-09-10 13:51:29 by jwe]
jwe
parents: 4964
diff changeset
4099 * statistics/distributions/poisson_rnd.m: Fix for matrix length,
13aaef87cf18 [project @ 2004-09-10 13:51:29 by jwe]
jwe
parents: 4964
diff changeset
4100 due to row vs. column vector operations.
13aaef87cf18 [project @ 2004-09-10 13:51:29 by jwe]
jwe
parents: 4964
diff changeset
4101
4964
269c3d6c0569 [project @ 2004-09-04 01:16:28 by jwe]
jwe
parents: 4950
diff changeset
4102 2004-09-03 David Bateman <dbateman@free.fr>
269c3d6c0569 [project @ 2004-09-04 01:16:28 by jwe]
jwe
parents: 4950
diff changeset
4103
269c3d6c0569 [project @ 2004-09-04 01:16:28 by jwe]
jwe
parents: 4950
diff changeset
4104 * general/repmat.m: Fix to allow logical classes.
269c3d6c0569 [project @ 2004-09-04 01:16:28 by jwe]
jwe
parents: 4950
diff changeset
4105
4950
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
4106 2004-08-31 John W. Eaton <jwe@octave.org>
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
4107
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
4108 * general/isa.m: New function, from Octave-forge.
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
4109
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
4110 2004-08-31 David Bateman <dbateman@free.fr>
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
4111
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
4112 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
4113 limitation on the use of int64 and uint64 types, and the use
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
4114 of the eval.
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
4115
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
4116 * general/bitset.m: Remove superfluous cast to return type, as bug
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
4117 in .^ with integer types is fixed.
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
4118
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
4119 * general/repmat.m: Adapt to allow integer types.
4945
4bd917f8a4a7 [project @ 2004-08-31 15:09:17 by jwe]
jwe
parents: 4942
diff changeset
4120
4bd917f8a4a7 [project @ 2004-08-31 15:09:17 by jwe]
jwe
parents: 4942
diff changeset
4121 2004-08-31 Paul Kienzle <pkienzle@users.sf.net>
4bd917f8a4a7 [project @ 2004-08-31 15:09:17 by jwe]
jwe
parents: 4942
diff changeset
4122
4bd917f8a4a7 [project @ 2004-08-31 15:09:17 by jwe]
jwe
parents: 4942
diff changeset
4123 * plot/axis.m: Don't reset axes when querying them.
4bd917f8a4a7 [project @ 2004-08-31 15:09:17 by jwe]
jwe
parents: 4942
diff changeset
4124
4942
a0f2839f6ac8 [project @ 2004-08-28 01:29:39 by jwe]
jwe
parents: 4918
diff changeset
4125 2004-08-27 David Bateman <dbateman@free.fr>
a0f2839f6ac8 [project @ 2004-08-28 01:29:39 by jwe]
jwe
parents: 4918
diff changeset
4126
a0f2839f6ac8 [project @ 2004-08-28 01:29:39 by jwe]
jwe
parents: 4918
diff changeset
4127 * statistics/base/ranks.m: Handle non-consecutive ties.
a0f2839f6ac8 [project @ 2004-08-28 01:29:39 by jwe]
jwe
parents: 4918
diff changeset
4128 Eliminate loop.
a0f2839f6ac8 [project @ 2004-08-28 01:29:39 by jwe]
jwe
parents: 4918
diff changeset
4129
4918
d2a7208f35d4 [project @ 2004-07-27 15:18:04 by jwe]
jwe
parents: 4915
diff changeset
4130 2004-07-27 David Bateman <dbateman@free.fr>
d2a7208f35d4 [project @ 2004-07-27 15:18:04 by jwe]
jwe
parents: 4915
diff changeset
4131
d2a7208f35d4 [project @ 2004-07-27 15:18:04 by jwe]
jwe
parents: 4915
diff changeset
4132 * general/num2str.m: Also insert spaces in output when precision
d2a7208f35d4 [project @ 2004-07-27 15:18:04 by jwe]
jwe
parents: 4915
diff changeset
4133 argument is supplied.
d2a7208f35d4 [project @ 2004-07-27 15:18:04 by jwe]
jwe
parents: 4915
diff changeset
4134
4915
c638c144d4da [project @ 2004-07-23 19:01:22 by jwe]
jwe
parents: 4911
diff changeset
4135 2004-07-23 David Bateman <dbateman@free.fr>
c638c144d4da [project @ 2004-07-23 19:01:22 by jwe]
jwe
parents: 4911
diff changeset
4136
c638c144d4da [project @ 2004-07-23 19:01:22 by jwe]
jwe
parents: 4911
diff changeset
4137 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions.
c638c144d4da [project @ 2004-07-23 19:01:22 by jwe]
jwe
parents: 4911
diff changeset
4138
4911
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4139 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu>
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4140
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4141 * general/sub2ind.m: Make reshaping index list unnecessary.
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4142
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4143 2004-07-22 Paul Kienzle <pkienzle@users.sf.net>
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4144
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4145 * miscellaneous/unix.m: Fix doc string.
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4146
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4147 2004-07-22 Stefan van der Walt <stefan@sun.ac.za>
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4148
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4149 * plot/figure.m: Clarification of documentation.
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4150
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4151 * image/imshow.m: Warn for complex images.
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4152 Only estimate colourmap for images in [0, 65536].
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4153
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4154 2004-07-22 David Bateman <dbateman@free.fr>
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4155
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4156 * general/num2str.m: Fix the case of an all zero input.
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
4157
4906
6754342ef7ad [project @ 2004-06-23 11:11:50 by jwe]
jwe
parents: 4900
diff changeset
4158 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu>
6754342ef7ad [project @ 2004-06-23 11:11:50 by jwe]
jwe
parents: 4900
diff changeset
4159
6754342ef7ad [project @ 2004-06-23 11:11:50 by jwe]
jwe
parents: 4900
diff changeset
4160 * general/ind2sub.m: Doc fix.
6754342ef7ad [project @ 2004-06-23 11:11:50 by jwe]
jwe
parents: 4900
diff changeset
4161
4900
cf470c996819 [project @ 2004-06-08 15:13:22 by jwe]
jwe
parents: 4898
diff changeset
4162 2004-06-08 John W. Eaton <jwe@octave.org>
cf470c996819 [project @ 2004-06-08 15:13:22 by jwe]
jwe
parents: 4898
diff changeset
4163
cf470c996819 [project @ 2004-06-08 15:13:22 by jwe]
jwe
parents: 4898
diff changeset
4164 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to
cf470c996819 [project @ 2004-06-08 15:13:22 by jwe]
jwe
parents: 4898
diff changeset
4165 convert function handle to string for eval.
cf470c996819 [project @ 2004-06-08 15:13:22 by jwe]
jwe
parents: 4898
diff changeset
4166
4898
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
4167 2004-06-04 Paul Kienzle <pkienzle@users.sf.net>
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
4168
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
4169 * plot/errorbar.m: Remove debugging output.
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
4170
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
4171 2004-06-03 Stefan van der Walt <stefan@sun.ac.za>
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
4172
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
4173 * plot/__pltopt__.m: Properly escape @ symbols in doc string.
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
4174
4897
89eee52fd4c7 [project @ 2004-06-03 23:07:55 by jwe]
jwe
parents: 4894
diff changeset
4175 2004-06-03 Paul Kienzle <pkienzle@users.sf.net>
89eee52fd4c7 [project @ 2004-06-03 23:07:55 by jwe]
jwe
parents: 4894
diff changeset
4176
4898
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
4177 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers.
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
4178
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
4179 * polynomial/polyout.m: Use parenthesis if necessary around
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
4180 complex polynomial coefficient.
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
4181
4897
89eee52fd4c7 [project @ 2004-06-03 23:07:55 by jwe]
jwe
parents: 4894
diff changeset
4182 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix
89eee52fd4c7 [project @ 2004-06-03 23:07:55 by jwe]
jwe
parents: 4894
diff changeset
4183 the bug which causes __errplot__ to ignore the last argument.
89eee52fd4c7 [project @ 2004-06-03 23:07:55 by jwe]
jwe
parents: 4894
diff changeset
4184
4894
ab5870f984d9 [project @ 2004-06-03 19:32:02 by jwe]
jwe
parents: 4890
diff changeset
4185 2004-06-03 David Bateman <dbateman@free.fr>
ab5870f984d9 [project @ 2004-06-03 19:32:02 by jwe]
jwe
parents: 4890
diff changeset
4186
ab5870f984d9 [project @ 2004-06-03 19:32:02 by jwe]
jwe
parents: 4890
diff changeset
4187 * general/shiftdim.m: New function based on JWE code snippet.
ab5870f984d9 [project @ 2004-06-03 19:32:02 by jwe]
jwe
parents: 4890
diff changeset
4188
ab5870f984d9 [project @ 2004-06-03 19:32:02 by jwe]
jwe
parents: 4890
diff changeset
4189 * general/circdim.m: New function.
ab5870f984d9 [project @ 2004-06-03 19:32:02 by jwe]
jwe
parents: 4890
diff changeset
4190
4890
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
4191 2004-05-06 David Bateman <dbateman@free.fr>
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
4192
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
4193 * general/issquare.m: Fail if ndim(x) > 2.
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
4194
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
4195 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2.
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
4196
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
4197 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
4198 N-d array arguments. Add optional dim argument to define
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
4199 dimension along which to operate.
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
4200
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
4201 * linear-algebra/dmult.m: Allow N-d arrays.
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
4202
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
4203 * linear-algebra/vec.m: Use v(:) and not reshape.
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
4204
4885
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
4205 2004-04-29 David Bateman <dbateman@free.fr>
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
4206
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
4207 * statistics/base/ranks.m, statistics/base/run_count.m,
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
4208 statistics/base/studentize.m, statistics/base/kurtosis.m
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
4209 statistics/base/statistics.m, statistics/base/skewness.m
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
4210 statistics/base/iqr.m:
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
4211 Make N-d array aware. Allow optional argument to define the
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
4212 dimension along which to operate. Update the documentation.
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
4213
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
4214 * statistics/base/ranks.m: Change algorithm to use sort,
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
4215 and adjust for the ties after.
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
4216
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
4217 * statistics/base/run_counts.m: Change algorithm to use
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
4218 the a combination of diff and find, rather than a for-loop.
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
4219
4881
d665266bb453 [project @ 2004-04-23 16:19:28 by jwe]
jwe
parents: 4878
diff changeset
4220 2004-04-23 Paul Kienzle <pkienzle@users.sf.net>
d665266bb453 [project @ 2004-04-23 16:19:28 by jwe]
jwe
parents: 4878
diff changeset
4221
d665266bb453 [project @ 2004-04-23 16:19:28 by jwe]
jwe
parents: 4878
diff changeset
4222 * plot/hist.m: Correctly determine cutoffs. New tests.
d665266bb453 [project @ 2004-04-23 16:19:28 by jwe]
jwe
parents: 4878
diff changeset
4223
4878
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
4224 2004-04-23 David Bateman <dbateman@free.fr>
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
4225
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
4226 * general/int2str.m: Treat only real part of argument, and treat
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
4227 NDArrays by stacking the slices through the matrix vertically.
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
4228
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
4229 * general/num2str.m: Improve format of integer matrices, and the
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
4230 conversion of complex matrices added. Treat NDArrays by stacking
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
4231 the slices through the matrix vertically.
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
4232
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
4233 * deprecated/com2str.m: Moved here from general subdirectory.
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
4234
4877
0ab4fd8ded30 [project @ 2004-04-22 19:59:44 by jwe]
jwe
parents: 4870
diff changeset
4235 2004-04-22 John W. Eaton <jwe@octave.org>
0ab4fd8ded30 [project @ 2004-04-22 19:59:44 by jwe]
jwe
parents: 4870
diff changeset
4236
0ab4fd8ded30 [project @ 2004-04-22 19:59:44 by jwe]
jwe
parents: 4870
diff changeset
4237 * quaternion/qtransvmat.m: Use continuation characters to make
0ab4fd8ded30 [project @ 2004-04-22 19:59:44 by jwe]
jwe
parents: 4870
diff changeset
4238 sure result is a matrix instead of a vector. From <aklark@atdot.it>.
0ab4fd8ded30 [project @ 2004-04-22 19:59:44 by jwe]
jwe
parents: 4870
diff changeset
4239
4869
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
4240 2004-04-21 David Bateman <dbateman@free.fr>
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
4241
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
4242 * elfun/lcm.m: Make N-d aware.
4870
2cbc6f37b0c2 [project @ 2004-04-21 17:30:51 by jwe]
jwe
parents: 4869
diff changeset
4243
4869
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
4244 * general/diff.m: Make the code N-d array aware. Allow an
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
4245 optional argument to define the dimension along which to perform
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
4246 the differences and allow the order of the differences to be larger
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
4247 than the dimension itself.
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
4248
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
4249 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
4250 use of these functions to 1- and 2-d arrays.
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
4251
4863
c4cefcb802da [project @ 2004-04-16 15:57:23 by jwe]
jwe
parents: 4862
diff changeset
4252 2004-04-16 John W. Eaton <jwe@octave.org>
c4cefcb802da [project @ 2004-04-16 15:57:23 by jwe]
jwe
parents: 4862
diff changeset
4253
c4cefcb802da [project @ 2004-04-16 15:57:23 by jwe]
jwe
parents: 4862
diff changeset
4254 * elfun/gcd.m: Delete.
c4cefcb802da [project @ 2004-04-16 15:57:23 by jwe]
jwe
parents: 4862
diff changeset
4255
4862
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
4256 2004-04-15 David Bateman <dbateman@free.fr>
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
4257
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
4258 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware.
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
4259
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
4260 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
4261 array aware and and optional argument for the dimension along
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
4262 which to operate.
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
4263
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
4264 * signal/unwrap.m: Make N-d array aware and fix optional
4862
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
4265 argument for the dimension to be consistent with other N-d array
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
4266 functions.
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
4267
4860
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4268 2004-04-08 David Bateman <dbateman@free.fr>
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4269
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4270 * statistics/distributions/discrete_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4271 statistics/distributions/discrete_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4272 statistics/distributions/discrete_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4273 statistics/distributions/discrete_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4274 statistics/distributions/exponential_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4275 statistics/distributions/exponential_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4276 statistics/distributions/exponential_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4277 statistics/distributions/exponential_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4278 statistics/distributions/f_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4279 statistics/distributions/f_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4280 statistics/distributions/f_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4281 statistics/distributions/f_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4282 statistics/distributions/geometric_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4283 statistics/distributions/geometric_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4284 statistics/distributions/geometric_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4285 statistics/distributions/geometric_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4286 statistics/distributions/hypergeometric_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4287 statistics/distributions/kolmogorov_smirnov_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4288 statistics/distributions/laplace_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4289 statistics/distributions/laplace_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4290 statistics/distributions/laplace_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4291 statistics/distributions/laplace_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4292 statistics/distributions/logistic_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4293 statistics/distributions/logistic_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4294 statistics/distributions/lognormal_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4295 statistics/distributions/lognormal_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4296 statistics/distributions/lognormal_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4297 statistics/distributions/lognormal_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4298 statistics/distributions/pascal_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4299 statistics/distributions/pascal_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4300 statistics/distributions/pascal_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4301 statistics/distributions/pascal_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4302 statistics/distributions/poisson_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4303 statistics/distributions/poisson_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4304 statistics/distributions/poisson_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4305 statistics/distributions/poisson_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4306 statistics/distributions/t_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4307 statistics/distributions/t_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4308 statistics/distributions/t_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4309 statistics/distributions/t_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4310 statistics/distributions/weibull_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4311 statistics/distributions/weibull_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4312 statistics/distributions/weibull_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4313 statistics/distributions/weibull_rnd.m:
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4314 Allow N-d arrays.
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4315
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4316 * statistics/distributions/discrete_inv.m: Fix bug in indexing,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4317 that results in NaN in places where it should not have had.
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4318
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4319 * statistics/distributions/discrete_rnd.m: New argument formats to
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4320 allow creating arbitrary matrices, compatiable with the other
5583
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
4321 *_rnd.m functions. Maintain compatibility with previous format.
4860
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4322
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4323 * statistics/distributions/empirical_rnd.m: New argument formats
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4324 to allow creating arbitrary matrices, compatiable with the other
5583
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
4325 *_rnd.m functions. Maintain compatibility with previous
4860
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4326 format. Allow N-d arrays.
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4327
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4328 * statistics/distributions/hypergeometric_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4329 statistics/distributions/hypergeometric_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4330 statistics/distributions/hypergeometric_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4331 statistics/distributions/wiener_rnd.m:
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4332 Error for non-scalar arguments.
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4333
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4334 * statistics/distributions/pascal_rnd.m:
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4335 Correct for n = 1 bug, where all elements were equal.
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
4336
4849
a3440ff5eb14 [project @ 2004-04-06 15:23:56 by jwe]
jwe
parents: 4847
diff changeset
4337 2004-04-06 David Bateman <dbateman@free.fr>
a3440ff5eb14 [project @ 2004-04-06 15:23:56 by jwe]
jwe
parents: 4847
diff changeset
4338
4854
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4339 * general/common_size.m, miscellaneous/bincoeff.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4340 statistics/distributions/beta_cdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4341 statistics/distributions/beta_inv.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4342 statistics/distributions/beta_pdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4343 statistics/distributions/beta_rnd.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4344 statistics/distributions/binomial_cdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4345 statistics/distributions/binomial_inv.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4346 statistics/distributions/binomial_pdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4347 statistics/distributions/binomial_rnd.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4348 statistics/distributions/cauchy_cdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4349 statistics/distributions/cauchy_inv.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4350 statistics/distributions/cauchy_pdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4351 statistics/distributions/cauchy_rnd.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4352 statistics/distributions/chisquare_cdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4353 statistics/distributions/chisquare_inv.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4354 statistics/distributions/chisquare_pdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4355 statistics/distributions/chisquare_rnd.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4356 statistics/distributions/gamma_cdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4357 statistics/distributions/gamma_inv.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4358 statistics/distributions/gamma_pdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4359 statistics/distributions/gamma_rnd.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4360 statistics/distributions/normal_cdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4361 statistics/distributions/normal_inv.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4362 statistics/distributions/normal_pdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4363 statistics/distributions/normal_rnd.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4364 statistics/distributions/stdnormal_cdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4365 statistics/distributions/stdnormal_pdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4366 statistics/distributions/stdnormal_rnd.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4367 statistics/distributions/uniform_cdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4368 statistics/distributions/uniform_inv.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4369 statistics/distributions/uniform_pdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4370 statistics/distributions/uniform_rnd.m:
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4371 Allow the inputs to be N-d arrays.
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
4372
4852
404c7122853e [project @ 2004-04-06 17:23:37 by jwe]
jwe
parents: 4849
diff changeset
4373 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg.
404c7122853e [project @ 2004-04-06 17:23:37 by jwe]
jwe
parents: 4849
diff changeset
4374 * statistics/base/median.m: Likewise.
4849
a3440ff5eb14 [project @ 2004-04-06 15:23:56 by jwe]
jwe
parents: 4847
diff changeset
4375
4844
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
4376 2004-04-02 David Bateman <dbateman@free.fr>
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
4377
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
4378 * statistics/base/std.m: Allow optional args for type and dim.
4847
83ddfedb8db7 [project @ 2004-04-02 21:15:34 by jwe]
jwe
parents: 4844
diff changeset
4379 * statistics/base/center.m, statistics/base/meansq.m,
83ddfedb8db7 [project @ 2004-04-02 21:15:34 by jwe]
jwe
parents: 4844
diff changeset
4380 statistics/base/moment.m, statistics/base/range.m:
4852
404c7122853e [project @ 2004-04-06 17:23:37 by jwe]
jwe
parents: 4849
diff changeset
4381 Update for N-d arrays.
4844
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
4382 * signal/fftshift.m: Fix dimensioning error.
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
4383
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
4384 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow
4852
404c7122853e [project @ 2004-04-06 17:23:37 by jwe]
jwe
parents: 4849
diff changeset
4385 N-d arrays.
4844
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
4386
4852
404c7122853e [project @ 2004-04-06 17:23:37 by jwe]
jwe
parents: 4849
diff changeset
4387 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg.
404c7122853e [project @ 2004-04-06 17:23:37 by jwe]
jwe
parents: 4849
diff changeset
4388
404c7122853e [project @ 2004-04-06 17:23:37 by jwe]
jwe
parents: 4849
diff changeset
4389 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg.
4844
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
4390
4852
404c7122853e [project @ 2004-04-06 17:23:37 by jwe]
jwe
parents: 4849
diff changeset
4391 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays.
4844
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
4392
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
4393 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m,
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
4394 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m,
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
4395 control/system/sysprune.m: Doc update for usage of cell arrays.
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
4396
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
4397 * control/system/sysidx.m: Use cellidx and not listidx.
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
4398
4841
66fb9f8c66c8 [project @ 2004-03-12 23:02:54 by jwe]
jwe
parents: 4836
diff changeset
4399 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu>
66fb9f8c66c8 [project @ 2004-03-12 23:02:54 by jwe]
jwe
parents: 4836
diff changeset
4400
66fb9f8c66c8 [project @ 2004-03-12 23:02:54 by jwe]
jwe
parents: 4836
diff changeset
4401 * plot/__pltopt1__.m: Always add title clause to plot command with
66fb9f8c66c8 [project @ 2004-03-12 23:02:54 by jwe]
jwe
parents: 4836
diff changeset
4402 default of "" (so it is off unless explicitly set by the user).
66fb9f8c66c8 [project @ 2004-03-12 23:02:54 by jwe]
jwe
parents: 4836
diff changeset
4403
4836
518e495e489f [project @ 2004-03-12 18:16:03 by jwe]
jwe
parents: 4834
diff changeset
4404 2004-03-12 Stefan van der Walt <stefan@sun.ac.za>
518e495e489f [project @ 2004-03-12 18:16:03 by jwe]
jwe
parents: 4834
diff changeset
4405
518e495e489f [project @ 2004-03-12 18:16:03 by jwe]
jwe
parents: 4834
diff changeset
4406 * image/imshow.m: Accept "truesize" argument.
518e495e489f [project @ 2004-03-12 18:16:03 by jwe]
jwe
parents: 4834
diff changeset
4407 Ignore current colormap. New tests and demos.
518e495e489f [project @ 2004-03-12 18:16:03 by jwe]
jwe
parents: 4834
diff changeset
4408
4834
8f669cc5a901 [project @ 2004-03-11 18:49:17 by jwe]
jwe
parents: 4826
diff changeset
4409 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de>
8f669cc5a901 [project @ 2004-03-11 18:49:17 by jwe]
jwe
parents: 4826
diff changeset
4410
8f669cc5a901 [project @ 2004-03-11 18:49:17 by jwe]
jwe
parents: 4826
diff changeset
4411 * signal/sinewave.m: Allow N to default to M.
8f669cc5a901 [project @ 2004-03-11 18:49:17 by jwe]
jwe
parents: 4826
diff changeset
4412
4826
a7b1e6122d0c [project @ 2004-03-09 19:57:29 by jwe]
jwe
parents: 4819
diff changeset
4413 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu>
a7b1e6122d0c [project @ 2004-03-09 19:57:29 by jwe]
jwe
parents: 4819
diff changeset
4414
a7b1e6122d0c [project @ 2004-03-09 19:57:29 by jwe]
jwe
parents: 4819
diff changeset
4415 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []".
a7b1e6122d0c [project @ 2004-03-09 19:57:29 by jwe]
jwe
parents: 4819
diff changeset
4416
4818
ef6ae7349d59 [project @ 2004-03-04 22:10:45 by jwe]
jwe
parents: 4811
diff changeset
4417 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu>
ef6ae7349d59 [project @ 2004-03-04 22:10:45 by jwe]
jwe
parents: 4811
diff changeset
4418
ef6ae7349d59 [project @ 2004-03-04 22:10:45 by jwe]
jwe
parents: 4811
diff changeset
4419 * general/deal.m: New function.
4819
de3b34644549 [project @ 2004-03-05 04:57:07 by jwe]
jwe
parents: 4818
diff changeset
4420 Add tests from Paul Kienzle.
4818
ef6ae7349d59 [project @ 2004-03-04 22:10:45 by jwe]
jwe
parents: 4811
diff changeset
4421
4811
198f3712c692 [project @ 2004-03-03 19:24:33 by jwe]
jwe
parents: 4807
diff changeset
4422 2004-03-03 Stefan van der Walt <stefan@sun.ac.za>
198f3712c692 [project @ 2004-03-03 19:24:33 by jwe]
jwe
parents: 4807
diff changeset
4423
198f3712c692 [project @ 2004-03-03 19:24:33 by jwe]
jwe
parents: 4807
diff changeset
4424 * plot/hist.m: Compute histogram correctly for n>=30.
198f3712c692 [project @ 2004-03-03 19:24:33 by jwe]
jwe
parents: 4807
diff changeset
4425
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4426 2004-03-02 Paul Kienzle <pkienzle@users.sf.net>
4807
15e923b54eff [project @ 2004-03-02 14:21:02 by jwe]
jwe
parents: 4806
diff changeset
4427
15e923b54eff [project @ 2004-03-02 14:21:02 by jwe]
jwe
parents: 4806
diff changeset
4428 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros.
15e923b54eff [project @ 2004-03-02 14:21:02 by jwe]
jwe
parents: 4806
diff changeset
4429
4806
d3bd9c04147f [project @ 2004-03-02 05:12:32 by jwe]
jwe
parents: 4790
diff changeset
4430 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu>
d3bd9c04147f [project @ 2004-03-02 05:12:32 by jwe]
jwe
parents: 4790
diff changeset
4431
d3bd9c04147f [project @ 2004-03-02 05:12:32 by jwe]
jwe
parents: 4790
diff changeset
4432 * miscellaneous/horzcat.m: Delete.
d3bd9c04147f [project @ 2004-03-02 05:12:32 by jwe]
jwe
parents: 4790
diff changeset
4433 * miscellaneous/vertcat.m: Delete.
d3bd9c04147f [project @ 2004-03-02 05:12:32 by jwe]
jwe
parents: 4790
diff changeset
4434
4790
91a84c9bdadb [project @ 2004-02-19 20:15:17 by jwe]
jwe
parents: 4789
diff changeset
4435 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu>
91a84c9bdadb [project @ 2004-02-19 20:15:17 by jwe]
jwe
parents: 4789
diff changeset
4436
91a84c9bdadb [project @ 2004-02-19 20:15:17 by jwe]
jwe
parents: 4789
diff changeset
4437 * plot/figure.m: Also look for GNUTERM in the environment and use
91a84c9bdadb [project @ 2004-02-19 20:15:17 by jwe]
jwe
parents: 4789
diff changeset
4438 that if it is set (for OS X). From Per Persson <persquare@mac.com>.
91a84c9bdadb [project @ 2004-02-19 20:15:17 by jwe]
jwe
parents: 4789
diff changeset
4439
4789
ac4441e16ffa [project @ 2004-02-19 16:16:34 by jwe]
jwe
parents: 4780
diff changeset
4440 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu>
ac4441e16ffa [project @ 2004-02-19 16:16:34 by jwe]
jwe
parents: 4780
diff changeset
4441
ac4441e16ffa [project @ 2004-02-19 16:16:34 by jwe]
jwe
parents: 4780
diff changeset
4442 * control/base/__stepimp__.m: Only call clearplot if we will be
ac4441e16ffa [project @ 2004-02-19 16:16:34 by jwe]
jwe
parents: 4780
diff changeset
4443 doing multiple plots in the same gnuplot frame.
ac4441e16ffa [project @ 2004-02-19 16:16:34 by jwe]
jwe
parents: 4780
diff changeset
4444
4780
5eb5b8aaed8a [project @ 2004-02-17 15:32:13 by jwe]
jwe
parents: 4778
diff changeset
4445 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu>
5eb5b8aaed8a [project @ 2004-02-17 15:32:13 by jwe]
jwe
parents: 4778
diff changeset
4446
5eb5b8aaed8a [project @ 2004-02-17 15:32:13 by jwe]
jwe
parents: 4778
diff changeset
4447 * control/system/__sysconcat__.m, control/system/__tfl__.m,
5eb5b8aaed8a [project @ 2004-02-17 15:32:13 by jwe]
jwe
parents: 4778
diff changeset
4448 control/system/cellidx.m, control/system/ss.m,
5eb5b8aaed8a [project @ 2004-02-17 15:32:13 by jwe]
jwe
parents: 4778
diff changeset
4449 control/system/tf.m, control/system/zp.m: New functions.
5eb5b8aaed8a [project @ 2004-02-17 15:32:13 by jwe]
jwe
parents: 4778
diff changeset
4450
4778
567c8e2d2438 [project @ 2004-02-17 00:35:43 by jwe]
jwe
parents: 4772
diff changeset
4451 2004-02-16 Glenn Golden <gdg@zplane.com>
567c8e2d2438 [project @ 2004-02-17 00:35:43 by jwe]
jwe
parents: 4772
diff changeset
4452
567c8e2d2438 [project @ 2004-02-17 00:35:43 by jwe]
jwe
parents: 4772
diff changeset
4453 * statistics/distributions/discrete_inv.m:
567c8e2d2438 [project @ 2004-02-17 00:35:43 by jwe]
jwe
parents: 4772
diff changeset
4454 Reduce memory requirements.
567c8e2d2438 [project @ 2004-02-17 00:35:43 by jwe]
jwe
parents: 4772
diff changeset
4455
4772
9eed17b2c8d1 [project @ 2004-02-16 17:57:34 by jwe]
jwe
parents: 4771
diff changeset
4456 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu>
9eed17b2c8d1 [project @ 2004-02-16 17:57:34 by jwe]
jwe
parents: 4771
diff changeset
4457
9eed17b2c8d1 [project @ 2004-02-16 17:57:34 by jwe]
jwe
parents: 4771
diff changeset
4458 * plot/__errcomm__.m: Fix thinko in previous change.
9eed17b2c8d1 [project @ 2004-02-16 17:57:34 by jwe]
jwe
parents: 4771
diff changeset
4459 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>.
9eed17b2c8d1 [project @ 2004-02-16 17:57:34 by jwe]
jwe
parents: 4771
diff changeset
4460
4771
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4461 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU>
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4462
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4463 * control/base/__bodquist__.m, control/base/__stepimp__.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4464 control/base/analdemo.m, control/base/bddemo.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4465 control/base/bode.m, control/base/dre.m, control/base/frdemo.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4466 control/base/lqg.m, control/base/nyquist.m, control/base/place.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4467 control/base/rldemo.m, control/base/rlocus.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4468 control/base/tzero.m, control/hinf/dgkfdemo.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4469 control/hinf/dhinfdemo.m, control/hinf/h2syn.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4470 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4471 control/hinf/wgt1o.m, control/obsolete/dlqg.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4472 control/obsolete/packsys.m, control/obsolete/series.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4473 control/system/__sysdefioname__.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4474 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4475 control/system/__tf2sysl__.m, control/system/buildssic.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4476 control/system/c2d.m, control/system/d2c.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4477 control/system/dmr2d.m, control/system/fir2sys.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4478 control/system/is_signal_list.m, control/system/is_siso.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4479 control/system/jet707.m, control/system/listidx.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4480 control/system/moddemo.m, control/system/ord2.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4481 control/system/packedform.m, control/system/parallel.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4482 control/system/ss2sys.m, control/system/sys2tf.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4483 control/system/sys2zp.m, control/system/sysadd.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4484 control/system/sysappend.m, control/system/sysconnect.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4485 control/system/syscont.m, control/system/sysdimensions.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4486 control/system/sysdisc.m, control/system/sysdup.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4487 control/system/sysgetsignals.m, control/system/sysgettype.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4488 control/system/sysgroup.m, control/system/sysmin.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4489 control/system/sysmult.m, control/system/sysprune.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4490 control/system/sysrepdemo.m, control/system/sysscale.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4491 control/system/syssetsignals.m, control/system/syssub.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4492 control/system/sysupdate.m, control/system/tf2sys.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4493 control/system/ugain.m, control/system/zp2ss.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4494 control/system/zp2sys.m, control/util/__outlist__.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4495 control/util/__zgpbal__.m, control/util/strappend.m:
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4496 Use cell arrays instead of lists.
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
4497
4723
ccb4eca28f7e [project @ 2004-01-23 14:33:26 by jwe]
jwe
parents: 4717
diff changeset
4498 2004-01-23 Stefan van der Walt <stefan@sun.ac.za>
ccb4eca28f7e [project @ 2004-01-23 14:33:26 by jwe]
jwe
parents: 4717
diff changeset
4499
ccb4eca28f7e [project @ 2004-01-23 14:33:26 by jwe]
jwe
parents: 4717
diff changeset
4500 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen
ccb4eca28f7e [project @ 2004-01-23 14:33:26 by jwe]
jwe
parents: 4717
diff changeset
4501 so that bar (1, 1) will work.
ccb4eca28f7e [project @ 2004-01-23 14:33:26 by jwe]
jwe
parents: 4717
diff changeset
4502
4710
48191fcee04d [project @ 2004-01-22 19:12:02 by jwe]
jwe
parents: 4706
diff changeset
4503 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu>
48191fcee04d [project @ 2004-01-22 19:12:02 by jwe]
jwe
parents: 4706
diff changeset
4504
4717
7fa16e369904 [project @ 2004-01-23 03:15:53 by jwe]
jwe
parents: 4710
diff changeset
4505 * plot/__errcomm__.m: Cope with nargin now being a function.
7fa16e369904 [project @ 2004-01-23 03:15:53 by jwe]
jwe
parents: 4710
diff changeset
4506 * plot/__errplot__.m: Likewise.
7fa16e369904 [project @ 2004-01-23 03:15:53 by jwe]
jwe
parents: 4710
diff changeset
4507 * plot/__plt__.m: Likewise.
7fa16e369904 [project @ 2004-01-23 03:15:53 by jwe]
jwe
parents: 4710
diff changeset
4508 * plot/plot_border.m: Likewise.
7fa16e369904 [project @ 2004-01-23 03:15:53 by jwe]
jwe
parents: 4710
diff changeset
4509
4710
48191fcee04d [project @ 2004-01-22 19:12:02 by jwe]
jwe
parents: 4706
diff changeset
4510 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS,
48191fcee04d [project @ 2004-01-22 19:12:02 by jwe]
jwe
parents: 4706
diff changeset
4511 not $(DOCSTRINGS).
48191fcee04d [project @ 2004-01-22 19:12:02 by jwe]
jwe
parents: 4706
diff changeset
4512
4706
2c73119a576a [project @ 2004-01-22 04:36:54 by jwe]
jwe
parents: 4692
diff changeset
4513 2004-01-21 Quentin Spencer <qspencer@ieee.org>
2c73119a576a [project @ 2004-01-22 04:36:54 by jwe]
jwe
parents: 4692
diff changeset
4514
2c73119a576a [project @ 2004-01-22 04:36:54 by jwe]
jwe
parents: 4692
diff changeset
4515 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as
2c73119a576a [project @ 2004-01-22 04:36:54 by jwe]
jwe
parents: 4692
diff changeset
4516 rank ([], tol).
2c73119a576a [project @ 2004-01-22 04:36:54 by jwe]
jwe
parents: 4692
diff changeset
4517
4691
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4518 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu>
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4519
4692
ae49c6ba722c [project @ 2004-01-10 22:15:47 by jwe]
jwe
parents: 4691
diff changeset
4520 * elfun/acot.m: Return atan (1./z).
ae49c6ba722c [project @ 2004-01-10 22:15:47 by jwe]
jwe
parents: 4691
diff changeset
4521 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>.
ae49c6ba722c [project @ 2004-01-10 22:15:47 by jwe]
jwe
parents: 4691
diff changeset
4522
4691
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4523 * miscellaneous/dir.m: New file.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4524
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4525 * general/num2str.m: Use "%d" as format if values are ints with
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4526 magnitude less than 1e10.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4527
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4528 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu>
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4529
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4530 * general/num2str.m: If single arg is string, return it.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4531
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4532 * miscellaneous/not.m: New file.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4533
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4534 * miscellaneous/unix.m: New file.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4535
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4536 * miscellaneous/isunix.m: New file.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4537 * miscellaneous/ispc.m: New file.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4538
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4539 * miscellaneous/computer.m: New file.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4540
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4541 * miscellaneous/delete.m: New file.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
4542
4689
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
4543 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu>
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
4544
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
4545 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties.
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
4546
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
4547 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu>
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
4548
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
4549 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution.
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
4550 Always return substituted version of LOADPATH if nargout != 0.
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
4551
4685
14a1c9f42f67 [project @ 2004-01-06 17:20:02 by jwe]
jwe
parents: 4677
diff changeset
4552 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at>
14a1c9f42f67 [project @ 2004-01-06 17:20:02 by jwe]
jwe
parents: 4677
diff changeset
4553
14a1c9f42f67 [project @ 2004-01-06 17:20:02 by jwe]
jwe
parents: 4677
diff changeset
4554 * miscellaneous/fullfile.m: If filename is empty, set it to "."
14a1c9f42f67 [project @ 2004-01-06 17:20:02 by jwe]
jwe
parents: 4677
diff changeset
4555 before continuing.
14a1c9f42f67 [project @ 2004-01-06 17:20:02 by jwe]
jwe
parents: 4677
diff changeset
4556
14a1c9f42f67 [project @ 2004-01-06 17:20:02 by jwe]
jwe
parents: 4677
diff changeset
4557 * miscellaneous/fileparts.m: Allow name to start with ".".
14a1c9f42f67 [project @ 2004-01-06 17:20:02 by jwe]
jwe
parents: 4677
diff changeset
4558
4677
e650670557f7 [project @ 2003-12-17 00:15:30 by jwe]
jwe
parents: 4675
diff changeset
4559 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu>
e650670557f7 [project @ 2003-12-17 00:15:30 by jwe]
jwe
parents: 4675
diff changeset
4560
e650670557f7 [project @ 2003-12-17 00:15:30 by jwe]
jwe
parents: 4675
diff changeset
4561 * general/ind2sub.m: New file.
e650670557f7 [project @ 2003-12-17 00:15:30 by jwe]
jwe
parents: 4675
diff changeset
4562 * general/sub2ind.m: New file.
e650670557f7 [project @ 2003-12-17 00:15:30 by jwe]
jwe
parents: 4675
diff changeset
4563
4675
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
4564 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu>
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
4565
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
4566 * control/system/zp2ss.m: Don't save and restore
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
4567 warn_empty_list_elements.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
4568
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
4569 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
4570
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4571 * control/system/zp2ss.m: Correct definition of pure gain system.
4675
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
4572
4673
6639c2574023 [project @ 2003-12-10 16:11:54 by jwe]
jwe
parents: 4637
diff changeset
4573 2003-12-10 Quentin Spencer <qspencer@ieee.org>
6639c2574023 [project @ 2003-12-10 16:11:54 by jwe]
jwe
parents: 4637
diff changeset
4574
6639c2574023 [project @ 2003-12-10 16:11:54 by jwe]
jwe
parents: 4637
diff changeset
4575 * statistics/base/mean.m: Remove special case for row vectors.
6639c2574023 [project @ 2003-12-10 16:11:54 by jwe]
jwe
parents: 4637
diff changeset
4576
4637
2b4e706ff011 [project @ 2003-11-20 04:39:32 by jwe]
jwe
parents: 4631
diff changeset
4577 2003-11-19 Quentin Spencer <qspencer@ieee.org>
2b4e706ff011 [project @ 2003-11-20 04:39:32 by jwe]
jwe
parents: 4631
diff changeset
4578
2b4e706ff011 [project @ 2003-11-20 04:39:32 by jwe]
jwe
parents: 4631
diff changeset
4579 * signal/freqz_plot.m: Save and restore automatic_replot too.
2b4e706ff011 [project @ 2003-11-20 04:39:32 by jwe]
jwe
parents: 4631
diff changeset
4580
4631
cae0b7c46842 [project @ 2003-11-18 18:30:06 by jwe]
jwe
parents: 4630
diff changeset
4581 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it>
cae0b7c46842 [project @ 2003-11-18 18:30:06 by jwe]
jwe
parents: 4630
diff changeset
4582
cae0b7c46842 [project @ 2003-11-18 18:30:06 by jwe]
jwe
parents: 4630
diff changeset
4583 * statistics/base/iqr.m: Handle matrices.
cae0b7c46842 [project @ 2003-11-18 18:30:06 by jwe]
jwe
parents: 4630
diff changeset
4584
4630
ca70857bdbd1 [project @ 2003-11-18 18:18:16 by jwe]
jwe
parents: 4629
diff changeset
4585 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu>
ca70857bdbd1 [project @ 2003-11-18 18:18:16 by jwe]
jwe
parents: 4629
diff changeset
4586
ca70857bdbd1 [project @ 2003-11-18 18:18:16 by jwe]
jwe
parents: 4629
diff changeset
4587 * general/issymmetric.m: Don't fail if norm (x) == 0.
ca70857bdbd1 [project @ 2003-11-18 18:18:16 by jwe]
jwe
parents: 4629
diff changeset
4588
4629
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
4589 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu>
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
4590
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
4591 * miscellaneous/path.m: Fix thinko in previous change.
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
4592
4609
ac4e4807acc5 [project @ 2003-11-14 16:14:31 by jwe]
jwe
parents: 4567
diff changeset
4593 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
ac4e4807acc5 [project @ 2003-11-14 16:14:31 by jwe]
jwe
parents: 4567
diff changeset
4594
4629
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
4595 * control/base/dare.m: Check positive (semi)definiteness and
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
4596 dimensions of r (and q).
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
4597 * control/base/dlqr.m: Check stabilizability of (A,B),
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
4598 detectability of (A,Q), and whether (A,Q) has non minimal modes
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
4599 near unit circle.
4611
c76a32c6f90c [project @ 2003-11-14 17:48:46 by jwe]
jwe
parents: 4610
diff changeset
4600
c76a32c6f90c [project @ 2003-11-14 17:48:46 by jwe]
jwe
parents: 4610
diff changeset
4601 * control/system/is_detectable.m: Use Hautus Lemma.
c76a32c6f90c [project @ 2003-11-14 17:48:46 by jwe]
jwe
parents: 4610
diff changeset
4602 Correct the behavior for discrete-time systems.
c76a32c6f90c [project @ 2003-11-14 17:48:46 by jwe]
jwe
parents: 4610
diff changeset
4603 * control/system/is_stabilizable.m: Likewise.
c76a32c6f90c [project @ 2003-11-14 17:48:46 by jwe]
jwe
parents: 4610
diff changeset
4604
4609
ac4e4807acc5 [project @ 2003-11-14 16:14:31 by jwe]
jwe
parents: 4567
diff changeset
4605 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case.
ac4e4807acc5 [project @ 2003-11-14 16:14:31 by jwe]
jwe
parents: 4567
diff changeset
4606
ac4e4807acc5 [project @ 2003-11-14 16:14:31 by jwe]
jwe
parents: 4567
diff changeset
4607 * linear-algebra/krylovb.m: Fix typo in usage message.
ac4e4807acc5 [project @ 2003-11-14 16:14:31 by jwe]
jwe
parents: 4567
diff changeset
4608
4610
02d2fcf835fc [project @ 2003-11-14 17:08:59 by jwe]
jwe
parents: 4609
diff changeset
4609 * general/isdefinite.m: New function.
02d2fcf835fc [project @ 2003-11-14 17:08:59 by jwe]
jwe
parents: 4609
diff changeset
4610
4567
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4559
diff changeset
4611 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu>
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4559
diff changeset
4612
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4559
diff changeset
4613 * general/reshape: Delete.
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4559
diff changeset
4614
4559
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4536
diff changeset
4615 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu>
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4536
diff changeset
4616
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4536
diff changeset
4617 * general/numel.m: Delete.
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4536
diff changeset
4618
4535
a5f23212a3d8 [project @ 2003-10-16 02:39:15 by jwe]
jwe
parents: 4529
diff changeset
4619 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu>
a5f23212a3d8 [project @ 2003-10-16 02:39:15 by jwe]
jwe
parents: 4529
diff changeset
4620
4536
dcc6ac844587 [project @ 2003-10-16 02:48:06 by jwe]
jwe
parents: 4535
diff changeset
4621 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files.
dcc6ac844587 [project @ 2003-10-16 02:48:06 by jwe]
jwe
parents: 4535
diff changeset
4622
dcc6ac844587 [project @ 2003-10-16 02:48:06 by jwe]
jwe
parents: 4535
diff changeset
4623 * deprecated/isstr.m: New file.
4535
a5f23212a3d8 [project @ 2003-10-16 02:39:15 by jwe]
jwe
parents: 4529
diff changeset
4624
4529
78954aeaf321 [project @ 2003-10-04 19:35:36 by jwe]
jwe
parents: 4525
diff changeset
4625 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu>
78954aeaf321 [project @ 2003-10-04 19:35:36 by jwe]
jwe
parents: 4525
diff changeset
4626
78954aeaf321 [project @ 2003-10-04 19:35:36 by jwe]
jwe
parents: 4525
diff changeset
4627 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m,
78954aeaf321 [project @ 2003-10-04 19:35:36 by jwe]
jwe
parents: 4525
diff changeset
4628 plot/zlabel.m, plot/title.m: Return a value if nargout > 0.
78954aeaf321 [project @ 2003-10-04 19:35:36 by jwe]
jwe
parents: 4525
diff changeset
4629
4525
cccd107fa208 [project @ 2003-10-02 05:24:04 by jwe]
jwe
parents: 4503
diff changeset
4630 2003-10-02 Quentin Spencer <qspencer@ieee.org>
cccd107fa208 [project @ 2003-10-02 05:24:04 by jwe]
jwe
parents: 4503
diff changeset
4631
cccd107fa208 [project @ 2003-10-02 05:24:04 by jwe]
jwe
parents: 4503
diff changeset
4632 * statistics/base/mean.m: Fix missing semicolon problem.
cccd107fa208 [project @ 2003-10-02 05:24:04 by jwe]
jwe
parents: 4503
diff changeset
4633
4503
55db663c15ce [project @ 2003-09-09 01:54:26 by jwe]
jwe
parents: 4492
diff changeset
4634 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov>
55db663c15ce [project @ 2003-09-09 01:54:26 by jwe]
jwe
parents: 4492
diff changeset
4635
55db663c15ce [project @ 2003-09-09 01:54:26 by jwe]
jwe
parents: 4492
diff changeset
4636 * plot/subplot.m: New global variable, __multiplot_scale__.
55db663c15ce [project @ 2003-09-09 01:54:26 by jwe]
jwe
parents: 4492
diff changeset
4637
4492
819e3c246702 [project @ 2003-08-29 17:09:38 by jwe]
jwe
parents: 4491
diff changeset
4638 2003-08-29 David Castelow <DCastelow@Airspan.com>
819e3c246702 [project @ 2003-08-29 17:09:38 by jwe]
jwe
parents: 4491
diff changeset
4639
819e3c246702 [project @ 2003-08-29 17:09:38 by jwe]
jwe
parents: 4491
diff changeset
4640 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m:
819e3c246702 [project @ 2003-08-29 17:09:38 by jwe]
jwe
parents: 4491
diff changeset
4641 Allow optional length argument.
819e3c246702 [project @ 2003-08-29 17:09:38 by jwe]
jwe
parents: 4491
diff changeset
4642
4491
96a25f032846 [project @ 2003-08-28 21:01:21 by jwe]
jwe
parents: 4478
diff changeset
4643 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu>
96a25f032846 [project @ 2003-08-28 21:01:21 by jwe]
jwe
parents: 4478
diff changeset
4644
96a25f032846 [project @ 2003-08-28 21:01:21 by jwe]
jwe
parents: 4478
diff changeset
4645 * polynomial/polyfit.m: Avoid calling flipud.
96a25f032846 [project @ 2003-08-28 21:01:21 by jwe]
jwe
parents: 4478
diff changeset
4646 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>.
96a25f032846 [project @ 2003-08-28 21:01:21 by jwe]
jwe
parents: 4478
diff changeset
4647 Return structure as second output value for improved Matlab
96a25f032846 [project @ 2003-08-28 21:01:21 by jwe]
jwe
parents: 4478
diff changeset
4648 compatibility.
96a25f032846 [project @ 2003-08-28 21:01:21 by jwe]
jwe
parents: 4478
diff changeset
4649
4476
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4469
diff changeset
4650 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu>
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4469
diff changeset
4651
4478
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
4652 * linear-algebra/cond.m: Behave as though old built-in variable
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
4653 propagate_empty_matrices is always 1. Also handle empty matrices
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
4654 with one non-zero dimension.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
4655
4476
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4469
diff changeset
4656 * miscellaneous/dump_prefs.m: Add warn_separator_insert and
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4469
diff changeset
4657 warn_single_quote_string to the list.
4478
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
4658 Delete whitespace_in_literal_matrix and propagate_empty_matrices
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
4659 from the list.
4476
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4469
diff changeset
4660
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4661 2003-07-25 Paul Kienzle <pkienzle@users.sf.net>
4469
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
4662
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
4663 * signal/autocov.m: Transpose result of conj because diag returns
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
4664 a column vector, not a row vector.
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
4665
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
4666 * audio/playaudio.m, audio/record.m, image/image.m,
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
4667 miscellaneous/bug_report.m: Protect spaces in filenames
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
4668 with quotes.
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
4669
4466
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4464
diff changeset
4670 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu>
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4464
diff changeset
4671
4468
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4466
diff changeset
4672 * io/printf.m, io/puts.m: Delete.
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4466
diff changeset
4673
4466
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4464
diff changeset
4674 * miscellaneous/dump_prefs.m: Delete define_all_return_values and
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4464
diff changeset
4675 default_return_value from the list.
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4464
diff changeset
4676 Add warn_undefined_return_values to the list.
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4464
diff changeset
4677
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4464
diff changeset
4678
4464
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
4679 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu>
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
4680
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
4681 * miscellaneous/dump_prefs.m: Delete default_global_variable_value
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
4682 and initialize_global_variables from the list.
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
4683
4460
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
4684 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu>
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
4685
4463
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4686 * image/colormap.m: Don't save and restore default_eval_print_flag.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4687
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4688 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4689
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4690 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4691 * control/system/sys2fir.m: Likewise.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4692
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4693 * control/system/is_siso.m: Use && instead of & where appropriate.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4694 * control/system/__tf2sysl__.m: Likewise.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4695
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4696 * control/system/__tf2sysl__.m: Use end instead of length(X).
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4697
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4698 * control/freqchkw.m: Use %-escapes for error instead of num2str
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4699 and [] concatenation.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4700 * control/system/sys2fir.m: Likewise.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4701
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4702 * control/base/dgram.m, control/base/freqchkw.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4703 control/base/gram.m, control/system/__abcddims__.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4704 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4705 control/system/is_sample.m, control/system/is_signal_list.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4706 control/system/is_siso.m, control/system/sys2fir.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4707 control/system/syschtsam.m, control/system/sysgettsam.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4708 control/system/sysgettype.m, control/system/tf2zp.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4709 control/system/ugain.m, control/util/prompt.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4710 control/util/run_cmd.m, control/util/zgrownorm.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4711 control/util/zgshsr.m:
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4712 Improve conformance to Octave coding style.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
4713
4461
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
4714 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
4715 the list.
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
4716 Delete resize_on_range_error from the list.
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
4717
4460
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
4718 * control/base/pzmap.m, control/base/place.m,
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
4719 control/base/__freqresp__.m, control/system/sysappend.m,
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
4720 control/system/syscont.m, control/system/sysdisc.m,
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
4721 control/system/sysgroup.m, control/system/tfout.m,
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
4722 control/system/zp2ss.m, control/system/zpout.m,
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
4723 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m,
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
4724 strings/strcat.m: Save and restore warn_empty_list_elements, not
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
4725 empty_list_elements_ok.
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
4726
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
4727 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list.
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
4728 Delete empty_list_elements_ok from the list.
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
4729
4457
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
4730 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu>
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
4731
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
4732 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
4733 list.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
4734 Delete treat_neg_dim_as_zero from the list.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
4735
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
4736 * strings/blanks.m: Don't check treat_neg_dim_as_zero.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
4737
4451
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4440
diff changeset
4738 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu>
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4440
diff changeset
4739
4455
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
4740 * general/reshape.m: Omit do_fortran_indexing from doc string (it
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
4741 was not used in the code in any case).
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
4742
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
4743 * strings/strjust.m: Temporarily set warn_fortran_indexing, not
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
4744 do_fortran_indexing.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
4745
4452
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
4746 * statistics/base/moment.m: Temporarily set warn_str_to_num, not
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
4747 implict_str_to_num_ok. Use unwind_protect block to do it.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
4748
4451
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4440
diff changeset
4749 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH,
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4440
diff changeset
4750 DEFAULT_LOAD_PATH, crash_dumps_octave_core,
4452
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
4751 sighup_dumps_octave_core, sigterm_dumps_octave_core,
4455
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
4752 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
4753 warn_fortran_indexing in the list.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
4754 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok,
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
4755 implicit_str_to_num_ok, do_fortran_indexing, and
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
4756 prefer_column_vectors from list.
4451
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4440
diff changeset
4757
4440
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4430
diff changeset
4758 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu>
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4430
diff changeset
4759
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4430
diff changeset
4760 * Makefile.in (distclean, maintainer-clean): Also remove
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4430
diff changeset
4761 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4430
diff changeset
4762 directory.
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4430
diff changeset
4763
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4764 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu>
4430
1541c3ed2c93 [project @ 2003-06-17 16:50:23 by jwe]
jwe
parents: 4424
diff changeset
4765
1541c3ed2c93 [project @ 2003-06-17 16:50:23 by jwe]
jwe
parents: 4424
diff changeset
4766 * plot/hist.m: Don't forget to define n if x is a vector.
1541c3ed2c93 [project @ 2003-06-17 16:50:23 by jwe]
jwe
parents: 4424
diff changeset
4767
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4768 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at>
4424
ab82d3a27d96 [project @ 2003-06-13 14:35:25 by jwe]
jwe
parents: 4422
diff changeset
4769
ab82d3a27d96 [project @ 2003-06-13 14:35:25 by jwe]
jwe
parents: 4422
diff changeset
4770 * miscellaneous/fileparts.m: For compatibility with Matlab,
ab82d3a27d96 [project @ 2003-06-13 14:35:25 by jwe]
jwe
parents: 4422
diff changeset
4771 return "." with extension.
ab82d3a27d96 [project @ 2003-06-13 14:35:25 by jwe]
jwe
parents: 4422
diff changeset
4772
4422
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
4773 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu>
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
4774
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
4775 * control/base/__stepimp__.m, control/base/nichols.m,
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
4776 control/base/nyquist.m, miscellaneous/dump_prefs.m,
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
4777 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m,
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
4778 plot/oneplot.m, plot/plot_border.m, plot/subplot.m,
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
4779 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m:
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
4780 Eliminate gnuplot_has_multiplot (assume it is always true).
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
4781
4413
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4407
diff changeset
4782 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu>
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4407
diff changeset
4783
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4407
diff changeset
4784 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR.
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4407
diff changeset
4785
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4786 2003-05-05 Andy Adler <adler@site.uottawa.ca>
4407
16e8acbd19d5 [project @ 2003-05-05 19:00:56 by jwe]
jwe
parents: 4404
diff changeset
4787
16e8acbd19d5 [project @ 2003-05-05 19:00:56 by jwe]
jwe
parents: 4404
diff changeset
4788 * plot/hist.m: Improve performance by using different algorithms
16e8acbd19d5 [project @ 2003-05-05 19:00:56 by jwe]
jwe
parents: 4404
diff changeset
4789 depending on number of bins.
16e8acbd19d5 [project @ 2003-05-05 19:00:56 by jwe]
jwe
parents: 4404
diff changeset
4790
4404
c05051baf03b [project @ 2003-05-01 19:41:57 by jwe]
jwe
parents: 4403
diff changeset
4791 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu>
c05051baf03b [project @ 2003-05-01 19:41:57 by jwe]
jwe
parents: 4403
diff changeset
4792
c05051baf03b [project @ 2003-05-01 19:41:57 by jwe]
jwe
parents: 4403
diff changeset
4793 * control/system/sysadd.m: If systems are not "tf", convert before
c05051baf03b [project @ 2003-05-01 19:41:57 by jwe]
jwe
parents: 4403
diff changeset
4794 adding.
c05051baf03b [project @ 2003-05-01 19:41:57 by jwe]
jwe
parents: 4403
diff changeset
4795
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4796 2003-05-01 Paul Kienzle <pkienzle@users.sf.net>
4403
f52b3f1a9399 [project @ 2003-05-01 19:28:11 by jwe]
jwe
parents: 4375
diff changeset
4797
f52b3f1a9399 [project @ 2003-05-01 19:28:11 by jwe]
jwe
parents: 4375
diff changeset
4798 * image/imagesc.m: Accept data limits parameter for colormap.
f52b3f1a9399 [project @ 2003-05-01 19:28:11 by jwe]
jwe
parents: 4375
diff changeset
4799
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4800 2003-04-11 Doug Stewart <dastew@sympatico.ca>
4375
5855de872659 [project @ 2003-04-11 17:40:32 by jwe]
jwe
parents: 4373
diff changeset
4801
5855de872659 [project @ 2003-04-11 17:40:32 by jwe]
jwe
parents: 4373
diff changeset
4802 * control/base/__stepimp__.m: If digital impulse, reduce gain of
5855de872659 [project @ 2003-04-11 17:40:32 by jwe]
jwe
parents: 4373
diff changeset
4803 the impulse by t_step.
5855de872659 [project @ 2003-04-11 17:40:32 by jwe]
jwe
parents: 4373
diff changeset
4804
4373
51cd16a73307 [project @ 2003-04-07 21:03:37 by jwe]
jwe
parents: 4371
diff changeset
4805 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu>
51cd16a73307 [project @ 2003-04-07 21:03:37 by jwe]
jwe
parents: 4371
diff changeset
4806
51cd16a73307 [project @ 2003-04-07 21:03:37 by jwe]
jwe
parents: 4371
diff changeset
4807 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to
51cd16a73307 [project @ 2003-04-07 21:03:37 by jwe]
jwe
parents: 4371
diff changeset
4808 column vectors.
51cd16a73307 [project @ 2003-04-07 21:03:37 by jwe]
jwe
parents: 4371
diff changeset
4809
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4810 2003-03-24 Quentin Spencer <qspencer@ieee.org>
4371
c14ec945fabb [project @ 2003-03-26 16:05:59 by jwe]
jwe
parents: 4369
diff changeset
4811
c14ec945fabb [project @ 2003-03-26 16:05:59 by jwe]
jwe
parents: 4369
diff changeset
4812 * linear-algebra/null.m: Handle empty matrix arg.
c14ec945fabb [project @ 2003-03-26 16:05:59 by jwe]
jwe
parents: 4369
diff changeset
4813
4369
3192d1c40195 [project @ 2003-03-18 09:13:46 by jwe]
jwe
parents: 4358
diff changeset
4814 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu>
3192d1c40195 [project @ 2003-03-18 09:13:46 by jwe]
jwe
parents: 4358
diff changeset
4815
3192d1c40195 [project @ 2003-03-18 09:13:46 by jwe]
jwe
parents: 4358
diff changeset
4816 * general/shift.m: Force empty_list_elements_ok to 1.
3192d1c40195 [project @ 2003-03-18 09:13:46 by jwe]
jwe
parents: 4358
diff changeset
4817
4358
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4348
diff changeset
4818 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu>
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4348
diff changeset
4819
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4348
diff changeset
4820 * deprecated/struct_contains.m, deprecated/struct_elements.m:
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4348
diff changeset
4821 New files.
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4348
diff changeset
4822
4348
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
4823 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu>
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
4824
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
4825 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
4826 function handle to pass to feval.
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
4827 * statistics/base/qqplot.m: Likewise.
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
4828 * statistics/base/ppplot.m: Likewise.
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
4829 * signal/spectral_xdf.m: Likewise.
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
4830 * signal/spectral_adf.m: Likewise.
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
4831
4340
8aa604426d35 [project @ 2003-02-20 04:01:31 by jwe]
jwe
parents: 4334
diff changeset
4832 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu>
8aa604426d35 [project @ 2003-02-20 04:01:31 by jwe]
jwe
parents: 4334
diff changeset
4833
8aa604426d35 [project @ 2003-02-20 04:01:31 by jwe]
jwe
parents: 4334
diff changeset
4834 * plot/axis.m: Avoid whitespace in literal matrix problem.
8aa604426d35 [project @ 2003-02-20 04:01:31 by jwe]
jwe
parents: 4334
diff changeset
4835
4334
764229f9a5c8 [project @ 2003-02-19 06:24:02 by jwe]
jwe
parents: 4329
diff changeset
4836 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu>
764229f9a5c8 [project @ 2003-02-19 06:24:02 by jwe]
jwe
parents: 4329
diff changeset
4837
764229f9a5c8 [project @ 2003-02-19 06:24:02 by jwe]
jwe
parents: 4329
diff changeset
4838 * linear-algebra/logm.m: New file.
764229f9a5c8 [project @ 2003-02-19 06:24:02 by jwe]
jwe
parents: 4329
diff changeset
4839
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4840 2003-02-18 David Bateman <dbateman@free.fr>
4329
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4321
diff changeset
4841
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4321
diff changeset
4842 * mkpkgadd: Scan C++ files as well
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4321
diff changeset
4843
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4844 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at>
4321
8460c03f3b4b [project @ 2003-02-14 01:08:38 by jwe]
jwe
parents: 4317
diff changeset
4845
8460c03f3b4b [project @ 2003-02-14 01:08:38 by jwe]
jwe
parents: 4317
diff changeset
4846 * strings/findstr.m: Return empty set for zero-length target.
8460c03f3b4b [project @ 2003-02-14 01:08:38 by jwe]
jwe
parents: 4317
diff changeset
4847
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4848 2003-02-11 Paul Kienzle <pkienzle@users.sf.net>
4317
1ced186d4b6b [project @ 2003-02-11 16:10:09 by jwe]
jwe
parents: 4305
diff changeset
4849
1ced186d4b6b [project @ 2003-02-11 16:10:09 by jwe]
jwe
parents: 4305
diff changeset
4850 * set/union.m: Preserve the orientation of inputs.
1ced186d4b6b [project @ 2003-02-11 16:10:09 by jwe]
jwe
parents: 4305
diff changeset
4851
4305
98e65d1728a1 [project @ 2003-01-23 16:48:11 by jwe]
jwe
parents: 4303
diff changeset
4852 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu>
98e65d1728a1 [project @ 2003-01-23 16:48:11 by jwe]
jwe
parents: 4303
diff changeset
4853
98e65d1728a1 [project @ 2003-01-23 16:48:11 by jwe]
jwe
parents: 4303
diff changeset
4854 * general/int2str.m: Eliminate leading spaces.
98e65d1728a1 [project @ 2003-01-23 16:48:11 by jwe]
jwe
parents: 4303
diff changeset
4855
4303
e15a96673976 [project @ 2003-01-23 03:03:08 by jwe]
jwe
parents: 4298
diff changeset
4856 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu>
e15a96673976 [project @ 2003-01-23 03:03:08 by jwe]
jwe
parents: 4298
diff changeset
4857
e15a96673976 [project @ 2003-01-23 03:03:08 by jwe]
jwe
parents: 4298
diff changeset
4858 * general/int2str.m: Do a better job with 0, Inf, and NaN,
e15a96673976 [project @ 2003-01-23 03:03:08 by jwe]
jwe
parents: 4298
diff changeset
4859
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4860 2003-01-11 Paul Kienzle <pkienzle@users.sf.net>
4298
055d2f68d445 [project @ 2003-01-13 15:09:31 by jwe]
jwe
parents: 4295
diff changeset
4861
055d2f68d445 [project @ 2003-01-13 15:09:31 by jwe]
jwe
parents: 4295
diff changeset
4862 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and
055d2f68d445 [project @ 2003-01-13 15:09:31 by jwe]
jwe
parents: 4295
diff changeset
4863 $(BUILD_LDFLAGS) to compiler.
055d2f68d445 [project @ 2003-01-13 15:09:31 by jwe]
jwe
parents: 4295
diff changeset
4864
4295
fea24da316a2 [project @ 2003-01-11 04:23:24 by jwe]
jwe
parents: 4292
diff changeset
4865 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu>
fea24da316a2 [project @ 2003-01-11 04:23:24 by jwe]
jwe
parents: 4292
diff changeset
4866
fea24da316a2 [project @ 2003-01-11 04:23:24 by jwe]
jwe
parents: 4292
diff changeset
4867 * general/num2str.m: Don't specify field width for scalars.
fea24da316a2 [project @ 2003-01-11 04:23:24 by jwe]
jwe
parents: 4292
diff changeset
4868
4292
c8f6dd25219d [project @ 2003-01-05 07:50:29 by jwe]
jwe
parents: 4279
diff changeset
4869 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu>
c8f6dd25219d [project @ 2003-01-05 07:50:29 by jwe]
jwe
parents: 4279
diff changeset
4870
c8f6dd25219d [project @ 2003-01-05 07:50:29 by jwe]
jwe
parents: 4279
diff changeset
4871 * Makefile.in (DISTFILES): Don't forget mkpkgadd.
c8f6dd25219d [project @ 2003-01-05 07:50:29 by jwe]
jwe
parents: 4279
diff changeset
4872
4265
48897c78c52b [project @ 2003-01-03 06:04:29 by jwe]
jwe
parents: 4264
diff changeset
4873 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu>
48897c78c52b [project @ 2003-01-03 06:04:29 by jwe]
jwe
parents: 4264
diff changeset
4874
4279
64c444ac1fee [project @ 2003-01-04 01:10:25 by jwe]
jwe
parents: 4266
diff changeset
4875 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++.
64c444ac1fee [project @ 2003-01-04 01:10:25 by jwe]
jwe
parents: 4266
diff changeset
4876
4266
1086ac09a411 [project @ 2003-01-03 06:22:54 by jwe]
jwe
parents: 4265
diff changeset
4877 * miscellaneous/tempname.m: New file.
1086ac09a411 [project @ 2003-01-03 06:22:54 by jwe]
jwe
parents: 4265
diff changeset
4878
1086ac09a411 [project @ 2003-01-03 06:22:54 by jwe]
jwe
parents: 4265
diff changeset
4879 * miscellaneous/tempdir.m: New file.
1086ac09a411 [project @ 2003-01-03 06:22:54 by jwe]
jwe
parents: 4265
diff changeset
4880
4265
48897c78c52b [project @ 2003-01-03 06:04:29 by jwe]
jwe
parents: 4264
diff changeset
4881 * miscellaneous/fullfile.m: New file.
48897c78c52b [project @ 2003-01-03 06:04:29 by jwe]
jwe
parents: 4264
diff changeset
4882
4259
0493a367de6f [project @ 2003-01-02 17:30:14 by jwe]
jwe
parents: 4257
diff changeset
4883 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu>
0493a367de6f [project @ 2003-01-02 17:30:14 by jwe]
jwe
parents: 4257
diff changeset
4884
4264
4e2d2516da22 [project @ 2003-01-03 05:30:34 by jwe]
jwe
parents: 4260
diff changeset
4885 * miscellaneous/fileparts.m: New file.
4e2d2516da22 [project @ 2003-01-03 05:30:34 by jwe]
jwe
parents: 4260
diff changeset
4886
4e2d2516da22 [project @ 2003-01-03 05:30:34 by jwe]
jwe
parents: 4260
diff changeset
4887 * io/beep.m: New file.
4e2d2516da22 [project @ 2003-01-03 05:30:34 by jwe]
jwe
parents: 4260
diff changeset
4888
4260
17826ec287bc [project @ 2003-01-02 17:59:17 by jwe]
jwe
parents: 4259
diff changeset
4889 * plot/__pltopt1__.m: Call undo_string_escapes for title part of
17826ec287bc [project @ 2003-01-02 17:59:17 by jwe]
jwe
parents: 4259
diff changeset
4890 format only.
4259
0493a367de6f [project @ 2003-01-02 17:30:14 by jwe]
jwe
parents: 4257
diff changeset
4891
4257
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4229
diff changeset
4892 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu>
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4229
diff changeset
4893
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4229
diff changeset
4894 * strings/strcmp.m: Handle cell arrays of strings.
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4229
diff changeset
4895
4229
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4225
diff changeset
4896 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu>
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4225
diff changeset
4897
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4225
diff changeset
4898 * general/int2str.m: Handle matrices.
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4225
diff changeset
4899 * general/num2str.m: Likewise.
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4225
diff changeset
4900 Also handle optional precision, and format args.
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4225
diff changeset
4901
4225
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4902 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu>
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4903
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4904 * audio/Makefile.in, control/base/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4905 control/hinf/Makefile.in, control/obsolete/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4906 control/system/Makefile.in, elfun/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4907 finance/Makefile.in, general/Makefile.in, image/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4908 io/Makefile.in, linear-algebra/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4909 miscellaneous/Makefile.in, polynomial/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4910 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4911 specfun/Makefile.in, special-matrix/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4912 statistics/base/Makefile.in, statistics/distributions/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4913 statistics/models/Makefile.in, statistics/tests/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4914 strings/Makefile.in, time/Makefile.in, plot/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4915 deprecated/Makefile.in: Use new do-script-install and
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4916 do-script-uninstall macros.
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4917
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4918 * mkpkgadd: New script.
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4919
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4920 * plot/close.m: New file.
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
4921
4184
e4b7578e5fc7 [project @ 2002-11-15 20:58:50 by jwe]
jwe
parents: 4174
diff changeset
4922 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu>
e4b7578e5fc7 [project @ 2002-11-15 20:58:50 by jwe]
jwe
parents: 4174
diff changeset
4923
e4b7578e5fc7 [project @ 2002-11-15 20:58:50 by jwe]
jwe
parents: 4174
diff changeset
4924 * image/image.m: Use -raw option for xv.
e4b7578e5fc7 [project @ 2002-11-15 20:58:50 by jwe]
jwe
parents: 4174
diff changeset
4925 From Remy Bruno <remy.bruno@libertysurf.fr>
e4b7578e5fc7 [project @ 2002-11-15 20:58:50 by jwe]
jwe
parents: 4174
diff changeset
4926
4172
2e94b2abfe6d [project @ 2002-11-12 21:14:04 by jwe]
jwe
parents: 4171
diff changeset
4927 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu>
2e94b2abfe6d [project @ 2002-11-12 21:14:04 by jwe]
jwe
parents: 4171
diff changeset
4928
4174
aabb8307021f [project @ 2002-11-13 00:45:22 by jwe]
jwe
parents: 4172
diff changeset
4929 * control/base/lsim.m: Use approximate test for step size change.
aabb8307021f [project @ 2002-11-13 00:45:22 by jwe]
jwe
parents: 4172
diff changeset
4930
4172
2e94b2abfe6d [project @ 2002-11-12 21:14:04 by jwe]
jwe
parents: 4171
diff changeset
4931 * signal/bartlett.m: Avoid row/column mismatch error.
2e94b2abfe6d [project @ 2002-11-12 21:14:04 by jwe]
jwe
parents: 4171
diff changeset
4932
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4933 2002-11-12 Paul Kienzle <pkienzle@users.sf.net>
4171
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4150
diff changeset
4934
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4150
diff changeset
4935 * statistics/base/var.m: Use better formula for improved accuracy.
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4150
diff changeset
4936
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4937 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk>
4150
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4148
diff changeset
4938
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4148
diff changeset
4939 * control/base/lsim.m: Correct doc string.
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4148
diff changeset
4940
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4941 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU>
4150
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4148
diff changeset
4942
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4148
diff changeset
4943 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum.
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4148
diff changeset
4944
4148
dc912f90db92 [project @ 2002-11-02 04:16:57 by jwe]
jwe
parents: 4146
diff changeset
4945 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu>
dc912f90db92 [project @ 2002-11-02 04:16:57 by jwe]
jwe
parents: 4146
diff changeset
4946
dc912f90db92 [project @ 2002-11-02 04:16:57 by jwe]
jwe
parents: 4146
diff changeset
4947 * plot/contour.m: Handle x and y as matrices too.
dc912f90db92 [project @ 2002-11-02 04:16:57 by jwe]
jwe
parents: 4146
diff changeset
4948
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4949 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com>
4148
dc912f90db92 [project @ 2002-11-02 04:16:57 by jwe]
jwe
parents: 4146
diff changeset
4950
dc912f90db92 [project @ 2002-11-02 04:16:57 by jwe]
jwe
parents: 4146
diff changeset
4951 * plot/contour.m: Fix error and usage messages.
dc912f90db92 [project @ 2002-11-02 04:16:57 by jwe]
jwe
parents: 4146
diff changeset
4952
4146
c3bb286a18a9 [project @ 2002-11-01 20:18:29 by jwe]
jwe
parents: 4139
diff changeset
4953 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu>
c3bb286a18a9 [project @ 2002-11-01 20:18:29 by jwe]
jwe
parents: 4139
diff changeset
4954
c3bb286a18a9 [project @ 2002-11-01 20:18:29 by jwe]
jwe
parents: 4139
diff changeset
4955 * plot/contour.m: Correct orientation of plot.
c3bb286a18a9 [project @ 2002-11-01 20:18:29 by jwe]
jwe
parents: 4139
diff changeset
4956
4139
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4137
diff changeset
4957 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu>
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4137
diff changeset
4958
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4137
diff changeset
4959 * control/base/analdemo.m: Fix typo.
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4137
diff changeset
4960
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4961 2002-10-31 Francesco Potorti` <pot@gnu.org>
4137
4e8255035e84 [project @ 2002-10-31 15:10:57 by jwe]
jwe
parents: 4098
diff changeset
4962
4e8255035e84 [project @ 2002-10-31 15:10:57 by jwe]
jwe
parents: 4098
diff changeset
4963 * statistics/distributions/discrete_pdf.m: Fix typo.
4e8255035e84 [project @ 2002-10-31 15:10:57 by jwe]
jwe
parents: 4098
diff changeset
4964
4098
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4093
diff changeset
4965 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu>
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4093
diff changeset
4966
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4093
diff changeset
4967 * mkdoc: Exit immediately on errors.
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4093
diff changeset
4968 Exit with error if gethelp does not exist.
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4093
diff changeset
4969
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4093
diff changeset
4970 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate.
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4093
diff changeset
4971
4093
5a82e874999b [project @ 2002-10-08 23:48:45 by jwe]
jwe
parents: 4079
diff changeset
4972 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu>
5a82e874999b [project @ 2002-10-08 23:48:45 by jwe]
jwe
parents: 4079
diff changeset
4973
5a82e874999b [project @ 2002-10-08 23:48:45 by jwe]
jwe
parents: 4079
diff changeset
4974 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX).
5a82e874999b [project @ 2002-10-08 23:48:45 by jwe]
jwe
parents: 4079
diff changeset
4975
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4976 2002-09-27 Paul Kienzle <pkienzle@users.sf.net>
4079
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4077
diff changeset
4977
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4077
diff changeset
4978 * statistics/distributions/normal_cdf.m: Handle variance == 0.
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4077
diff changeset
4979 * statistics/distributions/normal_pdf.m: Likewise.
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4077
diff changeset
4980 * statistics/distributions/normal_inv.m: Likewise.
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4077
diff changeset
4981
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4982 2002-09-27 Paul Kienzle <pkienzle@users.sf.net>
4077
b5267e631ba8 [project @ 2002-09-27 22:48:46 by jwe]
jwe
parents: 4068
diff changeset
4983
b5267e631ba8 [project @ 2002-09-27 22:48:46 by jwe]
jwe
parents: 4068
diff changeset
4984 * specfun/erfinv.m: Return NaN for NaN inputs.
b5267e631ba8 [project @ 2002-09-27 22:48:46 by jwe]
jwe
parents: 4068
diff changeset
4985
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4986 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net>
4068
2c088a2f36e2 [project @ 2002-09-26 22:48:24 by jwe]
jwe
parents: 4031
diff changeset
4987
2c088a2f36e2 [project @ 2002-09-26 22:48:24 by jwe]
jwe
parents: 4031
diff changeset
4988 * statistics/base/var.m: Handle complex values.
2c088a2f36e2 [project @ 2002-09-26 22:48:24 by jwe]
jwe
parents: 4031
diff changeset
4989
4031
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
4990 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu>
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
4991
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
4992 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
4993 list.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
4994 * deprecated/Makefile.in: New file.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
4995
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
4996 2002-08-09 Paul Kienzle <pkienzle@users.sf.net>
4031
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
4997
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
4998 * statistics/distributions/beta_cdf.m: Replace betai with betainc.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
4999 * statistics/distributions/binomial_cdf.m: Likewise.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
5000 * statistics/distributions/f_cdf.m: Likewise.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
5001 * statistics/distributions/t_cdf.m: Likewise.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
5002
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
5003 * miscellaneous/bincoeff.m: Replace lgamma with gammaln.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
5004 * specfun/beta.m: Likewise.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
5005 * special-matrix/invhilb.m: Likewise (but it is only in a comment).
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
5006 * statistics/distributions/gamma_pdf.m: Likewise.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
5007 * statistics/distributions/poisson_pdf.m: Likewise.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
5008
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
5009 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
5010 * statistics/distributions/poisson_cdf.m: Likewise.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
5011
4026
8cb8eff3f44c [project @ 2002-08-09 06:54:46 by jwe]
jwe
parents: 4022
diff changeset
5012 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu>
8cb8eff3f44c [project @ 2002-08-09 06:54:46 by jwe]
jwe
parents: 4022
diff changeset
5013
4028
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
5014 * deprecated/is_bool.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
5015 * deprecated/is_complex.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
5016 * deprecated/is_global.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
5017 * deprecated/is_list.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
5018 * deprecated/is_matrix.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
5019 * deprecated/is_scalar.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
5020 * deprecated/is_square.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
5021 * deprecated/is_stream.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
5022 * deprecated/is_struct.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
5023 * deprecated/is_symmetric.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
5024 * deprecated/is_vector.m: New file.
4030
22bd65326ec1 [project @ 2002-08-09 18:58:13 by jwe]
jwe
parents: 4029
diff changeset
5025 * Change all callers of these functions to use the new names.
4028
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
5026
4029
2cc57b6169cf [project @ 2002-08-09 07:36:15 by jwe]
jwe
parents: 4028
diff changeset
5027 * deprecated: New directory.
2cc57b6169cf [project @ 2002-08-09 07:36:15 by jwe]
jwe
parents: 4028
diff changeset
5028 * Makefile.in (SUBDIRS): Add it to the list.
2cc57b6169cf [project @ 2002-08-09 07:36:15 by jwe]
jwe
parents: 4028
diff changeset
5029
4026
8cb8eff3f44c [project @ 2002-08-09 06:54:46 by jwe]
jwe
parents: 4022
diff changeset
5030 * general/isscalar.m: Rename from is_scalar.m.
8cb8eff3f44c [project @ 2002-08-09 06:54:46 by jwe]
jwe
parents: 4022
diff changeset
5031 * general/issquare.m: Rename from is_square.m.
8cb8eff3f44c [project @ 2002-08-09 06:54:46 by jwe]
jwe
parents: 4022
diff changeset
5032 * general/issymmetric.m: Rename from is_symmetric.m.
8cb8eff3f44c [project @ 2002-08-09 06:54:46 by jwe]
jwe
parents: 4022
diff changeset
5033 * general/isvector.m: Rename from is_vector.m.
8cb8eff3f44c [project @ 2002-08-09 06:54:46 by jwe]
jwe
parents: 4022
diff changeset
5034
4022
789c4112a37d [project @ 2002-08-06 03:42:41 by jwe]
jwe
parents: 4020
diff changeset
5035 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu>
789c4112a37d [project @ 2002-08-06 03:42:41 by jwe]
jwe
parents: 4020
diff changeset
5036
789c4112a37d [project @ 2002-08-06 03:42:41 by jwe]
jwe
parents: 4020
diff changeset
5037 * statistics/base/mean.m: Allow empty matrices.
789c4112a37d [project @ 2002-08-06 03:42:41 by jwe]
jwe
parents: 4020
diff changeset
5038 Handle DIM arg.
789c4112a37d [project @ 2002-08-06 03:42:41 by jwe]
jwe
parents: 4020
diff changeset
5039
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5040 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi>
4020
ca18dc3d5596 [project @ 2002-08-05 16:50:37 by jwe]
jwe
parents: 4011
diff changeset
5041
ca18dc3d5596 [project @ 2002-08-05 16:50:37 by jwe]
jwe
parents: 4011
diff changeset
5042 * plot/__errcomm__.m: If format is not specified, default to error
ca18dc3d5596 [project @ 2002-08-05 16:50:37 by jwe]
jwe
parents: 4011
diff changeset
5043 bar format.
ca18dc3d5596 [project @ 2002-08-05 16:50:37 by jwe]
jwe
parents: 4011
diff changeset
5044
4011
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4008
diff changeset
5045 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu>
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4008
diff changeset
5046
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4008
diff changeset
5047 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4008
diff changeset
5048 __F_SETFL__ and __O_NONBLOCK__.
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4008
diff changeset
5049
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4008
diff changeset
5050 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__.
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4008
diff changeset
5051 * miscellaneous/bug_report.m: Likewise.
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4008
diff changeset
5052
4007
31448e09d38e [project @ 2002-07-26 01:47:32 by jwe]
jwe
parents: 4006
diff changeset
5053 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu>
31448e09d38e [project @ 2002-07-26 01:47:32 by jwe]
jwe
parents: 4006
diff changeset
5054
4008
a0e323e959cd [project @ 2002-07-26 04:51:03 by jwe]
jwe
parents: 4007
diff changeset
5055 * general/mod.m: Use isreal (x), not any (any (imag (x))).
a0e323e959cd [project @ 2002-07-26 04:51:03 by jwe]
jwe
parents: 4007
diff changeset
5056 * general/rem.m: Likewise.
a0e323e959cd [project @ 2002-07-26 04:51:03 by jwe]
jwe
parents: 4007
diff changeset
5057
a0e323e959cd [project @ 2002-07-26 04:51:03 by jwe]
jwe
parents: 4007
diff changeset
5058 * plot/loglogerr.m: Use varargin instead of old style varargs.
a0e323e959cd [project @ 2002-07-26 04:51:03 by jwe]
jwe
parents: 4007
diff changeset
5059 * plot/semilogxerr.m: Likewise.
4007
31448e09d38e [project @ 2002-07-26 01:47:32 by jwe]
jwe
parents: 4006
diff changeset
5060 * plot/semilogyerr.m: Likewise.
31448e09d38e [project @ 2002-07-26 01:47:32 by jwe]
jwe
parents: 4006
diff changeset
5061
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5062 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi>
4006
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
5063
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
5064 * plot/__errcomm__.m: New file. Common functionality for error plots.
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
5065 * plot/loglogerr.m: New file. Double logarithm plots with errorbars.
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
5066 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars.
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
5067 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
5068
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
5069 * plot/errorbar.m: Use __errcomm__.m.
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
5070 * plot/__errplot__.m: Minor cleanups.
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
5071 * plot/__pltopt__.m: Handle boxxyerrorbars plot style.
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
5072 * plot/__pltopt1__.m: Likewise.
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
5073
3980
02a959755258 [project @ 2002-07-10 18:48:58 by jwe]
jwe
parents: 3979
diff changeset
5074 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu>
02a959755258 [project @ 2002-07-10 18:48:58 by jwe]
jwe
parents: 3979
diff changeset
5075
3981
29ea0e6bd19e [project @ 2002-07-10 19:07:57 by jwe]
jwe
parents: 3980
diff changeset
5076 * general/rem.m: Delete redundant call to usage.
29ea0e6bd19e [project @ 2002-07-10 19:07:57 by jwe]
jwe
parents: 3980
diff changeset
5077
3980
02a959755258 [project @ 2002-07-10 18:48:58 by jwe]
jwe
parents: 3979
diff changeset
5078 * general/mod.m: Additional error checks, Texinfoize doc string.
02a959755258 [project @ 2002-07-10 18:48:58 by jwe]
jwe
parents: 3979
diff changeset
5079
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5080 2002-04-29 Paul Kienzle <pkienzle@users.sf.net>
3980
02a959755258 [project @ 2002-07-10 18:48:58 by jwe]
jwe
parents: 3979
diff changeset
5081
02a959755258 [project @ 2002-07-10 18:48:58 by jwe]
jwe
parents: 3979
diff changeset
5082 * general/mod.m: New function.
02a959755258 [project @ 2002-07-10 18:48:58 by jwe]
jwe
parents: 3979
diff changeset
5083
3979
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5084 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu>
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5085
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5086 * control/system/sysmult.m: Use varargin instead of old style varargs.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5087 * control/system/sysadd.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5088 * control/system/sysgroup.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5089 * control/system/syssub.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5090 * elfun/gcd.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5091 * elfun/lcm.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5092 * general/common_size.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5093 * io/printf.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5094 * miscellaneous/menu.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5095 * miscellaneous/path.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5096 * plot/__errplot__.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5097 * plot/__plt__.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5098 * plot/axis.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5099 * plot/errorbar.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5100 * plot/mplot.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5101 * plot/loglog.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5102 * plot/plot.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5103 * plot/plot_border.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5104 * plot/semilogx.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5105 * plot/semilogy.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5106 * plot/xlabel.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5107 * plot/ylabel.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5108 * plot/zlabel.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5109 * statistics/base/ppplot.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5110 * statistics/base/qqplot.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5111 * statistics/tests/bartlett_test.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5112 * statistics/tests/kolmogorov_smirnov_test.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5113 * statistics/tests/kruskal_wallis_test.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5114 * strings/str2mat.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5115 * strings/strcat.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
5116
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5117 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov>
3962
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3925
diff changeset
5118
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3925
diff changeset
5119 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases.
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3925
diff changeset
5120
3924
9483f6f094ef [project @ 2002-05-01 07:16:28 by jwe]
jwe
parents: 3918
diff changeset
5121 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu>
9483f6f094ef [project @ 2002-05-01 07:16:28 by jwe]
jwe
parents: 3918
diff changeset
5122
9483f6f094ef [project @ 2002-05-01 07:16:28 by jwe]
jwe
parents: 3918
diff changeset
5123 * skip-autoheader: New file, for autogen.sh.
3925
ab04567e7809 [project @ 2002-05-01 07:22:59 by jwe]
jwe
parents: 3924
diff changeset
5124 * Makefile.in (DISTFILES): Add it to the list.
3924
9483f6f094ef [project @ 2002-05-01 07:16:28 by jwe]
jwe
parents: 3918
diff changeset
5125
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5126 2002-04-29 Paul Kienzle <pkienzle@users.sf.net>
3914
9eb96199e0f1 [project @ 2002-04-30 02:40:04 by jwe]
jwe
parents: 3911
diff changeset
5127
9eb96199e0f1 [project @ 2002-04-30 02:40:04 by jwe]
jwe
parents: 3911
diff changeset
5128 * general/repmat.m: New function.
9eb96199e0f1 [project @ 2002-04-30 02:40:04 by jwe]
jwe
parents: 3911
diff changeset
5129
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5130 2002-04-25 Paul Kienzle <pkienzle@users.sf.net>
3911
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3910
diff changeset
5131
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3910
diff changeset
5132 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio.
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3910
diff changeset
5133 Use optional parameter to specify the number of bits in the input.
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3910
diff changeset
5134 * audio/mu2lin.m: Accept matrices, return n-bit integers or
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3910
diff changeset
5135 floats in the range [-1,1], 2x speedup.
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3910
diff changeset
5136
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3910
diff changeset
5137 * strings/index.m, strings/rindex.m: Vectorize for speed.
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3910
diff changeset
5138
3910
79a90a0f0eff [project @ 2002-04-25 05:36:52 by jwe]
jwe
parents: 3907
diff changeset
5139 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu>
79a90a0f0eff [project @ 2002-04-25 05:36:52 by jwe]
jwe
parents: 3907
diff changeset
5140
79a90a0f0eff [project @ 2002-04-25 05:36:52 by jwe]
jwe
parents: 3907
diff changeset
5141 * linear-algebra/kron.m: Delete.
79a90a0f0eff [project @ 2002-04-25 05:36:52 by jwe]
jwe
parents: 3907
diff changeset
5142
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5143 2002-04-24 Paul Kienzle <pkienzle@users.sf.net>
3907
437884fae441 [project @ 2002-04-24 19:33:08 by jwe]
jwe
parents: 3906
diff changeset
5144
437884fae441 [project @ 2002-04-24 19:33:08 by jwe]
jwe
parents: 3906
diff changeset
5145 * signal/freqz.m: If nargout is zero, plot results instead of
437884fae441 [project @ 2002-04-24 19:33:08 by jwe]
jwe
parents: 3906
diff changeset
5146 returning them.
437884fae441 [project @ 2002-04-24 19:33:08 by jwe]
jwe
parents: 3906
diff changeset
5147 * signal/freqz_plot.m: New file.
437884fae441 [project @ 2002-04-24 19:33:08 by jwe]
jwe
parents: 3906
diff changeset
5148
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5149 2002-04-24 Bill Lash <lash@tellabs.com>
3906
a7096282a091 [project @ 2002-04-24 19:19:55 by jwe]
jwe
parents: 3904
diff changeset
5150
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
5151 * signal/unwrap.m: New file.
3906
a7096282a091 [project @ 2002-04-24 19:19:55 by jwe]
jwe
parents: 3904
diff changeset
5152
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5153 2002-04-23 Paul Kienzle <pkienzle@users.sf.net>
3904
6b00ac653c0f [project @ 2002-04-24 04:56:10 by jwe]
jwe
parents: 3894
diff changeset
5154
6b00ac653c0f [project @ 2002-04-24 04:56:10 by jwe]
jwe
parents: 3894
diff changeset
5155 * image/rgb2hsv.m: Faster, more accurate, remove the
6b00ac653c0f [project @ 2002-04-24 04:56:10 by jwe]
jwe
parents: 3894
diff changeset
5156 divide by zero warning.
6b00ac653c0f [project @ 2002-04-24 04:56:10 by jwe]
jwe
parents: 3894
diff changeset
5157
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5158 2002-04-09 Paul Kienzle <pkienzle@users.sf.net>
3893
abd8659eea11 [project @ 2002-04-09 21:36:31 by jwe]
jwe
parents: 3891
diff changeset
5159
3894
d71f92546e45 [project @ 2002-04-10 00:39:03 by jwe]
jwe
parents: 3893
diff changeset
5160 * strings/deblank.m: Trim \0 as well as blank.
d71f92546e45 [project @ 2002-04-10 00:39:03 by jwe]
jwe
parents: 3893
diff changeset
5161
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
5162 * freqz.m: Evaluate a specific range of frequencies
3893
abd8659eea11 [project @ 2002-04-09 21:36:31 by jwe]
jwe
parents: 3891
diff changeset
5163 expressed in radians or Hz relative to a supplied sample rate.
abd8659eea11 [project @ 2002-04-09 21:36:31 by jwe]
jwe
parents: 3891
diff changeset
5164
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5165 2002-04-04 Paul Kienzle <pkienzle@users.sf.net>
3890
9652abf2c297 [project @ 2002-04-04 23:24:39 by jwe]
jwe
parents: 3889
diff changeset
5166
9652abf2c297 [project @ 2002-04-04 23:24:39 by jwe]
jwe
parents: 3889
diff changeset
5167 * signal/fftfilt.m: Filter columns if called with a matrix.
9652abf2c297 [project @ 2002-04-04 23:24:39 by jwe]
jwe
parents: 3889
diff changeset
5168
3891
e2cbe8e31e06 [project @ 2002-04-04 23:38:33 by jwe]
jwe
parents: 3890
diff changeset
5169 * strings/findstr.m: Vectorize as much as possible.
e2cbe8e31e06 [project @ 2002-04-04 23:38:33 by jwe]
jwe
parents: 3890
diff changeset
5170
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5171 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za>
3889
ac24529a78a0 [project @ 2002-04-04 23:03:15 by jwe]
jwe
parents: 3887
diff changeset
5172
ac24529a78a0 [project @ 2002-04-04 23:03:15 by jwe]
jwe
parents: 3887
diff changeset
5173 * special-matrix/invhilb.m: New version that is faster and more
ac24529a78a0 [project @ 2002-04-04 23:03:15 by jwe]
jwe
parents: 3887
diff changeset
5174 accurate.
ac24529a78a0 [project @ 2002-04-04 23:03:15 by jwe]
jwe
parents: 3887
diff changeset
5175
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5176 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu>
3887
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3885
diff changeset
5177
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3885
diff changeset
5178 * configure.in: Update for autoconf 2.5x.
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3885
diff changeset
5179
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5180 2002-04-03 Paul Kienzle <pkienzle@users.sf.net>
3885
f49111e2d8a4 [project @ 2002-04-03 17:33:19 by jwe]
jwe
parents: 3883
diff changeset
5181
f49111e2d8a4 [project @ 2002-04-03 17:33:19 by jwe]
jwe
parents: 3883
diff changeset
5182 * special-matrix/vander.m: Code tidy and vectorize.
f49111e2d8a4 [project @ 2002-04-03 17:33:19 by jwe]
jwe
parents: 3883
diff changeset
5183
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5184 2002-04-02 Paul Kienzle <pkienzle@users.sf.net>
3882
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
5185
3883
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3882
diff changeset
5186 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3882
diff changeset
5187 to vectors. Issue a warning in the case x matches y' but return a
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3882
diff changeset
5188 column vector as Octave currently does.
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3882
diff changeset
5189
3882
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
5190 * plot/contour.m: Set default number of levels for contour(x,y,z).
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
5191
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
5192 * control/system/starp.m: Leave more of the documentation
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
5193 processing to texinfo and less to the @format block.
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
5194
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
5195 * image/imagesc.m: Only display image if no output is requested.
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
5196 Code tidying.
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
5197
3876
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3872
diff changeset
5198 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3872
diff changeset
5199
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3872
diff changeset
5200 * statistics/base/center.m: Accept and return empty matrix.
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3872
diff changeset
5201
3872
57d51184b669 [project @ 2002-02-23 02:54:08 by jwe]
jwe
parents: 3869
diff changeset
5202 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu>
57d51184b669 [project @ 2002-02-23 02:54:08 by jwe]
jwe
parents: 3869
diff changeset
5203
57d51184b669 [project @ 2002-02-23 02:54:08 by jwe]
jwe
parents: 3869
diff changeset
5204 * specfun/erfinv.m: Fix usage message.
57d51184b669 [project @ 2002-02-23 02:54:08 by jwe]
jwe
parents: 3869
diff changeset
5205
3869
63aa2e20e638 [project @ 2002-02-09 05:08:15 by jwe]
jwe
parents: 3837
diff changeset
5206 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu>
63aa2e20e638 [project @ 2002-02-09 05:08:15 by jwe]
jwe
parents: 3837
diff changeset
5207
63aa2e20e638 [project @ 2002-02-09 05:08:15 by jwe]
jwe
parents: 3837
diff changeset
5208 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z).
63aa2e20e638 [project @ 2002-02-09 05:08:15 by jwe]
jwe
parents: 3837
diff changeset
5209 From "Michael O'Brien" <mobrien@kento.unm.edu>.
63aa2e20e638 [project @ 2002-02-09 05:08:15 by jwe]
jwe
parents: 3837
diff changeset
5210
3837
bb3e654d6684 [project @ 2001-06-07 00:24:25 by jwe]
jwe
parents: 3836
diff changeset
5211 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu>
bb3e654d6684 [project @ 2001-06-07 00:24:25 by jwe]
jwe
parents: 3836
diff changeset
5212
bb3e654d6684 [project @ 2001-06-07 00:24:25 by jwe]
jwe
parents: 3836
diff changeset
5213 * statistics/distributions/discrete_cdf.m: Downcase incorrectly
bb3e654d6684 [project @ 2001-06-07 00:24:25 by jwe]
jwe
parents: 3836
diff changeset
5214 capitalized variable names.
bb3e654d6684 [project @ 2001-06-07 00:24:25 by jwe]
jwe
parents: 3836
diff changeset
5215
3836
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3833
diff changeset
5216 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr>
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3833
diff changeset
5217
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3833
diff changeset
5218 * m/image/saveimage.m: fix saving an image to Postscript format.
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3833
diff changeset
5219
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5220 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu>
3814
fb01838d0f38 [project @ 2001-04-19 02:26:07 by jwe]
jwe
parents: 3803
diff changeset
5221
fb01838d0f38 [project @ 2001-04-19 02:26:07 by jwe]
jwe
parents: 3803
diff changeset
5222 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys.
fb01838d0f38 [project @ 2001-04-19 02:26:07 by jwe]
jwe
parents: 3803
diff changeset
5223
3803
63c75bc3db82 [project @ 2001-02-28 08:24:40 by jwe]
jwe
parents: 3801
diff changeset
5224 2001-02-28 Kai Habel <kai.habel@gmx.de>
63c75bc3db82 [project @ 2001-02-28 08:24:40 by jwe]
jwe
parents: 3801
diff changeset
5225
3833
f3278ec3ccb7 [project @ 2001-05-17 12:31:52 by jwe]
jwe
parents: 3814
diff changeset
5226 * general/cart2pol.m: New file.
f3278ec3ccb7 [project @ 2001-05-17 12:31:52 by jwe]
jwe
parents: 3814
diff changeset
5227 * general/pol2cart.m: New file.
f3278ec3ccb7 [project @ 2001-05-17 12:31:52 by jwe]
jwe
parents: 3814
diff changeset
5228 * general/cart2sph.m: New file.
f3278ec3ccb7 [project @ 2001-05-17 12:31:52 by jwe]
jwe
parents: 3814
diff changeset
5229 * general/sph2cart.m: New file.
f3278ec3ccb7 [project @ 2001-05-17 12:31:52 by jwe]
jwe
parents: 3814
diff changeset
5230 * image/rgb2hsv.m: New file.
f3278ec3ccb7 [project @ 2001-05-17 12:31:52 by jwe]
jwe
parents: 3814
diff changeset
5231 * image/hsv2rgb.m: New file.
3803
63c75bc3db82 [project @ 2001-02-28 08:24:40 by jwe]
jwe
parents: 3801
diff changeset
5232
63c75bc3db82 [project @ 2001-02-28 08:24:40 by jwe]
jwe
parents: 3801
diff changeset
5233 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
63c75bc3db82 [project @ 2001-02-28 08:24:40 by jwe]
jwe
parents: 3801
diff changeset
5234
63c75bc3db82 [project @ 2001-02-28 08:24:40 by jwe]
jwe
parents: 3801
diff changeset
5235 * plot/meshgrid.m: Avoid for loops.
63c75bc3db82 [project @ 2001-02-28 08:24:40 by jwe]
jwe
parents: 3801
diff changeset
5236 * plot/meshdom.m: Likewise.
63c75bc3db82 [project @ 2001-02-28 08:24:40 by jwe]
jwe
parents: 3801
diff changeset
5237
3801
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
5238 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu>
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
5239
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
5240 * linear-algebra/norm.m: Use sqrt instead of ^0.5.
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
5241
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
5242 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca>
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
5243
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
5244 * linear-algebra/norm.m: Use more efficient method for Frobenius
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
5245 norm.
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
5246
3792
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5247 2001-02-09 David Livings <david.livings@asa.co.uk>
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5248
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5249 * statistics/tests/welch_test.m: Fix typo.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5250
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5251 * statistics/distributions/chisquare_cdf.m:
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5252 Don't restrict inputs to be only positive integers.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5253 * statistics/distributions/chisquare_inv.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5254 * statistics/distributions/chisquare_pdf.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5255 * statistics/distributions/chisquare_rnd.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5256 * statistics/distributions/f_cdf.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5257 * statistics/distributions/f_inv.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5258 * statistics/distributions/f_pdf.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5259 * statistics/distributions/f_rnd.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5260 * statistics/distributions/t_cdf.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5261 * statistics/distributions/t_inv.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5262 * statistics/distributions/t_pdf.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5263 * statistics/distributions/t_rnd.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
5264
3790
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
5265 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
5266
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
5267 * strings/dec2base.m: New file.
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
5268 * strings/base2dec.m: New file.
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
5269 * strings/strjust.m: New file.
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
5270 * strings/dec2hex.m: Replace with version that just calls 2dec2base.
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
5271 * strings/dec2bin.m: Likewise.
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
5272 * strings/hex2dec.m: Replace with version that just calls base2dec.
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
5273 * strings/bin2dec.m: Likewise.
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
5274
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5275 2001-02-07 David Livings <david.livings@asa.co.uk>
3787
5fea33691021 [project @ 2001-02-07 18:24:37 by jwe]
jwe
parents: 3775
diff changeset
5276
5fea33691021 [project @ 2001-02-07 18:24:37 by jwe]
jwe
parents: 3775
diff changeset
5277 * statistics/base/ppplot.m: Use gset, not set.
5fea33691021 [project @ 2001-02-07 18:24:37 by jwe]
jwe
parents: 3775
diff changeset
5278 * statistics/base/qqplot.m: Likewise.
5fea33691021 [project @ 2001-02-07 18:24:37 by jwe]
jwe
parents: 3775
diff changeset
5279
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5280 2001-02-05 Ondrej Popp <ondrej@geocities.com>
3775
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3759
diff changeset
5281
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3759
diff changeset
5282 * control/system/c2d.m: Add missing endif.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3759
diff changeset
5283
3759
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
5284 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi>
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
5285
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
5286 * strings/index.m: Return 0 if either string is empty.
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
5287
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
5288 2000-12-15 Ben Sapp <bsapp@lanl.gov>
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
5289
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
5290 * control/system/c2d.m: Allow option of matched pole/zero
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
5291 equivalent for conversion.
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
5292
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
5293 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu>
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
5294
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
5295 * strings/findstr.m: Return empty matrix if search string is empty.
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
5296
3757
574711ce9070 [project @ 2000-12-15 18:19:15 by jwe]
jwe
parents: 3754
diff changeset
5297 2000-12-15 Kai Habel <kai.habel@gmx.de>
574711ce9070 [project @ 2000-12-15 18:19:15 by jwe]
jwe
parents: 3754
diff changeset
5298
574711ce9070 [project @ 2000-12-15 18:19:15 by jwe]
jwe
parents: 3754
diff changeset
5299 * saveimage.m: Do create rawbit image for black and white images,
574711ce9070 [project @ 2000-12-15 18:19:15 by jwe]
jwe
parents: 3754
diff changeset
5300 but do it correctly.
574711ce9070 [project @ 2000-12-15 18:19:15 by jwe]
jwe
parents: 3754
diff changeset
5301
3754
e63a3a6d7797 [project @ 2000-12-14 21:57:14 by jwe]
jwe
parents: 3748
diff changeset
5302 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi>
e63a3a6d7797 [project @ 2000-12-14 21:57:14 by jwe]
jwe
parents: 3748
diff changeset
5303
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
5304 * polynomial/deconv.m: For compatibility with Matlab, don't reduce
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
5305 result polynomials.
3754
e63a3a6d7797 [project @ 2000-12-14 21:57:14 by jwe]
jwe
parents: 3748
diff changeset
5306
3748
599fb10b454d [project @ 2000-12-08 04:43:33 by jwe]
jwe
parents: 3740
diff changeset
5307 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu>
599fb10b454d [project @ 2000-12-08 04:43:33 by jwe]
jwe
parents: 3740
diff changeset
5308
599fb10b454d [project @ 2000-12-08 04:43:33 by jwe]
jwe
parents: 3740
diff changeset
5309 * image/saveimage.m: Don't try to create rawbit image.
599fb10b454d [project @ 2000-12-08 04:43:33 by jwe]
jwe
parents: 3740
diff changeset
5310
3740
0228f57f88c3 [project @ 2000-11-28 02:51:22 by jwe]
jwe
parents: 3737
diff changeset
5311 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu>
0228f57f88c3 [project @ 2000-11-28 02:51:22 by jwe]
jwe
parents: 3737
diff changeset
5312
0228f57f88c3 [project @ 2000-11-28 02:51:22 by jwe]
jwe
parents: 3737
diff changeset
5313 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c.
0228f57f88c3 [project @ 2000-11-28 02:51:22 by jwe]
jwe
parents: 3737
diff changeset
5314
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5315 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
3737
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3727
diff changeset
5316
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3727
diff changeset
5317 * plot/contour.m: Reorder args for Matlab compatibility.
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3727
diff changeset
5318
3727
e6d0041aedf3 [project @ 2000-10-31 02:08:49 by jwe]
jwe
parents: 3718
diff changeset
5319 2000-10-27 Mats Jansson <mats.e.jansson@home.se>
e6d0041aedf3 [project @ 2000-10-31 02:08:49 by jwe]
jwe
parents: 3718
diff changeset
5320
e6d0041aedf3 [project @ 2000-10-31 02:08:49 by jwe]
jwe
parents: 3718
diff changeset
5321 * set/create_set.m: Avoid empty matrix in matrix list warning.
e6d0041aedf3 [project @ 2000-10-31 02:08:49 by jwe]
jwe
parents: 3718
diff changeset
5322
3717
e3501697c995 [project @ 2000-09-08 06:27:44 by jwe]
jwe
parents: 3714
diff changeset
5323 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi>
e3501697c995 [project @ 2000-09-08 06:27:44 by jwe]
jwe
parents: 3714
diff changeset
5324
3718
65c6da68ddb3 [project @ 2000-09-08 06:50:02 by jwe]
jwe
parents: 3717
diff changeset
5325 * plot/errorbar.m, plot/__errplot__.m: New functions.
65c6da68ddb3 [project @ 2000-09-08 06:50:02 by jwe]
jwe
parents: 3717
diff changeset
5326
3717
e3501697c995 [project @ 2000-09-08 06:27:44 by jwe]
jwe
parents: 3714
diff changeset
5327 * plot/mesh.m: Also set nologscale before plotting.
e3501697c995 [project @ 2000-09-08 06:27:44 by jwe]
jwe
parents: 3714
diff changeset
5328 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and
e3501697c995 [project @ 2000-09-08 06:27:44 by jwe]
jwe
parents: 3714
diff changeset
5329 xyerrorbars instead of just errorbars.
e3501697c995 [project @ 2000-09-08 06:27:44 by jwe]
jwe
parents: 3714
diff changeset
5330
3714
38ff09748e26 [project @ 2000-08-25 06:10:30 by jwe]
jwe
parents: 3709
diff changeset
5331 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de>
38ff09748e26 [project @ 2000-08-25 06:10:30 by jwe]
jwe
parents: 3709
diff changeset
5332
38ff09748e26 [project @ 2000-08-25 06:10:30 by jwe]
jwe
parents: 3709
diff changeset
5333 * image/image.m: Try display (from ImageMagick) first.
38ff09748e26 [project @ 2000-08-25 06:10:30 by jwe]
jwe
parents: 3709
diff changeset
5334
3709
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3705
diff changeset
5335 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de>
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3705
diff changeset
5336
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3705
diff changeset
5337 * plot/meshgrid.m: Use transpose to reorient vectors, not complex
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3705
diff changeset
5338 conjugate transpose.
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3705
diff changeset
5339
3705
7e90f4e9a4d5 [project @ 2000-07-22 01:57:25 by jwe]
jwe
parents: 3696
diff changeset
5340 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu>
7e90f4e9a4d5 [project @ 2000-07-22 01:57:25 by jwe]
jwe
parents: 3696
diff changeset
5341
7e90f4e9a4d5 [project @ 2000-07-22 01:57:25 by jwe]
jwe
parents: 3696
diff changeset
5342 * strings/str2mat.m: Apply setstr to each argument.
7e90f4e9a4d5 [project @ 2000-07-22 01:57:25 by jwe]
jwe
parents: 3696
diff changeset
5343
3696
5a7174ebc684 [project @ 2000-07-17 19:38:53 by jwe]
jwe
parents: 3695
diff changeset
5344 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it>
5a7174ebc684 [project @ 2000-07-17 19:38:53 by jwe]
jwe
parents: 3695
diff changeset
5345
5a7174ebc684 [project @ 2000-07-17 19:38:53 by jwe]
jwe
parents: 3695
diff changeset
5346 * control/base/dkalman.m: New file.
5a7174ebc684 [project @ 2000-07-17 19:38:53 by jwe]
jwe
parents: 3695
diff changeset
5347 * control/base/dlqe.m: Handle singular A matrix.
5a7174ebc684 [project @ 2000-07-17 19:38:53 by jwe]
jwe
parents: 3695
diff changeset
5348 * control/base/dlqr.m: Likewise.
5a7174ebc684 [project @ 2000-07-17 19:38:53 by jwe]
jwe
parents: 3695
diff changeset
5349
3695
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3690
diff changeset
5350 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu>
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3690
diff changeset
5351
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3690
diff changeset
5352 * strings/strcmp.m: Return 0 instead of an error if row and column
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3690
diff changeset
5353 dimensions don't match.
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3690
diff changeset
5354
3690
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3685
diff changeset
5355 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE>
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3685
diff changeset
5356
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3685
diff changeset
5357 * plot/hist.m: Allow 3 argument form to work.
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3685
diff changeset
5358
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5359 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu>
3683
505f5c35a2c9 [project @ 2000-06-27 20:19:47 by jwe]
jwe
parents: 3679
diff changeset
5360
505f5c35a2c9 [project @ 2000-06-27 20:19:47 by jwe]
jwe
parents: 3679
diff changeset
5361 * plot/plot.m: Add examples in doc string.
505f5c35a2c9 [project @ 2000-06-27 20:19:47 by jwe]
jwe
parents: 3679
diff changeset
5362
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5363 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov>
3679
0f319a2fca12 [project @ 2000-06-08 16:17:42 by jwe]
jwe
parents: 3674
diff changeset
5364
0f319a2fca12 [project @ 2000-06-08 16:17:42 by jwe]
jwe
parents: 3674
diff changeset
5365 * control/base/__stepimp__.m: Reset multiplot state when done.
0f319a2fca12 [project @ 2000-06-08 16:17:42 by jwe]
jwe
parents: 3674
diff changeset
5366 Do the right thing even if automatic_replot is not zero.
0f319a2fca12 [project @ 2000-06-08 16:17:42 by jwe]
jwe
parents: 3674
diff changeset
5367 Avoid failure if system has pure imaginary poles.
0f319a2fca12 [project @ 2000-06-08 16:17:42 by jwe]
jwe
parents: 3674
diff changeset
5368
3674
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3672
diff changeset
5369 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu>
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3672
diff changeset
5370
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3672
diff changeset
5371 * general/logical.m: Return arg if it is empty. Better error
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3672
diff changeset
5372 message for non-numeric types.
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3672
diff changeset
5373
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5374 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu>
3672
a0952f6b163e [project @ 2000-05-31 20:57:50 by jwe]
jwe
parents: 3670
diff changeset
5375
a0952f6b163e [project @ 2000-05-31 20:57:50 by jwe]
jwe
parents: 3670
diff changeset
5376 * control/base/dlqe.m: Update documentation. Fix typo. Warn
a0952f6b163e [project @ 2000-05-31 20:57:50 by jwe]
jwe
parents: 3670
diff changeset
5377 about difference with Matlab dlqe function.
a0952f6b163e [project @ 2000-05-31 20:57:50 by jwe]
jwe
parents: 3670
diff changeset
5378
a0952f6b163e [project @ 2000-05-31 20:57:50 by jwe]
jwe
parents: 3670
diff changeset
5379 * control/system/sysmult.m: Fix typo in argument dimensions checking.
a0952f6b163e [project @ 2000-05-31 20:57:50 by jwe]
jwe
parents: 3670
diff changeset
5380
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5381 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov>
3670
0287dfeb1f34 [project @ 2000-05-24 18:41:37 by jwe]
jwe
parents: 3667
diff changeset
5382
0287dfeb1f34 [project @ 2000-05-24 18:41:37 by jwe]
jwe
parents: 3667
diff changeset
5383 * strings/strrep.m: Fix typo.
0287dfeb1f34 [project @ 2000-05-24 18:41:37 by jwe]
jwe
parents: 3667
diff changeset
5384
3666
301e0da5b455 [project @ 2000-05-13 06:02:36 by jwe]
jwe
parents: 3656
diff changeset
5385 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu>
301e0da5b455 [project @ 2000-05-13 06:02:36 by jwe]
jwe
parents: 3656
diff changeset
5386
301e0da5b455 [project @ 2000-05-13 06:02:36 by jwe]
jwe
parents: 3656
diff changeset
5387 * strings/strrep.m: Don't transpose result for case of jump > 0.
301e0da5b455 [project @ 2000-05-13 06:02:36 by jwe]
jwe
parents: 3656
diff changeset
5388
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5389 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
3666
301e0da5b455 [project @ 2000-05-13 06:02:36 by jwe]
jwe
parents: 3656
diff changeset
5390
301e0da5b455 [project @ 2000-05-13 06:02:36 by jwe]
jwe
parents: 3656
diff changeset
5391 * strings/strrep.m: Avoid for loop for speed.
3667
f7f94396dd81 [project @ 2000-05-13 06:31:28 by jwe]
jwe
parents: 3666
diff changeset
5392 * plot/axis.m: Handle string options for Matlab compatibility.
3666
301e0da5b455 [project @ 2000-05-13 06:02:36 by jwe]
jwe
parents: 3656
diff changeset
5393
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5394 2000-04-04 John Smith <john@arrows.demon.co.uk>
3656
96679fb690a4 [project @ 2000-04-04 06:16:22 by jwe]
jwe
parents: 3651
diff changeset
5395
96679fb690a4 [project @ 2000-04-04 06:16:22 by jwe]
jwe
parents: 3651
diff changeset
5396 * statistics/distributions/beta_inv.m: Provide better(?) initial
96679fb690a4 [project @ 2000-04-04 06:16:22 by jwe]
jwe
parents: 3651
diff changeset
5397 guess for iteration.
96679fb690a4 [project @ 2000-04-04 06:16:22 by jwe]
jwe
parents: 3651
diff changeset
5398
3651
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
5399 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
5400
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
5401 * image/image.m: Allow image (A) or image (x, y, A).
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
5402 * image/imagesc.m: Likewise.
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
5403
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
5404 * image/image.m: If zoom is not supplied, or if it is an empty
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
5405 matrix, autoscale the image.
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
5406
3618
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3617
diff changeset
5407 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu>
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3617
diff changeset
5408
3619
a7fe24b18fa4 [project @ 2000-03-22 21:56:18 by jwe]
jwe
parents: 3618
diff changeset
5409 * plot/title.m, plot/bottom_title.m, plot/top_title.m:
a7fe24b18fa4 [project @ 2000-03-22 21:56:18 by jwe]
jwe
parents: 3618
diff changeset
5410 Undo string escapes in text twice(!) before sending to gnuplot.
a7fe24b18fa4 [project @ 2000-03-22 21:56:18 by jwe]
jwe
parents: 3618
diff changeset
5411
3618
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3617
diff changeset
5412 * image/saveimage.m: Add comment to file saying who created it and
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3617
diff changeset
5413 when it was created. Suggested by Stephen Eglen
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3617
diff changeset
5414 <stephen@cogsci.ed.ac.uk>.
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3617
diff changeset
5415
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5416 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
3617
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
5417
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
5418 * polynomial/polyreduce.m: Simplify by looking for the first
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
5419 non-zero element rather than the last of the first set of zero
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
5420 elements.
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
5421
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
5422 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles.
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
5423
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5424 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE>
3616
1b5178224a25 [project @ 2000-03-21 08:45:53 by jwe]
jwe
parents: 3604
diff changeset
5425
1b5178224a25 [project @ 2000-03-21 08:45:53 by jwe]
jwe
parents: 3604
diff changeset
5426 * image/saveimage.m: Swap black and white colormaps so zero is
1b5178224a25 [project @ 2000-03-21 08:45:53 by jwe]
jwe
parents: 3604
diff changeset
5427 displayed as black and 1 is displayed as white.
1b5178224a25 [project @ 2000-03-21 08:45:53 by jwe]
jwe
parents: 3604
diff changeset
5428 Fix indexing bug in ppm case.
1b5178224a25 [project @ 2000-03-21 08:45:53 by jwe]
jwe
parents: 3604
diff changeset
5429
3604
5446d3f11362 [project @ 2000-03-07 04:00:20 by jwe]
jwe
parents: 3603
diff changeset
5430 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk>
5446d3f11362 [project @ 2000-03-07 04:00:20 by jwe]
jwe
parents: 3603
diff changeset
5431
5446d3f11362 [project @ 2000-03-07 04:00:20 by jwe]
jwe
parents: 3603
diff changeset
5432 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties
5446d3f11362 [project @ 2000-03-07 04:00:20 by jwe]
jwe
parents: 3603
diff changeset
5433 between the two distributions (took same approach as ks.test() in R.)
5446d3f11362 [project @ 2000-03-07 04:00:20 by jwe]
jwe
parents: 3603
diff changeset
5434
3603
de4471c26cd3 [project @ 2000-02-29 07:59:54 by jwe]
jwe
parents: 3601
diff changeset
5435 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu>
de4471c26cd3 [project @ 2000-02-29 07:59:54 by jwe]
jwe
parents: 3601
diff changeset
5436
de4471c26cd3 [project @ 2000-02-29 07:59:54 by jwe]
jwe
parents: 3601
diff changeset
5437 * control/base/bode.m: Temporarily disable automatic_replot.
de4471c26cd3 [project @ 2000-02-29 07:59:54 by jwe]
jwe
parents: 3601
diff changeset
5438
3599
b8fa63b7ea79 [project @ 2000-02-23 22:48:08 by jwe]
jwe
parents: 3597
diff changeset
5439 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu>
b8fa63b7ea79 [project @ 2000-02-23 22:48:08 by jwe]
jwe
parents: 3597
diff changeset
5440
3601
b1830ce6993a [project @ 2000-02-24 05:07:15 by jwe]
jwe
parents: 3599
diff changeset
5441 * Makefile.in (clean): Also remove gethelp.
b1830ce6993a [project @ 2000-02-24 05:07:15 by jwe]
jwe
parents: 3599
diff changeset
5442
3599
b8fa63b7ea79 [project @ 2000-02-23 22:48:08 by jwe]
jwe
parents: 3597
diff changeset
5443 * specfun/erfinv.m: Use z_new in convergence test, not z_old.
b8fa63b7ea79 [project @ 2000-02-23 22:48:08 by jwe]
jwe
parents: 3597
diff changeset
5444
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5445 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg>
3597
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
5446
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
5447 * set/create_set.m: Use find to avoid while loop.
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
5448
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5449 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk>
3597
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
5450
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
5451 * plot/hist.m: New optional third argument.
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
5452
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
5453 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu>
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
5454
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
5455 * miscellaneous/bug_report.m: Use octave-bug script with version
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
5456 number appended.
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
5457
3575
7576a76f6d7b [project @ 2000-02-04 11:02:49 by jwe]
jwe
parents: 3498
diff changeset
5458 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu>
7576a76f6d7b [project @ 2000-02-04 11:02:49 by jwe]
jwe
parents: 3498
diff changeset
5459
7576a76f6d7b [project @ 2000-02-04 11:02:49 by jwe]
jwe
parents: 3498
diff changeset
5460 * gethelp.cc: Sprinkle with std:: qualifier.
7576a76f6d7b [project @ 2000-02-04 11:02:49 by jwe]
jwe
parents: 3498
diff changeset
5461
3498
e391aeef2b3c [project @ 2000-01-31 03:17:14 by jwe]
jwe
parents: 3495
diff changeset
5462 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu>
e391aeef2b3c [project @ 2000-01-31 03:17:14 by jwe]
jwe
parents: 3495
diff changeset
5463
e391aeef2b3c [project @ 2000-01-31 03:17:14 by jwe]
jwe
parents: 3495
diff changeset
5464 * image/saveimage.m: Delete some debugging code.
e391aeef2b3c [project @ 2000-01-31 03:17:14 by jwe]
jwe
parents: 3495
diff changeset
5465
3486
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
5466 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu>
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
5467
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
5468 * signal/sinc.m: Avoid reshaping.
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
5469
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
5470 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing.
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
5471 * image/ind2rgb.m: Ditto.
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
5472 * image/ind2gray.m: Ditto.
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
5473 * general/reshape.m: Ditto. Also no longer needs to reset
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
5474 implicit_str_to_num_ok.
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
5475
3483
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3476
diff changeset
5476 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu>
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3476
diff changeset
5477
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3476
diff changeset
5478 * miscellaneous/popen2.m: Deal with the fact that pipe now returns
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3476
diff changeset
5479 a list of file structures, not a vector of numeric file ids.
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3476
diff changeset
5480
3474
9c68cfa263eb [project @ 2000-01-25 10:17:55 by jwe]
jwe
parents: 3473
diff changeset
5481 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu>
9c68cfa263eb [project @ 2000-01-25 10:17:55 by jwe]
jwe
parents: 3473
diff changeset
5482
3476
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
5483 * plot/__axis_label__.m: New function.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
5484 Undo string escapes in text twice(!) before sending to gnuplot.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
5485 * plot/xlabel.m: Use it.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
5486 * plot/ylabel.m: Ditto.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
5487 * plot/zlabel.m: Ditto.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
5488
3474
9c68cfa263eb [project @ 2000-01-25 10:17:55 by jwe]
jwe
parents: 3473
diff changeset
5489 * plot/mesh.m: Fix error message to reflect reality.
9c68cfa263eb [project @ 2000-01-25 10:17:55 by jwe]
jwe
parents: 3473
diff changeset
5490
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5491 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr>
3473
64f8babb7b3d [project @ 2000-01-25 09:44:15 by jwe]
jwe
parents: 3471
diff changeset
5492
64f8babb7b3d [project @ 2000-01-25 09:44:15 by jwe]
jwe
parents: 3471
diff changeset
5493 * statistics/distributions/weibull_pdf.m: Use correct formula.
64f8babb7b3d [project @ 2000-01-25 09:44:15 by jwe]
jwe
parents: 3471
diff changeset
5494
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5495 2000-01-22 Michael Reifenberger <mike@Plaut.de>
3471
a0aef47b4b4d [project @ 2000-01-22 23:10:42 by jwe]
jwe
parents: 3456
diff changeset
5496
a0aef47b4b4d [project @ 2000-01-22 23:10:42 by jwe]
jwe
parents: 3456
diff changeset
5497 * audio/saveaudio.m: Also accept files with .ul extension.
a0aef47b4b4d [project @ 2000-01-22 23:10:42 by jwe]
jwe
parents: 3456
diff changeset
5498 * audio/loadaudio.m: Ditto.
a0aef47b4b4d [project @ 2000-01-22 23:10:42 by jwe]
jwe
parents: 3456
diff changeset
5499 * audio/playaudio.m: Ditto.
a0aef47b4b4d [project @ 2000-01-22 23:10:42 by jwe]
jwe
parents: 3456
diff changeset
5500
3456
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5501 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu>
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5502
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5503 * statistics/distributions/beta_cdf.m: Texinfoize doc string.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5504 * statistics/distributions/beta_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5505 * statistics/distributions/beta_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5506 * statistics/distributions/beta_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5507 * statistics/distributions/binomial_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5508 * statistics/distributions/binomial_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5509 * statistics/distributions/binomial_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5510 * statistics/distributions/binomial_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5511 * statistics/distributions/cauchy_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5512 * statistics/distributions/cauchy_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5513 * statistics/distributions/cauchy_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5514 * statistics/distributions/cauchy_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5515 * statistics/distributions/chisquare_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5516 * statistics/distributions/chisquare_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5517 * statistics/distributions/chisquare_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5518 * statistics/distributions/chisquare_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5519 * statistics/distributions/discrete_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5520 * statistics/distributions/discrete_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5521 * statistics/distributions/discrete_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5522 * statistics/distributions/discrete_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5523 * statistics/distributions/empirical_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5524 * statistics/distributions/empirical_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5525 * statistics/distributions/empirical_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5526 * statistics/distributions/empirical_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5527 * statistics/distributions/exponential_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5528 * statistics/distributions/exponential_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5529 * statistics/distributions/exponential_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5530 * statistics/distributions/exponential_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5531 * statistics/distributions/f_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5532 * statistics/distributions/f_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5533 * statistics/distributions/f_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5534 * statistics/distributions/f_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5535 * statistics/distributions/gamma_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5536 * statistics/distributions/gamma_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5537 * statistics/distributions/gamma_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5538 * statistics/distributions/gamma_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5539 * statistics/distributions/geometric_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5540 * statistics/distributions/geometric_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5541 * statistics/distributions/geometric_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5542 * statistics/distributions/geometric_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5543 * statistics/distributions/hypergeometric_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5544 * statistics/distributions/hypergeometric_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5545 * statistics/distributions/hypergeometric_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5546 * statistics/distributions/hypergeometric_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5547 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5548 * statistics/distributions/laplace_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5549 * statistics/distributions/laplace_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5550 * statistics/distributions/laplace_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5551 * statistics/distributions/laplace_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5552 * statistics/distributions/logistic_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5553 * statistics/distributions/logistic_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5554 * statistics/distributions/logistic_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5555 * statistics/distributions/logistic_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5556 * statistics/distributions/lognormal_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5557 * statistics/distributions/lognormal_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5558 * statistics/distributions/lognormal_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5559 * statistics/distributions/lognormal_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5560 * statistics/distributions/normal_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5561 * statistics/distributions/normal_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5562 * statistics/distributions/normal_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5563 * statistics/distributions/normal_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5564 * statistics/distributions/pascal_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5565 * statistics/distributions/pascal_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5566 * statistics/distributions/pascal_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5567 * statistics/distributions/pascal_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5568 * statistics/distributions/poisson_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5569 * statistics/distributions/poisson_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5570 * statistics/distributions/poisson_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5571 * statistics/distributions/poisson_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5572 * statistics/distributions/stdnormal_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5573 * statistics/distributions/stdnormal_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5574 * statistics/distributions/stdnormal_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5575 * statistics/distributions/stdnormal_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5576 * statistics/distributions/t_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5577 * statistics/distributions/t_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5578 * statistics/distributions/t_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5579 * statistics/distributions/t_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5580 * statistics/distributions/uniform_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5581 * statistics/distributions/uniform_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5582 * statistics/distributions/uniform_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5583 * statistics/distributions/uniform_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5584 * statistics/distributions/weibull_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5585 * statistics/distributions/weibull_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5586 * statistics/distributions/weibull_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5587 * statistics/distributions/weibull_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5588 * statistics/distributions/wiener_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
5589
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5590 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu>
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5591
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5592 * statistics/base/values.m: Texinfoize doc string.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5593 * statistics/base/var.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5594 * statistics/base/table.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5595 * statistics/base/studentize.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5596 * statistics/base/statistics.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5597 * statistics/base/spearman.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5598 * statistics/base/run_count.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5599 * statistics/base/ranks.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5600 * statistics/base/range.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5601 * statistics/base/qqplot.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5602 * statistics/base/probit.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5603 * statistics/base/ppplot.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5604 * statistics/base/moment.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5605 * statistics/base/meansq.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5606 * statistics/base/logit.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5607 * statistics/base/kendall.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5608 * statistics/base/iqr.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5609 * statistics/base/cut.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5610 * statistics/base/cor.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5611 * statistics/base/cloglog.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5612 * statistics/base/center.m: Ditto.
3454
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5613 * statistics/models/logistic_regression.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5614 * statistics/models/logistic_regression_derivative.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5615 * statistics/models/logistic_regression_likelihood.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5616 * statistics/tests/anova.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5617 * statistics/tests/bartlett_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5618 * statistics/tests/chisquare_test_homogeneity.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5619 * statistics/tests/chisquare_test_independence.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5620 * statistics/tests/cor_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5621 * statistics/tests/f_test_regression.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5622 * statistics/tests/hotelling_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5623 * statistics/tests/hotelling_test_2.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5624 * statistics/tests/kolmogorov_smirnov_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5625 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5626 * statistics/tests/kruskal_wallis_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5627 * statistics/tests/manova.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5628 * statistics/tests/mcnemar_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5629 * statistics/tests/prop_test_2.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5630 * statistics/tests/run_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5631 * statistics/tests/sign_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5632 * statistics/tests/t_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5633 * statistics/tests/t_test_2.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5634 * statistics/tests/t_test_regression.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5635 * statistics/tests/u_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5636 * statistics/tests/var_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5637 * statistics/tests/welch_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5638 * statistics/tests/wilcoxon_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5639 * statistics/tests/z_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
5640 * statistics/tests/z_test_2.m: Ditto.
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
5641
3446
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3441
diff changeset
5642 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu>
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3441
diff changeset
5643
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3441
diff changeset
5644 * strings/bin2dec.m: Texinfoize doc string.
3449
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5645 * plot/__plr1__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5646 * plot/__pltopt__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5647 * plot/__plt__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5648 * plot/__plt2vv__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5649 * plot/__plr2__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5650 * plot/__plr__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5651 * plot/__plt1__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5652 * plot/__plt2__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5653 * plot/__plt2mm__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5654 * plot/__plt2mv__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5655 * plot/__plt2ss__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5656 * miscellaneous/paren.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5657 * miscellaneous/comma.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5658 * miscellaneous/semicolon.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5659 * miscellaneous/path.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5660 * miscellaneous/list_primes.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5661 * miscellaneous/flops.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5662 * miscellaneous/dump_prefs.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5663 * miscellaneous/bug_report.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5664 * linear-algebra/dot.m: Ditto
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5665 * linear-algebra/dmult.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5666 * general/randperm.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5667 * general/logical.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5668 * general/is_duplicate_entry.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5669 * signal/arch_fit.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5670 * signal/arch_rnd.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5671 * signal/arch_test.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5672 * signal/arma_rnd.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5673 * signal/autocor.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5674 * signal/autocov.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5675 * signal/autoreg_matrix.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5676 * signal/bartlett.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5677 * signal/blackman.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5678 * signal/detrend.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5679 * signal/diffpara.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5680 * signal/durbinlevinson.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5681 * signal/fftconv.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5682 * signal/fftfilt.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5683 * signal/fftshift.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5684 * signal/fractdiff.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5685 * signal/freqz.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5686 * signal/hamming.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5687 * signal/hanning.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5688 * signal/hurst.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5689 * signal/periodogram.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5690 * signal/rectangle_lw.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5691 * signal/rectangle_sw.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5692 * signal/sinc.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5693 * signal/sinetone.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5694 * signal/sinewave.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5695 * signal/spectral_adf.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5696 * signal/spectral_xdf.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5697 * signal/spencer.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5698 * signal/stft.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5699 * signal/synthesis.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5700 * signal/triangle_lw.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5701 * signal/triangle_sw.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
5702 * signal/yulewalker.m: Ditto.
3450
4b61d9e3c73a [project @ 2000-01-18 04:43:54 by jwe]
jwe
parents: 3449
diff changeset
5703 * control/util/strappend.m: Ditto.
3451
a6cc6bc220b3 [project @ 2000-01-18 04:49:49 by jwe]
jwe
parents: 3450
diff changeset
5704 * control/base/nichols.m: Ditto.
3452
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
5705 * control/system/is_signal_list.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
5706 * control/system/listidx.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
5707 * control/system/sysgettsam.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
5708 * control/system/sysidx.m: Ditto.
3446
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3441
diff changeset
5709
3438
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5710 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu>
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5711
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5712 * control/system/__abcddims__.m: Rename from
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5713 control/system/abcddims.m, change all callers.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5714 * control/base/__bodquist__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5715 * control/base/__freqresp__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5716 * control/util/__outlist__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5717 * control/base/__stepimp__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5718 * control/system/__syschnamesl__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5719 * control/system/__syscont_disc__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5720 * control/system/__sysdefioname__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5721 * control/system/__sysdefstname__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5722 * control/system/__sysgroupn__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5723 * control/system/__tf2sysl__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5724 * control/util/__zgpbal__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5725 * control/system/__zp2ssg2__.m: Likewise.
3495
88eeb67a360e [project @ 2000-01-29 00:02:06 by jwe]
jwe
parents: 3486
diff changeset
5726
88eeb67a360e [project @ 2000-01-29 00:02:06 by jwe]
jwe
parents: 3486
diff changeset
5727 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string.
3452
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
5728 * quaternion/qconj.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
5729 * quaternion/qcoordinate_plot.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
5730 * quaternion/qderiv.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
5731 * quaternion/qderivmat.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
5732 * quaternion/qinv.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
5733 * quaternion/qmult.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
5734 * quaternion/qtrans.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
5735 * quaternion/qtransv.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
5736 * quaternion/qtransvmat.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
5737 * quaternion/quaternion.m: Ditto.
3438
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
5738
3436
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5739 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu>
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5740
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5741 * control/base/Makefile.in: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5742 * control/hinf/Makefile.in: New file.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5743 * control/marsyas/Makefile.in: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5744 * control/obsolete/Makefile.in: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5745 * control/system/Makefile.in: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5746 * control/util/Makefile.in: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5747
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5748 * strings/com2str.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5749
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5750 * control/base: New directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5751 * control/base/DEMOcontrol.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5752 * control/base/analdemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5753 * control/base/are.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5754 * control/base/bddemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5755 * control/base/bode.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5756 * control/base/bode_bounds.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5757 * control/base/bodquist.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5758 * control/base/controldemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5759 * control/base/ctrb.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5760 * control/base/damp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5761 * control/base/dare.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5762 * control/base/dcgain.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5763 * control/base/dgram.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5764 * control/base/dlqe.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5765 * control/base/dlqr.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5766 * control/base/dlyap.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5767 * control/base/dre.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5768 * control/base/frdemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5769 * control/base/freqchkw.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5770 * control/base/freqresp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5771 * control/base/gram.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5772 * control/base/impulse.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5773 * control/base/lqe.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5774 * control/base/lqg.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5775 * control/base/lqr.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5776 * control/base/lsim.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5777 * control/base/ltifr.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5778 * control/base/lyap.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5779 * control/base/nichols.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5780 * control/base/nyquist.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5781 * control/base/obsv.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5782 * control/base/place.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5783 * control/base/pzmap.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5784 * control/base/rldemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5785 * control/base/rlocus.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5786 * control/base/step.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5787 * control/base/stepimp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5788 * control/base/tzero.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5789 * control/base/tzero2.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5790
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5791 * control/hinf: New directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5792 * control/hinf/dhinfdemo.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5793 * control/hinf/h2norm.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5794 * control/hinf/h2syn.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5795 * control/hinf/hinf_ctr.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5796 * control/hinf/hinfdemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5797 * control/hinf/hinfnorm.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5798 * control/hinf/hinfsyn.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5799 * control/hinf/hinfsyn_chk.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5800 * control/hinf/hinfsyn_ric.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5801 * control/hinf/wgt1o.m: Ditto.
3441
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
5802 * control/hinf/dgkfdemo.m: Ditto.
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
5803 * control/hinf/is_dgkf.m: Ditto.
3436
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5804
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5805 * control/marsyas: New directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5806 * control/marsyas/demomarsyas.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5807 * control/marsyas/susball.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5808
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5809 * control/obsolete/dezero.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5810 * control/obsolete/rotg.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5811
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5812 * control/system: New directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5813 * control/system/abcddim.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5814 * control/system/abcddims.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5815 * control/system/buildssic.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5816 * control/system/c2d.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5817 * control/system/d2c.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5818 * control/system/dmr2d.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5819 * control/system/fir2sys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5820 * control/system/is_abcd.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5821 * control/system/is_digital.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5822 * control/system/is_sample.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5823 * control/system/is_signal_list.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5824 * control/system/is_siso.m: Ditto.
3441
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
5825 * control/system/is_controllable.m: Ditto.
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
5826 * control/system/is_detectable.m: Ditto.
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
5827 * control/system/is_observable.m: Ditto.
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
5828 * control/system/is_stabilizable.m: Ditto.
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
5829 * control/system/is_stable.m: Ditto.
3436
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5830 * control/system/jet707.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5831 * control/system/listidx.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5832 * control/system/moddemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5833 * control/system/ord2.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5834 * control/system/packedform.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5835 * control/system/parallel.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5836 * control/system/ss2sys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5837 * control/system/ss2tf.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5838 * control/system/ss2zp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5839 * control/system/starp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5840 * control/system/sys2fir.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5841 * control/system/sys2ss.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5842 * control/system/sys2tf.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5843 * control/system/sys2zp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5844 * control/system/sysadd.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5845 * control/system/sysappend.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5846 * control/system/syschnamesl.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5847 * control/system/syschtsam.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5848 * control/system/sysconnect.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5849 * control/system/syscont.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5850 * control/system/syscont_disc.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5851 * control/system/sysdefioname.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5852 * control/system/sysdefstname.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5853 * control/system/sysdimensions.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5854 * control/system/sysdisc.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5855 * control/system/sysdup.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5856 * control/system/sysgetsignals.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5857 * control/system/sysgettsam.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5858 * control/system/sysgettype.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5859 * control/system/sysgroup.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5860 * control/system/sysgroupn.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5861 * control/system/sysidx.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5862 * control/system/sysmin.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5863 * control/system/sysmult.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5864 * control/system/sysout.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5865 * control/system/sysprune.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5866 * control/system/sysreorder.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5867 * control/system/sysrepdemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5868 * control/system/sysscale.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5869 * control/system/syssetsignals.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5870 * control/system/syssub.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5871 * control/system/sysupdate.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5872 * control/system/tf2ss.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5873 * control/system/tf2sys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5874 * control/system/tf2sysl.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5875 * control/system/tf2zp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5876 * control/system/tfout.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5877 * control/system/ugain.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5878 * control/system/zp2ss.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5879 * control/system/zp2ssg2.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5880 * control/system/zp2sys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5881 * control/system/zp2tf.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5882 * control/system/zpout.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5883
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5884 * control/util: New directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5885 * control/util/axis2dlim.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5886 * control/util/outlist.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5887 * control/util/prompt.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5888 * control/util/run_cmd.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5889 * control/util/sortcom.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5890 * control/util/strappend.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5891 * control/util/swap.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5892 * control/util/zgfmul.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5893 * control/util/zgfslv.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5894 * control/util/zginit.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5895 * control/util/zgpbal.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5896 * control/util/zgreduce.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5897 * control/util/zgrownorm.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5898 * control/util/zgscal.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5899 * control/util/zgsgiv.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5900 * control/util/zgshsr.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5901
3427
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3424
diff changeset
5902 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu>
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3424
diff changeset
5903
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3424
diff changeset
5904 * gethelp.cc (extract_help_text): Discard first space character
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3424
diff changeset
5905 after consecutive comment characters.
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3424
diff changeset
5906
3422
9fc59b290856 [project @ 2000-01-13 06:58:27 by jwe]
jwe
parents: 3420
diff changeset
5907 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu>
9fc59b290856 [project @ 2000-01-13 06:58:27 by jwe]
jwe
parents: 3420
diff changeset
5908
9fc59b290856 [project @ 2000-01-13 06:58:27 by jwe]
jwe
parents: 3420
diff changeset
5909 * control/obsolete: New directory
9fc59b290856 [project @ 2000-01-13 06:58:27 by jwe]
jwe
parents: 3420
diff changeset
5910 * control/obsolete/swaprows.m: Move here from control directory.
3436
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5911 * control/obsolete/swapcols.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5912 * control/obsolete/dlqg.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5913 * control/obsolete/minfo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5914 * control/obsolete/packsys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5915 * control/obsolete/qzval.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5916 * control/obsolete/unpacksys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5917 * control/obsolete/series.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5918 * control/obsolete/syschnames.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
5919 * polynomial/polyout.m: Ditto.
3422
9fc59b290856 [project @ 2000-01-13 06:58:27 by jwe]
jwe
parents: 3420
diff changeset
5920
3420
39496bf0ffdf [project @ 2000-01-13 06:46:24 by jwe]
jwe
parents: 3418
diff changeset
5921 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu>
39496bf0ffdf [project @ 2000-01-13 06:46:24 by jwe]
jwe
parents: 3418
diff changeset
5922
39496bf0ffdf [project @ 2000-01-13 06:46:24 by jwe]
jwe
parents: 3418
diff changeset
5923 * general/fliplr.m: Eliminate useless copy of arg.
39496bf0ffdf [project @ 2000-01-13 06:46:24 by jwe]
jwe
parents: 3418
diff changeset
5924 * general/flipud.m: Ditto.
39496bf0ffdf [project @ 2000-01-13 06:46:24 by jwe]
jwe
parents: 3418
diff changeset
5925
3418
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
5926 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu>
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
5927
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
5928 * linear-algebra/cross.m: Only return a row vector if both args
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
5929 are row vectors.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
5930 * polynomial/polyfit.m: Likewise.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
5931
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
5932 * signal/autocov.m: Don't reset prefer_column_vectors.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
5933
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
5934 * statistics/distributions/discrete_rnd.m:
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
5935 Always generate a row vector.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
5936 * statistics/distributions/hypergeometric_rnd.m: Likewise.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
5937
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5938 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov>
3416
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
5939
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
5940 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
5941
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
5942 * audio/setaudio.m: Texinfoize doc string.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
5943 * control/com2str.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
5944 * control/controldemo.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
5945 * control/DEMOcontrol.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
5946 * control/dezero.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
5947 * control/dre.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
5948 * control/hinfsyn_ric.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
5949
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
5950 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov>
3407
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5951
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5952 * io/printf.m: Add @seealso{...} to doc string.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5953 * io/puts.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5954 * plot/semilogx.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5955 * plot/semilogy.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5956 * plot/__pltopt__.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5957 * plot/bar.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5958 * plot/xlabel.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5959 * plot/grid.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5960 * plot/shg.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5961 * plot/title.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5962 * plot/mesh.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5963 * plot/__pltopt1__.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5964 * plot/contour.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5965 * plot/hist.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5966 * plot/stairs.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5967 * plot/meshgrid.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5968 * plot/polar.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5969 * plot/loglog.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5970 * plot/plot.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5971 * miscellaneous/semicolon.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5972 * miscellaneous/menu.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5973 * miscellaneous/etime.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5974 * miscellaneous/texas_lotto.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5975 * miscellaneous/comma.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5976 * audio/lin2mu.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5977 * audio/playaudio.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5978 * audio/loadaudio.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5979 * audio/saveaudio.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5980 * audio/mu2lin.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5981 * audio/record.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5982 * strings/isletter.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5983 * strings/lower.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5984 * strings/lower.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5985 * strings/upper.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5986 * specfun/erfinv.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5987 * specfun/gammai.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5988 * specfun/log2.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5989 * specfun/pow2.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5990 * elfun/gcd.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5991 * elfun/lcm.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5992 * special-matrix/vander.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5993 * special-matrix/sylvester_matrix.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5994 * special-matrix/hilb.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5995 * special-matrix/hankel.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5996 * special-matrix/toeplitz.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5997 * special-matrix/invhilb.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5998 * statistics/base/std.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
5999 * statistics/base/median.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6000 * linear-algebra/cond.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6001 * linear-algebra/norm.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6002 * finance/nper.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6003 * finance/pmt.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6004 * finance/pv.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6005 * finance/rate.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6006 * finance/npv.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6007 * general/fliplr.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6008 * general/flipud.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6009 * general/is_scalar.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6010 * general/rem.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6011 * general/perror.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6012 * general/tril.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6013 * general/rot90.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6014 * general/num2str.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6015 * general/int2str.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6016 * general/reshape.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6017 * general/logspace.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6018 * general/is_symmetric.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6019 * general/is_vector.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6020 * general/nextpow2.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6021 * general/columns.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6022 * general/is_square.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6023 * general/rows.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6024 * control/ugain.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6025 * control/damp.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6026 * control/dare.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6027 * control/are.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6028 * control/sys2fir.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6029 * control/abcddim.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6030 * control/is_abcd.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6031 * control/step.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6032 * control/is_observable.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6033 * control/is_controllable.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6034 * control/jet707.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6035 * control/polyout.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6036 * control/impulse.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6037 * control/lqg.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6038 * control/is_detectable.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6039 * control/sysdimensions.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6040 * control/sysupdate.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6041 * control/stepimp.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6042 * control/is_stable.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6043 * control/tfout.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6044 * control/zpout.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
6045
3405
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
6046 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu>
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
6047
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
6048 * set/complement.m: Add @seealso{} stuff.
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
6049 * set/create_set.m: Likewise.
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
6050 * set/intersection.m: Likewise.
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
6051 * set/union.m: Likewise.
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
6052
3399
e665633c76af [project @ 1999-12-22 22:11:50 by jwe]
jwe
parents: 3390
diff changeset
6053 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu>
e665633c76af [project @ 1999-12-22 22:11:50 by jwe]
jwe
parents: 3390
diff changeset
6054
3400
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6055 * control/d2c.m: Use double quotes instead of single quotes for
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6056 string constants.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6057 * control/dgkfdemo.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6058 * control/fir2sys.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6059 * control/frdemo.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6060 * control/moddemo.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6061 * control/minfo.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6062 * control/is_stabilizable.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6063 * control/is_dgkf.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6064 * control/polyout.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6065 * control/sysconnect.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6066 * control/sysrepdemo.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6067 * control/tf2sys.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6068 * control/tfout.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6069 * control/zp2sys.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6070 * control/zpout.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6071 * control/tzero.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6072
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6073 * control/DEMOcontrol.m: Handle moddemo case too.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6074
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6075 * image/loadimage.m: Use double quotes instead of single quotes
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6076 for string constants. Use sprintf instead of square brackets to
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6077 construct string.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6078
3399
e665633c76af [project @ 1999-12-22 22:11:50 by jwe]
jwe
parents: 3390
diff changeset
6079 * control/DEMOcontrol.m: Formatting tweaks.
3400
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
6080 * control/fir2sys.m: Likewise.
3399
e665633c76af [project @ 1999-12-22 22:11:50 by jwe]
jwe
parents: 3390
diff changeset
6081
3390
6f0b962d79b0 [project @ 1999-12-18 00:13:09 by jwe]
jwe
parents: 3388
diff changeset
6082 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu>
6f0b962d79b0 [project @ 1999-12-18 00:13:09 by jwe]
jwe
parents: 3388
diff changeset
6083
6f0b962d79b0 [project @ 1999-12-18 00:13:09 by jwe]
jwe
parents: 3388
diff changeset
6084 * mkdoc: Only delete spaces before @ characters at the beginning
6f0b962d79b0 [project @ 1999-12-18 00:13:09 by jwe]
jwe
parents: 3388
diff changeset
6085 of a line.
6f0b962d79b0 [project @ 1999-12-18 00:13:09 by jwe]
jwe
parents: 3388
diff changeset
6086
3383
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6087 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu>
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6088
3388
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
6089 * control/bddemo.m: Make it more likely to work with any value of
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
6090 whitespace_in_literal_matrix.
3386
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
6091 * control/analdemo.m: Ditto.
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
6092 * control/dgkfdemo.m: Ditto.
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
6093 * control/frdemo.m: Ditto.
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
6094 * control/sysrepdemo.m: Ditto.
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
6095 * control/moddemo.m: Ditto.
3388
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
6096 * control/zp2ss.m: Ditto.
3387
eb4223985ca8 [project @ 1999-12-16 00:38:16 by jwe]
jwe
parents: 3386
diff changeset
6097 * control/zp2tf.m: Ditto.
3388
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
6098 * control/syssub.m: Ditto.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
6099 * finance/npv.m: Ditto.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
6100 * statistics/base/studentize.m: Ditto.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
6101 * statistics/base/values.m: Ditto.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
6102 * statistics/distributions/exponential_cdf.m: Ditto.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
6103 * statistics/distributions/poisson_cdf.m: Ditto.
3386
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
6104
3384
6735e4c759a2 [project @ 1999-12-15 21:57:48 by jwe]
jwe
parents: 3383
diff changeset
6105 * control/dezero.m: Use toascii to convert string to ASCII value
6735e4c759a2 [project @ 1999-12-15 21:57:48 by jwe]
jwe
parents: 3383
diff changeset
6106 instead of multiplying it by 1.
6735e4c759a2 [project @ 1999-12-15 21:57:48 by jwe]
jwe
parents: 3383
diff changeset
6107
3383
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6108 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6109 * control/zpout.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6110 * control/tfout.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6111 * control/tf2sys.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6112 * control/syssub.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6113 * control/syssetsignals.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6114 * control/sysout.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6115 * control/sysmult.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6116 * control/sysgroup.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6117 * control/sysdup.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6118 * control/sysdisc.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6119 * control/syscont.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6120 * control/sysconnect.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6121 * control/sysappend.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6122 * control/sysadd.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6123 * control/ss2sys.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6124 * control/nyquist.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6125 * control/lqg.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6126 * control/fir2sys.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6127 * control/dmr2d.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6128 * control/dezero.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6129 * control/d2c.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6130 * control/c2d.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6131 * control/bddemo.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6132 * control/pzmap.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
6133
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6134 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr>
3374
89405d9a9b0b [project @ 1999-12-08 06:58:04 by jwe]
jwe
parents: 3373
diff changeset
6135
89405d9a9b0b [project @ 1999-12-08 06:58:04 by jwe]
jwe
parents: 3373
diff changeset
6136 * signal/spectral_adf.m: Fix typo.
89405d9a9b0b [project @ 1999-12-08 06:58:04 by jwe]
jwe
parents: 3373
diff changeset
6137
3372
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
6138 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu>
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
6139
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
6140 * linear-algebra/cond.m: Texinfoize doc string.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
6141 * linear-algebra/kron.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
6142 * linear-algebra/norm.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
6143 * linear-algebra/null.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
6144 * linear-algebra/orth.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
6145 * linear-algebra/rank.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
6146 * linear-algebra/trace.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
6147 * linear-algebra/qzhess.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
6148 * miscellaneous/menu.m: Ditto.
3373
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6149 * general/perror.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6150 * general/strerror.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6151 * general/columns.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6152 * general/rows.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6153 * image/colormap.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6154 * image/gray.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6155 * image/gray2ind.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6156 * image/image.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6157 * image/imagesc.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6158 * image/imshow.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6159 * image/ind2gray.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6160 * image/ind2rgb.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6161 * image/loadimage.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6162 * image/rgb2ntsc.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6163 * image/ntsc2rgb.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6164 * image/ocean.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6165 * image/rgb2ind.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
6166 * image/saveimage.m: Ditto.
3372
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
6167 * io/printf.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
6168 * io/puts.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
6169
3369
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6170 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu>
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6171
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6172 * special-matrix/hankel.m: Texinfoize doc string.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6173 * special-matrix/hilb.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6174 * special-matrix/invhilb.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6175 * special-matrix/sylvester_matrix.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6176 * special-matrix/toeplitz.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6177 * special-matrix/vander.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6178 * linear-algebra/vec.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6179 * linear-algebra/vech.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6180 * general/common_size.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6181 * general/diff.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6182 * general/fliplr.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6183 * general/flipud.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6184 * general/rot90.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6185 * general/reshape.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6186 * general/shift.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6187 * general/tril.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6188 * general/triu.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6189 * general/logspace.m: Ditto.
3371
86873384cd10 [project @ 1999-11-21 17:31:07 by jwe]
jwe
parents: 3369
diff changeset
6190 * general/nargchk.m: Ditto.
3369
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
6191
3367
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
6192 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu>
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
6193
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
6194 * statistics/base/mean: Texinfoize doc string.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
6195 * statistics/base/median: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
6196 * statistics/base/std: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
6197 * statistics/base/cov: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
6198 * statistics/base/corrcoef: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
6199 * statistics/base/kurtosis: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
6200 * statistics/base/mahalanobis: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
6201 * statistics/base/skewness: Ditto.
3368
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6202 * statistics/base/gls.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6203 * statistics/base/ols.m: Ditto.
3367
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
6204 * signal/detrend.m: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
6205 * signal/freqz.m: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
6206 * signal/sinc.m: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
6207 * signal/fftconv.m: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
6208 * signal/fftfilt.m: Ditto.
3368
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6209 * set/create_set.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6210 * set/union.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6211 * set/intersection.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6212 * set/complement.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6213 * poly/compan.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6214 * poly/conv: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6215 * poly/deconv: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6216 * poly/poly: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6217 * poly/polyderiv: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6218 * poly/polyfit: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6219 * poly/polyinteg: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6220 * poly/polyreduce: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6221 * poly/polyval: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6222 * poly/polyvalm: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6223 * poly/residue: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6224 * poly/roots: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6225 * plot/top_title.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6226 * plot/subwindow.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6227 * plot/subplot.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6228 * plot/plot_border.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6229 * plot/oneplot.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6230 * plot/multiplot.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6231 * plot/mplot.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6232 * plot/xlabel.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6233 * plot/figure.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6234 * plot/meshdom.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6235 * plot/mesh.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6236 * plot/stairs.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6237 * plot/polar.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6238 * plot/loglog.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6239 * plot/hist.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6240 * plot/contour.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6241 * plot/bar.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6242 * plot/axis.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
6243 * plot/plot.m: Ditto.
3367
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
6244
3361
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6245 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu>
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6246
3365
7ed630f7b7be [project @ 1999-11-20 03:11:17 by jwe]
jwe
parents: 3364
diff changeset
6247 * control/pinv.m: Delete.
7ed630f7b7be [project @ 1999-11-20 03:11:17 by jwe]
jwe
parents: 3364
diff changeset
6248
3364
fac05a83b4c5 [project @ 1999-11-20 03:05:42 by jwe]
jwe
parents: 3361
diff changeset
6249 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES).
fac05a83b4c5 [project @ 1999-11-20 03:05:42 by jwe]
jwe
parents: 3361
diff changeset
6250
3361
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6251 * strings/blanks.m: Texinfoize doc string.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6252 * strings/strcat.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6253 * strings/str2mat.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6254 * strings/deblank.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6255 * strings/findstr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6256 * strings/index.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6257 * strings/rindex.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6258 * strings/split.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6259 * strings/strcmp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6260 * strings/strrep.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6261 * strings/substr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6262 * general/int2str.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6263 * general/num2str.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6264 * strings/dec2bin.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6265 * strings/bin2dec: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6266 * strings/dec2bin: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6267 * strings/dec2hex: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6268 * strings/hex2dec: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6269 * strings/str2num: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6270
3347
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3332
diff changeset
6271 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu>
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3332
diff changeset
6272
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3332
diff changeset
6273 * Makefile.in (DISTFILES): Include DOCSTRINGS.
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3332
diff changeset
6274
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6275 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov>
3361
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6276
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6277 * control/DEMOcontrol.m: Texinfoize doc string.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6278 * control/abcddim.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6279 * control/abcddims.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6280 * control/analdemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6281 * control/are.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6282 * control/axis2dlim.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6283 * control/bddemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6284 * control/bode.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6285 * control/bode_bounds.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6286 * control/bodquist.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6287 * control/buildssic.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6288 * control/c2d.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6289 * control/ctrb.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6290 * control/d2c.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6291 * control/damp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6292 * control/dare.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6293 * control/dcgain.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6294 * control/dgkfdemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6295 * control/dgram.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6296 * control/dlqe.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6297 * control/dlqr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6298 * control/dlyap.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6299 * control/dmr2d.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6300 * control/fir2sys.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6301 * control/frdemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6302 * control/freqchkw.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6303 * control/freqresp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6304 * control/gram.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6305 * control/h2norm.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6306 * control/h2syn.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6307 * control/hinf_ctr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6308 * control/hinfdemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6309 * control/hinfnorm.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6310 * control/hinfsyn.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6311 * control/hinfsyn_chk.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6312 * control/impulse.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6313 * control/is_abcd.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6314 * control/is_controllable.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6315 * control/is_detectable.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6316 * control/is_dgkf.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6317 * control/is_digital.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6318 * control/is_observable.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6319 * control/is_sample.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6320 * control/is_signal_list.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6321 * control/is_siso.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6322 * control/is_stabilizable.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6323 * control/is_stable.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6324 * control/jet707.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6325 * control/lqe.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6326 * control/lqg.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6327 * control/lqr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6328 * control/lsim.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6329 * control/ltifr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6330 * control/lyap.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6331 * control/moddemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6332 * control/nyquist.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6333 * control/obsv.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6334 * control/ord2.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6335 * control/outlist.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6336 * control/pinv.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6337 * control/place.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6338 * control/polyout.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6339 * control/prompt.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6340 * control/pzmap.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6341 * control/qzval.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6342 * control/rldemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6343 * control/rlocus.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6344 * control/sortcom.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6345 * control/ss2sys.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6346 * control/ss2tf.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6347 * control/ss2zp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6348 * control/starp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6349 * control/step.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6350 * control/stepimp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6351 * control/susball.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6352 * control/sys2fir.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6353 * control/sys2ss.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6354 * control/sys2tf.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6355 * control/sys2zp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6356 * control/sysadd.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6357 * control/sysappend.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6358 * control/syschnames.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6359 * control/syschnamesl.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6360 * control/syschtsam.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6361 * control/sysconnect.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6362 * control/syscont.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6363 * control/syscont_disc.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6364 * control/sysdefioname.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6365 * control/sysdefstname.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6366 * control/sysdimensions.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6367 * control/sysdisc.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6368 * control/sysdup.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6369 * control/sysgetsignals.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6370 * control/sysgettype.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6371 * control/sysgroup.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6372 * control/sysgroupn.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6373 * control/sysmult.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6374 * control/sysout.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6375 * control/sysprune.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6376 * control/sysreorder.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6377 * control/sysrepdemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6378 * control/sysscale.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6379 * control/syssetsignals.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6380 * control/syssub.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6381 * control/sysupdate.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6382 * control/tf2ss.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6383 * control/tf2sys.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6384 * control/tf2sysl.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6385 * control/tf2zp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6386 * control/tfout.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6387 * control/tzero.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6388 * control/tzero2.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6389 * control/ugain.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6390 * control/wgt1o.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6391 * control/zgfmul.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6392 * control/zgfslv.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6393 * control/zginit.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6394 * control/zgpbal.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6395 * control/zgreduce.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6396 * control/zgrownorm.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6397 * control/zgscal.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6398 * control/zgsgiv.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6399 * control/zgshsr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6400 * control/zp2ss.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6401 * control/zp2ssg2.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6402 * control/zp2sys.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6403 * control/zp2tf.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6404 * control/zpout.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
6405
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6406 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov>
3332
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3321
diff changeset
6407
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
6408 * audio/lin2mu.m: Texinfoize doc string.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
6409 * audio/loadaudio.m: Ditto.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
6410 * audio/mu2lin.m: Ditto.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
6411 * audio/playaudio.m: Ditto.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
6412 * audio/record.m: Ditto.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
6413 * audio/saveaudio.m: Ditto.
3332
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3321
diff changeset
6414
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6415 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov>
3321
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6416
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6417 * elfun/acot.m: Texinfoize doc string.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6418 * elfun/acsc.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6419 * elfun/acsch.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6420 * elfun/asec.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6421 * elfun/asech.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6422 * elfun/cot.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6423 * elfun/coth.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6424 * elfun/csc.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6425 * elfun/csch.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6426 * elfun/gcd.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6427 * elfun/lcm.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6428 * elfun/sec.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6429 * elfun/sech.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6430 * general/nextpow2.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6431 * general/rem.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6432 * linear-algebra/commutation_matrix.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6433 * linear-algebra/cross.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6434 * linear-algebra/duplication_matrix.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6435 * miscellaneous/bincoeff.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6436 * miscellaneous/xor.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6437 * specfun/bessel.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6438 * specfun/beta.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6439 * specfun/betai.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6440 * specfun/erfinv.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6441 * specfun/gammai.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6442 * specfun/log2.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6443 * specfun/pow2.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6444
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6445 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov>
3321
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6446
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6447 * general/is_scalar.m: Texinfoize help text.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6448 * general/is_square.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6449 * general/is_symmetric.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
6450
3320
b0b71d14dab9 [project @ 1999-10-22 09:46:23 by jwe]
jwe
parents: 3319
diff changeset
6451 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu>
b0b71d14dab9 [project @ 1999-10-22 09:46:23 by jwe]
jwe
parents: 3319
diff changeset
6452
b0b71d14dab9 [project @ 1999-10-22 09:46:23 by jwe]
jwe
parents: 3319
diff changeset
6453 * strings/split.m: If the string to be split is empty, just return
b0b71d14dab9 [project @ 1999-10-22 09:46:23 by jwe]
jwe
parents: 3319
diff changeset
6454 an empty string.
b0b71d14dab9 [project @ 1999-10-22 09:46:23 by jwe]
jwe
parents: 3319
diff changeset
6455
3319
a4f11eae45c4 [project @ 1999-10-22 02:03:08 by jwe]
jwe
parents: 3306
diff changeset
6456 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu>
a4f11eae45c4 [project @ 1999-10-22 02:03:08 by jwe]
jwe
parents: 3306
diff changeset
6457
a4f11eae45c4 [project @ 1999-10-22 02:03:08 by jwe]
jwe
parents: 3306
diff changeset
6458 * Makefile.in (ALL_M_FILES): New macro.
a4f11eae45c4 [project @ 1999-10-22 02:03:08 by jwe]
jwe
parents: 3306
diff changeset
6459 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES).
a4f11eae45c4 [project @ 1999-10-22 02:03:08 by jwe]
jwe
parents: 3306
diff changeset
6460
3306
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
6461 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu>
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
6462
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
6463 * control/bode.m: Don't return anything if nargout == 0.
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
6464
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
6465 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu>
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
6466
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
6467 * control/bode.m: Don't do axis scaling for magnitude plots.
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
6468
3305
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
6469 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu>
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
6470
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
6471 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
6472 gethelp.cc to the list.
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
6473
3296
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3291
diff changeset
6474 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu>
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3291
diff changeset
6475
3301
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
6476 * time/asctime.m: Texinfoize help text.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
6477 * time/clock.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
6478 * time/date.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
6479 * miscellaneous/cputime.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
6480 * miscellaneous/etime.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
6481 * miscellaneous/is_leap_year.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
6482 * miscellaneous/popen2.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
6483 * miscellaneous/version.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
6484 * miscellaneous/tic.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
6485 * miscellaneous/toc.m: Just refer to tic.m.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
6486
3297
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
6487 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
6488 `cd dir; $(MAKE); cd ..'.
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
6489 ($(SUBDIRS)): Likewise.
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
6490
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
6491 * statistics/Makefile.in ($(SUBDIRS)): Likewise.
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
6492
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
6493 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
6494 of `cd dir; $(MAKE)'.
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
6495
3296
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3291
diff changeset
6496 * gethelp.cc, mkdoc: New files.
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3291
diff changeset
6497 * Makefile.in: Use them to create DOCSTRINGS file from .m file
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3291
diff changeset
6498 sources.
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3291
diff changeset
6499
3291
029fac81ac65 [project @ 1999-10-14 18:03:19 by jwe]
jwe
parents: 3282
diff changeset
6500 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu>
029fac81ac65 [project @ 1999-10-14 18:03:19 by jwe]
jwe
parents: 3282
diff changeset
6501
029fac81ac65 [project @ 1999-10-14 18:03:19 by jwe]
jwe
parents: 3282
diff changeset
6502 * linear-algebra/kron.m: Fix typo in previous change
029fac81ac65 [project @ 1999-10-14 18:03:19 by jwe]
jwe
parents: 3282
diff changeset
6503
3282
518ea57df2c4 [project @ 1999-10-13 19:00:38 by jwe]
jwe
parents: 3273
diff changeset
6504 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu>
518ea57df2c4 [project @ 1999-10-13 19:00:38 by jwe]
jwe
parents: 3273
diff changeset
6505
518ea57df2c4 [project @ 1999-10-13 19:00:38 by jwe]
jwe
parents: 3273
diff changeset
6506 * control/bode.m: Allow optional 5th arg to specify plot style.
518ea57df2c4 [project @ 1999-10-13 19:00:38 by jwe]
jwe
parents: 3273
diff changeset
6507
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6508 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu>
3273
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6509
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6510 * linear-algebra/krylov.m: Correctly handle case of V having full
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6511 rank when V has more columns than rows.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6512
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6513 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6514
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6515 * general/linspace.m, linear-algebra/pinv.m: Delete.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6516
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6517 * statistics/tests/manova.m: Avoid problems if
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6518 whitespace_in_literal_matrix is set to "traditional".
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6519 * statistics/tests/t_test_regression.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6520 * statistics/tests/u_test.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6521 * statistics/tests/chisquare_test_homogeneity.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6522 * statistics/tests/anova.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6523 * statistics/tests/kruskal_wallis_test.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6524 * statistics/base/statistics.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6525 * image/saveimage.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6526 * signal/arch_fit.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6527 * signal/autoreg_matrix.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6528 * signal/triangle_lw.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6529 * strings/dec2hex.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6530
3268
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
6531 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
6532
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
6533 * image/saveimage.m: Initialize scale.
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
6534
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
6535 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
6536
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
6537 * general/reshape.m: Allow reshape (a, size (b)).
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
6538
3266
3add30d33bd0 [project @ 1999-09-03 17:15:40 by jwe]
jwe
parents: 3265
diff changeset
6539 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
3add30d33bd0 [project @ 1999-09-03 17:15:40 by jwe]
jwe
parents: 3265
diff changeset
6540
3add30d33bd0 [project @ 1999-09-03 17:15:40 by jwe]
jwe
parents: 3265
diff changeset
6541 * specfun/erfinv.m: Improve stopping criterion.
3add30d33bd0 [project @ 1999-09-03 17:15:40 by jwe]
jwe
parents: 3265
diff changeset
6542 Add iteration count as second return value.
3add30d33bd0 [project @ 1999-09-03 17:15:40 by jwe]
jwe
parents: 3265
diff changeset
6543
3265
a2b3a1413d28 [project @ 1999-09-03 02:53:03 by jwe]
jwe
parents: 3263
diff changeset
6544 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
a2b3a1413d28 [project @ 1999-09-03 02:53:03 by jwe]
jwe
parents: 3263
diff changeset
6545
a2b3a1413d28 [project @ 1999-09-03 02:53:03 by jwe]
jwe
parents: 3263
diff changeset
6546 * statistics/base/mean.m: Use .', not ' to reorient row vectors.
a2b3a1413d28 [project @ 1999-09-03 02:53:03 by jwe]
jwe
parents: 3263
diff changeset
6547
3263
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
6548 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
6549
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
6550 * miscellaneous/pack.m: New function.
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
6551
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
6552 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
6553
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
6554 * plot/figure.m: Always return figure number. With no args,
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
6555 figure now creates a new figure window and returns its number.
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
6556 Accept figure (property, value) syntax, but do nothing.
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
6557
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6558 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu>
3263
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
6559
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
6560 * general/shift.m: Avoid printing temporary value for backward shift.
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
6561
3260
cd454a6fa1a4 [project @ 1999-08-02 21:55:15 by jwe]
jwe
parents: 3250
diff changeset
6562 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
cd454a6fa1a4 [project @ 1999-08-02 21:55:15 by jwe]
jwe
parents: 3250
diff changeset
6563
cd454a6fa1a4 [project @ 1999-08-02 21:55:15 by jwe]
jwe
parents: 3250
diff changeset
6564 * plot/bar.m: Compute bar widths correctly when x-values are not
cd454a6fa1a4 [project @ 1999-08-02 21:55:15 by jwe]
jwe
parents: 3250
diff changeset
6565 evenly spaced.
cd454a6fa1a4 [project @ 1999-08-02 21:55:15 by jwe]
jwe
parents: 3250
diff changeset
6566
3250
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
6567 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
6568
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
6569 * linear-algebra/cond.m: Avoid returning NaN for matrices that
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
6570 contain only zeros.
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
6571
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6572 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au>
3250
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
6573
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
6574 * linear-algebra/kron.m: Create result matrix and insert blocks
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
6575 instead of appending them.
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
6576
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
6577 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
6578
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
6579 * control/bodquist.m, control/buildssic.m, control/is_digital.m,
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
6580 control/stepimp.m, control/sysmin.m, control/syssetsignals.m:
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
6581 Update from A. S. Hodel.
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
6582
3246
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3243
diff changeset
6583 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3243
diff changeset
6584
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3243
diff changeset
6585 * polynomial/polyfit.m: Correct previous change.
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3243
diff changeset
6586
3243
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3240
diff changeset
6587 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3240
diff changeset
6588
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3240
diff changeset
6589 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete.
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3240
diff changeset
6590
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6591 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu>
3240
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6592
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6593 * control/is_controllable.m, control/zgscal.m: Accomodate new
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6594 version of krylov and krylovb.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6595
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6596 * control/outlist.m, control/sysout.m: Fix typos.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6597
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6598 * control/sysdimensions.m: Add option for total number of states.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6599
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6600 * linear-algebra/krylov.m: Improve robustness by row-pivoting.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6601 * linear-algebra/krylovb.m: Just call krylov with appropriate
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6602 arguments.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6603
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6604 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6605
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6606 * strings/index.m: Fail with meaningful error message if either
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6607 arg is a string array.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
6608
3238
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6609 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6610
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6611 * linear-algebra/norm.m: Do the right thing for 1- and
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6612 infinity-norms of complex matrices. From Sven Khatri
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6613 <khatri@saturn.vocalpoint.com>.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6614
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6615 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu>
3238
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6616
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6617 * linear-algebra/qrhouse.m: Handle default args correctly.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6618
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6619 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6620
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6621 * strings/split.m: Avoid problems when splitting strings that have
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6622 \ in them.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6623
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6624 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it>
3238
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6625
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6626 * image/colormap.m: Do better arg checking, handle string args
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6627 that name the colormap function to call (e.g., colormap ("ocean")).
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6628
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6629 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De>
3238
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6630
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6631 * polynomial/polyfit.m: Use .' transpose operator, not '.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6632 * linear-algebra/dot.m: Likewise.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6633 * linear-algebra/cross.m: Likewise.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6634 * general/rot90.m: Likewise.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6635
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6636 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov>
3238
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6637
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6638 * linear-algebra/qrhouse.m: Permute columns at each iteration so
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6639 that the leading column is not all zeros.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6640
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6641 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6642
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6643 * general/shift.m: Fix potential problems with
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6644 whitespace_in_literal_matrix.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6645 * signal/arch_rnd.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6646 * signal/autocov.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6647 * signal/diffpara.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6648 * signal/hurst.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6649 * signal/periodogram.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6650 * signal/spectral_adf.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6651 * signal/spectral_xdf.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6652 * signal/spencer.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6653 * signal/synthesis.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6654 * statistics/distributions/wiener_rnd.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6655 * statistics/models/logistic_regression_likelihood.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6656 * statistics/models/logistic_regression.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6657 * statistics/models/logistic_regression_derivatives.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6658 * statistics/tests/run_test.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6659 * statistics/tests/chisquare_test_independence.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6660
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6661 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt>
3238
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6662
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6663 * plot/__plr2__.m: Fix typo.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
6664
3233
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6665 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6666
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6667 * plot/__pltopt1__.m: Accept "k" to mean black.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6668
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6669 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov>
3233
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6670
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6671 * linear-algebra/krylov.m: Force empty_list_elements_ok for this
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6672 function.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6673
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6674 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov>
3233
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6675
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6676 * control/ss2sys.m: Fix typo.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6677
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6678 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6679
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6680 * plot/subplot.m, plot/oneplot.m: Don't call clearplot.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6681
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6682 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6683 signal names as lists of strings instead of string arrays.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6684
3225
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6685 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6686
3233
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
6687 * quaternion: New directory of functions from A. S. Hodel
3225
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6688 <a.s.hodel@eng.auburn.edu>.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6689 * Makefile.in (SUBDIRS): Add it to the list.
3226
997eba21ca23 [project @ 1998-12-05 02:04:17 by jwe]
jwe
parents: 3225
diff changeset
6690 * quaternion/Makefile.in: New file.
997eba21ca23 [project @ 1998-12-05 02:04:17 by jwe]
jwe
parents: 3225
diff changeset
6691 * configure.in (AC_OUTPUT): Add quaternion/Makefile.
3225
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6692
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6693 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6694
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6695 * image/saveimage.m: Make it work again for black and white colormaps.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6696
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6697 * image/imagesc.m: Use rows (colormap), not length (colormap),
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6698 since there can be fewer rows than columns. Round values to
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6699 nearest position in colormap instead of truncating. Correct usage
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6700 message.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6701
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
6702 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov>
3225
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6703
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6704 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6705 zero rows of [A,v] as householder pivots; this avoids spurious
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6706 non-zero entries in returned orthogonal matrix U, but destroys the
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6707 Householder matrix structure of H.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6708
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6709 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6710
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6711 * general/logical.m: Just copy input to output if argument is
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6712 already a logical object.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
6713
3215
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6714 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6715
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6716 * New files from OCST, in control subdiretory:
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6717
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6718 DEMOcontrol.m is_siso.m syschnames.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6719 abcddim.m is_stabilizable.m syschnamesl.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6720 abcddims.m is_stable.m syschtsam.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6721 analdemo.m jet707.m sysconnect.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6722 are.m lqe.m syscont.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6723 axis2dlim.m lqg.m syscont_disc.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6724 bddemo.m lqr.m sysdefioname.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6725 bode.m lsim.m sysdefstname.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6726 bode_bounds.m ltifr.m sysdimensions.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6727 bodquist.m lyap.m sysdisc.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6728 buildssic.m mb.m sysdup.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6729 c2d.m minfo.m sysgetsignals.m
6302
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
6730 com2str.m moddemo.m sysgettsam.m
3215
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6731 controldemo.m nichols.m sysgettype.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6732 ctrb.m nyquist.m sysgroup.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6733 d2c.m obsv.m sysgroupn.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6734 damp.m ord2.m sysmult.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6735 dare.m outlist.m sysout.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6736 dcgain.m packedform.m sysprune.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6737 demomarsyas.m packsys.m sysreorder.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6738 dezero.m; parallel.m sysrepdemo.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6739 dgkfdemo.m place.m sysscale.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6740 dgram.m polyout.m syssub.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6741 dhinfdemo.m prompt.m sysupdate.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6742 dlqe.m pzmap.m tf2ss.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6743 dlqg.m qzval.m tf2sys.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6744 dlqr.m rldemo.m tf2sysl.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6745 dlyap.m rlocus.m tf2zp.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6746 dmr2d.m rotg.m tfout.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6747 fir2sys.m run_cmd.m; tzero.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6748 frdemo.m series.m tzero2.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6749 freqchkw.m sortcom.m ugain.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6750 freqresp.m ss2sys.m unpacksys.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6751 gram.m ss2tf.m wgt1o.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6752 h2norm.m ss2zp.m zgfmul.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6753 h2syn.m starp.m zgfslv.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6754 hinf_ctr.m step.m zginit.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6755 hinfdemo.m stepimp.m zgpbal.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6756 hinfnorm.m strappend.m; zgreduce.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6757 hinfsyn.m susball.m zgrownorm.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6758 hinfsyn_chk.m swap.m zgscal.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6759 impulse.m swapcols.m zgsgiv.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6760 is_abcd.m swaprows.m zgshsr.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6761 is_controllable.m sys2fir.m zp2ss.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6762 is_detectable.m sys2ss.m zp2ssg2.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6763 is_dgkf.m sys2tf.m zp2sys.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6764 is_digital.m sys2zp.m zp2tf.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6765 is_observable.m sysadd.m zpout.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6766 is_sample.m sysappend.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6767
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6768 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6769
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6770 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6771
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6772 * strings/deblank.m: Make it work for string arrays too.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
6773
3211
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
6774 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
6775
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
6776 * linear-algebra/housh.m: New file from the OCST.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
6777 * linear-algebra/krygetq.m: Ditto.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
6778 * linear-algebra/krylov.m: Ditto.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
6779 * linear-algebra/krylovb.m: Ditto.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
6780 * linear-algebra/qrhouse.m: Ditto.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
6781 * general/is_duplicate_entry.m: Ditto.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
6782
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
6783 * general/is_symmetric.m: Call is_square instead of doing that
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
6784 check in line.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
6785
3196
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3191
diff changeset
6786 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3191
diff changeset
6787
3202
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
6788 * general/is_square.m:
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
6789
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
6790 * general/isempty.m, general/is_matrix.m: Delete.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
6791
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
6792 * general/is_symmetric: Delete special case for strings. Whether
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
6793 the conversion is valid should depend on implicit_str_to_num_ok.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
6794
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
6795 * general/is_square.m: If arg is not a matrix, don't check size,
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
6796 just return 0.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
6797 * general/is_symmetric: Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
6798 * general/is_vector.m: Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
6799 * general/is_scalar.m: Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
6800
3196
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3191
diff changeset
6801 * general/length.m: Delete.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3191
diff changeset
6802
3191
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6803 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6804
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6805 * configure.in: Add finance/Makefile, statistics/base/Makefile,
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6806 statistics/distributions/Makefile, statistics/models/Makefile,
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6807 and statistics/tests/Makefile to the list of files to create.
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6808
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6809 * finance/Makefile.in, statistics/base/Makefile.in,
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6810 statistics/distributions/Makefile.in, statistics/models/Makefile.in,
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6811 statistics/tests/Makefile.in: New files.
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6812 * statistics/Makefile.in: Delete file lists. Now only handle
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6813 subdirectories.
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6814 * Makefile.in (SUBDIRS): Add finance.
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6815
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6816 * Move the following files from statistics to statistics/base:
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6817
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6818 corrcoef.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6819 kurtosis.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6820 mahalanobis.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6821 median.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6822 ols.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6823 skewness.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6824 std.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6825
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6826 New files, from Kurt Hornik's octave-ci package:
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6827
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6828 * finance (new directory):
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6829
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6830 fv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6831 fvl.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6832 irr.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6833 nper.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6834 npv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6835 pmt.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6836 pv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6837 pvl.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6838 rate.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6839 vol.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6840
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6841 * linear-algebra/dmult.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6842
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6843 * signal:
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6844
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6845 arch_fit.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6846 arch_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6847 arch_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6848 arma_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6849 autocor.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6850 autocov.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6851 autoreg_matrix.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6852 bartlett.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6853 blackman.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6854 diffpara.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6855 durbinlevinson.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6856 fractdiff.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6857 hamming.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6858 hanning.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6859 hurst.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6860 periodogram.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6861 rectangle_lw.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6862 rectangle_sw.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6863 sinetone.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6864 sinewave.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6865 spectral_adf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6866 spectral_xdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6867 spencer.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6868 stft.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6869 synthesis.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6870 triangle_lw.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6871 triangle_sw.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6872 yulewalker.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6873
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6874 * statistics/base (new directory):
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6875
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6876 center.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6877 cloglog.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6878 cor.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6879 cov.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6880 cut.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6881 iqr.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6882 kendall.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6883 logit.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6884 mean.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6885 meansq.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6886 moment.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6887 ppplot.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6888 probit.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6889 qqplot.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6890 range.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6891 ranks.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6892 run_count.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6893 spearman.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6894 statistics.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6895 studentize.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6896 table.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6897 values.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6898 var.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6899
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6900 (Replaces cov.m and mean.m with new versions.)
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6901
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6902 * statistics/distributions (new directory):
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6903
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6904 beta_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6905 beta_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6906 beta_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6907 beta_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6908 binomial_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6909 binomial_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6910 binomial_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6911 binomial_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6912 cauchy_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6913 cauchy_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6914 cauchy_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6915 cauchy_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6916 chisquare_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6917 chisquare_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6918 chisquare_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6919 chisquare_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6920 discrete_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6921 discrete_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6922 discrete_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6923 discrete_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6924 empirical_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6925 empirical_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6926 empirical_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6927 empirical_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6928 exponential_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6929 exponential_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6930 exponential_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6931 exponential_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6932 f_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6933 f_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6934 f_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6935 f_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6936 gamma_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6937 gamma_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6938 gamma_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6939 gamma_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6940 geometric_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6941 geometric_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6942 geometric_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6943 geometric_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6944 hypergeometric_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6945 hypergeometric_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6946 hypergeometric_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6947 hypergeometric_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6948 kolmogorov_smirnov_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6949 laplace_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6950 laplace_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6951 laplace_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6952 laplace_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6953 logistic_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6954 logistic_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6955 logistic_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6956 logistic_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6957 lognormal_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6958 lognormal_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6959 lognormal_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6960 lognormal_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6961 normal_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6962 normal_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6963 normal_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6964 normal_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6965 pascal_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6966 pascal_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6967 pascal_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6968 pascal_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6969 poisson_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6970 poisson_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6971 poisson_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6972 poisson_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6973 stdnormal_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6974 stdnormal_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6975 stdnormal_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6976 stdnormal_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6977 t_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6978 t_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6979 t_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6980 t_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6981 uniform_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6982 uniform_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6983 uniform_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6984 uniform_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6985 weibull_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6986 weibull_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6987 weibull_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6988 weibull_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6989 wiener_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6990
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6991 * statistics/models (new directory):
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6992
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6993 logistic_regression.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6994 logistic_regression_derivatives.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6995 logistic_regression_likelihood.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6996
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6997 * statistics/tests (new directory):
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6998
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
6999 anova.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7000 bartlett_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7001 chisquare_test_homogeneity.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7002 chisquare_test_independence.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7003 cor_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7004 f_test_regression.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7005 hotelling_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7006 hotelling_test_2.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7007 kolmogorov_smirnov_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7008 kolmogorov_smirnov_test_2.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7009 kruskal_wallis_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7010 manova.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7011 mcnemar_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7012 prop_test_2.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7013 run_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7014 sign_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7015 t_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7016 t_test_2.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7017 t_test_regression.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7018 u_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7019 var_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7020 welch_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7021 wilcoxon_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7022 z_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7023 z_test_2.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7024
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7025 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7026
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7027 * time/date.m: Use %Y, not %y in format string, for Matlab 5
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7028 compatibility and to avoid Y2K problems.
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
7029
3190
70eb3f4136cd [project @ 1998-10-19 22:37:56 by jwe]
jwe
parents: 3180
diff changeset
7030 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
70eb3f4136cd [project @ 1998-10-19 22:37:56 by jwe]
jwe
parents: 3180
diff changeset
7031
70eb3f4136cd [project @ 1998-10-19 22:37:56 by jwe]
jwe
parents: 3180
diff changeset
7032 * polynomial/polyfit.m: Just use the \ operator to handle the
70eb3f4136cd [project @ 1998-10-19 22:37:56 by jwe]
jwe
parents: 3180
diff changeset
7033 least-squares solution.
70eb3f4136cd [project @ 1998-10-19 22:37:56 by jwe]
jwe
parents: 3180
diff changeset
7034
3180
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7035 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7036
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7037 * strings/str2num.m: If eval returns a string, return an empty matrix.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7038
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7039 * strings/strrep.m: Don't convert args to numeric values.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7040 Prevent warnings for empty string args.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7041 From Georg Thimm <thimm@idiap.ch>.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7042
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7043 * strings/strcat.m: Prevent warnings for empty string args.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7044
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7045 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7046
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7047 * miscellaneous/menu.m: Remove special case for empty string
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7048 returned from input(). Add second arg to eval() to catch errors.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7049
3178
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3175
diff changeset
7050 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3175
diff changeset
7051
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3175
diff changeset
7052 * plot/__plt__.m: Don't call usleep.
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3175
diff changeset
7053
3175
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7054 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7055
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7056 * linear-algebra/dot.m: New function.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7057
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7058 * strings/lower.m, strings/upper.m: New functions, for Matlab
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7059 compatibility.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7060
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7061 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7062
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7063 * plot/hist.m: Also allow just one output argument.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7064
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7065 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7066
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7067 * strings/deblank.m: Make it work if the string is only blanks.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7068
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7069 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7070
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7071 * plot/__plt2mv__.m: Delete calls to keyboard.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7072
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7073 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7074
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7075 * plot/oneplot.m: Fix typo.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
7076
3174
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7077 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7078
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7079 * miscellaneous/flops.m: Allow a single argument too.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7080
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7081 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7082
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7083 * strings/str2mat.m: Also handle case when there are no empty
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7084 strings correctly.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7085
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7086 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7087
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7088 * strings/isletter.m: New function, for Matlab compatibility.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7089
3168
1c267910655d [project @ 1998-04-19 01:22:38 by jwe]
jwe
parents: 3167
diff changeset
7090 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
1c267910655d [project @ 1998-04-19 01:22:38 by jwe]
jwe
parents: 3167
diff changeset
7091
1c267910655d [project @ 1998-04-19 01:22:38 by jwe]
jwe
parents: 3167
diff changeset
7092 * strings/str2mat.m: Handle string matrices too.
1c267910655d [project @ 1998-04-19 01:22:38 by jwe]
jwe
parents: 3167
diff changeset
7093
3167
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
7094 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
7095
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
7096 * audio/loadaudio.m: Accept "pcm" as another file extension for
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
7097 linear encoding.
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
7098
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
7099 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m,
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
7100 audio/record.m: Open files in binary mode.
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
7101
3164
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
7102 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
7103
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
7104 * miscellaneous/dump_prefs.m: Use string array for list of values.
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
7105 Move functionality of dump_1_pref here, but use built-in function
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
7106 type to extract value, and put it inside try/catch block.
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
7107 * miscellaneous/dump_1_pref.m: Delete unused function.
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
7108
3162
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7109 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7110
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7111 * plot/__pltopt1.m__: New file.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7112 * plot/__pltopt.m__: Handle opt as a string array by calling
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7113 __pltopt1__ multiple times and returning a string array with rows
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7114 corresponding to the rows of opt.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7115 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m,
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7116 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7117 array.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7118
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7119 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7120
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7121 * plot/mplot.m: Fix misspellings of global variables.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7122 Don't call clearplot.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7123
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7124 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7125
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7126 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7127 "cle;rep" when going in ot multiplot mode.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7128 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7129 switching out of multiplot mode.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
7130
3156
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3148
diff changeset
7131 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
3148
8cdcb8945695 [project @ 1998-02-06 21:25:11 by jwe]
jwe
parents: 3141
diff changeset
7132
3156
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3148
diff changeset
7133 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m,
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3148
diff changeset
7134 plot/subwindow.m: Call clearplot after setting up multiplot mode.
3148
8cdcb8945695 [project @ 1998-02-06 21:25:11 by jwe]
jwe
parents: 3141
diff changeset
7135
3141
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7136 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7137
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7138 * special-matrix/sylvester_matrix.m: Rename from hadamard.m
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7139
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7140 * miscellaneous/bug_report.m: Don't try to get smart with
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7141 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7142
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7143 * Makefile.in (install): Create separate ls-R files for
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7144 $(datadir) and $(libexecdir).
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7145 (uninstall): Remove both ls-R files.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7146
3136
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7147 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7148
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7149 * signal/fftshift.m: New file.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7150
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7151 * plot/contour.m: Fix for non-square case.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7152
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7153 * general/randperm.m: New file.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7154
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7155 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7156
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7157 * specfun/betai.m: Restore file for compatibility with previous
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7158 versions. Call betainc with reordered args.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7159 * specfun/gammai.m: Likewise, call gammainc with reordered args.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7160
3131
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
7161 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
7162
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
7163 * plot/contour.m: Handle discrete contour levels.
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
7164
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
7165 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
7166
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
7167 * control/lyap.m: For compatibility with Matlab, solve
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
7168 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0.
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
7169
3124
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
7170 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
7171
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
7172 * specfun/bessel.m: New file.
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
7173
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
7174 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m,
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
7175 specfun/gammainc.m: Delete.
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
7176
3106
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
7177 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
7178
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
7179 * image/colormap.m: Initialize __current_color_map__ in global
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
7180 statement.
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
7181 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
7182 statement.
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
7183 * plot/axis.m: Initialize __current_axis__ in global statement.
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
7184 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m,
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
7185 plot/subwindow.m: Initialize __multiplot_mode__ in global statement.
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
7186
3103
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7187 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7188
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7189 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7190 * time/toc.m: Likewise.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7191
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7192 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7193
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7194 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7195 anything special for automatic_replot when in multiplot mode --
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7196 recent 3.6beta releases handle this correctly.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7197
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7198 * plot/figure.m: Ensure that we are not in multiplot mode before
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7199 setting the terminal type.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7200
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7201 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m,
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7202 plot/subwindow.m: Use leading and trailing underscores for
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7203 `private' globals.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7204
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7205 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
7206
3101
f9806795b6d5 [project @ 1997-11-14 16:54:46 by jwe]
jwe
parents: 3092
diff changeset
7207 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
f9806795b6d5 [project @ 1997-11-14 16:54:46 by jwe]
jwe
parents: 3092
diff changeset
7208
f9806795b6d5 [project @ 1997-11-14 16:54:46 by jwe]
jwe
parents: 3092
diff changeset
7209 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE.
f9806795b6d5 [project @ 1997-11-14 16:54:46 by jwe]
jwe
parents: 3092
diff changeset
7210
3091
b06dcbb6b3b1 [project @ 1997-10-10 16:26:47 by jwe]
jwe
parents: 3085
diff changeset
7211 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
b06dcbb6b3b1 [project @ 1997-10-10 16:26:47 by jwe]
jwe
parents: 3085
diff changeset
7212
3092
4bb976b250bf [project @ 1997-10-17 07:48:48 by jwe]
jwe
parents: 3091
diff changeset
7213 * specfun/gammai.m: Avoid problems with whitespace when
4bb976b250bf [project @ 1997-10-17 07:48:48 by jwe]
jwe
parents: 3091
diff changeset
7214 constructing matrices.
4bb976b250bf [project @ 1997-10-17 07:48:48 by jwe]
jwe
parents: 3091
diff changeset
7215
3091
b06dcbb6b3b1 [project @ 1997-10-10 16:26:47 by jwe]
jwe
parents: 3085
diff changeset
7216 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee
b06dcbb6b3b1 [project @ 1997-10-10 16:26:47 by jwe]
jwe
parents: 3085
diff changeset
7217 <SJL@nrc.gov>. Also return yf in the same orientation as the
b06dcbb6b3b1 [project @ 1997-10-10 16:26:47 by jwe]
jwe
parents: 3085
diff changeset
7218 original y vector.
b06dcbb6b3b1 [project @ 1997-10-10 16:26:47 by jwe]
jwe
parents: 3085
diff changeset
7219
3085
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7220 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7221
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7222 * linear-algebra/cross.m: Use direct formula instead of calling
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7223 det three times in a loop. If both args are column (row) vectors,
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7224 return a column (row) vector. If they don't match, pay attention
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7225 to the value of prefer_column_vectors.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7226
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
7227 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de>
3085
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7228
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7229 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7230 nonsymmetric matrices.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7231
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7232 * general/tril.m: Fix usage message.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7233
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7234 * polynomial/polyvalm.m: Fix error messages.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7235 * polynomial/polyderiv.m: Likewise.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7236 * polynomial/polyval.m: Likewise.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
7237
3081
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3063
diff changeset
7238 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3063
diff changeset
7239
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3063
diff changeset
7240 * strings/blanks.m: Allow blanks(0) to return empty string.
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3063
diff changeset
7241 Allow negative arguments if treat_neg_dim_as_zero is true.
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3063
diff changeset
7242
3063
4287b8c06fbf [project @ 1997-06-26 02:36:05 by jwe]
jwe
parents: 3062
diff changeset
7243 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
4287b8c06fbf [project @ 1997-06-26 02:36:05 by jwe]
jwe
parents: 3062
diff changeset
7244
4287b8c06fbf [project @ 1997-06-26 02:36:05 by jwe]
jwe
parents: 3062
diff changeset
7245 * plot/mesh.m: Set noparametric plot mode after plotting.
4287b8c06fbf [project @ 1997-06-26 02:36:05 by jwe]
jwe
parents: 3062
diff changeset
7246
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
7247 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov>
3062
7310b801f8c2 [project @ 1997-06-26 02:11:29 by jwe]
jwe
parents: 3061
diff changeset
7248
7310b801f8c2 [project @ 1997-06-26 02:11:29 by jwe]
jwe
parents: 3061
diff changeset
7249 * plot/__pltopt__.m: Handle key/legend names.
7310b801f8c2 [project @ 1997-06-26 02:11:29 by jwe]
jwe
parents: 3061
diff changeset
7250 Correctly set colors, line styles, and point styles.
7310b801f8c2 [project @ 1997-06-26 02:11:29 by jwe]
jwe
parents: 3061
diff changeset
7251
3061
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
7252 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
7253
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
7254 * polynomial/polyfit.m: Return fit y values as second output.
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
7255 Don't use QR factorization to solve least squares problem.
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
7256
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
7257 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
7258
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
7259 * control/dlqr.m: Use ao, not a, to compute k.
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
7260
3024
95e8b5c4824a [project @ 1997-06-04 05:06:26 by jwe]
jwe
parents: 2993
diff changeset
7261 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
95e8b5c4824a [project @ 1997-06-04 05:06:26 by jwe]
jwe
parents: 2993
diff changeset
7262
95e8b5c4824a [project @ 1997-06-04 05:06:26 by jwe]
jwe
parents: 2993
diff changeset
7263 * miscellaneous/path.m: New file.
95e8b5c4824a [project @ 1997-06-04 05:06:26 by jwe]
jwe
parents: 2993
diff changeset
7264
2993
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2968
diff changeset
7265 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2968
diff changeset
7266
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2968
diff changeset
7267 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2968
diff changeset
7268 name.
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2968
diff changeset
7269
2968
e330cb788508 [project @ 1997-05-15 17:40:29 by jwe]
jwe
parents: 2870
diff changeset
7270 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
e330cb788508 [project @ 1997-05-15 17:40:29 by jwe]
jwe
parents: 2870
diff changeset
7271
e330cb788508 [project @ 1997-05-15 17:40:29 by jwe]
jwe
parents: 2870
diff changeset
7272 * specfun/erfinv.m: Add missing semicolon.
e330cb788508 [project @ 1997-05-15 17:40:29 by jwe]
jwe
parents: 2870
diff changeset
7273
2870
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2853
diff changeset
7274 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2853
diff changeset
7275
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2853
diff changeset
7276 * miscellaneous/xor.m: Make type of return value logical.
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2853
diff changeset
7277
2853
ff4ee9ad942a [project @ 1997-03-28 22:21:25 by jwe]
jwe
parents: 2831
diff changeset
7278 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
ff4ee9ad942a [project @ 1997-03-28 22:21:25 by jwe]
jwe
parents: 2831
diff changeset
7279
ff4ee9ad942a [project @ 1997-03-28 22:21:25 by jwe]
jwe
parents: 2831
diff changeset
7280 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for
ff4ee9ad942a [project @ 1997-03-28 22:21:25 by jwe]
jwe
parents: 2831
diff changeset
7281 warn_comma_in_global_decl.
ff4ee9ad942a [project @ 1997-03-28 22:21:25 by jwe]
jwe
parents: 2831
diff changeset
7282
2831
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2824
diff changeset
7283 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2824
diff changeset
7284
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2824
diff changeset
7285 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2824
diff changeset
7286 octave-bug script.
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2824
diff changeset
7287
2823
7ffbb34efd2d [project @ 1997-03-24 22:50:14 by jwe]
jwe
parents: 2816
diff changeset
7288 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
7ffbb34efd2d [project @ 1997-03-24 22:50:14 by jwe]
jwe
parents: 2816
diff changeset
7289
2824
e56a90687a1e [project @ 1997-03-24 22:54:51 by jwe]
jwe
parents: 2823
diff changeset
7290 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for
e56a90687a1e [project @ 1997-03-24 22:54:51 by jwe]
jwe
parents: 2823
diff changeset
7291 prefer_zero_one_indexing.
e56a90687a1e [project @ 1997-03-24 22:54:51 by jwe]
jwe
parents: 2823
diff changeset
7292
2823
7ffbb34efd2d [project @ 1997-03-24 22:50:14 by jwe]
jwe
parents: 2816
diff changeset
7293 * general/logical.m: New file.
7ffbb34efd2d [project @ 1997-03-24 22:50:14 by jwe]
jwe
parents: 2816
diff changeset
7294
2816
ad4bf2a82b4f [project @ 1997-03-15 21:08:25 by jwe]
jwe
parents: 2813
diff changeset
7295 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
ad4bf2a82b4f [project @ 1997-03-15 21:08:25 by jwe]
jwe
parents: 2813
diff changeset
7296
ad4bf2a82b4f [project @ 1997-03-15 21:08:25 by jwe]
jwe
parents: 2813
diff changeset
7297 * general/nextpow2.m: Correctly handle new meaning of is_scalar()
ad4bf2a82b4f [project @ 1997-03-15 21:08:25 by jwe]
jwe
parents: 2813
diff changeset
7298 and is_vector().
ad4bf2a82b4f [project @ 1997-03-15 21:08:25 by jwe]
jwe
parents: 2813
diff changeset
7299
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
7300 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
2813
d45d48b3dcde [project @ 1997-03-13 22:39:15 by jwe]
jwe
parents: 2811
diff changeset
7301
d45d48b3dcde [project @ 1997-03-13 22:39:15 by jwe]
jwe
parents: 2811
diff changeset
7302 * specfun/erfinv.m: Scale update by sqrt (pi) / 2.
d45d48b3dcde [project @ 1997-03-13 22:39:15 by jwe]
jwe
parents: 2811
diff changeset
7303 Use tolerance of 2 * eps.
d45d48b3dcde [project @ 1997-03-13 22:39:15 by jwe]
jwe
parents: 2811
diff changeset
7304
2811
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7305 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7306
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7307 * Makefile.in (install-strip): New target.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7308 * audio/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7309 * control/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7310 * elfun/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7311 * general/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7312 * image/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7313 * io/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7314 * linear-algebra/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7315 * miscellaneous/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7316 * plot/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7317 * polynomial/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7318 * set/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7319 * signal/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7320 * specfun/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7321 * special-matrix/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7322 * startup/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7323 * statistics/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7324 * strings/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
7325
2809
589761f7e756 [project @ 1997-03-11 16:15:34 by jwe]
jwe
parents: 2798
diff changeset
7326 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
589761f7e756 [project @ 1997-03-11 16:15:34 by jwe]
jwe
parents: 2798
diff changeset
7327
589761f7e756 [project @ 1997-03-11 16:15:34 by jwe]
jwe
parents: 2798
diff changeset
7328 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x).
589761f7e756 [project @ 1997-03-11 16:15:34 by jwe]
jwe
parents: 2798
diff changeset
7329
2798
d477bceb9e2a [project @ 1997-03-08 05:08:12 by jwe]
jwe
parents: 2795
diff changeset
7330 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
d477bceb9e2a [project @ 1997-03-08 05:08:12 by jwe]
jwe
parents: 2795
diff changeset
7331
d477bceb9e2a [project @ 1997-03-08 05:08:12 by jwe]
jwe
parents: 2795
diff changeset
7332 * statistics/corrcoef.m: Make it actually work.
d477bceb9e2a [project @ 1997-03-08 05:08:12 by jwe]
jwe
parents: 2795
diff changeset
7333
2795
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2779
diff changeset
7334 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2779
diff changeset
7335
2798
d477bceb9e2a [project @ 1997-03-08 05:08:12 by jwe]
jwe
parents: 2795
diff changeset
7336 * statistics/corrcoef.m: Don't fail if single argument is a matrix.
2795
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2779
diff changeset
7337
2779
50b31bb6b959 [project @ 1997-03-01 21:24:58 by jwe]
jwe
parents: 2775
diff changeset
7338 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2775
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2749
diff changeset
7339
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2749
diff changeset
7340 * Version 2.0.5 released.
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2749
diff changeset
7341
2745
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
7342 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
7343
2749
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2746
diff changeset
7344 * Makefile.in (maintainer-clean): Also remove configure.
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2746
diff changeset
7345
2746
c51575839b21 [project @ 1997-02-26 08:22:45 by jwe]
jwe
parents: 2745
diff changeset
7346 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix().
c51575839b21 [project @ 1997-02-26 08:22:45 by jwe]
jwe
parents: 2745
diff changeset
7347
2745
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
7348 * general/is_matrix.m: Return zero for empty matrices.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
7349
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
7350 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
7351
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
7352 * linear-algebra/vech.m: Size result just once.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
7353
2726
ea5b2a3dbb26 [project @ 1997-02-23 06:15:22 by jwe]
jwe
parents: 2716
diff changeset
7354 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
ea5b2a3dbb26 [project @ 1997-02-23 06:15:22 by jwe]
jwe
parents: 2716
diff changeset
7355
ea5b2a3dbb26 [project @ 1997-02-23 06:15:22 by jwe]
jwe
parents: 2716
diff changeset
7356 * general/is_square.m: Handle empty matrices correctly.
ea5b2a3dbb26 [project @ 1997-02-23 06:15:22 by jwe]
jwe
parents: 2716
diff changeset
7357 * general/is_symmetric.m: Handle empty matrices and strings.
ea5b2a3dbb26 [project @ 1997-02-23 06:15:22 by jwe]
jwe
parents: 2716
diff changeset
7358
2716
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
7359 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
7360
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
7361 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix().
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
7362 * polynomial/deconv.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
7363 * polynomial/polyderiv.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
7364 * polynomial/polyinteg.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
7365 * polynomial/polyreduce.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
7366 * polynomial/polyval.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
7367 * polynomial/polyvalm.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
7368 * general/postpad.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
7369 * general/prepad.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
7370
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
7371 * polynomial/compan.m: Check input with is_vector(), not
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
7372 is_matrix(). Handle scalar case.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
7373
2711
b50865d6de09 [project @ 1997-02-21 19:43:36 by jwe]
jwe
parents: 2709
diff changeset
7374 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
b50865d6de09 [project @ 1997-02-21 19:43:36 by jwe]
jwe
parents: 2709
diff changeset
7375
2715
df8c732b4fb2 [project @ 1997-02-22 02:39:47 by jwe]
jwe
parents: 2711
diff changeset
7376 * plot/contour.m: Order data so that it is consistent with
df8c732b4fb2 [project @ 1997-02-22 02:39:47 by jwe]
jwe
parents: 2711
diff changeset
7377 meshgrid and mesh.
df8c732b4fb2 [project @ 1997-02-22 02:39:47 by jwe]
jwe
parents: 2711
diff changeset
7378
2711
b50865d6de09 [project @ 1997-02-21 19:43:36 by jwe]
jwe
parents: 2709
diff changeset
7379 * plot/meshdom.m, plot/meshgrid.m: Change help message.
b50865d6de09 [project @ 1997-02-21 19:43:36 by jwe]
jwe
parents: 2709
diff changeset
7380 * plot/sombrero.m: Use meshgrid, not meshdom.
b50865d6de09 [project @ 1997-02-21 19:43:36 by jwe]
jwe
parents: 2709
diff changeset
7381
2709
0f72b0462b51 [project @ 1997-02-20 17:55:40 by jwe]
jwe
parents: 2706
diff changeset
7382 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2702
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
7383
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
7384 * Version 2.0.4 released.
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
7385
2706
5dd7d7e947b2 [project @ 1997-02-20 05:02:43 by jwe]
jwe
parents: 2702
diff changeset
7386 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
5dd7d7e947b2 [project @ 1997-02-20 05:02:43 by jwe]
jwe
parents: 2702
diff changeset
7387
2702
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
7388 * miscellaneous/paren.m: New file.
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
7389
2693
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2690
diff changeset
7390 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2690
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2676
diff changeset
7391
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2676
diff changeset
7392 * Version 2.0.3 released.
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2676
diff changeset
7393
2676
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2667
diff changeset
7394 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2667
diff changeset
7395
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2667
diff changeset
7396 * image/saveimage.m: Only clip image data that is actually out of
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2667
diff changeset
7397 range.
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2667
diff changeset
7398
2667
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
7399 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
7400
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
7401 * general/is_matrix.m: Scalars, vectors, and empty matrices may
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
7402 also be considered to be matrices.
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
7403
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
7404 * general/is_vector.m: Scalars may also be considered to be vectors.
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
7405
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
7406 * general/isempty.m: Use size(), not rows() and columns().
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
7407
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
7408 * plot/contour.m: Convert set to gset.
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
7409 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1.
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
7410
2663
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2650
diff changeset
7411 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2650
diff changeset
7412
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2650
diff changeset
7413 * specfun/erfinv.m: Fix typo in last change.
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2650
diff changeset
7414
2650
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
7415 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
7416
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
7417 * image/loadimage.m: Make it possible to load files with image
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
7418 data named X or img.
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
7419
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
7420 * image/default.img: Change name of image from X to img to match
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
7421 what saveimage does now.
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
7422
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
7423 * image/loadimage.m: Rename X to be img, to match what saveimage
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
7424 does now.
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
7425
2632
b8a3dd7e2e1a [project @ 1997-01-27 19:49:33 by jwe]
jwe
parents: 2624
diff changeset
7426 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
b8a3dd7e2e1a [project @ 1997-01-27 19:49:33 by jwe]
jwe
parents: 2624
diff changeset
7427
2634
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2632
diff changeset
7428 * Version 2.0.2 released.
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2632
diff changeset
7429
2632
b8a3dd7e2e1a [project @ 1997-01-27 19:49:33 by jwe]
jwe
parents: 2624
diff changeset
7430 * plot/__plt__.m: Use usleep() instead of replot to try to avoid
b8a3dd7e2e1a [project @ 1997-01-27 19:49:33 by jwe]
jwe
parents: 2624
diff changeset
7431 weird missing-lines bug without creating extra plots unecessarily.
b8a3dd7e2e1a [project @ 1997-01-27 19:49:33 by jwe]
jwe
parents: 2624
diff changeset
7432
2624
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
7433 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
7434
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
7435 * Makefile.in, audio/Makefile.in, control/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
7436 elfun/Makefile.in, general/Makefile.in, image/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
7437 io/Makefile.in, linear-algebra/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
7438 miscellaneous/Makefile.in, plot/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
7439 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
7440 specfun/Makefile.in, special-matrix/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
7441 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
7442 time/Makefile.in (bin-dist): New target.
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
7443
2621
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
7444 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
7445
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
7446 * specfun/erfinv.m: Avoid A([]) = X, X != [] error.
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
7447
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
7448 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
7449
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
7450 * miscellaneous/xor.m: Make it work.
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
7451
2613
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2602
diff changeset
7452 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2602
diff changeset
7453
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2602
diff changeset
7454 * plot/sombrero.m: Doc fix.
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2602
diff changeset
7455
2602
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
7456 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
7457
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
7458 * Version 2.0.1 released.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
7459
2601
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
7460 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
7461
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
7462 * elfun/lcm.m: Replace missing if statement.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
7463
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
7464 * elfun/gcd.m: Report error if no input args.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
7465 * elfun/lcm.m: Likewise.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
7466
2597
106ae3df29f5 [project @ 1996-12-17 17:48:01 by jwe]
jwe
parents: 2583
diff changeset
7467 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
106ae3df29f5 [project @ 1996-12-17 17:48:01 by jwe]
jwe
parents: 2583
diff changeset
7468
106ae3df29f5 [project @ 1996-12-17 17:48:01 by jwe]
jwe
parents: 2583
diff changeset
7469 * Makefile.in (install): Use ls -LR to create ls-R database.
106ae3df29f5 [project @ 1996-12-17 17:48:01 by jwe]
jwe
parents: 2583
diff changeset
7470 Also list contents of $libexecdir/octave in ls-R database.
106ae3df29f5 [project @ 1996-12-17 17:48:01 by jwe]
jwe
parents: 2583
diff changeset
7471
2583
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
7472 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
7473
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
7474 * Version 2.0 released.
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
7475
2575
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2558
diff changeset
7476 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2558
diff changeset
7477
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2558
diff changeset
7478 * Version 1.94.
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2558
diff changeset
7479
2558
c097977bca6f [project @ 1996-12-02 02:56:01 by jwe]
jwe
parents: 2554
diff changeset
7480 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
c097977bca6f [project @ 1996-12-02 02:56:01 by jwe]
jwe
parents: 2554
diff changeset
7481
c097977bca6f [project @ 1996-12-02 02:56:01 by jwe]
jwe
parents: 2554
diff changeset
7482 * strings/str2num.m: New file.
c097977bca6f [project @ 1996-12-02 02:56:01 by jwe]
jwe
parents: 2554
diff changeset
7483
2554
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2540
diff changeset
7484 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2540
diff changeset
7485
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2540
diff changeset
7486 * Version 1.93.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2540
diff changeset
7487
2540
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7488 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7489
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7490 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m,
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7491 linear-algebra/duplication_matrix.m, linear-algebra/vec.m,
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7492 linear-algebra/vech.m: New files from Kurt Hornik.
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7493
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7494 * general/nextpow2.m, general/shift.m, general/diff.m,
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7495 general/common_size.m: New files from Kurt Hornik.
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7496
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7497 * miscellaneous/bincoeff.m, miscellaneous/xor.m:
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7498 New files from Kurt Hornik.
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7499
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7500 * signal/detrend.m: New file from Kurt Hornik.
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7501
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7502 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m,
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7503 specfun/pow2.m, specfun/log2.m:
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7504 New files and updates from Kurt Hornik.
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
7505
2523
007e977442b8 [project @ 1996-11-16 00:33:22 by jwe]
jwe
parents: 2520
diff changeset
7506 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
007e977442b8 [project @ 1996-11-16 00:33:22 by jwe]
jwe
parents: 2520
diff changeset
7507
007e977442b8 [project @ 1996-11-16 00:33:22 by jwe]
jwe
parents: 2520
diff changeset
7508 * plot/__plt__.m: Add explicit replot after last command is
007e977442b8 [project @ 1996-11-16 00:33:22 by jwe]
jwe
parents: 2520
diff changeset
7509 issued, to force all lines to be displayed. Hmm.
007e977442b8 [project @ 1996-11-16 00:33:22 by jwe]
jwe
parents: 2520
diff changeset
7510
2512
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2486
diff changeset
7511 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2486
diff changeset
7512
2520
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
7513 * plot/axis.m, plot/bottom_title.m, plot/contour.m,
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
7514 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m,
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
7515 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m,
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
7516 plot/plot_border.m, plot/polar.m, plot/semilogx.m,
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
7517 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m,
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
7518 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m:
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
7519 Uset gset, not set.
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
7520
2512
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2486
diff changeset
7521 * Version 1.92.
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2486
diff changeset
7522
2482
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2458
diff changeset
7523 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2458
diff changeset
7524
2486
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
7525 * image/saveimage.m: When writing PostScript, name Octave as the
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
7526 almighty Creator. Use single call to fprintf instead of looping.
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
7527
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
7528 * image/Makefile.in: Delete references to octtopnm.
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
7529
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
7530 * general/logspace.m: Doc fix.
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
7531
2482
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2458
diff changeset
7532 * Version 1.91.
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2458
diff changeset
7533
2458
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
7534 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
7535
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
7536 * image/image.m: Use tmpnam() instead of home-brew scheme.
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
7537
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
7538 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
7539 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
7540 deleted.
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
7541 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
7542 of a system() command to delete the tmp file.
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
7543
2452
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
7544 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
7545
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
7546 * Version 1.90.
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
7547
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
7548 * Makefile.in (DISTFILES): Add ChangeLog.
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
7549
2360
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
7550 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
7551
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
7552 * plot/subplot.m, plot/multiplot.m, plot/mplot.m:
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
7553 Don't check for string value of automatic_replot.
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
7554
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
7555 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m:
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
7556 Temporarily set do_fortran_indexing to 1, not "true".
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
7557
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
7558 * miscellaneous/menu.m: Temporarily set page_screen_output to 0,
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
7559 not "false".
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
7560
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
7561 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
7562 "false".
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
7563
2355
c9f70d39255f [project @ 1996-08-20 23:30:54 by jwe]
jwe
parents: 2330
diff changeset
7564 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
c9f70d39255f [project @ 1996-08-20 23:30:54 by jwe]
jwe
parents: 2330
diff changeset
7565
c9f70d39255f [project @ 1996-08-20 23:30:54 by jwe]
jwe
parents: 2330
diff changeset
7566 * strings/substr.m: Allow negative OFFSET. LEN is now optional.
c9f70d39255f [project @ 1996-08-20 23:30:54 by jwe]
jwe
parents: 2330
diff changeset
7567
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7568 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7569
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7570 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7571 system command.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7572
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7573 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7574
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7575 * __plr1__.m: Renamed from polar_int_1.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7576 * __plr2__.m: Renamed from polar_int_2.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7577 * __plr__.m: Renamed from polar_int.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7578 * __plt1__.m: Renamed from plot_int_1.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7579 * __plt2__.m: Renamed from plot_int_2.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7580 * __plt2mm__.m: Renamed from plot_2_m_m_.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7581 * __plt2mv__.m: Renamed from plot_2_m_v_.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7582 * __plt2ss__.m: Renamed from plot_2_s_s_.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7583 * __plt2vm__.m: Renamed from plot_2_v_m_.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7584 * __plt2vv__.m: Renamed from plot_2_v_v_.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7585 * __plt__.m: Renamed from plot_int.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7586 * __pltopt__.m: Renamed from plot_opt.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7587 Change all callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7588
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7589 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7590
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7591 * All .m files: Add regular Author:, Created:, and Adapted-By:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7592 comments like those found in Emacs lisp files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7593
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7594 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7595
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7596 * All .m files: Change comment style.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7597
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7598 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7599
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7600 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7601 subplot.m, subwindow.m, top_title.m:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7602 Print error message if gnuplot_has_multiplot is not true.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7603
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7604 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7605
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7606 * plot/figure.m: New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7607
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7608 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7609
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7610 * strings/strrep.m: New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7611
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7612 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7613
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7614 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7615 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7616 strings/hex2dec.m, strings/index.m, strings/rindex.m,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7617 strings/split.m, strings/str2mat.m, strings/substr.m:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7618 New functions from Kurt Hornik, heavily modified by jwe.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7619
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7620 * general/reshape.m: Allow strings to be reshaped too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7621
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7622 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7623 Always return a scalar.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7624
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7625 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7626
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7627 * polynomial/polyfit.m: Make orientation of result compatible with
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7628 Matlab.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7629
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7630 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7631
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7632 * polynomial/polyfit.m: Add missing close paren.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7633
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7634 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7635
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7636 * plot/plot_opt.m: Set compatibility arg in call to sscanf.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7637
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7638 * io/scanf.m: Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7639
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7640 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7641
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7642 * statistics/median.m: Fix typo in usage message.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7643
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7644 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7645
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7646 * miscellaneous/popen2.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7647
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7648 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7649
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7650 * configure.in (AC_OUTPUT): Add io/Makefile.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7651
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7652 * io: New directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7653 * Makefile.in (SUBDIRS): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7654
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7655 * miscellaneous/flops.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7656
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7657 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7658
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7659 * miscellaneous/cputime.m: Return three arguments instead of a
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7660 vector, for compatibility with previous versions and with Matlab
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7661 (which only returns one scalar value).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7662
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7663 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7664
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7665 * general/triu.m: Compute lower bound on loop index correctly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7666 * general/tril.m: Likewise, for upper bound.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7667
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7668 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7669
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7670 * image/saveimage.m: For color images, make sure indices into
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7671 temporary colormap and result matrix have proper orientation.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7672 Set grey flag correctly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7673
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7674 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7675
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7676 * statistics/std.m: Use better formula (from Jim Van Zandt
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7677 jrv@vanzandt.mv.com).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7678
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7679 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7680
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7681 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7682 * mesh.m: Transpose Z if only one arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7683 Handle case of all three args being matrices (from Jim Van Zandt
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7684 jrv@vanzandt.mv.com).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7685 * meshdom.m: Undo previous change.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7686
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7687 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7688
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7689 * configure.in (AC_OUTPUT): Add audio/Makefile
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7690
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7691 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7692
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7693 * audio: New directory of files from Kurt Hornik and Andreas
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7694 Weingessel.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7695 * audio/Makefile.in: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7696 * Makefile.in (SUBDIRS): Add audio to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7697
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7698 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7699
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7700 * polynomial/polyfit.m: Use `economy-stle' QR factorization.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7701
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7702 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7703
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7704 * plot/mesh.m: Require, length (y) == rows (z) and length (x) ==
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7705 columns (z), not the other way around.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7706 * plot/meshdom.m: Don't reverse order of elements in y.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7707
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7708 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7709
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7710 * plot/axis.m: Return current axis if nargin == 0.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7711
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7712 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7713
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7714 * polynomial/roots.m: Updates from Kurt Hornik.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7715
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7716 * polynomial/polyder.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7717
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7718 * polynomial/polyderiv.m: Give return value and arg different names.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7719
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7720 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7721
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7722 * specfun/betainc.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7723 * specfun/gammainc.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7724
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7725 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7726
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7727 * general/strerror.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7728 * general/perror.m: Implement using strerror().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7729
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7730 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7731
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7732 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7733 plot/plot_border.m plot/subplot.m plot/subwindow.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7734 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7735
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7736 * image/saveimage.m: Round img values first.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7737
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7738 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7739
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7740 * control/abcddim.m control/are.m general/tril.m general/triu.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7741 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7742 linear-algebra/null.m miscellaneous/etime.m plot/contour.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7743 plot/mesh.m plot/plot_int.m plot/polar_int.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7744 special-matrix/hankel.m special-matrix/toeplitz.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7745 tuwien/strfun/split.m: Add missing semicolons.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7746
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7747 * plot/polar_int.m: Use .', not ' to make vectors conform.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7748
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7749 * image/Makefile.in: Don't build or install octtoppm.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7750
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7751 * image/saveimage.m: Rewrite to avoid using octoppm and pbm
6653
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6645
diff changeset
7752 routines so that people who don't have the pbm stuff installed
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7753 can still use this function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7754
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7755 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7756
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7757 * image/saveimage.m: Better error checking, clean up a bit.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7758
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7759 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7760
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7761 * plot/plot_opt.m: Change more to more_opts as a temporary fix to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7762 avoid conflict with new built-in text-style function more.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7763
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7764 * linear-algebra/norm.m: Also allow 2nd arg == "inf".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7765
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7766 * startup/Makefile.in (install): Also install octaverc in
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7767 $localfcnfiledir/startup/octavrc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7768
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7769 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7770
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7771 * mkinstalldirs: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7772 * Makefile.in (DISTFILES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7773
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7774 * Makefile.in (DISTFILES): Distribute configure.in and configure.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7775
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7776 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7777
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7778 * special-matrix/hankel.m: Compatibility fix. Complain if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7779 r(1) != c(nr), not if r(1) != c(1).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7780
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7781 * signal/filter.m: Doc fix.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7782
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7783 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7784
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7785 * miscellaneous/cputime.m: Use new resource structure names (no
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7786 ru_ or tv_ prefixes).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7787
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7788 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7789
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7790 * time/ctime.m: Fix doc string and usage message.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7791
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7792 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7793
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7794 * time/clock.m: Use new time structure names (no tm_ prefix).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7795
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7796 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7797
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7798 * control/c2d.m: Make function work for any value of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7799 whitespace_in_literal_matrix.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7800 * control/dare.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7801 * control/tzero.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7802 * elfun/gcd.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7803 * elfun/lcm.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7804 * general/postpad.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7805 * general/prepad.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7806 * linear-algebra/kron.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7807 * miscellaneous/etime.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7808 * polynomial/conv.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7809 * polynomial/deconv.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7810 * polynomial/poly.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7811 * polynomial/roots.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7812 * signal/filter.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7813 * signal/freqz.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7814 * signal/fftfilt.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7815
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7816 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7817
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7818 * miscellaneous/is_leap_year.m: Make work for vector args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7819
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7820 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7821
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7822 * plot/polar_int_2.m: Add missing semicolons.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7823 Set theta = theta', not rho'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7824
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7825 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7826
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7827 * polynomial/roots.m: Make it work for any value of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7828 whitespace_in_literal_matrix.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7829
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7830 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7831
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7832 * configure.in: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7833
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7834 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7835
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7836 * control/lyap.m: Add missing semicolon.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7837
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7838 * miscellaneous/cputime.m: New function file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7839
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7840 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7841
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7842 * time: New directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7843 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7844 New function files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7845 * time/Makefile.in: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7846 * Makefile.in (SUBDIRS): Add time.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7847
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7848 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7849
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7850 * polynomial/polyreduce.m: Make sure initial index is not empty.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7851
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7852 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7853
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7854 * plot/plot_int_1.m: Transpose data with .', not '.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7855
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7856 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7857
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7858 * Makefile.in (install uninstall clean mostlyclean distclean
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7859 realclean): Use SUBDIR_FOR_COMMAND. Combine actions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7860
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7861 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7862
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7863 * Makefile.in (install): Create ls-R database file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7864 (uninstall): Delete it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7865
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7866 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7867
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
7868 * image/saveimage.m: Fix typo.
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7869
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7870 See ChangeLog.1 in the top level directory for earlier changes.