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