annotate scripts/ChangeLog @ 3498:e391aeef2b3c

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