annotate scripts/ChangeLog @ 3651:c2305b99fbd7

[project @ 2000-03-31 07:12:29 by jwe]
author jwe
date Fri, 31 Mar 2000 07:12:30 +0000
parents a7fe24b18fa4
children 96679fb690a4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3651
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
1 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
2
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
3 * 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
4 * image/imagesc.m: Likewise.
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
5
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
6 * 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
7 matrix, autoscale the image.
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
8
3618
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3617
diff changeset
9 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
10
3619
a7fe24b18fa4 [project @ 2000-03-22 21:56:18 by jwe]
jwe
parents: 3618
diff changeset
11 * 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
12 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
13
3618
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3617
diff changeset
14 * 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
15 when it was created. Suggested by Stephen Eglen
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3617
diff changeset
16 <stephen@cogsci.ed.ac.uk>.
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3617
diff changeset
17
3617
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
18 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
19
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
20 * polynomial/polyreduce.m: Simplify by looking for the first
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
21 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
22 elements.
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
23
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
24 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles.
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
25
3616
1b5178224a25 [project @ 2000-03-21 08:45:53 by jwe]
jwe
parents: 3604
diff changeset
26 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE>
1b5178224a25 [project @ 2000-03-21 08:45:53 by jwe]
jwe
parents: 3604
diff changeset
27
1b5178224a25 [project @ 2000-03-21 08:45:53 by jwe]
jwe
parents: 3604
diff changeset
28 * 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
29 displayed as black and 1 is displayed as white.
1b5178224a25 [project @ 2000-03-21 08:45:53 by jwe]
jwe
parents: 3604
diff changeset
30 Fix indexing bug in ppm case.
1b5178224a25 [project @ 2000-03-21 08:45:53 by jwe]
jwe
parents: 3604
diff changeset
31
3604
5446d3f11362 [project @ 2000-03-07 04:00:20 by jwe]
jwe
parents: 3603
diff changeset
32 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
33
5446d3f11362 [project @ 2000-03-07 04:00:20 by jwe]
jwe
parents: 3603
diff changeset
34 * 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
35 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
36
3603
de4471c26cd3 [project @ 2000-02-29 07:59:54 by jwe]
jwe
parents: 3601
diff changeset
37 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
38
de4471c26cd3 [project @ 2000-02-29 07:59:54 by jwe]
jwe
parents: 3601
diff changeset
39 * control/base/bode.m: Temporarily disable automatic_replot.
de4471c26cd3 [project @ 2000-02-29 07:59:54 by jwe]
jwe
parents: 3601
diff changeset
40
3599
b8fa63b7ea79 [project @ 2000-02-23 22:48:08 by jwe]
jwe
parents: 3597
diff changeset
41 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
42
3601
b1830ce6993a [project @ 2000-02-24 05:07:15 by jwe]
jwe
parents: 3599
diff changeset
43 * Makefile.in (clean): Also remove gethelp.
b1830ce6993a [project @ 2000-02-24 05:07:15 by jwe]
jwe
parents: 3599
diff changeset
44
3599
b8fa63b7ea79 [project @ 2000-02-23 22:48:08 by jwe]
jwe
parents: 3597
diff changeset
45 * 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
46
3597
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
47 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg>
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
48
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
49 * 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
50
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
51 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk>
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
52
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
53 * plot/hist.m: New optional third argument.
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
54
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
55 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
56
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
57 * 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
58 number appended.
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
59
3575
7576a76f6d7b [project @ 2000-02-04 11:02:49 by jwe]
jwe
parents: 3498
diff changeset
60 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
61
7576a76f6d7b [project @ 2000-02-04 11:02:49 by jwe]
jwe
parents: 3498
diff changeset
62 * gethelp.cc: Sprinkle with std:: qualifier.
7576a76f6d7b [project @ 2000-02-04 11:02:49 by jwe]
jwe
parents: 3498
diff changeset
63
3498
e391aeef2b3c [project @ 2000-01-31 03:17:14 by jwe]
jwe
parents: 3495
diff changeset
64 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
65
e391aeef2b3c [project @ 2000-01-31 03:17:14 by jwe]
jwe
parents: 3495
diff changeset
66 * image/saveimage.m: Delete some debugging code.
e391aeef2b3c [project @ 2000-01-31 03:17:14 by jwe]
jwe
parents: 3495
diff changeset
67
3486
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
68 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
69
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
70 * signal/sinc.m: Avoid reshaping.
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
71
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
72 * 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
73 * image/ind2rgb.m: Ditto.
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
74 * image/ind2gray.m: Ditto.
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
75 * 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
76 implicit_str_to_num_ok.
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
77
3483
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3476
diff changeset
78 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
79
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3476
diff changeset
80 * 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
81 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
82
3474
9c68cfa263eb [project @ 2000-01-25 10:17:55 by jwe]
jwe
parents: 3473
diff changeset
83 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
84
3476
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
85 * plot/__axis_label__.m: New function.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
86 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
87 * plot/xlabel.m: Use it.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
88 * plot/ylabel.m: Ditto.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
89 * plot/zlabel.m: Ditto.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
90
3474
9c68cfa263eb [project @ 2000-01-25 10:17:55 by jwe]
jwe
parents: 3473
diff changeset
91 * plot/mesh.m: Fix error message to reflect reality.
9c68cfa263eb [project @ 2000-01-25 10:17:55 by jwe]
jwe
parents: 3473
diff changeset
92
3473
64f8babb7b3d [project @ 2000-01-25 09:44:15 by jwe]
jwe
parents: 3471
diff changeset
93 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr>
64f8babb7b3d [project @ 2000-01-25 09:44:15 by jwe]
jwe
parents: 3471
diff changeset
94
64f8babb7b3d [project @ 2000-01-25 09:44:15 by jwe]
jwe
parents: 3471
diff changeset
95 * statistics/distributions/weibull_pdf.m: Use correct formula.
64f8babb7b3d [project @ 2000-01-25 09:44:15 by jwe]
jwe
parents: 3471
diff changeset
96
3471
a0aef47b4b4d [project @ 2000-01-22 23:10:42 by jwe]
jwe
parents: 3456
diff changeset
97 2000-01-22 Michael Reifenberger <mike@Plaut.de>
a0aef47b4b4d [project @ 2000-01-22 23:10:42 by jwe]
jwe
parents: 3456
diff changeset
98
a0aef47b4b4d [project @ 2000-01-22 23:10:42 by jwe]
jwe
parents: 3456
diff changeset
99 * audio/saveaudio.m: Also accept files with .ul extension.
a0aef47b4b4d [project @ 2000-01-22 23:10:42 by jwe]
jwe
parents: 3456
diff changeset
100 * audio/loadaudio.m: Ditto.
a0aef47b4b4d [project @ 2000-01-22 23:10:42 by jwe]
jwe
parents: 3456
diff changeset
101 * audio/playaudio.m: Ditto.
a0aef47b4b4d [project @ 2000-01-22 23:10:42 by jwe]
jwe
parents: 3456
diff changeset
102
3456
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
103 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
104
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
105 * statistics/distributions/beta_cdf.m: Texinfoize doc string.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
106 * statistics/distributions/beta_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
107 * statistics/distributions/beta_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
108 * statistics/distributions/beta_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
109 * statistics/distributions/binomial_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
110 * statistics/distributions/binomial_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
111 * statistics/distributions/binomial_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
112 * statistics/distributions/binomial_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
113 * statistics/distributions/cauchy_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
114 * statistics/distributions/cauchy_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
115 * statistics/distributions/cauchy_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
116 * statistics/distributions/cauchy_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
117 * statistics/distributions/chisquare_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
118 * statistics/distributions/chisquare_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
119 * statistics/distributions/chisquare_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
120 * statistics/distributions/chisquare_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
121 * statistics/distributions/discrete_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
122 * statistics/distributions/discrete_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
123 * statistics/distributions/discrete_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
124 * statistics/distributions/discrete_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
125 * statistics/distributions/empirical_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
126 * statistics/distributions/empirical_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
127 * statistics/distributions/empirical_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
128 * statistics/distributions/empirical_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
129 * statistics/distributions/exponential_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
130 * statistics/distributions/exponential_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
131 * statistics/distributions/exponential_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
132 * statistics/distributions/exponential_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
133 * statistics/distributions/f_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
134 * statistics/distributions/f_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
135 * statistics/distributions/f_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
136 * statistics/distributions/f_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
137 * statistics/distributions/gamma_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
138 * statistics/distributions/gamma_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
139 * statistics/distributions/gamma_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
140 * statistics/distributions/gamma_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
141 * statistics/distributions/geometric_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
142 * statistics/distributions/geometric_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
143 * statistics/distributions/geometric_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
144 * statistics/distributions/geometric_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
145 * statistics/distributions/hypergeometric_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
146 * statistics/distributions/hypergeometric_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
147 * statistics/distributions/hypergeometric_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
148 * statistics/distributions/hypergeometric_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
149 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
150 * statistics/distributions/laplace_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
151 * statistics/distributions/laplace_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
152 * statistics/distributions/laplace_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
153 * statistics/distributions/laplace_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
154 * statistics/distributions/logistic_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
155 * statistics/distributions/logistic_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
156 * statistics/distributions/logistic_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
157 * statistics/distributions/logistic_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
158 * statistics/distributions/lognormal_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
159 * statistics/distributions/lognormal_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
160 * statistics/distributions/lognormal_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
161 * statistics/distributions/lognormal_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
162 * statistics/distributions/normal_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
163 * statistics/distributions/normal_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
164 * statistics/distributions/normal_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
165 * statistics/distributions/normal_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
166 * statistics/distributions/pascal_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
167 * statistics/distributions/pascal_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
168 * statistics/distributions/pascal_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
169 * statistics/distributions/pascal_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
170 * statistics/distributions/poisson_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
171 * statistics/distributions/poisson_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
172 * statistics/distributions/poisson_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
173 * statistics/distributions/poisson_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
174 * statistics/distributions/stdnormal_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
175 * statistics/distributions/stdnormal_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
176 * statistics/distributions/stdnormal_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
177 * statistics/distributions/stdnormal_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
178 * statistics/distributions/t_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
179 * statistics/distributions/t_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
180 * statistics/distributions/t_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
181 * statistics/distributions/t_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
182 * statistics/distributions/uniform_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
183 * statistics/distributions/uniform_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
184 * statistics/distributions/uniform_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
185 * statistics/distributions/uniform_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
186 * statistics/distributions/weibull_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
187 * statistics/distributions/weibull_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
188 * statistics/distributions/weibull_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
189 * statistics/distributions/weibull_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
190 * statistics/distributions/wiener_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
191
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
192 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
193
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
194 * statistics/base/values.m: Texinfoize doc string.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
195 * statistics/base/var.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
196 * statistics/base/table.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
197 * statistics/base/studentize.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
198 * statistics/base/statistics.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
199 * statistics/base/spearman.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
200 * statistics/base/run_count.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
201 * statistics/base/ranks.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
202 * statistics/base/range.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
203 * statistics/base/qqplot.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
204 * statistics/base/probit.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
205 * statistics/base/ppplot.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
206 * statistics/base/moment.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
207 * statistics/base/meansq.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
208 * statistics/base/logit.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
209 * statistics/base/kendall.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
210 * statistics/base/iqr.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
211 * statistics/base/cut.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
212 * statistics/base/cor.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
213 * statistics/base/cloglog.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
214 * statistics/base/center.m: Ditto.
3454
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
215 * statistics/models/logistic_regression.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
216 * statistics/models/logistic_regression_derivative.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
217 * statistics/models/logistic_regression_likelihood.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
218 * statistics/tests/anova.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
219 * statistics/tests/bartlett_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
220 * statistics/tests/chisquare_test_homogeneity.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
221 * statistics/tests/chisquare_test_independence.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
222 * statistics/tests/cor_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
223 * statistics/tests/f_test_regression.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
224 * statistics/tests/hotelling_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
225 * statistics/tests/hotelling_test_2.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
226 * statistics/tests/kolmogorov_smirnov_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
227 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
228 * statistics/tests/kruskal_wallis_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
229 * statistics/tests/manova.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
230 * statistics/tests/mcnemar_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
231 * statistics/tests/prop_test_2.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
232 * statistics/tests/run_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
233 * statistics/tests/sign_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
234 * statistics/tests/t_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
235 * statistics/tests/t_test_2.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
236 * statistics/tests/t_test_regression.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
237 * statistics/tests/u_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
238 * statistics/tests/var_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
239 * statistics/tests/welch_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
240 * statistics/tests/wilcoxon_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
241 * statistics/tests/z_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
242 * statistics/tests/z_test_2.m: Ditto.
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
243
3446
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3441
diff changeset
244 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
245
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3441
diff changeset
246 * strings/bin2dec.m: Texinfoize doc string.
3449
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
247 * plot/__plr1__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
248 * plot/__pltopt__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
249 * plot/__plt__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
250 * plot/__plt2vv__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
251 * plot/__plr2__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
252 * plot/__plr__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
253 * plot/__plt1__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
254 * plot/__plt2__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
255 * plot/__plt2mm__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
256 * plot/__plt2mv__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
257 * plot/__plt2ss__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
258 * miscellaneous/paren.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
259 * miscellaneous/comma.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
260 * miscellaneous/semicolon.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
261 * miscellaneous/path.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
262 * miscellaneous/list_primes.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
263 * miscellaneous/flops.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
264 * miscellaneous/dump_prefs.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
265 * miscellaneous/bug_report.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
266 * linear-algebra/dot.m: Ditto
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
267 * linear-algebra/dmult.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
268 * general/randperm.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
269 * general/logical.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
270 * general/is_duplicate_entry.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
271 * signal/arch_fit.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
272 * signal/arch_rnd.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
273 * signal/arch_test.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
274 * signal/arma_rnd.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
275 * signal/autocor.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
276 * signal/autocov.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
277 * signal/autoreg_matrix.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
278 * signal/bartlett.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
279 * signal/blackman.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
280 * signal/detrend.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
281 * signal/diffpara.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
282 * signal/durbinlevinson.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
283 * signal/fftconv.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
284 * signal/fftfilt.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
285 * signal/fftshift.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
286 * signal/fractdiff.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
287 * signal/freqz.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
288 * signal/hamming.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
289 * signal/hanning.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
290 * signal/hurst.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
291 * signal/periodogram.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
292 * signal/rectangle_lw.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
293 * signal/rectangle_sw.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
294 * signal/sinc.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
295 * signal/sinetone.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
296 * signal/sinewave.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
297 * signal/spectral_adf.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
298 * signal/spectral_xdf.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
299 * signal/spencer.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
300 * signal/stft.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
301 * signal/synthesis.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
302 * signal/triangle_lw.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
303 * signal/triangle_sw.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
304 * signal/yulewalker.m: Ditto.
3450
4b61d9e3c73a [project @ 2000-01-18 04:43:54 by jwe]
jwe
parents: 3449
diff changeset
305 * control/util/strappend.m: Ditto.
3451
a6cc6bc220b3 [project @ 2000-01-18 04:49:49 by jwe]
jwe
parents: 3450
diff changeset
306 * control/base/nichols.m: Ditto.
3452
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
307 * control/system/is_signal_list.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
308 * control/system/listidx.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
309 * control/system/sysgettsam.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
310 * control/system/sysidx.m: Ditto.
3446
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3441
diff changeset
311
3438
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
312 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
313
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
314 * control/system/__abcddims__.m: Rename from
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
315 control/system/abcddims.m, change all callers.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
316 * control/base/__bodquist__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
317 * control/base/__freqresp__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
318 * control/util/__outlist__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
319 * control/base/__stepimp__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
320 * control/system/__syschnamesl__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
321 * control/system/__syscont_disc__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
322 * control/system/__sysdefioname__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
323 * control/system/__sysdefstname__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
324 * control/system/__sysgroupn__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
325 * control/system/__tf2sysl__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
326 * control/util/__zgpbal__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
327 * control/system/__zp2ssg2__.m: Likewise.
3495
88eeb67a360e [project @ 2000-01-29 00:02:06 by jwe]
jwe
parents: 3486
diff changeset
328
88eeb67a360e [project @ 2000-01-29 00:02:06 by jwe]
jwe
parents: 3486
diff changeset
329 * 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
330 * quaternion/qconj.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
331 * quaternion/qcoordinate_plot.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
332 * quaternion/qderiv.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
333 * quaternion/qderivmat.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
334 * quaternion/qinv.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
335 * quaternion/qmult.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
336 * quaternion/qtrans.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
337 * quaternion/qtransv.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
338 * quaternion/qtransvmat.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
339 * quaternion/quaternion.m: Ditto.
3438
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
340
3436
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
341 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
342
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
343 * control/base/Makefile.in: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
344 * control/hinf/Makefile.in: New file.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
345 * control/marsyas/Makefile.in: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
346 * control/obsolete/Makefile.in: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
347 * control/system/Makefile.in: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
348 * control/util/Makefile.in: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
349
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
350 * strings/com2str.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
351
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
352 * control/base: New directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
353 * control/base/DEMOcontrol.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
354 * control/base/analdemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
355 * control/base/are.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
356 * control/base/bddemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
357 * control/base/bode.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
358 * control/base/bode_bounds.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
359 * control/base/bodquist.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
360 * control/base/controldemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
361 * control/base/ctrb.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
362 * control/base/damp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
363 * control/base/dare.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
364 * control/base/dcgain.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
365 * control/base/dgram.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
366 * control/base/dlqe.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
367 * control/base/dlqr.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
368 * control/base/dlyap.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
369 * control/base/dre.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
370 * control/base/frdemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
371 * control/base/freqchkw.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
372 * control/base/freqresp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
373 * control/base/gram.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
374 * control/base/impulse.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
375 * control/base/lqe.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
376 * control/base/lqg.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
377 * control/base/lqr.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
378 * control/base/lsim.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
379 * control/base/ltifr.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
380 * control/base/lyap.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
381 * control/base/nichols.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
382 * control/base/nyquist.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
383 * control/base/obsv.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
384 * control/base/place.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
385 * control/base/pzmap.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
386 * control/base/rldemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
387 * control/base/rlocus.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
388 * control/base/step.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
389 * control/base/stepimp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
390 * control/base/tzero.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
391 * control/base/tzero2.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
392
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
393 * control/hinf: New directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
394 * control/hinf/dhinfdemo.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
395 * control/hinf/h2norm.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
396 * control/hinf/h2syn.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
397 * control/hinf/hinf_ctr.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
398 * control/hinf/hinfdemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
399 * control/hinf/hinfnorm.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
400 * control/hinf/hinfsyn.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
401 * control/hinf/hinfsyn_chk.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
402 * control/hinf/hinfsyn_ric.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
403 * control/hinf/wgt1o.m: Ditto.
3441
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
404 * control/hinf/dgkfdemo.m: Ditto.
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
405 * control/hinf/is_dgkf.m: Ditto.
3436
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
406
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
407 * control/marsyas: New directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
408 * control/marsyas/demomarsyas.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
409 * control/marsyas/susball.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
410
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
411 * control/obsolete/dezero.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
412 * control/obsolete/rotg.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
413
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
414 * control/system: New directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
415 * control/system/abcddim.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
416 * control/system/abcddims.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
417 * control/system/buildssic.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
418 * control/system/c2d.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
419 * control/system/d2c.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
420 * control/system/dmr2d.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
421 * control/system/fir2sys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
422 * control/system/is_abcd.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
423 * control/system/is_digital.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
424 * control/system/is_sample.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
425 * control/system/is_signal_list.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
426 * control/system/is_siso.m: Ditto.
3441
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
427 * control/system/is_controllable.m: Ditto.
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
428 * control/system/is_detectable.m: Ditto.
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
429 * control/system/is_observable.m: Ditto.
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
430 * control/system/is_stabilizable.m: Ditto.
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
431 * control/system/is_stable.m: Ditto.
3436
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
432 * control/system/jet707.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
433 * control/system/listidx.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
434 * control/system/moddemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
435 * control/system/ord2.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
436 * control/system/packedform.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
437 * control/system/parallel.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
438 * control/system/ss2sys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
439 * control/system/ss2tf.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
440 * control/system/ss2zp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
441 * control/system/starp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
442 * control/system/sys2fir.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
443 * control/system/sys2ss.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
444 * control/system/sys2tf.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
445 * control/system/sys2zp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
446 * control/system/sysadd.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
447 * control/system/sysappend.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
448 * control/system/syschnamesl.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
449 * control/system/syschtsam.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
450 * control/system/sysconnect.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
451 * control/system/syscont.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
452 * control/system/syscont_disc.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
453 * control/system/sysdefioname.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
454 * control/system/sysdefstname.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
455 * control/system/sysdimensions.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
456 * control/system/sysdisc.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
457 * control/system/sysdup.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
458 * control/system/sysgetsignals.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
459 * control/system/sysgettsam.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
460 * control/system/sysgettype.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
461 * control/system/sysgroup.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
462 * control/system/sysgroupn.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
463 * control/system/sysidx.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
464 * control/system/sysmin.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
465 * control/system/sysmult.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
466 * control/system/sysout.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
467 * control/system/sysprune.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
468 * control/system/sysreorder.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
469 * control/system/sysrepdemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
470 * control/system/sysscale.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
471 * control/system/syssetsignals.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
472 * control/system/syssub.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
473 * control/system/sysupdate.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
474 * control/system/tf2ss.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
475 * control/system/tf2sys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
476 * control/system/tf2sysl.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
477 * control/system/tf2zp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
478 * control/system/tfout.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
479 * control/system/ugain.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
480 * control/system/zp2ss.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
481 * control/system/zp2ssg2.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
482 * control/system/zp2sys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
483 * control/system/zp2tf.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
484 * control/system/zpout.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
485
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
486 * control/util: New directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
487 * control/util/axis2dlim.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
488 * control/util/outlist.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
489 * control/util/prompt.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
490 * control/util/run_cmd.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
491 * control/util/sortcom.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
492 * control/util/strappend.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
493 * control/util/swap.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
494 * control/util/zgfmul.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
495 * control/util/zgfslv.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
496 * control/util/zginit.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
497 * control/util/zgpbal.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
498 * control/util/zgreduce.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
499 * control/util/zgrownorm.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
500 * control/util/zgscal.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
501 * control/util/zgsgiv.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
502 * control/util/zgshsr.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
503
3427
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3424
diff changeset
504 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
505
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3424
diff changeset
506 * gethelp.cc (extract_help_text): Discard first space character
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3424
diff changeset
507 after consecutive comment characters.
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3424
diff changeset
508
3422
9fc59b290856 [project @ 2000-01-13 06:58:27 by jwe]
jwe
parents: 3420
diff changeset
509 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
510
9fc59b290856 [project @ 2000-01-13 06:58:27 by jwe]
jwe
parents: 3420
diff changeset
511 * control/obsolete: New directory
9fc59b290856 [project @ 2000-01-13 06:58:27 by jwe]
jwe
parents: 3420
diff changeset
512 * 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
513 * control/obsolete/swapcols.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
514 * control/obsolete/dlqg.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
515 * control/obsolete/minfo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
516 * control/obsolete/packsys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
517 * control/obsolete/qzval.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
518 * control/obsolete/unpacksys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
519 * control/obsolete/series.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
520 * control/obsolete/syschnames.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
521 * polynomial/polyout.m: Ditto.
3422
9fc59b290856 [project @ 2000-01-13 06:58:27 by jwe]
jwe
parents: 3420
diff changeset
522
3420
39496bf0ffdf [project @ 2000-01-13 06:46:24 by jwe]
jwe
parents: 3418
diff changeset
523 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
524
39496bf0ffdf [project @ 2000-01-13 06:46:24 by jwe]
jwe
parents: 3418
diff changeset
525 * general/fliplr.m: Eliminate useless copy of arg.
39496bf0ffdf [project @ 2000-01-13 06:46:24 by jwe]
jwe
parents: 3418
diff changeset
526 * general/flipud.m: Ditto.
39496bf0ffdf [project @ 2000-01-13 06:46:24 by jwe]
jwe
parents: 3418
diff changeset
527
3418
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
528 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
529
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
530 * 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
531 are row vectors.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
532 * polynomial/polyfit.m: Likewise.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
533
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
534 * signal/autocov.m: Don't reset prefer_column_vectors.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
535
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
536 * statistics/distributions/discrete_rnd.m:
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
537 Always generate a row vector.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
538 * statistics/distributions/hypergeometric_rnd.m: Likewise.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
539
3416
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
540 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov>
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
541
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
542 * 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
543
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
544 * audio/setaudio.m: Texinfoize doc string.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
545 * control/com2str.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
546 * control/controldemo.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
547 * control/DEMOcontrol.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
548 * control/dezero.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
549 * control/dre.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
550 * control/hinfsyn_ric.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
551
3407
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
552 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov>
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
553
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
554 * io/printf.m: Add @seealso{...} to doc string.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
555 * io/puts.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
556 * plot/semilogx.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
557 * plot/semilogy.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
558 * plot/__pltopt__.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
559 * plot/bar.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
560 * plot/xlabel.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
561 * plot/grid.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
562 * plot/shg.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
563 * plot/title.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
564 * plot/mesh.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
565 * plot/__pltopt1__.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
566 * plot/contour.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
567 * plot/hist.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
568 * plot/stairs.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
569 * plot/meshgrid.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
570 * plot/polar.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
571 * plot/loglog.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
572 * plot/plot.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
573 * miscellaneous/semicolon.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
574 * miscellaneous/menu.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
575 * miscellaneous/etime.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
576 * miscellaneous/texas_lotto.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
577 * miscellaneous/comma.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
578 * audio/lin2mu.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
579 * audio/playaudio.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
580 * audio/loadaudio.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
581 * audio/saveaudio.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
582 * audio/mu2lin.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
583 * audio/record.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
584 * strings/isletter.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
585 * strings/lower.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
586 * strings/lower.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
587 * strings/upper.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
588 * specfun/erfinv.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
589 * specfun/gammai.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
590 * specfun/log2.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
591 * specfun/pow2.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
592 * elfun/gcd.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
593 * elfun/lcm.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
594 * special-matrix/vander.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
595 * special-matrix/sylvester_matrix.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
596 * special-matrix/hilb.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
597 * special-matrix/hankel.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
598 * special-matrix/toeplitz.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
599 * special-matrix/invhilb.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
600 * statistics/base/std.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
601 * statistics/base/median.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
602 * linear-algebra/cond.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
603 * linear-algebra/norm.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
604 * finance/nper.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
605 * finance/pmt.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
606 * finance/pv.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
607 * finance/rate.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
608 * finance/npv.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
609 * general/fliplr.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
610 * general/flipud.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
611 * general/is_scalar.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
612 * general/rem.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
613 * general/perror.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
614 * general/tril.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
615 * general/rot90.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
616 * general/num2str.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
617 * general/int2str.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
618 * general/reshape.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
619 * general/logspace.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
620 * general/is_symmetric.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
621 * general/is_vector.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
622 * general/nextpow2.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
623 * general/columns.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
624 * general/is_square.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
625 * general/rows.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
626 * control/ugain.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
627 * control/damp.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
628 * control/dare.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
629 * control/are.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
630 * control/sys2fir.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
631 * control/abcddim.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
632 * control/is_abcd.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
633 * control/step.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
634 * control/is_observable.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
635 * control/is_controllable.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
636 * control/jet707.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
637 * control/polyout.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
638 * control/impulse.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
639 * control/lqg.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
640 * control/is_detectable.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
641 * control/sysdimensions.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
642 * control/sysupdate.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
643 * control/stepimp.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
644 * control/is_stable.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
645 * control/tfout.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
646 * control/zpout.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
647
3405
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
648 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
649
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
650 * set/complement.m: Add @seealso{} stuff.
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
651 * set/create_set.m: Likewise.
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
652 * set/intersection.m: Likewise.
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
653 * set/union.m: Likewise.
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
654
3399
e665633c76af [project @ 1999-12-22 22:11:50 by jwe]
jwe
parents: 3390
diff changeset
655 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
656
3400
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
657 * 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
658 string constants.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
659 * control/dgkfdemo.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
660 * control/fir2sys.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
661 * control/frdemo.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
662 * control/moddemo.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
663 * control/minfo.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
664 * control/is_stabilizable.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
665 * control/is_dgkf.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
666 * control/polyout.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
667 * control/sysconnect.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
668 * control/sysrepdemo.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
669 * control/tf2sys.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
670 * control/tfout.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
671 * control/zp2sys.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
672 * control/zpout.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
673 * control/tzero.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
674
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
675 * control/DEMOcontrol.m: Handle moddemo case too.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
676
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
677 * 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
678 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
679 construct string.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
680
3399
e665633c76af [project @ 1999-12-22 22:11:50 by jwe]
jwe
parents: 3390
diff changeset
681 * control/DEMOcontrol.m: Formatting tweaks.
3400
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
682 * control/fir2sys.m: Likewise.
3399
e665633c76af [project @ 1999-12-22 22:11:50 by jwe]
jwe
parents: 3390
diff changeset
683
3390
6f0b962d79b0 [project @ 1999-12-18 00:13:09 by jwe]
jwe
parents: 3388
diff changeset
684 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
685
6f0b962d79b0 [project @ 1999-12-18 00:13:09 by jwe]
jwe
parents: 3388
diff changeset
686 * mkdoc: Only delete spaces before @ characters at the beginning
6f0b962d79b0 [project @ 1999-12-18 00:13:09 by jwe]
jwe
parents: 3388
diff changeset
687 of a line.
6f0b962d79b0 [project @ 1999-12-18 00:13:09 by jwe]
jwe
parents: 3388
diff changeset
688
3383
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
689 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
690
3388
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
691 * 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
692 whitespace_in_literal_matrix.
3386
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
693 * control/analdemo.m: Ditto.
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
694 * control/dgkfdemo.m: Ditto.
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
695 * control/frdemo.m: Ditto.
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
696 * control/sysrepdemo.m: Ditto.
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
697 * control/moddemo.m: Ditto.
3388
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
698 * control/zp2ss.m: Ditto.
3387
eb4223985ca8 [project @ 1999-12-16 00:38:16 by jwe]
jwe
parents: 3386
diff changeset
699 * control/zp2tf.m: Ditto.
3388
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
700 * control/syssub.m: Ditto.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
701 * finance/npv.m: Ditto.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
702 * statistics/base/studentize.m: Ditto.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
703 * statistics/base/values.m: Ditto.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
704 * statistics/distributions/exponential_cdf.m: Ditto.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
705 * statistics/distributions/poisson_cdf.m: Ditto.
3386
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
706
3384
6735e4c759a2 [project @ 1999-12-15 21:57:48 by jwe]
jwe
parents: 3383
diff changeset
707 * 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
708 instead of multiplying it by 1.
6735e4c759a2 [project @ 1999-12-15 21:57:48 by jwe]
jwe
parents: 3383
diff changeset
709
3383
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
710 * 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
711 * control/zpout.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
712 * control/tfout.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
713 * control/tf2sys.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
714 * control/syssub.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
715 * control/syssetsignals.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
716 * control/sysout.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
717 * control/sysmult.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
718 * control/sysgroup.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
719 * control/sysdup.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
720 * control/sysdisc.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
721 * control/syscont.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
722 * control/sysconnect.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
723 * control/sysappend.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
724 * control/sysadd.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
725 * control/ss2sys.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
726 * control/nyquist.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
727 * control/lqg.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
728 * control/fir2sys.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
729 * control/dmr2d.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
730 * control/dezero.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
731 * control/d2c.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
732 * control/c2d.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
733 * control/bddemo.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
734 * control/pzmap.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
735
3374
89405d9a9b0b [project @ 1999-12-08 06:58:04 by jwe]
jwe
parents: 3373
diff changeset
736 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr>
89405d9a9b0b [project @ 1999-12-08 06:58:04 by jwe]
jwe
parents: 3373
diff changeset
737
89405d9a9b0b [project @ 1999-12-08 06:58:04 by jwe]
jwe
parents: 3373
diff changeset
738 * signal/spectral_adf.m: Fix typo.
89405d9a9b0b [project @ 1999-12-08 06:58:04 by jwe]
jwe
parents: 3373
diff changeset
739
3372
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
740 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
741
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
742 * linear-algebra/cond.m: Texinfoize doc string.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
743 * linear-algebra/kron.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
744 * linear-algebra/norm.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
745 * linear-algebra/null.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
746 * linear-algebra/orth.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
747 * linear-algebra/rank.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
748 * linear-algebra/trace.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
749 * linear-algebra/qzhess.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
750 * miscellaneous/menu.m: Ditto.
3373
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
751 * general/perror.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
752 * general/strerror.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
753 * general/columns.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
754 * general/rows.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
755 * image/colormap.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
756 * image/gray.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
757 * image/gray2ind.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
758 * image/image.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
759 * image/imagesc.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
760 * image/imshow.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
761 * image/ind2gray.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
762 * image/ind2rgb.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
763 * image/loadimage.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
764 * image/rgb2ntsc.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
765 * image/ntsc2rgb.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
766 * image/ocean.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
767 * image/rgb2ind.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
768 * image/saveimage.m: Ditto.
3372
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
769 * io/printf.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
770 * io/puts.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
771
3369
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
772 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
773
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
774 * special-matrix/hankel.m: Texinfoize doc string.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
775 * special-matrix/hilb.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
776 * special-matrix/invhilb.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
777 * special-matrix/sylvester_matrix.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
778 * special-matrix/toeplitz.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
779 * special-matrix/vander.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
780 * linear-algebra/vec.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
781 * linear-algebra/vech.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
782 * general/common_size.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
783 * general/diff.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
784 * general/fliplr.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
785 * general/flipud.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
786 * general/rot90.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
787 * general/reshape.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
788 * general/shift.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
789 * general/tril.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
790 * general/triu.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
791 * general/logspace.m: Ditto.
3371
86873384cd10 [project @ 1999-11-21 17:31:07 by jwe]
jwe
parents: 3369
diff changeset
792 * general/nargchk.m: Ditto.
3369
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
793
3367
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
794 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
795
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
796 * statistics/base/mean: Texinfoize doc string.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
797 * statistics/base/median: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
798 * statistics/base/std: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
799 * statistics/base/cov: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
800 * statistics/base/corrcoef: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
801 * statistics/base/kurtosis: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
802 * statistics/base/mahalanobis: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
803 * statistics/base/skewness: Ditto.
3368
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
804 * statistics/base/gls.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
805 * statistics/base/ols.m: Ditto.
3367
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
806 * signal/detrend.m: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
807 * signal/freqz.m: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
808 * signal/sinc.m: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
809 * signal/fftconv.m: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
810 * signal/fftfilt.m: Ditto.
3368
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
811 * set/create_set.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
812 * set/union.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
813 * set/intersection.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
814 * set/complement.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
815 * poly/compan.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
816 * poly/conv: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
817 * poly/deconv: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
818 * poly/poly: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
819 * poly/polyderiv: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
820 * poly/polyfit: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
821 * poly/polyinteg: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
822 * poly/polyreduce: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
823 * poly/polyval: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
824 * poly/polyvalm: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
825 * poly/residue: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
826 * poly/roots: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
827 * plot/top_title.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
828 * plot/subwindow.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
829 * plot/subplot.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
830 * plot/plot_border.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
831 * plot/oneplot.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
832 * plot/multiplot.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
833 * plot/mplot.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
834 * plot/xlabel.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
835 * plot/figure.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
836 * plot/meshdom.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
837 * plot/mesh.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
838 * plot/stairs.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
839 * plot/polar.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
840 * plot/loglog.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
841 * plot/hist.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
842 * plot/contour.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
843 * plot/bar.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
844 * plot/axis.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
845 * plot/plot.m: Ditto.
3367
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
846
3361
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
847 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
848
3365
7ed630f7b7be [project @ 1999-11-20 03:11:17 by jwe]
jwe
parents: 3364
diff changeset
849 * control/pinv.m: Delete.
7ed630f7b7be [project @ 1999-11-20 03:11:17 by jwe]
jwe
parents: 3364
diff changeset
850
3364
fac05a83b4c5 [project @ 1999-11-20 03:05:42 by jwe]
jwe
parents: 3361
diff changeset
851 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES).
fac05a83b4c5 [project @ 1999-11-20 03:05:42 by jwe]
jwe
parents: 3361
diff changeset
852
3361
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
853 * strings/blanks.m: Texinfoize doc string.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
854 * strings/strcat.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
855 * strings/str2mat.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
856 * strings/deblank.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
857 * strings/findstr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
858 * strings/index.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
859 * strings/rindex.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
860 * strings/split.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
861 * strings/strcmp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
862 * strings/strrep.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
863 * strings/substr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
864 * general/int2str.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
865 * general/num2str.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
866 * strings/dec2bin.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
867 * strings/bin2dec: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
868 * strings/dec2bin: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
869 * strings/dec2hex: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
870 * strings/hex2dec: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
871 * strings/str2num: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
872
3347
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3332
diff changeset
873 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
874
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3332
diff changeset
875 * Makefile.in (DISTFILES): Include DOCSTRINGS.
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3332
diff changeset
876
3361
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
877 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov>
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
878
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
879 * control/DEMOcontrol.m: Texinfoize doc string.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
880 * control/abcddim.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
881 * control/abcddims.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
882 * control/analdemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
883 * control/are.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
884 * control/axis2dlim.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
885 * control/bddemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
886 * control/bode.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
887 * control/bode_bounds.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
888 * control/bodquist.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
889 * control/buildssic.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
890 * control/c2d.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
891 * control/ctrb.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
892 * control/d2c.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
893 * control/damp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
894 * control/dare.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
895 * control/dcgain.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
896 * control/dgkfdemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
897 * control/dgram.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
898 * control/dlqe.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
899 * control/dlqr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
900 * control/dlyap.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
901 * control/dmr2d.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
902 * control/fir2sys.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
903 * control/frdemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
904 * control/freqchkw.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
905 * control/freqresp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
906 * control/gram.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
907 * control/h2norm.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
908 * control/h2syn.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
909 * control/hinf_ctr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
910 * control/hinfdemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
911 * control/hinfnorm.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
912 * control/hinfsyn.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
913 * control/hinfsyn_chk.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
914 * control/impulse.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
915 * control/is_abcd.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
916 * control/is_controllable.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
917 * control/is_detectable.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
918 * control/is_dgkf.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
919 * control/is_digital.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
920 * control/is_observable.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
921 * control/is_sample.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
922 * control/is_signal_list.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
923 * control/is_siso.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
924 * control/is_stabilizable.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
925 * control/is_stable.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
926 * control/jet707.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
927 * control/lqe.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
928 * control/lqg.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
929 * control/lqr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
930 * control/lsim.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
931 * control/ltifr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
932 * control/lyap.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
933 * control/moddemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
934 * control/nyquist.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
935 * control/obsv.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
936 * control/ord2.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
937 * control/outlist.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
938 * control/pinv.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
939 * control/place.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
940 * control/polyout.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
941 * control/prompt.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
942 * control/pzmap.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
943 * control/qzval.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
944 * control/rldemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
945 * control/rlocus.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
946 * control/sortcom.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
947 * control/ss2sys.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
948 * control/ss2tf.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
949 * control/ss2zp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
950 * control/starp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
951 * control/step.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
952 * control/stepimp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
953 * control/susball.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
954 * control/sys2fir.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
955 * control/sys2ss.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
956 * control/sys2tf.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
957 * control/sys2zp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
958 * control/sysadd.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
959 * control/sysappend.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
960 * control/syschnames.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
961 * control/syschnamesl.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
962 * control/syschtsam.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
963 * control/sysconnect.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
964 * control/syscont.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
965 * control/syscont_disc.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
966 * control/sysdefioname.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
967 * control/sysdefstname.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
968 * control/sysdimensions.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
969 * control/sysdisc.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
970 * control/sysdup.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
971 * control/sysgetsignals.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
972 * control/sysgettype.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
973 * control/sysgroup.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
974 * control/sysgroupn.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
975 * control/sysmult.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
976 * control/sysout.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
977 * control/sysprune.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
978 * control/sysreorder.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
979 * control/sysrepdemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
980 * control/sysscale.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
981 * control/syssetsignals.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
982 * control/syssub.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
983 * control/sysupdate.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
984 * control/tf2ss.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
985 * control/tf2sys.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
986 * control/tf2sysl.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
987 * control/tf2zp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
988 * control/tfout.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
989 * control/tzero.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
990 * control/tzero2.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
991 * control/ugain.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
992 * control/wgt1o.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
993 * control/zgfmul.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
994 * control/zgfslv.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
995 * control/zginit.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
996 * control/zgpbal.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
997 * control/zgreduce.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
998 * control/zgrownorm.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
999 * control/zgscal.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
1000 * control/zgsgiv.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
1001 * control/zgshsr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
1002 * control/zp2ss.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
1003 * control/zp2ssg2.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
1004 * control/zp2sys.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
1005 * control/zp2tf.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
1006 * control/zpout.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
1007
3332
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3321
diff changeset
1008 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov>
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3321
diff changeset
1009
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3321
diff changeset
1010 * scripts/audio/lin2mu.m: Texinfoize doc string.
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3321
diff changeset
1011 * scripts/audio/loadaudio.m: Ditto.
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3321
diff changeset
1012 * scripts/audio/mu2lin.m: Ditto.
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3321
diff changeset
1013 * scripts/audio/playaudio.m: Ditto.
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3321
diff changeset
1014 * scripts/audio/record.m: Ditto.
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3321
diff changeset
1015 * scripts/audio/saveaudio.m: Ditto.
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3321
diff changeset
1016
3321
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1017 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov>
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1018
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1019 * elfun/acot.m: Texinfoize doc string.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1020 * elfun/acsc.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1021 * elfun/acsch.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1022 * elfun/asec.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1023 * elfun/asech.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1024 * elfun/cot.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1025 * elfun/coth.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1026 * elfun/csc.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1027 * elfun/csch.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1028 * elfun/gcd.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1029 * elfun/lcm.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1030 * elfun/sec.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1031 * elfun/sech.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1032 * general/nextpow2.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1033 * general/rem.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1034 * linear-algebra/commutation_matrix.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1035 * linear-algebra/cross.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1036 * linear-algebra/duplication_matrix.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1037 * miscellaneous/bincoeff.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1038 * miscellaneous/xor.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1039 * specfun/bessel.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1040 * specfun/beta.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1041 * specfun/betai.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1042 * specfun/erfinv.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1043 * specfun/gammai.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1044 * specfun/log2.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1045 * specfun/pow2.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1046
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1047 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov>
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1048
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1049 * general/is_scalar.m: Texinfoize help text.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1050 * general/is_square.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1051 * general/is_symmetric.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
1052
3320
b0b71d14dab9 [project @ 1999-10-22 09:46:23 by jwe]
jwe
parents: 3319
diff changeset
1053 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
1054
b0b71d14dab9 [project @ 1999-10-22 09:46:23 by jwe]
jwe
parents: 3319
diff changeset
1055 * 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
1056 an empty string.
b0b71d14dab9 [project @ 1999-10-22 09:46:23 by jwe]
jwe
parents: 3319
diff changeset
1057
3319
a4f11eae45c4 [project @ 1999-10-22 02:03:08 by jwe]
jwe
parents: 3306
diff changeset
1058 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
1059
a4f11eae45c4 [project @ 1999-10-22 02:03:08 by jwe]
jwe
parents: 3306
diff changeset
1060 * Makefile.in (ALL_M_FILES): New macro.
a4f11eae45c4 [project @ 1999-10-22 02:03:08 by jwe]
jwe
parents: 3306
diff changeset
1061 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES).
a4f11eae45c4 [project @ 1999-10-22 02:03:08 by jwe]
jwe
parents: 3306
diff changeset
1062
3306
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
1063 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
1064
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
1065 * 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
1066
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
1067 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
1068
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
1069 * 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
1070
3305
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
1071 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
1072
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
1073 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
1074 gethelp.cc to the list.
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
1075
3296
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3291
diff changeset
1076 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
1077
3301
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
1078 * time/asctime.m: Texinfoize help text.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
1079 * time/clock.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
1080 * time/date.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
1081 * miscellaneous/cputime.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
1082 * miscellaneous/etime.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
1083 * miscellaneous/is_leap_year.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
1084 * miscellaneous/popen2.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
1085 * miscellaneous/version.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
1086 * miscellaneous/tic.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
1087 * miscellaneous/toc.m: Just refer to tic.m.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
1088
3297
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
1089 * 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
1090 `cd dir; $(MAKE); cd ..'.
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
1091 ($(SUBDIRS)): Likewise.
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
1092
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
1093 * statistics/Makefile.in ($(SUBDIRS)): Likewise.
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
1094
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
1095 * 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
1096 of `cd dir; $(MAKE)'.
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
1097
3296
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3291
diff changeset
1098 * gethelp.cc, mkdoc: New files.
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3291
diff changeset
1099 * 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
1100 sources.
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3291
diff changeset
1101
3291
029fac81ac65 [project @ 1999-10-14 18:03:19 by jwe]
jwe
parents: 3282
diff changeset
1102 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
1103
029fac81ac65 [project @ 1999-10-14 18:03:19 by jwe]
jwe
parents: 3282
diff changeset
1104 * linear-algebra/kron.m: Fix typo in previous change
029fac81ac65 [project @ 1999-10-14 18:03:19 by jwe]
jwe
parents: 3282
diff changeset
1105
3282
518ea57df2c4 [project @ 1999-10-13 19:00:38 by jwe]
jwe
parents: 3273
diff changeset
1106 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
1107
518ea57df2c4 [project @ 1999-10-13 19:00:38 by jwe]
jwe
parents: 3273
diff changeset
1108 * 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
1109
3273
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1110 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu>
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1111
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1112 * 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
1113 rank when V has more columns than rows.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1114
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1115 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
1116
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1117 * general/linspace.m, linear-algebra/pinv.m: Delete.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1118
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1119 * statistics/tests/manova.m: Avoid problems if
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1120 whitespace_in_literal_matrix is set to "traditional".
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1121 * statistics/tests/t_test_regression.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1122 * statistics/tests/u_test.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1123 * statistics/tests/chisquare_test_homogeneity.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1124 * statistics/tests/anova.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1125 * statistics/tests/kruskal_wallis_test.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1126 * statistics/base/statistics.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1127 * image/saveimage.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1128 * signal/arch_fit.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1129 * signal/autoreg_matrix.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1130 * signal/triangle_lw.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1131 * strings/dec2hex.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
1132
3268
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
1133 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
1134
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
1135 * image/saveimage.m: Initialize scale.
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
1136
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
1137 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
1138
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
1139 * general/reshape.m: Allow reshape (a, size (b)).
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
1140
3266
3add30d33bd0 [project @ 1999-09-03 17:15:40 by jwe]
jwe
parents: 3265
diff changeset
1141 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
1142
3add30d33bd0 [project @ 1999-09-03 17:15:40 by jwe]
jwe
parents: 3265
diff changeset
1143 * specfun/erfinv.m: Improve stopping criterion.
3add30d33bd0 [project @ 1999-09-03 17:15:40 by jwe]
jwe
parents: 3265
diff changeset
1144 Add iteration count as second return value.
3add30d33bd0 [project @ 1999-09-03 17:15:40 by jwe]
jwe
parents: 3265
diff changeset
1145
3265
a2b3a1413d28 [project @ 1999-09-03 02:53:03 by jwe]
jwe
parents: 3263
diff changeset
1146 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
1147
a2b3a1413d28 [project @ 1999-09-03 02:53:03 by jwe]
jwe
parents: 3263
diff changeset
1148 * 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
1149
3263
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
1150 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
1151
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
1152 * miscellaneous/pack.m: New function.
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
1153
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
1154 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
1155
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
1156 * 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
1157 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
1158 Accept figure (property, value) syntax, but do nothing.
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
1159
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
1160 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu>
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
1161
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
1162 * 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
1163
3260
cd454a6fa1a4 [project @ 1999-08-02 21:55:15 by jwe]
jwe
parents: 3250
diff changeset
1164 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
1165
cd454a6fa1a4 [project @ 1999-08-02 21:55:15 by jwe]
jwe
parents: 3250
diff changeset
1166 * 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
1167 evenly spaced.
cd454a6fa1a4 [project @ 1999-08-02 21:55:15 by jwe]
jwe
parents: 3250
diff changeset
1168
3250
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
1169 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
1170
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
1171 * 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
1172 contain only zeros.
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
1173
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
1174 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au>
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
1175
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
1176 * 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
1177 instead of appending them.
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
1178
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
1179 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
1180
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
1181 * 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
1182 control/stepimp.m, control/sysmin.m, control/syssetsignals.m:
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
1183 Update from A. S. Hodel.
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
1184
3246
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3243
diff changeset
1185 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
1186
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3243
diff changeset
1187 * polynomial/polyfit.m: Correct previous change.
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3243
diff changeset
1188
3243
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3240
diff changeset
1189 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
1190
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3240
diff changeset
1191 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete.
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3240
diff changeset
1192
3240
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
1193 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu>
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
1194
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
1195 * control/is_controllable.m, control/zgscal.m: Accomodate new
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
1196 version of krylov and krylovb.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
1197
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
1198 * control/outlist.m, control/sysout.m: Fix typos.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
1199
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
1200 * 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
1201
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
1202 * linear-algebra/krylov.m: Improve robustness by row-pivoting.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
1203 * linear-algebra/krylovb.m: Just call krylov with appropriate
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
1204 arguments.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
1205
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
1206 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
1207
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
1208 * 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
1209 arg is a string array.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
1210
3238
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1211 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
1212
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1213 * 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
1214 infinity-norms of complex matrices. From Sven Khatri
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1215 <khatri@saturn.vocalpoint.com>.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1216
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1217 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1218
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1219 * linear-algebra/qrhouse.m: Handle default args correctly.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1220
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1221 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
1222
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1223 * 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
1224 \ in them.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1225
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1226 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1227
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1228 * 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
1229 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
1230
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1231 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1232
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1233 * polynomial/polyfit.m: Use .' transpose operator, not '.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1234 * linear-algebra/dot.m: Likewise.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1235 * linear-algebra/cross.m: Likewise.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1236 * general/rot90.m: Likewise.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1237
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1238 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1239
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1240 * 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
1241 that the leading column is not all zeros.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1242
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1243 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
1244
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1245 * general/shift.m: Fix potential problems with
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1246 whitespace_in_literal_matrix.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1247 * signal/arch_rnd.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1248 * signal/autocov.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1249 * signal/diffpara.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1250 * signal/hurst.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1251 * signal/periodogram.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1252 * signal/spectral_adf.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1253 * signal/spectral_xdf.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1254 * signal/spencer.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1255 * signal/synthesis.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1256 * statistics/distributions/wiener_rnd.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1257 * statistics/models/logistic_regression_likelihood.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1258 * statistics/models/logistic_regression.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1259 * statistics/models/logistic_regression_derivatives.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1260 * statistics/tests/run_test.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1261 * statistics/tests/chisquare_test_independence.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1262
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1263 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1264
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1265 * plot/__plr2__.m: Fix typo.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
1266
3233
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
1267 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
1268
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
1269 * plot/__pltopt1__.m: Accept "k" to mean black.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
1270
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
1271 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov>
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
1272
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
1273 * 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
1274 function.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
1275
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
1276 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov>
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
1277
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
1278 * control/ss2sys.m: Fix typo.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
1279
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
1280 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
1281
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
1282 * 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
1283
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
1284 * 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
1285 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
1286
3225
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
1287 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
1288
3233
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
1289 * 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
1290 <a.s.hodel@eng.auburn.edu>.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
1291 * Makefile.in (SUBDIRS): Add it to the list.
3226
997eba21ca23 [project @ 1998-12-05 02:04:17 by jwe]
jwe
parents: 3225
diff changeset
1292 * quaternion/Makefile.in: New file.
997eba21ca23 [project @ 1998-12-05 02:04:17 by jwe]
jwe
parents: 3225
diff changeset
1293 * configure.in (AC_OUTPUT): Add quaternion/Makefile.
3225
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
1294
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
1295 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
1296
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
1297 * 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
1298
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
1299 * image/imagesc.m: Use rows (colormap), not length (colormap),
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
1300 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
1301 nearest position in colormap instead of truncating. Correct usage
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
1302 message.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
1303
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
1304 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov>
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
1305
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
1306 * 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
1307 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
1308 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
1309 Householder matrix structure of H.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
1310
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
1311 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
1312
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
1313 * 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
1314 already a logical object.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
1315
3215
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1316 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
1317
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1318 * New files from OCST, in control subdiretory:
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1319
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1320 DEMOcontrol.m is_siso.m syschnames.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1321 abcddim.m is_stabilizable.m syschnamesl.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1322 abcddims.m is_stable.m syschtsam.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1323 analdemo.m jet707.m sysconnect.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1324 are.m lqe.m syscont.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1325 axis2dlim.m lqg.m syscont_disc.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1326 bddemo.m lqr.m sysdefioname.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1327 bode.m lsim.m sysdefstname.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1328 bode_bounds.m ltifr.m sysdimensions.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1329 bodquist.m lyap.m sysdisc.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1330 buildssic.m mb.m sysdup.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1331 c2d.m minfo.m sysgetsignals.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1332 com2str.m,v moddemo.m sysgettsam.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1333 controldemo.m nichols.m sysgettype.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1334 ctrb.m nyquist.m sysgroup.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1335 d2c.m obsv.m sysgroupn.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1336 damp.m ord2.m sysmult.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1337 dare.m outlist.m sysout.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1338 dcgain.m packedform.m sysprune.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1339 demomarsyas.m packsys.m sysreorder.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1340 dezero.m; parallel.m sysrepdemo.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1341 dgkfdemo.m place.m sysscale.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1342 dgram.m polyout.m syssub.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1343 dhinfdemo.m prompt.m sysupdate.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1344 dlqe.m pzmap.m tf2ss.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1345 dlqg.m qzval.m tf2sys.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1346 dlqr.m rldemo.m tf2sysl.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1347 dlyap.m rlocus.m tf2zp.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1348 dmr2d.m rotg.m tfout.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1349 fir2sys.m run_cmd.m; tzero.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1350 frdemo.m series.m tzero2.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1351 freqchkw.m sortcom.m ugain.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1352 freqresp.m ss2sys.m unpacksys.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1353 gram.m ss2tf.m wgt1o.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1354 h2norm.m ss2zp.m zgfmul.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1355 h2syn.m starp.m zgfslv.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1356 hinf_ctr.m step.m zginit.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1357 hinfdemo.m stepimp.m zgpbal.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1358 hinfnorm.m strappend.m; zgreduce.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1359 hinfsyn.m susball.m zgrownorm.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1360 hinfsyn_chk.m swap.m zgscal.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1361 impulse.m swapcols.m zgsgiv.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1362 is_abcd.m swaprows.m zgshsr.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1363 is_controllable.m sys2fir.m zp2ss.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1364 is_detectable.m sys2ss.m zp2ssg2.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1365 is_dgkf.m sys2tf.m zp2sys.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1366 is_digital.m sys2zp.m zp2tf.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1367 is_observable.m sysadd.m zpout.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1368 is_sample.m sysappend.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1369
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1370 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
1371
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1372 * 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
1373
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
1374 * 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
1375
3211
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
1376 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
1377
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
1378 * linear-algebra/housh.m: New file from the OCST.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
1379 * linear-algebra/krygetq.m: Ditto.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
1380 * linear-algebra/krylov.m: Ditto.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
1381 * linear-algebra/krylovb.m: Ditto.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
1382 * linear-algebra/qrhouse.m: Ditto.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
1383 * general/is_duplicate_entry.m: Ditto.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
1384
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
1385 * 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
1386 check in line.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
1387
3196
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3191
diff changeset
1388 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
1389
3202
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
1390 * general/is_square.m:
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
1391
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
1392 * general/isempty.m, general/is_matrix.m: Delete.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
1393
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
1394 * general/is_symmetric: Delete special case for strings. Whether
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
1395 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
1396
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
1397 * 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
1398 just return 0.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
1399 * general/is_symmetric: Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
1400 * general/is_vector.m: Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
1401 * general/is_scalar.m: Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
1402
3196
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3191
diff changeset
1403 * general/length.m: Delete.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3191
diff changeset
1404
3191
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1405 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
1406
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1407 * configure.in: Add finance/Makefile, statistics/base/Makefile,
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1408 statistics/distributions/Makefile, statistics/models/Makefile,
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1409 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
1410
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1411 * finance/Makefile.in, statistics/base/Makefile.in,
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1412 statistics/distributions/Makefile.in, statistics/models/Makefile.in,
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1413 statistics/tests/Makefile.in: New files.
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1414 * statistics/Makefile.in: Delete file lists. Now only handle
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1415 subdirectories.
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1416 * Makefile.in (SUBDIRS): Add finance.
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1417
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1418 * Move the following files from statistics to statistics/base:
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1419
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1420 corrcoef.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1421 kurtosis.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1422 mahalanobis.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1423 median.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1424 ols.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1425 skewness.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1426 std.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1427
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1428 New files, from Kurt Hornik's octave-ci package:
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1429
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1430 * finance (new directory):
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1431
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1432 fv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1433 fvl.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1434 irr.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1435 nper.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1436 npv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1437 pmt.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1438 pv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1439 pvl.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1440 rate.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1441 vol.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1442
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1443 * linear-algebra/dmult.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1444
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1445 * signal:
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1446
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1447 arch_fit.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1448 arch_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1449 arch_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1450 arma_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1451 autocor.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1452 autocov.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1453 autoreg_matrix.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1454 bartlett.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1455 blackman.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1456 diffpara.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1457 durbinlevinson.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1458 fractdiff.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1459 hamming.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1460 hanning.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1461 hurst.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1462 periodogram.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1463 rectangle_lw.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1464 rectangle_sw.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1465 sinetone.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1466 sinewave.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1467 spectral_adf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1468 spectral_xdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1469 spencer.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1470 stft.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1471 synthesis.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1472 triangle_lw.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1473 triangle_sw.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1474 yulewalker.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1475
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1476 * statistics/base (new directory):
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1477
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1478 center.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1479 cloglog.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1480 cor.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1481 cov.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1482 cut.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1483 iqr.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1484 kendall.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1485 logit.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1486 mean.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1487 meansq.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1488 moment.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1489 ppplot.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1490 probit.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1491 qqplot.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1492 range.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1493 ranks.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1494 run_count.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1495 spearman.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1496 statistics.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1497 studentize.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1498 table.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1499 values.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1500 var.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1501
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1502 (Replaces cov.m and mean.m with new versions.)
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1503
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1504 * statistics/distributions (new directory):
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1505
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1506 beta_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1507 beta_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1508 beta_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1509 beta_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1510 binomial_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1511 binomial_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1512 binomial_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1513 binomial_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1514 cauchy_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1515 cauchy_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1516 cauchy_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1517 cauchy_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1518 chisquare_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1519 chisquare_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1520 chisquare_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1521 chisquare_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1522 discrete_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1523 discrete_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1524 discrete_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1525 discrete_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1526 empirical_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1527 empirical_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1528 empirical_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1529 empirical_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1530 exponential_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1531 exponential_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1532 exponential_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1533 exponential_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1534 f_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1535 f_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1536 f_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1537 f_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1538 gamma_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1539 gamma_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1540 gamma_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1541 gamma_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1542 geometric_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1543 geometric_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1544 geometric_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1545 geometric_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1546 hypergeometric_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1547 hypergeometric_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1548 hypergeometric_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1549 hypergeometric_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1550 kolmogorov_smirnov_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1551 laplace_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1552 laplace_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1553 laplace_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1554 laplace_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1555 logistic_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1556 logistic_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1557 logistic_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1558 logistic_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1559 lognormal_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1560 lognormal_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1561 lognormal_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1562 lognormal_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1563 normal_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1564 normal_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1565 normal_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1566 normal_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1567 pascal_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1568 pascal_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1569 pascal_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1570 pascal_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1571 poisson_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1572 poisson_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1573 poisson_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1574 poisson_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1575 stdnormal_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1576 stdnormal_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1577 stdnormal_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1578 stdnormal_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1579 t_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1580 t_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1581 t_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1582 t_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1583 uniform_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1584 uniform_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1585 uniform_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1586 uniform_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1587 weibull_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1588 weibull_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1589 weibull_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1590 weibull_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1591 wiener_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1592
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1593 * statistics/models (new directory):
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1594
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1595 logistic_regression.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1596 logistic_regression_derivatives.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1597 logistic_regression_likelihood.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1598
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1599 * statistics/tests (new directory):
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1600
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1601 anova.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1602 bartlett_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1603 chisquare_test_homogeneity.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1604 chisquare_test_independence.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1605 cor_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1606 f_test_regression.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1607 hotelling_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1608 hotelling_test_2.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1609 kolmogorov_smirnov_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1610 kolmogorov_smirnov_test_2.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1611 kruskal_wallis_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1612 manova.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1613 mcnemar_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1614 prop_test_2.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1615 run_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1616 sign_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1617 t_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1618 t_test_2.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1619 t_test_regression.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1620 u_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1621 var_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1622 welch_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1623 wilcoxon_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1624 z_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1625 z_test_2.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1626
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1627 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
1628
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1629 * 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
1630 compatibility and to avoid Y2K problems.
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
1631
3190
70eb3f4136cd [project @ 1998-10-19 22:37:56 by jwe]
jwe
parents: 3180
diff changeset
1632 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
1633
70eb3f4136cd [project @ 1998-10-19 22:37:56 by jwe]
jwe
parents: 3180
diff changeset
1634 * 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
1635 least-squares solution.
70eb3f4136cd [project @ 1998-10-19 22:37:56 by jwe]
jwe
parents: 3180
diff changeset
1636
3180
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1637 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
1638
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1639 * 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
1640
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1641 * 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
1642 Prevent warnings for empty string args.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1643 From Georg Thimm <thimm@idiap.ch>.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1644
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1645 * strings/strcat.m: Prevent warnings for empty string args.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1646
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1647 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
1648
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1649 * miscellaneous/menu.m: Remove special case for empty string
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
1650 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
1651
3178
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3175
diff changeset
1652 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
1653
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3175
diff changeset
1654 * plot/__plt__.m: Don't call usleep.
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3175
diff changeset
1655
3175
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
1656 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
1657
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
1658 * linear-algebra/dot.m: New function.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
1659
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
1660 * 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
1661 compatibility.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
1662
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
1663 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
1664
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
1665 * plot/hist.m: Also allow just one output argument.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
1666
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
1667 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
1668
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
1669 * 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
1670
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
1671 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
1672
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
1673 * plot/__plt2mv__.m: Delete calls to keyboard.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
1674
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
1675 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
1676
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
1677 * plot/oneplot.m: Fix typo.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
1678
3174
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
1679 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
1680
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
1681 * miscellaneous/flops.m: Allow a single argument too.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
1682
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
1683 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
1684
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
1685 * 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
1686 strings correctly.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
1687
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
1688 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
1689
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
1690 * strings/isletter.m: New function, for Matlab compatibility.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
1691
3168
1c267910655d [project @ 1998-04-19 01:22:38 by jwe]
jwe
parents: 3167
diff changeset
1692 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
1693
1c267910655d [project @ 1998-04-19 01:22:38 by jwe]
jwe
parents: 3167
diff changeset
1694 * strings/str2mat.m: Handle string matrices too.
1c267910655d [project @ 1998-04-19 01:22:38 by jwe]
jwe
parents: 3167
diff changeset
1695
3167
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
1696 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
1697
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
1698 * 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
1699 linear encoding.
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
1700
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
1701 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m,
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
1702 audio/record.m: Open files in binary mode.
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
1703
3164
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
1704 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
1705
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
1706 * 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
1707 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
1708 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
1709 * miscellaneous/dump_1_pref.m: Delete unused function.
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
1710
3162
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1711 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
1712
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1713 * plot/__pltopt1.m__: New file.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1714 * 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
1715 __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
1716 corresponding to the rows of opt.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1717 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m,
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1718 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
1719 array.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1720
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1721 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
1722
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1723 * plot/mplot.m: Fix misspellings of global variables.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1724 Don't call clearplot.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1725
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1726 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
1727
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1728 * 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
1729 "cle;rep" when going in ot multiplot mode.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1730 * 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
1731 switching out of multiplot mode.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
1732
3156
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3148
diff changeset
1733 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
1734
3156
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3148
diff changeset
1735 * 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
1736 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
1737
3141
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
1738 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
1739
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
1740 * special-matrix/sylvester_matrix.m: Rename from hadamard.m
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
1741
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
1742 * 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
1743 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
1744
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
1745 * Makefile.in (install): Create separate ls-R files for
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
1746 $(datadir) and $(libexecdir).
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
1747 (uninstall): Remove both ls-R files.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
1748
3136
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
1749 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
1750
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
1751 * signal/fftshift.m: New file.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
1752
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
1753 * plot/contour.m: Fix for non-square case.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
1754
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
1755 * general/randperm.m: New file.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
1756
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
1757 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
1758
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
1759 * specfun/betai.m: Restore file for compatibility with previous
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
1760 versions. Call betainc with reordered args.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
1761 * specfun/gammai.m: Likewise, call gammainc with reordered args.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
1762
3131
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
1763 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
1764
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
1765 * plot/contour.m: Handle discrete contour levels.
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
1766
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
1767 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
1768
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
1769 * control/lyap.m: For compatibility with Matlab, solve
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
1770 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
1771
3124
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
1772 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
1773
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
1774 * specfun/bessel.m: New file.
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
1775
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
1776 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m,
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
1777 specfun/gammainc.m: Delete.
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
1778
3106
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
1779 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
1780
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
1781 * image/colormap.m: Initialize __current_color_map__ in global
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
1782 statement.
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
1783 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
1784 statement.
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
1785 * plot/axis.m: Initialize __current_axis__ in global statement.
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
1786 * 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
1787 plot/subwindow.m: Initialize __multiplot_mode__ in global statement.
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
1788
3103
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
1789 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
1790
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
1791 * 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
1792 * time/toc.m: Likewise.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
1793
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
1794 * 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
1795
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
1796 * 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
1797 anything special for automatic_replot when in multiplot mode --
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
1798 recent 3.6beta releases handle this correctly.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
1799
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
1800 * 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
1801 setting the terminal type.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
1802
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
1803 * 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
1804 plot/subwindow.m: Use leading and trailing underscores for
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
1805 `private' globals.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
1806
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
1807 * 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
1808
3101
f9806795b6d5 [project @ 1997-11-14 16:54:46 by jwe]
jwe
parents: 3092
diff changeset
1809 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
1810
f9806795b6d5 [project @ 1997-11-14 16:54:46 by jwe]
jwe
parents: 3092
diff changeset
1811 * 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
1812
3091
b06dcbb6b3b1 [project @ 1997-10-10 16:26:47 by jwe]
jwe
parents: 3085
diff changeset
1813 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
1814
3092
4bb976b250bf [project @ 1997-10-17 07:48:48 by jwe]
jwe
parents: 3091
diff changeset
1815 * specfun/gammai.m: Avoid problems with whitespace when
4bb976b250bf [project @ 1997-10-17 07:48:48 by jwe]
jwe
parents: 3091
diff changeset
1816 constructing matrices.
4bb976b250bf [project @ 1997-10-17 07:48:48 by jwe]
jwe
parents: 3091
diff changeset
1817
3091
b06dcbb6b3b1 [project @ 1997-10-10 16:26:47 by jwe]
jwe
parents: 3085
diff changeset
1818 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee
b06dcbb6b3b1 [project @ 1997-10-10 16:26:47 by jwe]
jwe
parents: 3085
diff changeset
1819 <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
1820 original y vector.
b06dcbb6b3b1 [project @ 1997-10-10 16:26:47 by jwe]
jwe
parents: 3085
diff changeset
1821
3085
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
1822 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
1823
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
1824 * 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
1825 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
1826 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
1827 to the value of prefer_column_vectors.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
1828
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
1829 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de>
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
1830
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
1831 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
1832 nonsymmetric matrices.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
1833
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
1834 * general/tril.m: Fix usage message.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
1835
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
1836 * polynomial/polyvalm.m: Fix error messages.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
1837 * polynomial/polyderiv.m: Likewise.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
1838 * polynomial/polyval.m: Likewise.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
1839
3081
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3063
diff changeset
1840 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
1841
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3063
diff changeset
1842 * 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
1843 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
1844
3063
4287b8c06fbf [project @ 1997-06-26 02:36:05 by jwe]
jwe
parents: 3062
diff changeset
1845 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
1846
4287b8c06fbf [project @ 1997-06-26 02:36:05 by jwe]
jwe
parents: 3062
diff changeset
1847 * plot/mesh.m: Set noparametric plot mode after plotting.
4287b8c06fbf [project @ 1997-06-26 02:36:05 by jwe]
jwe
parents: 3062
diff changeset
1848
3062
7310b801f8c2 [project @ 1997-06-26 02:11:29 by jwe]
jwe
parents: 3061
diff changeset
1849 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov>
7310b801f8c2 [project @ 1997-06-26 02:11:29 by jwe]
jwe
parents: 3061
diff changeset
1850
7310b801f8c2 [project @ 1997-06-26 02:11:29 by jwe]
jwe
parents: 3061
diff changeset
1851 * plot/__pltopt__.m: Handle key/legend names.
7310b801f8c2 [project @ 1997-06-26 02:11:29 by jwe]
jwe
parents: 3061
diff changeset
1852 Correctly set colors, line styles, and point styles.
7310b801f8c2 [project @ 1997-06-26 02:11:29 by jwe]
jwe
parents: 3061
diff changeset
1853
3061
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
1854 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
1855
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
1856 * 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
1857 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
1858
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
1859 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
1860
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
1861 * 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
1862
3024
95e8b5c4824a [project @ 1997-06-04 05:06:26 by jwe]
jwe
parents: 2993
diff changeset
1863 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
1864
95e8b5c4824a [project @ 1997-06-04 05:06:26 by jwe]
jwe
parents: 2993
diff changeset
1865 * miscellaneous/path.m: New file.
95e8b5c4824a [project @ 1997-06-04 05:06:26 by jwe]
jwe
parents: 2993
diff changeset
1866
2993
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2968
diff changeset
1867 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
1868
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2968
diff changeset
1869 * 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
1870 name.
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2968
diff changeset
1871
2968
e330cb788508 [project @ 1997-05-15 17:40:29 by jwe]
jwe
parents: 2870
diff changeset
1872 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
1873
e330cb788508 [project @ 1997-05-15 17:40:29 by jwe]
jwe
parents: 2870
diff changeset
1874 * specfun/erfinv.m: Add missing semicolon.
e330cb788508 [project @ 1997-05-15 17:40:29 by jwe]
jwe
parents: 2870
diff changeset
1875
2870
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2853
diff changeset
1876 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
1877
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2853
diff changeset
1878 * miscellaneous/xor.m: Make type of return value logical.
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2853
diff changeset
1879
2853
ff4ee9ad942a [project @ 1997-03-28 22:21:25 by jwe]
jwe
parents: 2831
diff changeset
1880 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
1881
ff4ee9ad942a [project @ 1997-03-28 22:21:25 by jwe]
jwe
parents: 2831
diff changeset
1882 * 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
1883 warn_comma_in_global_decl.
ff4ee9ad942a [project @ 1997-03-28 22:21:25 by jwe]
jwe
parents: 2831
diff changeset
1884
2831
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2824
diff changeset
1885 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
1886
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2824
diff changeset
1887 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2824
diff changeset
1888 octave-bug script.
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2824
diff changeset
1889
2823
7ffbb34efd2d [project @ 1997-03-24 22:50:14 by jwe]
jwe
parents: 2816
diff changeset
1890 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
1891
2824
e56a90687a1e [project @ 1997-03-24 22:54:51 by jwe]
jwe
parents: 2823
diff changeset
1892 * 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
1893 prefer_zero_one_indexing.
e56a90687a1e [project @ 1997-03-24 22:54:51 by jwe]
jwe
parents: 2823
diff changeset
1894
2823
7ffbb34efd2d [project @ 1997-03-24 22:50:14 by jwe]
jwe
parents: 2816
diff changeset
1895 * general/logical.m: New file.
7ffbb34efd2d [project @ 1997-03-24 22:50:14 by jwe]
jwe
parents: 2816
diff changeset
1896
2816
ad4bf2a82b4f [project @ 1997-03-15 21:08:25 by jwe]
jwe
parents: 2813
diff changeset
1897 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
1898
ad4bf2a82b4f [project @ 1997-03-15 21:08:25 by jwe]
jwe
parents: 2813
diff changeset
1899 * 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
1900 and is_vector().
ad4bf2a82b4f [project @ 1997-03-15 21:08:25 by jwe]
jwe
parents: 2813
diff changeset
1901
2813
d45d48b3dcde [project @ 1997-03-13 22:39:15 by jwe]
jwe
parents: 2811
diff changeset
1902 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
d45d48b3dcde [project @ 1997-03-13 22:39:15 by jwe]
jwe
parents: 2811
diff changeset
1903
d45d48b3dcde [project @ 1997-03-13 22:39:15 by jwe]
jwe
parents: 2811
diff changeset
1904 * specfun/erfinv.m: Scale update by sqrt (pi) / 2.
d45d48b3dcde [project @ 1997-03-13 22:39:15 by jwe]
jwe
parents: 2811
diff changeset
1905 Use tolerance of 2 * eps.
d45d48b3dcde [project @ 1997-03-13 22:39:15 by jwe]
jwe
parents: 2811
diff changeset
1906
2811
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1907 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
1908
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1909 * Makefile.in (install-strip): New target.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1910 * audio/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1911 * control/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1912 * elfun/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1913 * general/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1914 * image/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1915 * io/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1916 * linear-algebra/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1917 * miscellaneous/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1918 * plot/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1919 * polynomial/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1920 * set/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1921 * signal/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1922 * specfun/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1923 * special-matrix/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1924 * startup/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1925 * statistics/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1926 * strings/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
1927
2809
589761f7e756 [project @ 1997-03-11 16:15:34 by jwe]
jwe
parents: 2798
diff changeset
1928 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
1929
589761f7e756 [project @ 1997-03-11 16:15:34 by jwe]
jwe
parents: 2798
diff changeset
1930 * 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
1931
2798
d477bceb9e2a [project @ 1997-03-08 05:08:12 by jwe]
jwe
parents: 2795
diff changeset
1932 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
1933
d477bceb9e2a [project @ 1997-03-08 05:08:12 by jwe]
jwe
parents: 2795
diff changeset
1934 * statistics/corrcoef.m: Make it actually work.
d477bceb9e2a [project @ 1997-03-08 05:08:12 by jwe]
jwe
parents: 2795
diff changeset
1935
2795
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2779
diff changeset
1936 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
1937
2798
d477bceb9e2a [project @ 1997-03-08 05:08:12 by jwe]
jwe
parents: 2795
diff changeset
1938 * 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
1939
2779
50b31bb6b959 [project @ 1997-03-01 21:24:58 by jwe]
jwe
parents: 2775
diff changeset
1940 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
1941
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2749
diff changeset
1942 * Version 2.0.5 released.
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2749
diff changeset
1943
2745
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
1944 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
1945
2749
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2746
diff changeset
1946 * Makefile.in (maintainer-clean): Also remove configure.
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2746
diff changeset
1947
2746
c51575839b21 [project @ 1997-02-26 08:22:45 by jwe]
jwe
parents: 2745
diff changeset
1948 * 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
1949
2745
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
1950 * general/is_matrix.m: Return zero for empty matrices.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
1951
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
1952 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
1953
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
1954 * linear-algebra/vech.m: Size result just once.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
1955
2726
ea5b2a3dbb26 [project @ 1997-02-23 06:15:22 by jwe]
jwe
parents: 2716
diff changeset
1956 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
1957
ea5b2a3dbb26 [project @ 1997-02-23 06:15:22 by jwe]
jwe
parents: 2716
diff changeset
1958 * general/is_square.m: Handle empty matrices correctly.
ea5b2a3dbb26 [project @ 1997-02-23 06:15:22 by jwe]
jwe
parents: 2716
diff changeset
1959 * general/is_symmetric.m: Handle empty matrices and strings.
ea5b2a3dbb26 [project @ 1997-02-23 06:15:22 by jwe]
jwe
parents: 2716
diff changeset
1960
2716
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
1961 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
1962
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
1963 * 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
1964 * polynomial/deconv.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
1965 * polynomial/polyderiv.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
1966 * polynomial/polyinteg.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
1967 * polynomial/polyreduce.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
1968 * polynomial/polyval.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
1969 * polynomial/polyvalm.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
1970 * general/postpad.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
1971 * general/prepad.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
1972
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
1973 * polynomial/compan.m: Check input with is_vector(), not
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
1974 is_matrix(). Handle scalar case.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
1975
2711
b50865d6de09 [project @ 1997-02-21 19:43:36 by jwe]
jwe
parents: 2709
diff changeset
1976 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
1977
2715
df8c732b4fb2 [project @ 1997-02-22 02:39:47 by jwe]
jwe
parents: 2711
diff changeset
1978 * 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
1979 meshgrid and mesh.
df8c732b4fb2 [project @ 1997-02-22 02:39:47 by jwe]
jwe
parents: 2711
diff changeset
1980
2711
b50865d6de09 [project @ 1997-02-21 19:43:36 by jwe]
jwe
parents: 2709
diff changeset
1981 * plot/meshdom.m, plot/meshgrid.m: Change help message.
b50865d6de09 [project @ 1997-02-21 19:43:36 by jwe]
jwe
parents: 2709
diff changeset
1982 * plot/sombrero.m: Use meshgrid, not meshdom.
b50865d6de09 [project @ 1997-02-21 19:43:36 by jwe]
jwe
parents: 2709
diff changeset
1983
2709
0f72b0462b51 [project @ 1997-02-20 17:55:40 by jwe]
jwe
parents: 2706
diff changeset
1984 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
1985
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
1986 * Version 2.0.4 released.
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
1987
2706
5dd7d7e947b2 [project @ 1997-02-20 05:02:43 by jwe]
jwe
parents: 2702
diff changeset
1988 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
1989
2702
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
1990 * miscellaneous/paren.m: New file.
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
1991
2693
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2690
diff changeset
1992 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
1993
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2676
diff changeset
1994 * Version 2.0.3 released.
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2676
diff changeset
1995
2676
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2667
diff changeset
1996 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
1997
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2667
diff changeset
1998 * 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
1999 range.
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2667
diff changeset
2000
2667
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
2001 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
2002
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
2003 * 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
2004 also be considered to be matrices.
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
2005
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
2006 * 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
2007
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
2008 * general/isempty.m: Use size(), not rows() and columns().
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
2009
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
2010 * plot/contour.m: Convert set to gset.
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
2011 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
2012
2663
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2650
diff changeset
2013 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
2014
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2650
diff changeset
2015 * specfun/erfinv.m: Fix typo in last change.
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2650
diff changeset
2016
2650
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
2017 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
2018
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
2019 * 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
2020 data named X or img.
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
2021
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
2022 * 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
2023 what saveimage does now.
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
2024
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
2025 * 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
2026 does now.
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
2027
2632
b8a3dd7e2e1a [project @ 1997-01-27 19:49:33 by jwe]
jwe
parents: 2624
diff changeset
2028 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
2029
2634
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2632
diff changeset
2030 * Version 2.0.2 released.
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2632
diff changeset
2031
2632
b8a3dd7e2e1a [project @ 1997-01-27 19:49:33 by jwe]
jwe
parents: 2624
diff changeset
2032 * 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
2033 weird missing-lines bug without creating extra plots unecessarily.
b8a3dd7e2e1a [project @ 1997-01-27 19:49:33 by jwe]
jwe
parents: 2624
diff changeset
2034
2624
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
2035 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
2036
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
2037 * Makefile.in, audio/Makefile.in, control/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
2038 elfun/Makefile.in, general/Makefile.in, image/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
2039 io/Makefile.in, linear-algebra/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
2040 miscellaneous/Makefile.in, plot/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
2041 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
2042 specfun/Makefile.in, special-matrix/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
2043 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
2044 time/Makefile.in (bin-dist): New target.
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
2045
2621
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
2046 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
2047
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
2048 * specfun/erfinv.m: Avoid A([]) = X, X != [] error.
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
2049
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
2050 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
2051
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
2052 * miscellaneous/xor.m: Make it work.
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
2053
2613
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2602
diff changeset
2054 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
2055
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2602
diff changeset
2056 * plot/sombrero.m: Doc fix.
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2602
diff changeset
2057
2602
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
2058 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
2059
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
2060 * Version 2.0.1 released.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
2061
2601
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
2062 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
2063
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
2064 * elfun/lcm.m: Replace missing if statement.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
2065
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
2066 * elfun/gcd.m: Report error if no input args.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
2067 * elfun/lcm.m: Likewise.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
2068
2597
106ae3df29f5 [project @ 1996-12-17 17:48:01 by jwe]
jwe
parents: 2583
diff changeset
2069 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
2070
106ae3df29f5 [project @ 1996-12-17 17:48:01 by jwe]
jwe
parents: 2583
diff changeset
2071 * 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
2072 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
2073
2583
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
2074 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
2075
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
2076 * Version 2.0 released.
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
2077
2575
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2558
diff changeset
2078 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
2079
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2558
diff changeset
2080 * Version 1.94.
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2558
diff changeset
2081
2558
c097977bca6f [project @ 1996-12-02 02:56:01 by jwe]
jwe
parents: 2554
diff changeset
2082 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
2083
c097977bca6f [project @ 1996-12-02 02:56:01 by jwe]
jwe
parents: 2554
diff changeset
2084 * strings/str2num.m: New file.
c097977bca6f [project @ 1996-12-02 02:56:01 by jwe]
jwe
parents: 2554
diff changeset
2085
2554
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2540
diff changeset
2086 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
2087
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2540
diff changeset
2088 * Version 1.93.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2540
diff changeset
2089
2540
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2090 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
2091
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2092 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m,
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2093 linear-algebra/duplication_matrix.m, linear-algebra/vec.m,
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2094 linear-algebra/vech.m: New files from Kurt Hornik.
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2095
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2096 * general/nextpow2.m, general/shift.m, general/diff.m,
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2097 general/common_size.m: New files from Kurt Hornik.
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2098
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2099 * miscellaneous/bincoeff.m, miscellaneous/xor.m:
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2100 New files from Kurt Hornik.
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2101
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2102 * signal/detrend.m: New file from Kurt Hornik.
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2103
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2104 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m,
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2105 specfun/pow2.m, specfun/log2.m:
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2106 New files and updates from Kurt Hornik.
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
2107
2523
007e977442b8 [project @ 1996-11-16 00:33:22 by jwe]
jwe
parents: 2520
diff changeset
2108 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
2109
007e977442b8 [project @ 1996-11-16 00:33:22 by jwe]
jwe
parents: 2520
diff changeset
2110 * 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
2111 issued, to force all lines to be displayed. Hmm.
007e977442b8 [project @ 1996-11-16 00:33:22 by jwe]
jwe
parents: 2520
diff changeset
2112
2512
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2486
diff changeset
2113 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
2114
2520
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
2115 * 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
2116 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
2117 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
2118 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
2119 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
2120 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
2121 Uset gset, not set.
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
2122
2512
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2486
diff changeset
2123 * Version 1.92.
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2486
diff changeset
2124
2482
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2458
diff changeset
2125 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
2126
2486
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
2127 * 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
2128 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
2129
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
2130 * image/Makefile.in: Delete references to octtopnm.
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
2131
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
2132 * general/logspace.m: Doc fix.
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
2133
2482
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2458
diff changeset
2134 * Version 1.91.
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2458
diff changeset
2135
2458
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
2136 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
2137
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
2138 * 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
2139
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
2140 * 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
2141 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
2142 deleted.
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
2143 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
2144 of a system() command to delete the tmp file.
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
2145
2452
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
2146 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
2147
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
2148 * Version 1.90.
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
2149
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
2150 * Makefile.in (DISTFILES): Add ChangeLog.
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
2151
2360
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
2152 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
2153
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
2154 * plot/subplot.m, plot/multiplot.m, plot/mplot.m:
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
2155 Don't check for string value of automatic_replot.
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
2156
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
2157 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m:
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
2158 Temporarily set do_fortran_indexing to 1, not "true".
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
2159
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
2160 * 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
2161 not "false".
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
2162
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
2163 * 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
2164 "false".
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
2165
2355
c9f70d39255f [project @ 1996-08-20 23:30:54 by jwe]
jwe
parents: 2330
diff changeset
2166 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
2167
c9f70d39255f [project @ 1996-08-20 23:30:54 by jwe]
jwe
parents: 2330
diff changeset
2168 * 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
2169
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2170 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
2171
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2172 * 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
2173 system command.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2174
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2175 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
2176
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2177 * __plr1__.m: Renamed from polar_int_1.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2178 * __plr2__.m: Renamed from polar_int_2.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2179 * __plr__.m: Renamed from polar_int.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2180 * __plt1__.m: Renamed from plot_int_1.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2181 * __plt2__.m: Renamed from plot_int_2.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2182 * __plt2mm__.m: Renamed from plot_2_m_m_.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2183 * __plt2mv__.m: Renamed from plot_2_m_v_.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2184 * __plt2ss__.m: Renamed from plot_2_s_s_.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2185 * __plt2vm__.m: Renamed from plot_2_v_m_.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2186 * __plt2vv__.m: Renamed from plot_2_v_v_.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2187 * __plt__.m: Renamed from plot_int.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2188 * __pltopt__.m: Renamed from plot_opt.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2189 Change all callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2190
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2191 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
2192
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2193 * All .m files: Add regular Author:, Created:, and Adapted-By:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2194 comments like those found in Emacs lisp files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2195
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2196 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
2197
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2198 * All .m files: Change comment style.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2199
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2200 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
2201
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2202 * 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
2203 subplot.m, subwindow.m, top_title.m:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2204 Print error message if gnuplot_has_multiplot is not true.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2205
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2206 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
2207
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2208 * plot/figure.m: New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2209
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2210 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
2211
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2212 * strings/strrep.m: New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2213
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2214 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
2215
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2216 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2217 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2218 strings/hex2dec.m, strings/index.m, strings/rindex.m,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2219 strings/split.m, strings/str2mat.m, strings/substr.m:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2220 New functions from Kurt Hornik, heavily modified by jwe.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2221
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2222 * general/reshape.m: Allow strings to be reshaped too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2223
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2224 * 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
2225 Always return a scalar.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2226
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2227 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
2228
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2229 * polynomial/polyfit.m: Make orientation of result compatible with
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2230 Matlab.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2231
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2232 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
2233
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2234 * polynomial/polyfit.m: Add missing close paren.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2235
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2236 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
2237
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2238 * 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
2239
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2240 * io/scanf.m: Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2241
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2242 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
2243
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2244 * statistics/median.m: Fix typo in usage message.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2245
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2246 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
2247
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2248 * miscellaneous/popen2.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2249
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2250 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
2251
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2252 * configure.in (AC_OUTPUT): Add io/Makefile.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2253
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2254 * io: New directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2255 * Makefile.in (SUBDIRS): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2256
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2257 * miscellaneous/flops.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2258
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2259 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
2260
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2261 * miscellaneous/cputime.m: Return three arguments instead of a
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2262 vector, for compatibility with previous versions and with Matlab
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2263 (which only returns one scalar value).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2264
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2265 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
2266
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2267 * general/triu.m: Compute lower bound on loop index correctly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2268 * general/tril.m: Likewise, for upper bound.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2269
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2270 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
2271
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2272 * image/saveimage.m: For color images, make sure indices into
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2273 temporary colormap and result matrix have proper orientation.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2274 Set grey flag correctly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2275
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2276 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
2277
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2278 * statistics/std.m: Use better formula (from Jim Van Zandt
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2279 jrv@vanzandt.mv.com).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2280
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2281 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
2282
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2283 * 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
2284 * mesh.m: Transpose Z if only one arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2285 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
2286 jrv@vanzandt.mv.com).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2287 * meshdom.m: Undo previous change.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2288
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2289 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
2290
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2291 * configure.in (AC_OUTPUT): Add audio/Makefile
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2292
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2293 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
2294
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2295 * audio: New directory of files from Kurt Hornik and Andreas
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2296 Weingessel.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2297 * audio/Makefile.in: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2298 * Makefile.in (SUBDIRS): Add audio to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2299
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2300 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
2301
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2302 * polynomial/polyfit.m: Use `economy-stle' QR factorization.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2303
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2304 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
2305
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2306 * 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
2307 columns (z), not the other way around.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2308 * 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
2309
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2310 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
2311
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2312 * plot/axis.m: Return current axis if nargin == 0.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2313
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2314 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
2315
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2316 * polynomial/roots.m: Updates from Kurt Hornik.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2317
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2318 * polynomial/polyder.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2319
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2320 * polynomial/polyderiv.m: Give return value and arg different names.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2321
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2322 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
2323
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2324 * specfun/betainc.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2325 * specfun/gammainc.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2326
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2327 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
2328
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2329 * general/strerror.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2330 * general/perror.m: Implement using strerror().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2331
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2332 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
2333
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2334 * 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
2335 plot/plot_border.m plot/subplot.m plot/subwindow.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2336 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
2337
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2338 * image/saveimage.m: Round img values first.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2339
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2340 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
2341
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2342 * 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
2343 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
2344 linear-algebra/null.m miscellaneous/etime.m plot/contour.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2345 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
2346 special-matrix/hankel.m special-matrix/toeplitz.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2347 tuwien/strfun/split.m: Add missing semicolons.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2348
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2349 * plot/polar_int.m: Use .', not ' to make vectors conform.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2350
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2351 * image/Makefile.in: Don't build or install octtoppm.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2352
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2353 * image/saveimage.m: Rewrite to avoid using octoppm and pbm
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2354 routines so that people who don't have the the pbm stuff installed
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2355 can still use this function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2356
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2357 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
2358
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2359 * image/saveimage.m: Better error checking, clean up a bit.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2360
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2361 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
2362
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2363 * 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
2364 avoid conflict with new built-in text-style function more.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2365
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2366 * linear-algebra/norm.m: Also allow 2nd arg == "inf".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2367
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2368 * startup/Makefile.in (install): Also install octaverc in
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2369 $localfcnfiledir/startup/octavrc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2370
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2371 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
2372
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2373 * mkinstalldirs: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2374 * Makefile.in (DISTFILES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2375
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2376 * Makefile.in (DISTFILES): Distribute configure.in and configure.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2377
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2378 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
2379
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2380 * special-matrix/hankel.m: Compatibility fix. Complain if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2381 r(1) != c(nr), not if r(1) != c(1).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2382
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2383 * signal/filter.m: Doc fix.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2384
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2385 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
2386
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2387 * miscellaneous/cputime.m: Use new resource structure names (no
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2388 ru_ or tv_ prefixes).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2389
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2390 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
2391
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2392 * time/ctime.m: Fix doc string and usage message.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2393
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2394 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
2395
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2396 * 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
2397
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2398 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
2399
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2400 * control/c2d.m: Make function work for any value of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2401 whitespace_in_literal_matrix.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2402 * control/dare.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2403 * control/tzero.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2404 * elfun/gcd.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2405 * elfun/lcm.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2406 * general/postpad.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2407 * general/prepad.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2408 * linear-algebra/kron.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2409 * miscellaneous/etime.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2410 * polynomial/conv.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2411 * polynomial/deconv.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2412 * polynomial/poly.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2413 * polynomial/roots.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2414 * signal/filter.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2415 * signal/freqz.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2416 * signal/fftfilt.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2417
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2418 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
2419
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2420 * miscellaneous/is_leap_year.m: Make work for vector args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2421
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2422 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
2423
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2424 * plot/polar_int_2.m: Add missing semicolons.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2425 Set theta = theta', not rho'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2426
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2427 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
2428
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2429 * polynomial/roots.m: Make it work for any value of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2430 whitespace_in_literal_matrix.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2431
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2432 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
2433
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2434 * configure.in: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2435
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2436 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
2437
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2438 * control/lyap.m: Add missing semicolon.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2439
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2440 * miscellaneous/cputime.m: New function file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2441
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2442 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
2443
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2444 * time: New directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2445 * 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
2446 New function files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2447 * time/Makefile.in: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2448 * Makefile.in (SUBDIRS): Add time.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2449
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2450 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
2451
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2452 * polynomial/polyreduce.m: Make sure initial index is not empty.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2453
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2454 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
2455
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2456 * plot/plot_int_1.m: Transpose data with .', not '.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2457
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2458 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
2459
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2460 * Makefile.in (install uninstall clean mostlyclean distclean
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2461 realclean): Use SUBDIR_FOR_COMMAND. Combine actions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2462
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2463 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
2464
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2465 * Makefile.in (install): Create ls-R database file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2466 (uninstall): Delete it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2467
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2468 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
2469
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2470 * scripts/image/saveimage.m: Fix typo.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2471
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2472 See ChangeLog.1 in the top level directory for earlier changes.