4992
|
1 2004-09-15 John W. Eaton <jwe@octave.org> |
|
2 |
|
3 * strings/strcmp.m: Fix typo in cell/string array case. |
|
4 |
4983
|
5 2004-09-10 David Bateman <dbateman@free.fr> |
|
6 |
|
7 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
8 and p with n > 1, and fix for matrix n and p with n == 1. |
|
9 |
|
10 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
11 due to row vs. column vector operations. |
|
12 |
4964
|
13 2004-09-03 David Bateman <dbateman@free.fr> |
|
14 |
|
15 * general/repmat.m: Fix to allow logical classes. |
|
16 |
4950
|
17 2004-08-31 John W. Eaton <jwe@octave.org> |
|
18 |
|
19 * general/isa.m: New function, from Octave-forge. |
|
20 |
|
21 2004-08-31 David Bateman <dbateman@free.fr> |
|
22 |
|
23 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
24 limitation on the use of int64 and uint64 types, and the use |
|
25 of the eval. |
|
26 |
|
27 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
28 in .^ with integer types is fixed. |
|
29 |
|
30 * general/repmat.m: Adapt to allow integer types. |
4945
|
31 |
|
32 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
33 |
|
34 * plot/axis.m: Don't reset axes when querying them. |
|
35 |
4942
|
36 2004-08-27 David Bateman <dbateman@free.fr> |
|
37 |
|
38 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
39 Eliminate loop. |
|
40 |
4918
|
41 2004-07-27 David Bateman <dbateman@free.fr> |
|
42 |
|
43 * general/num2str.m: Also insert spaces in output when precision |
|
44 argument is supplied. |
|
45 |
4915
|
46 2004-07-23 David Bateman <dbateman@free.fr> |
|
47 |
|
48 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
49 |
4911
|
50 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
51 |
|
52 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
53 |
|
54 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
55 |
|
56 * miscellaneous/unix.m: Fix doc string. |
|
57 |
|
58 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
59 |
|
60 * plot/figure.m: Clarification of documentation. |
|
61 |
|
62 * image/imshow.m: Warn for complex images. |
|
63 Only estimate colourmap for images in [0, 65536]. |
|
64 |
|
65 2004-07-22 David Bateman <dbateman@free.fr> |
|
66 |
|
67 * general/num2str.m: Fix the case of an all zero input. |
|
68 |
4906
|
69 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
70 |
|
71 * general/ind2sub.m: Doc fix. |
|
72 |
4900
|
73 2004-06-08 John W. Eaton <jwe@octave.org> |
|
74 |
|
75 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
76 convert function handle to string for eval. |
|
77 |
4898
|
78 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
79 |
|
80 * plot/errorbar.m: Remove debugging output. |
|
81 |
|
82 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
83 |
|
84 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
85 |
4897
|
86 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
87 |
4898
|
88 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
89 |
|
90 * polynomial/polyout.m: Use parenthesis if necessary around |
|
91 complex polynomial coefficient. |
|
92 |
4897
|
93 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
94 the bug which causes __errplot__ to ignore the last argument. |
|
95 |
4894
|
96 2004-06-03 David Bateman <dbateman@free.fr> |
|
97 |
|
98 * general/shiftdim.m: New function based on JWE code snippet. |
|
99 |
|
100 * general/circdim.m: New function. |
|
101 |
4890
|
102 2004-05-06 David Bateman <dbateman@free.fr> |
|
103 |
|
104 * general/issquare.m: Fail if ndim(x) > 2. |
|
105 |
|
106 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
107 |
|
108 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
109 N-d array arguments. Add optional dim argument to define |
|
110 dimension along which to operate. |
|
111 |
|
112 * linear-algebra/dmult.m: Allow N-d arrays. |
|
113 |
|
114 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
115 |
4885
|
116 2004-04-29 David Bateman <dbateman@free.fr> |
|
117 |
|
118 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
119 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
120 statistics/base/statistics.m, statistics/base/skewness.m |
|
121 statistics/base/iqr.m: |
|
122 Make N-d array aware. Allow optional argument to define the |
|
123 dimension along which to operate. Update the documentation. |
|
124 |
|
125 * statistics/base/ranks.m: Change algorithm to use sort, |
|
126 and adjust for the ties after. |
|
127 |
|
128 * statistics/base/run_counts.m: Change algorithm to use |
|
129 the a combination of diff and find, rather than a for-loop. |
|
130 |
4881
|
131 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
132 |
|
133 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
134 |
4878
|
135 2004-04-23 David Bateman <dbateman@free.fr> |
|
136 |
|
137 * general/int2str.m: Treat only real part of argument, and treat |
|
138 NDArrays by stacking the slices through the matrix vertically. |
|
139 |
|
140 * general/num2str.m: Improve format of integer matrices, and the |
|
141 conversion of complex matrices added. Treat NDArrays by stacking |
|
142 the slices through the matrix vertically. |
|
143 |
|
144 * deprecated/com2str.m: Moved here from general subdirectory. |
|
145 |
4877
|
146 2004-04-22 John W. Eaton <jwe@octave.org> |
|
147 |
|
148 * quaternion/qtransvmat.m: Use continuation characters to make |
|
149 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
150 |
4869
|
151 2004-04-21 David Bateman <dbateman@free.fr> |
|
152 |
4870
|
153 * scripts/elfun/lcm.m: Make N-d aware. |
|
154 |
4869
|
155 * general/diff.m: Make the code N-d array aware. Allow an |
|
156 optional argument to define the dimension along which to perform |
|
157 the differences and allow the order of the differences to be larger |
|
158 than the dimension itself. |
|
159 |
|
160 * general/rotdim.m: New function for rotation of an N-d array in an |
|
161 arbitrary plane. |
|
162 |
|
163 * general/flipdim.m: New function to flip an N-d array about an |
|
164 arbitrary axis. |
|
165 |
|
166 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
167 use of these functions to 1- and 2-d arrays. |
|
168 |
4863
|
169 2004-04-16 John W. Eaton <jwe@octave.org> |
|
170 |
|
171 * elfun/gcd.m: Delete. |
|
172 |
4862
|
173 2004-04-15 David Bateman <dbateman@free.fr> |
|
174 |
|
175 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
176 |
|
177 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
178 array aware and and optional argument for the dimension along |
|
179 which to operate. |
|
180 |
|
181 * scripts/signal/unwrap.m: Make N-d array aware and fix optional |
|
182 argument for the dimension to be consistent with other N-d array |
|
183 functions. |
|
184 |
4860
|
185 2004-04-08 David Bateman <dbateman@free.fr> |
|
186 |
|
187 * statistics/distributions/discrete_cdf.m, |
|
188 statistics/distributions/discrete_inv.m, |
|
189 statistics/distributions/discrete_pdf.m, |
|
190 statistics/distributions/discrete_rnd.m, |
|
191 statistics/distributions/exponential_cdf.m, |
|
192 statistics/distributions/exponential_inv.m, |
|
193 statistics/distributions/exponential_pdf.m, |
|
194 statistics/distributions/exponential_rnd.m, |
|
195 statistics/distributions/f_cdf.m, |
|
196 statistics/distributions/f_inv.m, |
|
197 statistics/distributions/f_pdf.m, |
|
198 statistics/distributions/f_rnd.m, |
|
199 statistics/distributions/geometric_cdf.m, |
|
200 statistics/distributions/geometric_inv.m, |
|
201 statistics/distributions/geometric_pdf.m, |
|
202 statistics/distributions/geometric_rnd.m, |
|
203 statistics/distributions/hypergeometric_rnd.m, |
|
204 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
205 statistics/distributions/laplace_cdf.m, |
|
206 statistics/distributions/laplace_inv.m, |
|
207 statistics/distributions/laplace_pdf.m, |
|
208 statistics/distributions/laplace_rnd.m, |
|
209 statistics/distributions/logistic_inv.m, |
|
210 statistics/distributions/logistic_rnd.m, |
|
211 statistics/distributions/lognormal_cdf.m, |
|
212 statistics/distributions/lognormal_inv.m, |
|
213 statistics/distributions/lognormal_pdf.m, |
|
214 statistics/distributions/lognormal_rnd.m, |
|
215 statistics/distributions/pascal_cdf.m, |
|
216 statistics/distributions/pascal_inv.m, |
|
217 statistics/distributions/pascal_pdf.m, |
|
218 statistics/distributions/pascal_rnd.m, |
|
219 statistics/distributions/poisson_cdf.m, |
|
220 statistics/distributions/poisson_inv.m, |
|
221 statistics/distributions/poisson_pdf.m, |
|
222 statistics/distributions/poisson_rnd.m, |
|
223 statistics/distributions/t_cdf.m, |
|
224 statistics/distributions/t_inv.m, |
|
225 statistics/distributions/t_pdf.m, |
|
226 statistics/distributions/t_rnd.m, |
|
227 statistics/distributions/weibull_cdf.m, |
|
228 statistics/distributions/weibull_inv.m, |
|
229 statistics/distributions/weibull_pdf.m, |
|
230 statistics/distributions/weibull_rnd.m: |
|
231 Allow N-d arrays. |
|
232 |
|
233 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
234 that results in NaN in places where it should not have had. |
|
235 |
|
236 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
237 allow creating arbitrary matrices, compatiable with the other |
|
238 *_rnd.m functions. Maintain compatiablity with previous format. |
|
239 |
|
240 * statistics/distributions/empirical_rnd.m: New argument formats |
|
241 to allow creating arbitrary matrices, compatiable with the other |
|
242 *_rnd.m functions. Maintain compatiablity with previous |
|
243 format. Allow N-d arrays. |
|
244 |
|
245 * statistics/distributions/hypergeometric_cdf.m, |
|
246 statistics/distributions/hypergeometric_inv.m, |
|
247 statistics/distributions/hypergeometric_pdf.m, |
|
248 statistics/distributions/wiener_rnd.m: |
|
249 Error for non-scalar arguments. |
|
250 |
|
251 * statistics/distributions/pascal_rnd.m: |
|
252 Correct for n = 1 bug, where all elements were equal. |
|
253 |
4849
|
254 2004-04-06 David Bateman <dbateman@free.fr> |
|
255 |
4854
|
256 * general/common_size.m, miscellaneous/bincoeff.m, |
|
257 statistics/distributions/beta_cdf.m, |
|
258 statistics/distributions/beta_inv.m, |
|
259 statistics/distributions/beta_pdf.m, |
|
260 statistics/distributions/beta_rnd.m, |
|
261 statistics/distributions/binomial_cdf.m, |
|
262 statistics/distributions/binomial_inv.m, |
|
263 statistics/distributions/binomial_pdf.m, |
|
264 statistics/distributions/binomial_rnd.m, |
|
265 statistics/distributions/cauchy_cdf.m, |
|
266 statistics/distributions/cauchy_inv.m, |
|
267 statistics/distributions/cauchy_pdf.m, |
|
268 statistics/distributions/cauchy_rnd.m, |
|
269 statistics/distributions/chisquare_cdf.m, |
|
270 statistics/distributions/chisquare_inv.m, |
|
271 statistics/distributions/chisquare_pdf.m, |
|
272 statistics/distributions/chisquare_rnd.m, |
|
273 statistics/distributions/gamma_cdf.m, |
|
274 statistics/distributions/gamma_inv.m, |
|
275 statistics/distributions/gamma_pdf.m, |
|
276 statistics/distributions/gamma_rnd.m, |
|
277 statistics/distributions/normal_cdf.m, |
|
278 statistics/distributions/normal_inv.m, |
|
279 statistics/distributions/normal_pdf.m, |
|
280 statistics/distributions/normal_rnd.m, |
|
281 statistics/distributions/stdnormal_cdf.m, |
|
282 statistics/distributions/stdnormal_pdf.m, |
|
283 statistics/distributions/stdnormal_rnd.m, |
|
284 statistics/distributions/uniform_cdf.m, |
|
285 statistics/distributions/uniform_inv.m, |
|
286 statistics/distributions/uniform_pdf.m, |
|
287 statistics/distributions/uniform_rnd.m: |
|
288 Allow the inputs to be N-d arrays. |
|
289 |
4852
|
290 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
291 * statistics/base/median.m: Likewise. |
4849
|
292 |
4844
|
293 2004-04-02 David Bateman <dbateman@free.fr> |
|
294 |
|
295 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
296 * statistics/base/center.m, statistics/base/meansq.m, |
|
297 statistics/base/moment.m, statistics/base/range.m: |
4852
|
298 Update for N-d arrays. |
4844
|
299 * signal/fftshift.m: Fix dimensioning error. |
|
300 |
|
301 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
302 N-d arrays. |
4844
|
303 |
4852
|
304 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
305 |
|
306 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
307 |
4852
|
308 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
309 |
|
310 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
311 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
312 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
313 |
|
314 * control/system/sysidx.m: Use cellidx and not listidx. |
|
315 |
4841
|
316 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
317 |
|
318 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
319 default of "" (so it is off unless explicitly set by the user). |
|
320 |
4836
|
321 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
322 |
|
323 * image/imshow.m: Accept "truesize" argument. |
|
324 Ignore current colormap. New tests and demos. |
|
325 |
4834
|
326 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
327 |
|
328 * signal/sinewave.m: Allow N to default to M. |
|
329 |
4826
|
330 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
331 |
|
332 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
333 |
4818
|
334 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
335 |
|
336 * general/deal.m: New function. |
4819
|
337 Add tests from Paul Kienzle. |
4818
|
338 |
4811
|
339 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
340 |
|
341 * plot/hist.m: Compute histogram correctly for n>=30. |
|
342 |
4807
|
343 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
|
344 |
|
345 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
346 |
4806
|
347 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
348 |
|
349 * miscellaneous/horzcat.m: Delete. |
|
350 * miscellaneous/vertcat.m: Delete. |
|
351 |
4790
|
352 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
353 |
|
354 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
355 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
356 |
4789
|
357 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
358 |
|
359 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
360 doing multiple plots in the same gnuplot frame. |
|
361 |
4780
|
362 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
363 |
|
364 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
365 control/system/cellidx.m, control/system/ss.m, |
|
366 control/system/tf.m, control/system/zp.m: New functions. |
|
367 |
4778
|
368 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
369 |
|
370 * statistics/distributions/discrete_inv.m: |
|
371 Reduce memory requirements. |
|
372 |
4772
|
373 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
374 |
|
375 * plot/__errcomm__.m: Fix thinko in previous change. |
|
376 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
377 |
4771
|
378 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
379 |
|
380 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
381 control/base/analdemo.m, control/base/bddemo.m, |
|
382 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
383 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
384 control/base/rldemo.m, control/base/rlocus.m, |
|
385 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
386 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
387 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
388 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
389 control/obsolete/packsys.m, control/obsolete/series.m, |
|
390 control/system/__sysdefioname__.m, |
|
391 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
392 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
393 control/system/c2d.m, control/system/d2c.m, |
|
394 control/system/dmr2d.m, control/system/fir2sys.m, |
|
395 control/system/is_signal_list.m, control/system/is_siso.m, |
|
396 control/system/jet707.m, control/system/listidx.m, |
|
397 control/system/moddemo.m, control/system/ord2.m, |
|
398 control/system/packedform.m, control/system/parallel.m, |
|
399 control/system/ss2sys.m, control/system/sys2tf.m, |
|
400 control/system/sys2zp.m, control/system/sysadd.m, |
|
401 control/system/sysappend.m, control/system/sysconnect.m, |
|
402 control/system/syscont.m, control/system/sysdimensions.m, |
|
403 control/system/sysdisc.m, control/system/sysdup.m, |
|
404 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
405 control/system/sysgroup.m, control/system/sysmin.m, |
|
406 control/system/sysmult.m, control/system/sysprune.m, |
|
407 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
408 control/system/syssetsignals.m, control/system/syssub.m, |
|
409 control/system/sysupdate.m, control/system/tf2sys.m, |
|
410 control/system/ugain.m, control/system/zp2ss.m, |
|
411 control/system/zp2sys.m, control/util/__outlist__.m, |
|
412 control/util/__zgpbal__.m, control/util/strappend.m: |
|
413 Use cell arrays instead of lists. |
|
414 |
4723
|
415 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
416 |
|
417 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
418 so that bar (1, 1) will work. |
|
419 |
4710
|
420 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
421 |
4717
|
422 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
423 * plot/__errplot__.m: Likewise. |
|
424 * plot/__plt__.m: Likewise. |
|
425 * plot/plot_border.m: Likewise. |
|
426 |
4710
|
427 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
428 not $(DOCSTRINGS). |
|
429 |
4706
|
430 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
431 |
|
432 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
433 rank ([], tol). |
|
434 |
4691
|
435 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
436 |
4692
|
437 * elfun/acot.m: Return atan (1./z). |
|
438 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
439 |
4691
|
440 * miscellaneous/dir.m: New file. |
|
441 |
|
442 * general/num2str.m: Use "%d" as format if values are ints with |
|
443 magnitude less than 1e10. |
|
444 |
|
445 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
446 |
|
447 * general/num2str.m: If single arg is string, return it. |
|
448 |
|
449 * miscellaneous/not.m: New file. |
|
450 |
|
451 * miscellaneous/unix.m: New file. |
|
452 |
|
453 * miscellaneous/isunix.m: New file. |
|
454 * miscellaneous/ispc.m: New file. |
|
455 |
|
456 * miscellaneous/computer.m: New file. |
|
457 |
|
458 * miscellaneous/delete.m: New file. |
|
459 |
4689
|
460 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
461 |
|
462 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
463 |
|
464 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
465 |
|
466 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
467 Always return substituted version of LOADPATH if nargout != 0. |
|
468 |
4685
|
469 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
470 |
|
471 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
472 before continuing. |
|
473 |
|
474 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
475 |
4677
|
476 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
477 |
|
478 * general/ind2sub.m: New file. |
|
479 * general/sub2ind.m: New file. |
|
480 |
4675
|
481 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
482 |
|
483 * control/system/zp2ss.m: Don't save and restore |
|
484 warn_empty_list_elements. |
|
485 |
|
486 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
487 |
|
488 * control/system/zp2ss.m: Correct definition of pure gain system. |
|
489 |
4673
|
490 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
491 |
|
492 * statistics/base/mean.m: Remove special case for row vectors. |
|
493 |
4637
|
494 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
495 |
|
496 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
497 |
4631
|
498 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
499 |
|
500 * statistics/base/iqr.m: Handle matrices. |
|
501 |
4630
|
502 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
503 |
|
504 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
505 |
4629
|
506 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
507 |
|
508 * miscellaneous/path.m: Fix thinko in previous change. |
|
509 |
4609
|
510 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
511 |
4629
|
512 * control/base/dare.m: Check positive (semi)definiteness and |
|
513 dimensions of r (and q). |
|
514 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
515 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
516 near unit circle. |
4611
|
517 |
|
518 * control/system/is_detectable.m: Use Hautus Lemma. |
|
519 Correct the behavior for discrete-time systems. |
|
520 * control/system/is_stabilizable.m: Likewise. |
|
521 |
4609
|
522 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
523 |
|
524 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
525 |
4610
|
526 * general/isdefinite.m: New function. |
|
527 |
4567
|
528 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
529 |
|
530 * general/reshape: Delete. |
|
531 |
4559
|
532 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
533 |
|
534 * general/numel.m: Delete. |
|
535 |
4535
|
536 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
537 |
4536
|
538 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
539 |
|
540 * deprecated/isstr.m: New file. |
4535
|
541 |
4529
|
542 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
543 |
|
544 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
545 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
546 |
4525
|
547 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
548 |
|
549 * statistics/base/mean.m: Fix missing semicolon problem. |
|
550 |
4503
|
551 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
552 |
|
553 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
554 |
4492
|
555 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
556 |
|
557 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
558 Allow optional length argument. |
|
559 |
4491
|
560 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
561 |
|
562 * polynomial/polyfit.m: Avoid calling flipud. |
|
563 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
564 Return structure as second output value for improved Matlab |
|
565 compatibility. |
|
566 |
4476
|
567 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
568 |
4478
|
569 * linear-algebra/cond.m: Behave as though old built-in variable |
|
570 propagate_empty_matrices is always 1. Also handle empty matrices |
|
571 with one non-zero dimension. |
|
572 |
4476
|
573 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
574 warn_single_quote_string to the list. |
4478
|
575 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
576 from the list. |
4476
|
577 |
4469
|
578 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
|
579 |
|
580 * signal/autocov.m: Transpose result of conj because diag returns |
|
581 a column vector, not a row vector. |
|
582 |
|
583 * audio/playaudio.m, audio/record.m, image/image.m, |
|
584 miscellaneous/bug_report.m: Protect spaces in filenames |
|
585 with quotes. |
|
586 |
4466
|
587 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
588 |
4468
|
589 * io/printf.m, io/puts.m: Delete. |
|
590 |
4466
|
591 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
592 default_return_value from the list. |
|
593 Add warn_undefined_return_values to the list. |
|
594 |
|
595 |
4464
|
596 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
597 |
|
598 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
599 and initialize_global_variables from the list. |
|
600 |
4460
|
601 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
602 |
4463
|
603 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
604 |
|
605 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
606 |
|
607 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
608 * control/system/sys2fir.m: Likewise. |
|
609 |
|
610 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
611 * control/system/__tf2sysl__.m: Likewise. |
|
612 |
|
613 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
614 |
|
615 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
616 and [] concatenation. |
|
617 * control/system/sys2fir.m: Likewise. |
|
618 |
|
619 * control/base/dgram.m, control/base/freqchkw.m, |
|
620 control/base/gram.m, control/system/__abcddims__.m, |
|
621 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
622 control/system/is_sample.m, control/system/is_signal_list.m, |
|
623 control/system/is_siso.m, control/system/sys2fir.m, |
|
624 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
625 control/system/sysgettype.m, control/system/tf2zp.m, |
|
626 control/system/ugain.m, control/util/prompt.m, |
|
627 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
628 control/util/zgshsr.m: |
|
629 Improve conformance to Octave coding style. |
|
630 |
4461
|
631 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
632 the list. |
|
633 Delete resize_on_range_error from the list. |
|
634 |
4460
|
635 * control/base/pzmap.m, control/base/place.m, |
|
636 control/base/__freqresp__.m, control/system/sysappend.m, |
|
637 control/system/syscont.m, control/system/sysdisc.m, |
|
638 control/system/sysgroup.m, control/system/tfout.m, |
|
639 control/system/zp2ss.m, control/system/zpout.m, |
|
640 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
641 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
642 empty_list_elements_ok. |
|
643 |
|
644 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
645 Delete empty_list_elements_ok from the list. |
|
646 |
4457
|
647 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
648 |
|
649 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
650 list. |
|
651 Delete treat_neg_dim_as_zero from the list. |
|
652 |
|
653 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
654 |
4451
|
655 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
656 |
4455
|
657 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
658 was not used in the code in any case). |
|
659 |
|
660 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
661 do_fortran_indexing. |
|
662 |
4452
|
663 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
664 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
665 |
4451
|
666 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
667 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
668 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
669 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
670 warn_fortran_indexing in the list. |
|
671 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
672 implicit_str_to_num_ok, do_fortran_indexing, and |
|
673 prefer_column_vectors from list. |
4451
|
674 |
4440
|
675 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
676 |
|
677 * Makefile.in (distclean, maintainer-clean): Also remove |
|
678 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
679 directory. |
|
680 |
4430
|
681 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
|
682 |
|
683 * plot/hist.m: Don't forget to define n if x is a vector. |
|
684 |
4424
|
685 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
|
686 |
|
687 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
688 return "." with extension. |
|
689 |
4422
|
690 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
691 |
|
692 * control/base/__stepimp__.m, control/base/nichols.m, |
|
693 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
694 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
695 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
696 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
697 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
698 |
4413
|
699 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
700 |
|
701 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
702 |
4407
|
703 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
|
704 |
|
705 * plot/hist.m: Improve performance by using different algorithms |
|
706 depending on number of bins. |
|
707 |
4404
|
708 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
709 |
|
710 * control/system/sysadd.m: If systems are not "tf", convert before |
|
711 adding. |
|
712 |
4403
|
713 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
|
714 |
|
715 * image/imagesc.m: Accept data limits parameter for colormap. |
|
716 |
4375
|
717 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
|
718 |
|
719 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
720 the impulse by t_step. |
|
721 |
4373
|
722 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
723 |
|
724 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
725 column vectors. |
|
726 |
4371
|
727 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
|
728 |
|
729 * linear-algebra/null.m: Handle empty matrix arg. |
|
730 |
4369
|
731 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
732 |
|
733 * general/shift.m: Force empty_list_elements_ok to 1. |
|
734 |
4358
|
735 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
736 |
|
737 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
738 New files. |
|
739 |
4348
|
740 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
741 |
|
742 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
743 function handle to pass to feval. |
|
744 * statistics/base/qqplot.m: Likewise. |
|
745 * statistics/base/ppplot.m: Likewise. |
|
746 * signal/spectral_xdf.m: Likewise. |
|
747 * signal/spectral_adf.m: Likewise. |
|
748 |
4340
|
749 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
750 |
|
751 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
752 |
4334
|
753 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
754 |
|
755 * linear-algebra/logm.m: New file. |
|
756 |
4329
|
757 2003-02-18 David Bateman <dbateman@free.fr> |
|
758 |
|
759 * mkpkgadd: Scan C++ files as well |
|
760 |
4424
|
761 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
762 |
|
763 * strings/findstr.m: Return empty set for zero-length target. |
|
764 |
4317
|
765 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
|
766 |
|
767 * set/union.m: Preserve the orientation of inputs. |
|
768 |
4305
|
769 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
770 |
|
771 * general/int2str.m: Eliminate leading spaces. |
|
772 |
4303
|
773 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
774 |
|
775 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
776 |
4298
|
777 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
|
778 |
|
779 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
780 $(BUILD_LDFLAGS) to compiler. |
|
781 |
4295
|
782 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
783 |
|
784 * general/num2str.m: Don't specify field width for scalars. |
|
785 |
4292
|
786 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
787 |
|
788 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
789 |
4265
|
790 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
791 |
4279
|
792 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
793 |
4266
|
794 * miscellaneous/tempname.m: New file. |
|
795 |
|
796 * miscellaneous/tempdir.m: New file. |
|
797 |
4265
|
798 * miscellaneous/fullfile.m: New file. |
|
799 |
4259
|
800 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
801 |
4264
|
802 * miscellaneous/fileparts.m: New file. |
|
803 |
|
804 * io/beep.m: New file. |
|
805 |
4260
|
806 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
807 format only. |
4259
|
808 |
4257
|
809 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
810 |
|
811 * strings/strcmp.m: Handle cell arrays of strings. |
|
812 |
4229
|
813 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
814 |
|
815 * general/int2str.m: Handle matrices. |
|
816 * general/num2str.m: Likewise. |
|
817 Also handle optional precision, and format args. |
|
818 |
4225
|
819 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
820 |
|
821 * audio/Makefile.in, control/base/Makefile.in, |
|
822 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
823 control/system/Makefile.in, elfun/Makefile.in, |
|
824 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
825 io/Makefile.in, linear-algebra/Makefile.in, |
|
826 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
827 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
828 specfun/Makefile.in, special-matrix/Makefile.in, |
|
829 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
830 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
831 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
832 deprecated/Makefile.in: Use new do-script-install and |
|
833 do-script-uninstall macros. |
|
834 |
|
835 * mkpkgadd: New script. |
|
836 |
|
837 * plot/close.m: New file. |
|
838 |
4184
|
839 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
840 |
|
841 * image/image.m: Use -raw option for xv. |
|
842 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
843 |
4172
|
844 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
845 |
4174
|
846 * control/base/lsim.m: Use approximate test for step size change. |
|
847 |
4172
|
848 * signal/bartlett.m: Avoid row/column mismatch error. |
|
849 |
4171
|
850 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
|
851 |
|
852 * statistics/base/var.m: Use better formula for improved accuracy. |
|
853 |
4150
|
854 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
|
855 |
|
856 * control/base/lsim.m: Correct doc string. |
|
857 |
|
858 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
859 |
|
860 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
861 |
4148
|
862 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
863 |
|
864 * plot/contour.m: Handle x and y as matrices too. |
|
865 |
|
866 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
|
867 |
|
868 * plot/contour.m: Fix error and usage messages. |
|
869 |
4146
|
870 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
871 |
|
872 * plot/contour.m: Correct orientation of plot. |
|
873 |
4139
|
874 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
875 |
|
876 * control/base/analdemo.m: Fix typo. |
|
877 |
4137
|
878 2002-10-31 Francesco Potorti` <pot@gnu.org> |
|
879 |
|
880 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
881 |
4098
|
882 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
883 |
|
884 * mkdoc: Exit immediately on errors. |
|
885 Exit with error if gethelp does not exist. |
|
886 |
|
887 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
888 |
4093
|
889 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
890 |
|
891 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
892 |
4079
|
893 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
|
894 |
|
895 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
896 * statistics/distributions/normal_pdf.m: Likewise. |
|
897 * statistics/distributions/normal_inv.m: Likewise. |
|
898 |
4077
|
899 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
|
900 |
|
901 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
902 |
4068
|
903 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
|
904 |
|
905 * statistics/base/var.m: Handle complex values. |
|
906 |
4031
|
907 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
908 |
|
909 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
910 list. |
|
911 * deprecated/Makefile.in: New file. |
|
912 |
|
913 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
|
914 |
|
915 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
916 * statistics/distributions/binomial_cdf.m: Likewise. |
|
917 * statistics/distributions/f_cdf.m: Likewise. |
|
918 * statistics/distributions/t_cdf.m: Likewise. |
|
919 |
|
920 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
921 * specfun/beta.m: Likewise. |
|
922 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
923 * statistics/distributions/gamma_pdf.m: Likewise. |
|
924 * statistics/distributions/poisson_pdf.m: Likewise. |
|
925 |
|
926 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
927 * statistics/distributions/poisson_cdf.m: Likewise. |
|
928 |
4026
|
929 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
930 |
4028
|
931 * deprecated/is_bool.m: New file. |
|
932 * deprecated/is_complex.m: New file. |
|
933 * deprecated/is_global.m: New file. |
|
934 * deprecated/is_list.m: New file. |
|
935 * deprecated/is_matrix.m: New file. |
|
936 * deprecated/is_scalar.m: New file. |
|
937 * deprecated/is_square.m: New file. |
|
938 * deprecated/is_stream.m: New file. |
|
939 * deprecated/is_struct.m: New file. |
|
940 * deprecated/is_symmetric.m: New file. |
|
941 * deprecated/is_vector.m: New file. |
4030
|
942 * Change all callers of these functions to use the new names. |
4028
|
943 |
4029
|
944 * deprecated: New directory. |
|
945 * Makefile.in (SUBDIRS): Add it to the list. |
|
946 |
4026
|
947 * general/isscalar.m: Rename from is_scalar.m. |
|
948 * general/issquare.m: Rename from is_square.m. |
|
949 * general/issymmetric.m: Rename from is_symmetric.m. |
|
950 * general/isvector.m: Rename from is_vector.m. |
|
951 |
4022
|
952 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
953 |
|
954 * statistics/base/mean.m: Allow empty matrices. |
|
955 Handle DIM arg. |
|
956 |
4020
|
957 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
958 |
|
959 * plot/__errcomm__.m: If format is not specified, default to error |
|
960 bar format. |
|
961 |
4011
|
962 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
963 |
|
964 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
965 __F_SETFL__ and __O_NONBLOCK__. |
|
966 |
|
967 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
968 * miscellaneous/bug_report.m: Likewise. |
|
969 |
4007
|
970 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
971 |
4008
|
972 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
973 * general/rem.m: Likewise. |
|
974 |
|
975 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
976 * plot/semilogxerr.m: Likewise. |
4007
|
977 * plot/semilogyerr.m: Likewise. |
|
978 |
4006
|
979 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
980 |
|
981 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
982 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
983 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
984 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
985 |
|
986 * plot/errorbar.m: Use __errcomm__.m. |
|
987 * plot/__errplot__.m: Minor cleanups. |
|
988 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
989 * plot/__pltopt1__.m: Likewise. |
|
990 |
3980
|
991 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
992 |
3981
|
993 * general/rem.m: Delete redundant call to usage. |
|
994 |
3980
|
995 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
996 |
|
997 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
|
998 |
|
999 * general/mod.m: New function. |
|
1000 |
3979
|
1001 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1002 |
|
1003 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
1004 * control/system/sysadd.m: Likewise. |
|
1005 * control/system/sysgroup.m: Likewise. |
|
1006 * control/system/syssub.m: Likewise. |
|
1007 * elfun/gcd.m: Likewise. |
|
1008 * elfun/lcm.m: Likewise. |
|
1009 * general/common_size.m: Likewise. |
|
1010 * io/printf.m: Likewise. |
|
1011 * miscellaneous/menu.m: Likewise. |
|
1012 * miscellaneous/path.m: Likewise. |
|
1013 * plot/__errplot__.m: Likewise. |
|
1014 * plot/__plt__.m: Likewise. |
|
1015 * plot/axis.m: Likewise. |
|
1016 * plot/errorbar.m: Likewise. |
|
1017 * plot/mplot.m: Likewise. |
|
1018 * plot/loglog.m: Likewise. |
|
1019 * plot/plot.m: Likewise. |
|
1020 * plot/plot_border.m: Likewise. |
|
1021 * plot/semilogx.m: Likewise. |
|
1022 * plot/semilogy.m: Likewise. |
|
1023 * plot/xlabel.m: Likewise. |
|
1024 * plot/ylabel.m: Likewise. |
|
1025 * plot/zlabel.m: Likewise. |
|
1026 * statistics/base/ppplot.m: Likewise. |
|
1027 * statistics/base/qqplot.m: Likewise. |
|
1028 * statistics/tests/bartlett_test.m: Likewise. |
|
1029 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
1030 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
1031 * strings/str2mat.m: Likewise. |
|
1032 * strings/strcat.m: Likewise. |
|
1033 |
3962
|
1034 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
|
1035 |
|
1036 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
1037 |
3924
|
1038 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1039 |
|
1040 * skip-autoheader: New file, for autogen.sh. |
3925
|
1041 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
1042 |
3914
|
1043 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
|
1044 |
|
1045 * general/repmat.m: New function. |
|
1046 |
3911
|
1047 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
|
1048 |
|
1049 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
1050 Use optional parameter to specify the number of bits in the input. |
|
1051 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
1052 floats in the range [-1,1], 2x speedup. |
|
1053 |
|
1054 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
1055 |
3910
|
1056 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1057 |
|
1058 * linear-algebra/kron.m: Delete. |
|
1059 |
3907
|
1060 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
|
1061 |
|
1062 * signal/freqz.m: If nargout is zero, plot results instead of |
|
1063 returning them. |
|
1064 * signal/freqz_plot.m: New file. |
|
1065 |
3918
|
1066 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
1067 |
|
1068 * scripts/signal/unwrap.m: New file. |
|
1069 |
3904
|
1070 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
1071 |
|
1072 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
1073 divide by zero warning. |
|
1074 |
3893
|
1075 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
|
1076 |
3894
|
1077 * strings/deblank.m: Trim \0 as well as blank. |
|
1078 |
3893
|
1079 * scripts/freqz.m: Evaluate a specific range of frequencies |
|
1080 expressed in radians or Hz relative to a supplied sample rate. |
|
1081 |
3890
|
1082 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
|
1083 |
|
1084 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
1085 |
3891
|
1086 * strings/findstr.m: Vectorize as much as possible. |
|
1087 |
3889
|
1088 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
|
1089 |
|
1090 * special-matrix/invhilb.m: New version that is faster and more |
|
1091 accurate. |
|
1092 |
3887
|
1093 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
|
1094 |
|
1095 * configure.in: Update for autoconf 2.5x. |
|
1096 |
3885
|
1097 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
|
1098 |
|
1099 * special-matrix/vander.m: Code tidy and vectorize. |
|
1100 |
3882
|
1101 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
|
1102 |
3883
|
1103 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
1104 to vectors. Issue a warning in the case x matches y' but return a |
|
1105 column vector as Octave currently does. |
|
1106 |
3882
|
1107 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
1108 |
|
1109 * control/system/starp.m: Leave more of the documentation |
|
1110 processing to texinfo and less to the @format block. |
|
1111 |
|
1112 * image/imagesc.m: Only display image if no output is requested. |
|
1113 Code tidying. |
|
1114 |
3876
|
1115 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
1116 |
|
1117 * statistics/base/center.m: Accept and return empty matrix. |
|
1118 |
3872
|
1119 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1120 |
|
1121 * specfun/erfinv.m: Fix usage message. |
|
1122 |
3869
|
1123 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1124 |
|
1125 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
1126 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
1127 |
3837
|
1128 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1129 |
|
1130 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
1131 capitalized variable names. |
|
1132 |
3836
|
1133 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
1134 |
|
1135 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
1136 |
3814
|
1137 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
|
1138 |
|
1139 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
1140 |
3803
|
1141 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
1142 |
3833
|
1143 * general/cart2pol.m: New file. |
|
1144 * general/pol2cart.m: New file. |
|
1145 * general/cart2sph.m: New file. |
|
1146 * general/sph2cart.m: New file. |
|
1147 * image/rgb2hsv.m: New file. |
|
1148 * image/hsv2rgb.m: New file. |
3803
|
1149 |
|
1150 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
1151 |
|
1152 * plot/meshgrid.m: Avoid for loops. |
|
1153 * plot/meshdom.m: Likewise. |
|
1154 |
3801
|
1155 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1156 |
|
1157 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
1158 |
|
1159 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
1160 |
|
1161 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
1162 norm. |
|
1163 |
3792
|
1164 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
1165 |
|
1166 * statistics/tests/welch_test.m: Fix typo. |
|
1167 |
|
1168 * statistics/distributions/chisquare_cdf.m: |
|
1169 Don't restrict inputs to be only positive integers. |
|
1170 * statistics/distributions/chisquare_inv.m: Likewise. |
|
1171 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
1172 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
1173 * statistics/distributions/f_cdf.m: Likewise. |
|
1174 * statistics/distributions/f_inv.m: Likewise. |
|
1175 * statistics/distributions/f_pdf.m: Likewise. |
|
1176 * statistics/distributions/f_rnd.m: Likewise. |
|
1177 * statistics/distributions/t_cdf.m: Likewise. |
|
1178 * statistics/distributions/t_inv.m: Likewise. |
|
1179 * statistics/distributions/t_pdf.m: Likewise. |
|
1180 * statistics/distributions/t_rnd.m: Likewise. |
|
1181 |
3790
|
1182 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
1183 |
|
1184 * strings/dec2base.m: New file. |
|
1185 * strings/base2dec.m: New file. |
|
1186 * strings/strjust.m: New file. |
|
1187 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
1188 * strings/dec2bin.m: Likewise. |
|
1189 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
1190 * strings/bin2dec.m: Likewise. |
|
1191 |
3787
|
1192 2001-02-07 David Livings <david.livings@asa.co.uk> |
|
1193 |
|
1194 * statistics/base/ppplot.m: Use gset, not set. |
|
1195 * statistics/base/qqplot.m: Likewise. |
|
1196 |
3775
|
1197 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
|
1198 |
|
1199 * control/system/c2d.m: Add missing endif. |
|
1200 |
3759
|
1201 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
1202 |
|
1203 * strings/index.m: Return 0 if either string is empty. |
|
1204 |
|
1205 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
1206 |
|
1207 * control/system/c2d.m: Allow option of matched pole/zero |
|
1208 equivalent for conversion. |
|
1209 |
|
1210 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
1211 |
|
1212 * strings/findstr.m: Return empty matrix if search string is empty. |
|
1213 |
3757
|
1214 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
1215 |
|
1216 * saveimage.m: Do create rawbit image for black and white images, |
|
1217 but do it correctly. |
|
1218 |
3754
|
1219 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
1220 |
|
1221 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
1222 result polynomials. |
|
1223 |
3748
|
1224 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1225 |
|
1226 * image/saveimage.m: Don't try to create rawbit image. |
|
1227 |
3740
|
1228 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1229 |
|
1230 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
1231 |
3737
|
1232 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
1233 |
|
1234 * plot/contour.m: Reorder args for Matlab compatibility. |
|
1235 |
3727
|
1236 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
1237 |
|
1238 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
1239 |
3717
|
1240 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
1241 |
3718
|
1242 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
1243 |
3717
|
1244 * plot/mesh.m: Also set nologscale before plotting. |
|
1245 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
1246 xyerrorbars instead of just errorbars. |
|
1247 |
3714
|
1248 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
1249 |
|
1250 * image/image.m: Try display (from ImageMagick) first. |
|
1251 |
3709
|
1252 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
1253 |
|
1254 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
1255 conjugate transpose. |
|
1256 |
3705
|
1257 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1258 |
|
1259 * strings/str2mat.m: Apply setstr to each argument. |
|
1260 |
3696
|
1261 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
1262 |
|
1263 * control/base/dkalman.m: New file. |
|
1264 * control/base/dlqe.m: Handle singular A matrix. |
|
1265 * control/base/dlqr.m: Likewise. |
|
1266 |
3695
|
1267 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1268 |
|
1269 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
1270 dimensions don't match. |
|
1271 |
3690
|
1272 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
1273 |
|
1274 * plot/hist.m: Allow 3 argument form to work. |
|
1275 |
3683
|
1276 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
1277 |
|
1278 * plot/plot.m: Add examples in doc string. |
|
1279 |
3679
|
1280 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
|
1281 |
|
1282 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
1283 Do the right thing even if automatic_replot is not zero. |
|
1284 Avoid failure if system has pure imaginary poles. |
|
1285 |
3674
|
1286 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1287 |
|
1288 * general/logical.m: Return arg if it is empty. Better error |
|
1289 message for non-numeric types. |
|
1290 |
3672
|
1291 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
|
1292 |
|
1293 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
1294 about difference with Matlab dlqe function. |
|
1295 |
|
1296 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
1297 |
3670
|
1298 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
|
1299 |
|
1300 * strings/strrep.m: Fix typo. |
|
1301 |
3666
|
1302 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1303 |
|
1304 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
1305 |
|
1306 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
1307 |
|
1308 * strings/strrep.m: Avoid for loop for speed. |
3667
|
1309 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
1310 |
3656
|
1311 2000-04-04 John Smith <john@arrows.demon.co.uk> |
|
1312 |
|
1313 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
1314 guess for iteration. |
|
1315 |
3651
|
1316 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
1317 |
|
1318 * image/image.m: Allow image (A) or image (x, y, A). |
|
1319 * image/imagesc.m: Likewise. |
|
1320 |
|
1321 * image/image.m: If zoom is not supplied, or if it is an empty |
|
1322 matrix, autoscale the image. |
|
1323 |
3618
|
1324 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1325 |
3619
|
1326 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
1327 Undo string escapes in text twice(!) before sending to gnuplot. |
|
1328 |
3618
|
1329 * image/saveimage.m: Add comment to file saying who created it and |
|
1330 when it was created. Suggested by Stephen Eglen |
|
1331 <stephen@cogsci.ed.ac.uk>. |
|
1332 |
3617
|
1333 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
1334 |
|
1335 * polynomial/polyreduce.m: Simplify by looking for the first |
|
1336 non-zero element rather than the last of the first set of zero |
|
1337 elements. |
|
1338 |
|
1339 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
1340 |
3616
|
1341 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
1342 |
|
1343 * image/saveimage.m: Swap black and white colormaps so zero is |
|
1344 displayed as black and 1 is displayed as white. |
|
1345 Fix indexing bug in ppm case. |
|
1346 |
3604
|
1347 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
1348 |
|
1349 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
1350 between the two distributions (took same approach as ks.test() in R.) |
|
1351 |
3603
|
1352 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1353 |
|
1354 * control/base/bode.m: Temporarily disable automatic_replot. |
|
1355 |
3599
|
1356 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1357 |
3601
|
1358 * Makefile.in (clean): Also remove gethelp. |
|
1359 |
3599
|
1360 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
1361 |
3597
|
1362 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
|
1363 |
|
1364 * set/create_set.m: Use find to avoid while loop. |
|
1365 |
|
1366 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
|
1367 |
|
1368 * plot/hist.m: New optional third argument. |
|
1369 |
|
1370 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1371 |
|
1372 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
1373 number appended. |
|
1374 |
3575
|
1375 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1376 |
|
1377 * gethelp.cc: Sprinkle with std:: qualifier. |
|
1378 |
3498
|
1379 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1380 |
|
1381 * image/saveimage.m: Delete some debugging code. |
|
1382 |
3486
|
1383 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1384 |
|
1385 * signal/sinc.m: Avoid reshaping. |
|
1386 |
|
1387 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
1388 * image/ind2rgb.m: Ditto. |
|
1389 * image/ind2gray.m: Ditto. |
|
1390 * general/reshape.m: Ditto. Also no longer needs to reset |
|
1391 implicit_str_to_num_ok. |
|
1392 |
3483
|
1393 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1394 |
|
1395 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
1396 a list of file structures, not a vector of numeric file ids. |
|
1397 |
3474
|
1398 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1399 |
3476
|
1400 * plot/__axis_label__.m: New function. |
|
1401 Undo string escapes in text twice(!) before sending to gnuplot. |
|
1402 * plot/xlabel.m: Use it. |
|
1403 * plot/ylabel.m: Ditto. |
|
1404 * plot/zlabel.m: Ditto. |
|
1405 |
3474
|
1406 * plot/mesh.m: Fix error message to reflect reality. |
|
1407 |
3473
|
1408 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
|
1409 |
|
1410 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
1411 |
3471
|
1412 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
|
1413 |
|
1414 * audio/saveaudio.m: Also accept files with .ul extension. |
|
1415 * audio/loadaudio.m: Ditto. |
|
1416 * audio/playaudio.m: Ditto. |
|
1417 |
3456
|
1418 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1419 |
|
1420 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
1421 * statistics/distributions/beta_inv.m: Ditto. |
|
1422 * statistics/distributions/beta_pdf.m: Ditto. |
|
1423 * statistics/distributions/beta_rnd.m: Ditto. |
|
1424 * statistics/distributions/binomial_cdf.m: Ditto. |
|
1425 * statistics/distributions/binomial_inv.m: Ditto. |
|
1426 * statistics/distributions/binomial_pdf.m: Ditto. |
|
1427 * statistics/distributions/binomial_rnd.m: Ditto. |
|
1428 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
1429 * statistics/distributions/cauchy_inv.m: Ditto. |
|
1430 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
1431 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
1432 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
1433 * statistics/distributions/chisquare_inv.m: Ditto. |
|
1434 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
1435 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
1436 * statistics/distributions/discrete_cdf.m: Ditto. |
|
1437 * statistics/distributions/discrete_inv.m: Ditto. |
|
1438 * statistics/distributions/discrete_pdf.m: Ditto. |
|
1439 * statistics/distributions/discrete_rnd.m: Ditto. |
|
1440 * statistics/distributions/empirical_cdf.m: Ditto. |
|
1441 * statistics/distributions/empirical_inv.m: Ditto. |
|
1442 * statistics/distributions/empirical_pdf.m: Ditto. |
|
1443 * statistics/distributions/empirical_rnd.m: Ditto. |
|
1444 * statistics/distributions/exponential_cdf.m: Ditto. |
|
1445 * statistics/distributions/exponential_inv.m: Ditto. |
|
1446 * statistics/distributions/exponential_pdf.m: Ditto. |
|
1447 * statistics/distributions/exponential_rnd.m: Ditto. |
|
1448 * statistics/distributions/f_cdf.m: Ditto. |
|
1449 * statistics/distributions/f_inv.m: Ditto. |
|
1450 * statistics/distributions/f_pdf.m: Ditto. |
|
1451 * statistics/distributions/f_rnd.m: Ditto. |
|
1452 * statistics/distributions/gamma_cdf.m: Ditto. |
|
1453 * statistics/distributions/gamma_inv.m: Ditto. |
|
1454 * statistics/distributions/gamma_pdf.m: Ditto. |
|
1455 * statistics/distributions/gamma_rnd.m: Ditto. |
|
1456 * statistics/distributions/geometric_cdf.m: Ditto. |
|
1457 * statistics/distributions/geometric_inv.m: Ditto. |
|
1458 * statistics/distributions/geometric_pdf.m: Ditto. |
|
1459 * statistics/distributions/geometric_rnd.m: Ditto. |
|
1460 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
1461 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
1462 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
1463 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
1464 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
1465 * statistics/distributions/laplace_cdf.m: Ditto. |
|
1466 * statistics/distributions/laplace_inv.m: Ditto. |
|
1467 * statistics/distributions/laplace_pdf.m: Ditto. |
|
1468 * statistics/distributions/laplace_rnd.m: Ditto. |
|
1469 * statistics/distributions/logistic_cdf.m: Ditto. |
|
1470 * statistics/distributions/logistic_inv.m: Ditto. |
|
1471 * statistics/distributions/logistic_pdf.m: Ditto. |
|
1472 * statistics/distributions/logistic_rnd.m: Ditto. |
|
1473 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
1474 * statistics/distributions/lognormal_inv.m: Ditto. |
|
1475 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
1476 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
1477 * statistics/distributions/normal_cdf.m: Ditto. |
|
1478 * statistics/distributions/normal_inv.m: Ditto. |
|
1479 * statistics/distributions/normal_pdf.m: Ditto. |
|
1480 * statistics/distributions/normal_rnd.m: Ditto. |
|
1481 * statistics/distributions/pascal_cdf.m: Ditto. |
|
1482 * statistics/distributions/pascal_inv.m: Ditto. |
|
1483 * statistics/distributions/pascal_pdf.m: Ditto. |
|
1484 * statistics/distributions/pascal_rnd.m: Ditto. |
|
1485 * statistics/distributions/poisson_cdf.m: Ditto. |
|
1486 * statistics/distributions/poisson_inv.m: Ditto. |
|
1487 * statistics/distributions/poisson_pdf.m: Ditto. |
|
1488 * statistics/distributions/poisson_rnd.m: Ditto. |
|
1489 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
1490 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
1491 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
1492 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
1493 * statistics/distributions/t_cdf.m: Ditto. |
|
1494 * statistics/distributions/t_inv.m: Ditto. |
|
1495 * statistics/distributions/t_pdf.m: Ditto. |
|
1496 * statistics/distributions/t_rnd.m: Ditto. |
|
1497 * statistics/distributions/uniform_cdf.m: Ditto. |
|
1498 * statistics/distributions/uniform_inv.m: Ditto. |
|
1499 * statistics/distributions/uniform_pdf.m: Ditto. |
|
1500 * statistics/distributions/uniform_rnd.m: Ditto. |
|
1501 * statistics/distributions/weibull_cdf.m: Ditto. |
|
1502 * statistics/distributions/weibull_inv.m: Ditto. |
|
1503 * statistics/distributions/weibull_pdf.m: Ditto. |
|
1504 * statistics/distributions/weibull_rnd.m: Ditto. |
|
1505 * statistics/distributions/wiener_rnd.m: Ditto. |
|
1506 |
3453
|
1507 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1508 |
|
1509 * statistics/base/values.m: Texinfoize doc string. |
|
1510 * statistics/base/var.m: Ditto. |
|
1511 * statistics/base/table.m: Ditto. |
|
1512 * statistics/base/studentize.m: Ditto. |
|
1513 * statistics/base/statistics.m: Ditto. |
|
1514 * statistics/base/spearman.m: Ditto. |
|
1515 * statistics/base/run_count.m: Ditto. |
|
1516 * statistics/base/ranks.m: Ditto. |
|
1517 * statistics/base/range.m: Ditto. |
|
1518 * statistics/base/qqplot.m: Ditto. |
|
1519 * statistics/base/probit.m: Ditto. |
|
1520 * statistics/base/ppplot.m: Ditto. |
|
1521 * statistics/base/moment.m: Ditto. |
|
1522 * statistics/base/meansq.m: Ditto. |
|
1523 * statistics/base/logit.m: Ditto. |
|
1524 * statistics/base/kendall.m: Ditto. |
|
1525 * statistics/base/iqr.m: Ditto. |
|
1526 * statistics/base/cut.m: Ditto. |
|
1527 * statistics/base/cor.m: Ditto. |
|
1528 * statistics/base/cloglog.m: Ditto. |
|
1529 * statistics/base/center.m: Ditto. |
3454
|
1530 * statistics/models/logistic_regression.m: Ditto. |
|
1531 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
1532 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
1533 * statistics/tests/anova.m: Ditto. |
|
1534 * statistics/tests/bartlett_test.m: Ditto. |
|
1535 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
1536 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
1537 * statistics/tests/cor_test.m: Ditto. |
|
1538 * statistics/tests/f_test_regression.m: Ditto. |
|
1539 * statistics/tests/hotelling_test.m: Ditto. |
|
1540 * statistics/tests/hotelling_test_2.m: Ditto. |
|
1541 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
1542 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
1543 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
1544 * statistics/tests/manova.m: Ditto. |
|
1545 * statistics/tests/mcnemar_test.m: Ditto. |
|
1546 * statistics/tests/prop_test_2.m: Ditto. |
|
1547 * statistics/tests/run_test.m: Ditto. |
|
1548 * statistics/tests/sign_test.m: Ditto. |
|
1549 * statistics/tests/t_test.m: Ditto. |
|
1550 * statistics/tests/t_test_2.m: Ditto. |
|
1551 * statistics/tests/t_test_regression.m: Ditto. |
|
1552 * statistics/tests/u_test.m: Ditto. |
|
1553 * statistics/tests/var_test.m: Ditto. |
|
1554 * statistics/tests/welch_test.m: Ditto. |
|
1555 * statistics/tests/wilcoxon_test.m: Ditto. |
|
1556 * statistics/tests/z_test.m: Ditto. |
|
1557 * statistics/tests/z_test_2.m: Ditto. |
3453
|
1558 |
3446
|
1559 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1560 |
|
1561 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
1562 * plot/__plr1__.m: Ditto. |
|
1563 * plot/__pltopt__.m: Ditto. |
|
1564 * plot/__plt__.m: Ditto. |
|
1565 * plot/__plt2vv__.m: Ditto. |
|
1566 * plot/__plr2__.m: Ditto. |
|
1567 * plot/__plr__.m: Ditto. |
|
1568 * plot/__plt1__.m: Ditto. |
|
1569 * plot/__plt2__.m: Ditto. |
|
1570 * plot/__plt2mm__.m: Ditto. |
|
1571 * plot/__plt2mv__.m: Ditto. |
|
1572 * plot/__plt2ss__.m: Ditto. |
|
1573 * miscellaneous/paren.m: Ditto. |
|
1574 * miscellaneous/comma.m: Ditto. |
|
1575 * miscellaneous/semicolon.m: Ditto. |
|
1576 * miscellaneous/path.m: Ditto. |
|
1577 * miscellaneous/list_primes.m: Ditto. |
|
1578 * miscellaneous/flops.m: Ditto. |
|
1579 * miscellaneous/dump_prefs.m: Ditto. |
|
1580 * miscellaneous/bug_report.m: Ditto. |
|
1581 * linear-algebra/dot.m: Ditto |
|
1582 * linear-algebra/dmult.m: Ditto. |
|
1583 * general/randperm.m: Ditto. |
|
1584 * general/logical.m: Ditto. |
|
1585 * general/is_duplicate_entry.m: Ditto. |
|
1586 * signal/arch_fit.m: Ditto. |
|
1587 * signal/arch_rnd.m: Ditto. |
|
1588 * signal/arch_test.m: Ditto. |
|
1589 * signal/arma_rnd.m: Ditto. |
|
1590 * signal/autocor.m: Ditto. |
|
1591 * signal/autocov.m: Ditto. |
|
1592 * signal/autoreg_matrix.m: Ditto. |
|
1593 * signal/bartlett.m: Ditto. |
|
1594 * signal/blackman.m: Ditto. |
|
1595 * signal/detrend.m: Ditto. |
|
1596 * signal/diffpara.m: Ditto. |
|
1597 * signal/durbinlevinson.m: Ditto. |
|
1598 * signal/fftconv.m: Ditto. |
|
1599 * signal/fftfilt.m: Ditto. |
|
1600 * signal/fftshift.m: Ditto. |
|
1601 * signal/fractdiff.m: Ditto. |
|
1602 * signal/freqz.m: Ditto. |
|
1603 * signal/hamming.m: Ditto. |
|
1604 * signal/hanning.m: Ditto. |
|
1605 * signal/hurst.m: Ditto. |
|
1606 * signal/periodogram.m: Ditto. |
|
1607 * signal/rectangle_lw.m: Ditto. |
|
1608 * signal/rectangle_sw.m: Ditto. |
|
1609 * signal/sinc.m: Ditto. |
|
1610 * signal/sinetone.m: Ditto. |
|
1611 * signal/sinewave.m: Ditto. |
|
1612 * signal/spectral_adf.m: Ditto. |
|
1613 * signal/spectral_xdf.m: Ditto. |
|
1614 * signal/spencer.m: Ditto. |
|
1615 * signal/stft.m: Ditto. |
|
1616 * signal/synthesis.m: Ditto. |
|
1617 * signal/triangle_lw.m: Ditto. |
|
1618 * signal/triangle_sw.m: Ditto. |
|
1619 * signal/yulewalker.m: Ditto. |
3450
|
1620 * control/util/strappend.m: Ditto. |
3451
|
1621 * control/base/nichols.m: Ditto. |
3452
|
1622 * control/system/is_signal_list.m: Ditto. |
|
1623 * control/system/listidx.m: Ditto. |
|
1624 * control/system/sysgettsam.m: Ditto. |
|
1625 * control/system/sysidx.m: Ditto. |
3446
|
1626 |
3438
|
1627 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1628 |
|
1629 * control/system/__abcddims__.m: Rename from |
|
1630 control/system/abcddims.m, change all callers. |
|
1631 * control/base/__bodquist__.m: Likewise. |
|
1632 * control/base/__freqresp__.m: Likewise. |
|
1633 * control/util/__outlist__.m: Likewise. |
|
1634 * control/base/__stepimp__.m: Likewise. |
|
1635 * control/system/__syschnamesl__.m: Likewise. |
|
1636 * control/system/__syscont_disc__.m: Likewise. |
|
1637 * control/system/__sysdefioname__.m: Likewise. |
|
1638 * control/system/__sysdefstname__.m: Likewise. |
|
1639 * control/system/__sysgroupn__.m: Likewise. |
|
1640 * control/system/__tf2sysl__.m: Likewise. |
|
1641 * control/util/__zgpbal__.m: Likewise. |
|
1642 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
1643 |
|
1644 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
1645 * quaternion/qconj.m: Ditto. |
|
1646 * quaternion/qcoordinate_plot.m: Ditto. |
|
1647 * quaternion/qderiv.m: Ditto. |
|
1648 * quaternion/qderivmat.m: Ditto. |
|
1649 * quaternion/qinv.m: Ditto. |
|
1650 * quaternion/qmult.m: Ditto. |
|
1651 * quaternion/qtrans.m: Ditto. |
|
1652 * quaternion/qtransv.m: Ditto. |
|
1653 * quaternion/qtransvmat.m: Ditto. |
|
1654 * quaternion/quaternion.m: Ditto. |
3438
|
1655 |
3436
|
1656 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1657 |
|
1658 * control/base/Makefile.in: Ditto. |
|
1659 * control/hinf/Makefile.in: New file. |
|
1660 * control/marsyas/Makefile.in: Ditto. |
|
1661 * control/obsolete/Makefile.in: Ditto. |
|
1662 * control/system/Makefile.in: Ditto. |
|
1663 * control/util/Makefile.in: Ditto. |
|
1664 |
|
1665 * strings/com2str.m: Move here from control directory. |
|
1666 |
|
1667 * control/base: New directory. |
|
1668 * control/base/DEMOcontrol.m: Move here from control directory. |
|
1669 * control/base/analdemo.m: Ditto. |
|
1670 * control/base/are.m: Ditto. |
|
1671 * control/base/bddemo.m: Ditto. |
|
1672 * control/base/bode.m: Ditto. |
|
1673 * control/base/bode_bounds.m: Ditto. |
|
1674 * control/base/bodquist.m: Ditto. |
|
1675 * control/base/controldemo.m: Ditto. |
|
1676 * control/base/ctrb.m: Ditto. |
|
1677 * control/base/damp.m: Ditto. |
|
1678 * control/base/dare.m: Ditto. |
|
1679 * control/base/dcgain.m: Ditto. |
|
1680 * control/base/dgram.m: Ditto. |
|
1681 * control/base/dlqe.m: Ditto. |
|
1682 * control/base/dlqr.m: Ditto. |
|
1683 * control/base/dlyap.m: Ditto. |
|
1684 * control/base/dre.m: Ditto. |
|
1685 * control/base/frdemo.m: Ditto. |
|
1686 * control/base/freqchkw.m: Ditto. |
|
1687 * control/base/freqresp.m: Ditto. |
|
1688 * control/base/gram.m: Ditto. |
|
1689 * control/base/impulse.m: Ditto. |
|
1690 * control/base/lqe.m: Ditto. |
|
1691 * control/base/lqg.m: Ditto. |
|
1692 * control/base/lqr.m: Ditto. |
|
1693 * control/base/lsim.m: Ditto. |
|
1694 * control/base/ltifr.m: Ditto. |
|
1695 * control/base/lyap.m: Ditto. |
|
1696 * control/base/nichols.m: Ditto. |
|
1697 * control/base/nyquist.m: Ditto. |
|
1698 * control/base/obsv.m: Ditto. |
|
1699 * control/base/place.m: Ditto. |
|
1700 * control/base/pzmap.m: Ditto. |
|
1701 * control/base/rldemo.m: Ditto. |
|
1702 * control/base/rlocus.m: Ditto. |
|
1703 * control/base/step.m: Ditto. |
|
1704 * control/base/stepimp.m: Ditto. |
|
1705 * control/base/tzero.m: Ditto. |
|
1706 * control/base/tzero2.m: Ditto. |
|
1707 |
|
1708 * control/hinf: New directory. |
|
1709 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
1710 * control/hinf/h2norm.m: Ditto. |
|
1711 * control/hinf/h2syn.m: Ditto. |
|
1712 * control/hinf/hinf_ctr.m: Ditto. |
|
1713 * control/hinf/hinfdemo.m: Ditto. |
|
1714 * control/hinf/hinfnorm.m: Ditto. |
|
1715 * control/hinf/hinfsyn.m: Ditto. |
|
1716 * control/hinf/hinfsyn_chk.m: Ditto. |
|
1717 * control/hinf/hinfsyn_ric.m: Ditto. |
|
1718 * control/hinf/wgt1o.m: Ditto. |
3441
|
1719 * control/hinf/dgkfdemo.m: Ditto. |
|
1720 * control/hinf/is_dgkf.m: Ditto. |
3436
|
1721 |
|
1722 * control/marsyas: New directory. |
|
1723 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
1724 * control/marsyas/susball.m: Ditto. |
|
1725 |
|
1726 * control/obsolete/dezero.m: Move here from control directory. |
|
1727 * control/obsolete/rotg.m: Ditto. |
|
1728 |
|
1729 * control/system: New directory. |
|
1730 * control/system/abcddim.m: Move here from control directory. |
|
1731 * control/system/abcddims.m: Ditto. |
|
1732 * control/system/buildssic.m: Ditto. |
|
1733 * control/system/c2d.m: Ditto. |
|
1734 * control/system/d2c.m: Ditto. |
|
1735 * control/system/dmr2d.m: Ditto. |
|
1736 * control/system/fir2sys.m: Ditto. |
|
1737 * control/system/is_abcd.m: Ditto. |
|
1738 * control/system/is_digital.m: Ditto. |
|
1739 * control/system/is_sample.m: Ditto. |
|
1740 * control/system/is_signal_list.m: Ditto. |
|
1741 * control/system/is_siso.m: Ditto. |
3441
|
1742 * control/system/is_controllable.m: Ditto. |
|
1743 * control/system/is_detectable.m: Ditto. |
|
1744 * control/system/is_observable.m: Ditto. |
|
1745 * control/system/is_stabilizable.m: Ditto. |
|
1746 * control/system/is_stable.m: Ditto. |
3436
|
1747 * control/system/jet707.m: Ditto. |
|
1748 * control/system/listidx.m: Ditto. |
|
1749 * control/system/moddemo.m: Ditto. |
|
1750 * control/system/ord2.m: Ditto. |
|
1751 * control/system/packedform.m: Ditto. |
|
1752 * control/system/parallel.m: Ditto. |
|
1753 * control/system/ss2sys.m: Ditto. |
|
1754 * control/system/ss2tf.m: Ditto. |
|
1755 * control/system/ss2zp.m: Ditto. |
|
1756 * control/system/starp.m: Ditto. |
|
1757 * control/system/sys2fir.m: Ditto. |
|
1758 * control/system/sys2ss.m: Ditto. |
|
1759 * control/system/sys2tf.m: Ditto. |
|
1760 * control/system/sys2zp.m: Ditto. |
|
1761 * control/system/sysadd.m: Ditto. |
|
1762 * control/system/sysappend.m: Ditto. |
|
1763 * control/system/syschnamesl.m: Ditto. |
|
1764 * control/system/syschtsam.m: Ditto. |
|
1765 * control/system/sysconnect.m: Ditto. |
|
1766 * control/system/syscont.m: Ditto. |
|
1767 * control/system/syscont_disc.m: Ditto. |
|
1768 * control/system/sysdefioname.m: Ditto. |
|
1769 * control/system/sysdefstname.m: Ditto. |
|
1770 * control/system/sysdimensions.m: Ditto. |
|
1771 * control/system/sysdisc.m: Ditto. |
|
1772 * control/system/sysdup.m: Ditto. |
|
1773 * control/system/sysgetsignals.m: Ditto. |
|
1774 * control/system/sysgettsam.m: Ditto. |
|
1775 * control/system/sysgettype.m: Ditto. |
|
1776 * control/system/sysgroup.m: Ditto. |
|
1777 * control/system/sysgroupn.m: Ditto. |
|
1778 * control/system/sysidx.m: Ditto. |
|
1779 * control/system/sysmin.m: Ditto. |
|
1780 * control/system/sysmult.m: Ditto. |
|
1781 * control/system/sysout.m: Ditto. |
|
1782 * control/system/sysprune.m: Ditto. |
|
1783 * control/system/sysreorder.m: Ditto. |
|
1784 * control/system/sysrepdemo.m: Ditto. |
|
1785 * control/system/sysscale.m: Ditto. |
|
1786 * control/system/syssetsignals.m: Ditto. |
|
1787 * control/system/syssub.m: Ditto. |
|
1788 * control/system/sysupdate.m: Ditto. |
|
1789 * control/system/tf2ss.m: Ditto. |
|
1790 * control/system/tf2sys.m: Ditto. |
|
1791 * control/system/tf2sysl.m: Ditto. |
|
1792 * control/system/tf2zp.m: Ditto. |
|
1793 * control/system/tfout.m: Ditto. |
|
1794 * control/system/ugain.m: Ditto. |
|
1795 * control/system/zp2ss.m: Ditto. |
|
1796 * control/system/zp2ssg2.m: Ditto. |
|
1797 * control/system/zp2sys.m: Ditto. |
|
1798 * control/system/zp2tf.m: Ditto. |
|
1799 * control/system/zpout.m: Ditto. |
|
1800 |
|
1801 * control/util: New directory. |
|
1802 * control/util/axis2dlim.m: Move here from control directory. |
|
1803 * control/util/outlist.m: Ditto. |
|
1804 * control/util/prompt.m: Ditto. |
|
1805 * control/util/run_cmd.m: Ditto. |
|
1806 * control/util/sortcom.m: Ditto. |
|
1807 * control/util/strappend.m: Ditto. |
|
1808 * control/util/swap.m: Ditto. |
|
1809 * control/util/zgfmul.m: Ditto. |
|
1810 * control/util/zgfslv.m: Ditto. |
|
1811 * control/util/zginit.m: Ditto. |
|
1812 * control/util/zgpbal.m: Ditto. |
|
1813 * control/util/zgreduce.m: Ditto. |
|
1814 * control/util/zgrownorm.m: Ditto. |
|
1815 * control/util/zgscal.m: Ditto. |
|
1816 * control/util/zgsgiv.m: Ditto. |
|
1817 * control/util/zgshsr.m: Ditto. |
|
1818 |
3427
|
1819 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1820 |
|
1821 * gethelp.cc (extract_help_text): Discard first space character |
|
1822 after consecutive comment characters. |
|
1823 |
3422
|
1824 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
1825 |
|
1826 * control/obsolete: New directory |
|
1827 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
1828 * control/obsolete/swapcols.m: Ditto. |
|
1829 * control/obsolete/dlqg.m: Ditto. |
|
1830 * control/obsolete/minfo.m: Ditto. |
|
1831 * control/obsolete/packsys.m: Ditto. |
|
1832 * control/obsolete/qzval.m: Ditto. |
|
1833 * control/obsolete/unpacksys.m: Ditto. |
|
1834 * control/obsolete/series.m: Ditto. |
|
1835 * control/obsolete/syschnames.m: Ditto. |
|
1836 * polynomial/polyout.m: Ditto. |
3422
|
1837 |
3420
|
1838 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1839 |
|
1840 * general/fliplr.m: Eliminate useless copy of arg. |
|
1841 * general/flipud.m: Ditto. |
|
1842 |
3418
|
1843 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1844 |
|
1845 * linear-algebra/cross.m: Only return a row vector if both args |
|
1846 are row vectors. |
|
1847 * polynomial/polyfit.m: Likewise. |
|
1848 |
|
1849 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
1850 |
|
1851 * statistics/distributions/discrete_rnd.m: |
|
1852 Always generate a row vector. |
|
1853 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
1854 |
3416
|
1855 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
|
1856 |
|
1857 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
1858 |
|
1859 * audio/setaudio.m: Texinfoize doc string. |
|
1860 * control/com2str.m: Likewise. |
|
1861 * control/controldemo.m: Likewise. |
|
1862 * control/DEMOcontrol.m: Likewise. |
|
1863 * control/dezero.m: Likewise. |
|
1864 * control/dre.m: Likewise. |
|
1865 * control/hinfsyn_ric.m: Likewise. |
|
1866 |
3407
|
1867 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
|
1868 |
|
1869 * io/printf.m: Add @seealso{...} to doc string. |
|
1870 * io/puts.m: Likewise. |
|
1871 * plot/semilogx.m: Likewise. |
|
1872 * plot/semilogy.m: Likewise. |
|
1873 * plot/__pltopt__.m: Likewise. |
|
1874 * plot/bar.m: Likewise. |
|
1875 * plot/xlabel.m: Likewise. |
|
1876 * plot/grid.m: Likewise. |
|
1877 * plot/shg.m: Likewise. |
|
1878 * plot/title.m: Likewise. |
|
1879 * plot/mesh.m: Likewise. |
|
1880 * plot/__pltopt1__.m: Likewise. |
|
1881 * plot/contour.m: Likewise. |
|
1882 * plot/hist.m: Likewise. |
|
1883 * plot/stairs.m: Likewise. |
|
1884 * plot/meshgrid.m: Likewise. |
|
1885 * plot/polar.m: Likewise. |
|
1886 * plot/loglog.m: Likewise. |
|
1887 * plot/plot.m: Likewise. |
|
1888 * miscellaneous/semicolon.m: Likewise. |
|
1889 * miscellaneous/menu.m: Likewise. |
|
1890 * miscellaneous/etime.m: Likewise. |
|
1891 * miscellaneous/texas_lotto.m: Likewise. |
|
1892 * miscellaneous/comma.m: Likewise. |
|
1893 * audio/lin2mu.m: Likewise. |
|
1894 * audio/playaudio.m: Likewise. |
|
1895 * audio/loadaudio.m: Likewise. |
|
1896 * audio/saveaudio.m: Likewise. |
|
1897 * audio/mu2lin.m: Likewise. |
|
1898 * audio/record.m: Likewise. |
|
1899 * strings/isletter.m: Likewise. |
|
1900 * strings/lower.m: Likewise. |
|
1901 * strings/lower.m: Likewise. |
|
1902 * strings/upper.m: Likewise. |
|
1903 * specfun/erfinv.m: Likewise. |
|
1904 * specfun/gammai.m: Likewise. |
|
1905 * specfun/log2.m: Likewise. |
|
1906 * specfun/pow2.m: Likewise. |
|
1907 * elfun/gcd.m: Likewise. |
|
1908 * elfun/lcm.m: Likewise. |
|
1909 * special-matrix/vander.m: Likewise. |
|
1910 * special-matrix/sylvester_matrix.m: Likewise. |
|
1911 * special-matrix/hilb.m: Likewise. |
|
1912 * special-matrix/hankel.m: Likewise. |
|
1913 * special-matrix/toeplitz.m: Likewise. |
|
1914 * special-matrix/invhilb.m: Likewise. |
|
1915 * statistics/base/std.m: Likewise. |
|
1916 * statistics/base/median.m: Likewise. |
|
1917 * linear-algebra/cond.m: Likewise. |
|
1918 * linear-algebra/norm.m: Likewise. |
|
1919 * finance/nper.m: Likewise. |
|
1920 * finance/pmt.m: Likewise. |
|
1921 * finance/pv.m: Likewise. |
|
1922 * finance/rate.m: Likewise. |
|
1923 * finance/npv.m: Likewise. |
|
1924 * general/fliplr.m: Likewise. |
|
1925 * general/flipud.m: Likewise. |
|
1926 * general/is_scalar.m: Likewise. |
|
1927 * general/rem.m: Likewise. |
|
1928 * general/perror.m: Likewise. |
|
1929 * general/tril.m: Likewise. |
|
1930 * general/rot90.m: Likewise. |
|
1931 * general/num2str.m: Likewise. |
|
1932 * general/int2str.m: Likewise. |
|
1933 * general/reshape.m: Likewise. |
|
1934 * general/logspace.m: Likewise. |
|
1935 * general/is_symmetric.m: Likewise. |
|
1936 * general/is_vector.m: Likewise. |
|
1937 * general/nextpow2.m: Likewise. |
|
1938 * general/columns.m: Likewise. |
|
1939 * general/is_square.m: Likewise. |
|
1940 * general/rows.m: Likewise. |
|
1941 * control/ugain.m: Likewise. |
|
1942 * control/damp.m: Likewise. |
|
1943 * control/dare.m: Likewise. |
|
1944 * control/are.m: Likewise. |
|
1945 * control/sys2fir.m: Likewise. |
|
1946 * control/abcddim.m: Likewise. |
|
1947 * control/is_abcd.m: Likewise. |
|
1948 * control/step.m: Likewise. |
|
1949 * control/is_observable.m: Likewise. |
|
1950 * control/is_controllable.m: Likewise. |
|
1951 * control/jet707.m: Likewise. |
|
1952 * control/polyout.m: Likewise. |
|
1953 * control/impulse.m: Likewise. |
|
1954 * control/lqg.m: Likewise. |
|
1955 * control/is_detectable.m: Likewise. |
|
1956 * control/sysdimensions.m: Likewise. |
|
1957 * control/sysupdate.m: Likewise. |
|
1958 * control/stepimp.m: Likewise. |
|
1959 * control/is_stable.m: Likewise. |
|
1960 * control/tfout.m: Likewise. |
|
1961 * control/zpout.m: Likewise. |
|
1962 |
3405
|
1963 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1964 |
|
1965 * set/complement.m: Add @seealso{} stuff. |
|
1966 * set/create_set.m: Likewise. |
|
1967 * set/intersection.m: Likewise. |
|
1968 * set/union.m: Likewise. |
|
1969 |
3399
|
1970 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1971 |
3400
|
1972 * control/d2c.m: Use double quotes instead of single quotes for |
|
1973 string constants. |
|
1974 * control/dgkfdemo.m: Likewise. |
|
1975 * control/fir2sys.m: Likewise. |
|
1976 * control/frdemo.m: Likewise. |
|
1977 * control/moddemo.m: Likewise. |
|
1978 * control/minfo.m: Likewise. |
|
1979 * control/is_stabilizable.m: Likewise. |
|
1980 * control/is_dgkf.m: Likewise. |
|
1981 * control/polyout.m: Likewise. |
|
1982 * control/sysconnect.m: Likewise. |
|
1983 * control/sysrepdemo.m: Likewise. |
|
1984 * control/tf2sys.m: Likewise. |
|
1985 * control/tfout.m: Likewise. |
|
1986 * control/zp2sys.m: Likewise. |
|
1987 * control/zpout.m: Likewise. |
|
1988 * control/tzero.m: Likewise. |
|
1989 |
|
1990 * control/DEMOcontrol.m: Handle moddemo case too. |
|
1991 |
|
1992 * image/loadimage.m: Use double quotes instead of single quotes |
|
1993 for string constants. Use sprintf instead of square brackets to |
|
1994 construct string. |
|
1995 |
3399
|
1996 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
1997 * control/fir2sys.m: Likewise. |
3399
|
1998 |
3390
|
1999 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2000 |
|
2001 * mkdoc: Only delete spaces before @ characters at the beginning |
|
2002 of a line. |
|
2003 |
3383
|
2004 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2005 |
3388
|
2006 * control/bddemo.m: Make it more likely to work with any value of |
|
2007 whitespace_in_literal_matrix. |
3386
|
2008 * control/analdemo.m: Ditto. |
|
2009 * control/dgkfdemo.m: Ditto. |
|
2010 * control/frdemo.m: Ditto. |
|
2011 * control/sysrepdemo.m: Ditto. |
|
2012 * control/moddemo.m: Ditto. |
3388
|
2013 * control/zp2ss.m: Ditto. |
3387
|
2014 * control/zp2tf.m: Ditto. |
3388
|
2015 * control/syssub.m: Ditto. |
|
2016 * finance/npv.m: Ditto. |
|
2017 * statistics/base/studentize.m: Ditto. |
|
2018 * statistics/base/values.m: Ditto. |
|
2019 * statistics/distributions/exponential_cdf.m: Ditto. |
|
2020 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
2021 |
3384
|
2022 * control/dezero.m: Use toascii to convert string to ASCII value |
|
2023 instead of multiplying it by 1. |
|
2024 |
3383
|
2025 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
2026 * control/zpout.m: Ditto. |
|
2027 * control/tfout.m: Ditto. |
|
2028 * control/tf2sys.m: Ditto. |
|
2029 * control/syssub.m: Ditto. |
|
2030 * control/syssetsignals.m: Ditto. |
|
2031 * control/sysout.m: Ditto. |
|
2032 * control/sysmult.m: Ditto. |
|
2033 * control/sysgroup.m: Ditto. |
|
2034 * control/sysdup.m: Ditto. |
|
2035 * control/sysdisc.m: Ditto. |
|
2036 * control/syscont.m: Ditto. |
|
2037 * control/sysconnect.m: Ditto. |
|
2038 * control/sysappend.m: Ditto. |
|
2039 * control/sysadd.m: Ditto. |
|
2040 * control/ss2sys.m: Ditto. |
|
2041 * control/nyquist.m: Ditto. |
|
2042 * control/lqg.m: Ditto. |
|
2043 * control/fir2sys.m: Ditto. |
|
2044 * control/dmr2d.m: Ditto. |
|
2045 * control/dezero.m: Ditto. |
|
2046 * control/d2c.m: Ditto. |
|
2047 * control/c2d.m: Ditto. |
|
2048 * control/bddemo.m: Ditto. |
|
2049 * control/pzmap.m: Ditto. |
|
2050 |
3374
|
2051 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
|
2052 |
|
2053 * signal/spectral_adf.m: Fix typo. |
|
2054 |
3372
|
2055 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2056 |
|
2057 * linear-algebra/cond.m: Texinfoize doc string. |
|
2058 * linear-algebra/kron.m: Ditto. |
|
2059 * linear-algebra/norm.m: Ditto. |
|
2060 * linear-algebra/null.m: Ditto. |
|
2061 * linear-algebra/orth.m: Ditto. |
|
2062 * linear-algebra/rank.m: Ditto. |
|
2063 * linear-algebra/trace.m: Ditto. |
|
2064 * linear-algebra/qzhess.m: Ditto. |
|
2065 * miscellaneous/menu.m: Ditto. |
3373
|
2066 * general/perror.m: Ditto. |
|
2067 * general/strerror.m: Ditto. |
|
2068 * general/columns.m: Ditto. |
|
2069 * general/rows.m: Ditto. |
|
2070 * image/colormap.m: Ditto. |
|
2071 * image/gray.m: Ditto. |
|
2072 * image/gray2ind.m: Ditto. |
|
2073 * image/image.m: Ditto. |
|
2074 * image/imagesc.m: Ditto. |
|
2075 * image/imshow.m: Ditto. |
|
2076 * image/ind2gray.m: Ditto. |
|
2077 * image/ind2rgb.m: Ditto. |
|
2078 * image/loadimage.m: Ditto. |
|
2079 * image/rgb2ntsc.m: Ditto. |
|
2080 * image/ntsc2rgb.m: Ditto. |
|
2081 * image/ocean.m: Ditto. |
|
2082 * image/rgb2ind.m: Ditto. |
|
2083 * image/saveimage.m: Ditto. |
3372
|
2084 * io/printf.m: Ditto. |
|
2085 * io/puts.m: Ditto. |
|
2086 |
3369
|
2087 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2088 |
|
2089 * special-matrix/hankel.m: Texinfoize doc string. |
|
2090 * special-matrix/hilb.m: Ditto. |
|
2091 * special-matrix/invhilb.m: Ditto. |
|
2092 * special-matrix/sylvester_matrix.m: Ditto. |
|
2093 * special-matrix/toeplitz.m: Ditto. |
|
2094 * special-matrix/vander.m: Ditto. |
|
2095 * linear-algebra/vec.m: Ditto. |
|
2096 * linear-algebra/vech.m: Ditto. |
|
2097 * general/common_size.m: Ditto. |
|
2098 * general/diff.m: Ditto. |
|
2099 * general/fliplr.m: Ditto. |
|
2100 * general/flipud.m: Ditto. |
|
2101 * general/rot90.m: Ditto. |
|
2102 * general/reshape.m: Ditto. |
|
2103 * general/shift.m: Ditto. |
|
2104 * general/tril.m: Ditto. |
|
2105 * general/triu.m: Ditto. |
|
2106 * general/logspace.m: Ditto. |
3371
|
2107 * general/nargchk.m: Ditto. |
3369
|
2108 |
3367
|
2109 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2110 |
|
2111 * statistics/base/mean: Texinfoize doc string. |
|
2112 * statistics/base/median: Ditto. |
|
2113 * statistics/base/std: Ditto. |
|
2114 * statistics/base/cov: Ditto. |
|
2115 * statistics/base/corrcoef: Ditto. |
|
2116 * statistics/base/kurtosis: Ditto. |
|
2117 * statistics/base/mahalanobis: Ditto. |
|
2118 * statistics/base/skewness: Ditto. |
3368
|
2119 * statistics/base/gls.m: Ditto. |
|
2120 * statistics/base/ols.m: Ditto. |
3367
|
2121 * signal/detrend.m: Ditto. |
|
2122 * signal/freqz.m: Ditto. |
|
2123 * signal/sinc.m: Ditto. |
|
2124 * signal/fftconv.m: Ditto. |
|
2125 * signal/fftfilt.m: Ditto. |
3368
|
2126 * set/create_set.m: Ditto. |
|
2127 * set/union.m: Ditto. |
|
2128 * set/intersection.m: Ditto. |
|
2129 * set/complement.m: Ditto. |
|
2130 * poly/compan.m: Ditto. |
|
2131 * poly/conv: Ditto. |
|
2132 * poly/deconv: Ditto. |
|
2133 * poly/poly: Ditto. |
|
2134 * poly/polyderiv: Ditto. |
|
2135 * poly/polyfit: Ditto. |
|
2136 * poly/polyinteg: Ditto. |
|
2137 * poly/polyreduce: Ditto. |
|
2138 * poly/polyval: Ditto. |
|
2139 * poly/polyvalm: Ditto. |
|
2140 * poly/residue: Ditto. |
|
2141 * poly/roots: Ditto. |
|
2142 * plot/top_title.m: Ditto |
|
2143 * plot/subwindow.m: Ditto |
|
2144 * plot/subplot.m: Ditto |
|
2145 * plot/plot_border.m: Ditto |
|
2146 * plot/oneplot.m: Ditto |
|
2147 * plot/multiplot.m: Ditto |
|
2148 * plot/mplot.m: Ditto |
|
2149 * plot/xlabel.m: Ditto |
|
2150 * plot/figure.m: Ditto |
|
2151 * plot/meshdom.m: Ditto |
|
2152 * plot/mesh.m: Ditto |
|
2153 * plot/stairs.m: Ditto |
|
2154 * plot/polar.m: Ditto |
|
2155 * plot/loglog.m: Ditto |
|
2156 * plot/hist.m: Ditto |
|
2157 * plot/contour.m: Ditto |
|
2158 * plot/bar.m: Ditto |
|
2159 * plot/axis.m: Ditto |
|
2160 * plot/plot.m: Ditto. |
3367
|
2161 |
3361
|
2162 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2163 |
3365
|
2164 * control/pinv.m: Delete. |
|
2165 |
3364
|
2166 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
2167 |
3361
|
2168 * strings/blanks.m: Texinfoize doc string. |
|
2169 * strings/strcat.m: Ditto. |
|
2170 * strings/str2mat.m: Ditto. |
|
2171 * strings/deblank.m: Ditto. |
|
2172 * strings/findstr.m: Ditto. |
|
2173 * strings/index.m: Ditto. |
|
2174 * strings/rindex.m: Ditto. |
|
2175 * strings/split.m: Ditto. |
|
2176 * strings/strcmp.m: Ditto. |
|
2177 * strings/strrep.m: Ditto. |
|
2178 * strings/substr.m: Ditto. |
|
2179 * general/int2str.m: Ditto. |
|
2180 * general/num2str.m: Ditto. |
|
2181 * strings/dec2bin.m: Ditto. |
|
2182 * strings/bin2dec: Ditto. |
|
2183 * strings/dec2bin: Ditto. |
|
2184 * strings/dec2hex: Ditto. |
|
2185 * strings/hex2dec: Ditto. |
|
2186 * strings/str2num: Ditto. |
|
2187 |
3347
|
2188 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2189 |
|
2190 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
2191 |
3361
|
2192 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
|
2193 |
|
2194 * control/DEMOcontrol.m: Texinfoize doc string. |
|
2195 * control/abcddim.m: Ditto. |
|
2196 * control/abcddims.m: Ditto. |
|
2197 * control/analdemo.m: Ditto. |
|
2198 * control/are.m: Ditto. |
|
2199 * control/axis2dlim.m: Ditto. |
|
2200 * control/bddemo.m: Ditto. |
|
2201 * control/bode.m: Ditto. |
|
2202 * control/bode_bounds.m: Ditto. |
|
2203 * control/bodquist.m: Ditto. |
|
2204 * control/buildssic.m: Ditto. |
|
2205 * control/c2d.m: Ditto. |
|
2206 * control/ctrb.m: Ditto. |
|
2207 * control/d2c.m: Ditto. |
|
2208 * control/damp.m: Ditto. |
|
2209 * control/dare.m: Ditto. |
|
2210 * control/dcgain.m: Ditto. |
|
2211 * control/dgkfdemo.m: Ditto. |
|
2212 * control/dgram.m: Ditto. |
|
2213 * control/dlqe.m: Ditto. |
|
2214 * control/dlqr.m: Ditto. |
|
2215 * control/dlyap.m: Ditto. |
|
2216 * control/dmr2d.m: Ditto. |
|
2217 * control/fir2sys.m: Ditto. |
|
2218 * control/frdemo.m: Ditto. |
|
2219 * control/freqchkw.m: Ditto. |
|
2220 * control/freqresp.m: Ditto. |
|
2221 * control/gram.m: Ditto. |
|
2222 * control/h2norm.m: Ditto. |
|
2223 * control/h2syn.m: Ditto. |
|
2224 * control/hinf_ctr.m: Ditto. |
|
2225 * control/hinfdemo.m: Ditto. |
|
2226 * control/hinfnorm.m: Ditto. |
|
2227 * control/hinfsyn.m: Ditto. |
|
2228 * control/hinfsyn_chk.m: Ditto. |
|
2229 * control/impulse.m: Ditto. |
|
2230 * control/is_abcd.m: Ditto. |
|
2231 * control/is_controllable.m: Ditto. |
|
2232 * control/is_detectable.m: Ditto. |
|
2233 * control/is_dgkf.m: Ditto. |
|
2234 * control/is_digital.m: Ditto. |
|
2235 * control/is_observable.m: Ditto. |
|
2236 * control/is_sample.m: Ditto. |
|
2237 * control/is_signal_list.m: Ditto. |
|
2238 * control/is_siso.m: Ditto. |
|
2239 * control/is_stabilizable.m: Ditto. |
|
2240 * control/is_stable.m: Ditto. |
|
2241 * control/jet707.m: Ditto. |
|
2242 * control/lqe.m: Ditto. |
|
2243 * control/lqg.m: Ditto. |
|
2244 * control/lqr.m: Ditto. |
|
2245 * control/lsim.m: Ditto. |
|
2246 * control/ltifr.m: Ditto. |
|
2247 * control/lyap.m: Ditto. |
|
2248 * control/moddemo.m: Ditto. |
|
2249 * control/nyquist.m: Ditto. |
|
2250 * control/obsv.m: Ditto. |
|
2251 * control/ord2.m: Ditto. |
|
2252 * control/outlist.m: Ditto. |
|
2253 * control/pinv.m: Ditto. |
|
2254 * control/place.m: Ditto. |
|
2255 * control/polyout.m: Ditto. |
|
2256 * control/prompt.m: Ditto. |
|
2257 * control/pzmap.m: Ditto. |
|
2258 * control/qzval.m: Ditto. |
|
2259 * control/rldemo.m: Ditto. |
|
2260 * control/rlocus.m: Ditto. |
|
2261 * control/sortcom.m: Ditto. |
|
2262 * control/ss2sys.m: Ditto. |
|
2263 * control/ss2tf.m: Ditto. |
|
2264 * control/ss2zp.m: Ditto. |
|
2265 * control/starp.m: Ditto. |
|
2266 * control/step.m: Ditto. |
|
2267 * control/stepimp.m: Ditto. |
|
2268 * control/susball.m: Ditto. |
|
2269 * control/sys2fir.m: Ditto. |
|
2270 * control/sys2ss.m: Ditto. |
|
2271 * control/sys2tf.m: Ditto. |
|
2272 * control/sys2zp.m: Ditto. |
|
2273 * control/sysadd.m: Ditto. |
|
2274 * control/sysappend.m: Ditto. |
|
2275 * control/syschnames.m: Ditto. |
|
2276 * control/syschnamesl.m: Ditto. |
|
2277 * control/syschtsam.m: Ditto. |
|
2278 * control/sysconnect.m: Ditto. |
|
2279 * control/syscont.m: Ditto. |
|
2280 * control/syscont_disc.m: Ditto. |
|
2281 * control/sysdefioname.m: Ditto. |
|
2282 * control/sysdefstname.m: Ditto. |
|
2283 * control/sysdimensions.m: Ditto. |
|
2284 * control/sysdisc.m: Ditto. |
|
2285 * control/sysdup.m: Ditto. |
|
2286 * control/sysgetsignals.m: Ditto. |
|
2287 * control/sysgettype.m: Ditto. |
|
2288 * control/sysgroup.m: Ditto. |
|
2289 * control/sysgroupn.m: Ditto. |
|
2290 * control/sysmult.m: Ditto. |
|
2291 * control/sysout.m: Ditto. |
|
2292 * control/sysprune.m: Ditto. |
|
2293 * control/sysreorder.m: Ditto. |
|
2294 * control/sysrepdemo.m: Ditto. |
|
2295 * control/sysscale.m: Ditto. |
|
2296 * control/syssetsignals.m: Ditto. |
|
2297 * control/syssub.m: Ditto. |
|
2298 * control/sysupdate.m: Ditto. |
|
2299 * control/tf2ss.m: Ditto. |
|
2300 * control/tf2sys.m: Ditto. |
|
2301 * control/tf2sysl.m: Ditto. |
|
2302 * control/tf2zp.m: Ditto. |
|
2303 * control/tfout.m: Ditto. |
|
2304 * control/tzero.m: Ditto. |
|
2305 * control/tzero2.m: Ditto. |
|
2306 * control/ugain.m: Ditto. |
|
2307 * control/wgt1o.m: Ditto. |
|
2308 * control/zgfmul.m: Ditto. |
|
2309 * control/zgfslv.m: Ditto. |
|
2310 * control/zginit.m: Ditto. |
|
2311 * control/zgpbal.m: Ditto. |
|
2312 * control/zgreduce.m: Ditto. |
|
2313 * control/zgrownorm.m: Ditto. |
|
2314 * control/zgscal.m: Ditto. |
|
2315 * control/zgsgiv.m: Ditto. |
|
2316 * control/zgshsr.m: Ditto. |
|
2317 * control/zp2ss.m: Ditto. |
|
2318 * control/zp2ssg2.m: Ditto. |
|
2319 * control/zp2sys.m: Ditto. |
|
2320 * control/zp2tf.m: Ditto. |
|
2321 * control/zpout.m: Ditto. |
|
2322 |
3332
|
2323 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
|
2324 |
|
2325 * scripts/audio/lin2mu.m: Texinfoize doc string. |
|
2326 * scripts/audio/loadaudio.m: Ditto. |
|
2327 * scripts/audio/mu2lin.m: Ditto. |
|
2328 * scripts/audio/playaudio.m: Ditto. |
|
2329 * scripts/audio/record.m: Ditto. |
|
2330 * scripts/audio/saveaudio.m: Ditto. |
|
2331 |
3321
|
2332 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
|
2333 |
|
2334 * elfun/acot.m: Texinfoize doc string. |
|
2335 * elfun/acsc.m: Ditto. |
|
2336 * elfun/acsch.m: Ditto. |
|
2337 * elfun/asec.m: Ditto. |
|
2338 * elfun/asech.m: Ditto. |
|
2339 * elfun/cot.m: Ditto. |
|
2340 * elfun/coth.m: Ditto. |
|
2341 * elfun/csc.m: Ditto. |
|
2342 * elfun/csch.m: Ditto. |
|
2343 * elfun/gcd.m: Ditto. |
|
2344 * elfun/lcm.m: Ditto. |
|
2345 * elfun/sec.m: Ditto. |
|
2346 * elfun/sech.m: Ditto. |
|
2347 * general/nextpow2.m: Ditto. |
|
2348 * general/rem.m: Ditto. |
|
2349 * linear-algebra/commutation_matrix.m: Ditto. |
|
2350 * linear-algebra/cross.m: Ditto. |
|
2351 * linear-algebra/duplication_matrix.m: Ditto. |
|
2352 * miscellaneous/bincoeff.m: Ditto. |
|
2353 * miscellaneous/xor.m: Ditto. |
|
2354 * specfun/bessel.m: Ditto. |
|
2355 * specfun/beta.m: Ditto. |
|
2356 * specfun/betai.m: Ditto. |
|
2357 * specfun/erfinv.m: Ditto. |
|
2358 * specfun/gammai.m: Ditto. |
|
2359 * specfun/log2.m: Ditto. |
|
2360 * specfun/pow2.m: Ditto. |
|
2361 |
|
2362 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
|
2363 |
|
2364 * general/is_scalar.m: Texinfoize help text. |
|
2365 * general/is_square.m: Ditto. |
|
2366 * general/is_symmetric.m: Ditto. |
|
2367 |
3320
|
2368 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2369 |
|
2370 * strings/split.m: If the string to be split is empty, just return |
|
2371 an empty string. |
|
2372 |
3319
|
2373 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2374 |
|
2375 * Makefile.in (ALL_M_FILES): New macro. |
|
2376 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
2377 |
3306
|
2378 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2379 |
|
2380 * control/bode.m: Don't return anything if nargout == 0. |
|
2381 |
|
2382 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
2383 |
|
2384 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
2385 |
3305
|
2386 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2387 |
|
2388 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
2389 gethelp.cc to the list. |
|
2390 |
3296
|
2391 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2392 |
3301
|
2393 * time/asctime.m: Texinfoize help text. |
|
2394 * time/clock.m: Ditto. |
|
2395 * time/date.m: Ditto. |
|
2396 * miscellaneous/cputime.m: Ditto. |
|
2397 * miscellaneous/etime.m: Ditto. |
|
2398 * miscellaneous/is_leap_year.m: Ditto. |
|
2399 * miscellaneous/popen2.m: Ditto. |
|
2400 * miscellaneous/version.m: Ditto. |
|
2401 * miscellaneous/tic.m: Ditto. |
|
2402 * miscellaneous/toc.m: Just refer to tic.m. |
|
2403 |
3297
|
2404 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
2405 `cd dir; $(MAKE); cd ..'. |
|
2406 ($(SUBDIRS)): Likewise. |
|
2407 |
|
2408 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
2409 |
|
2410 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
2411 of `cd dir; $(MAKE)'. |
|
2412 |
3296
|
2413 * gethelp.cc, mkdoc: New files. |
|
2414 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
2415 sources. |
|
2416 |
3291
|
2417 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2418 |
|
2419 * linear-algebra/kron.m: Fix typo in previous change |
|
2420 |
3282
|
2421 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2422 |
|
2423 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
2424 |
3273
|
2425 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
|
2426 |
|
2427 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
2428 rank when V has more columns than rows. |
|
2429 |
|
2430 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2431 |
|
2432 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
2433 |
|
2434 * statistics/tests/manova.m: Avoid problems if |
|
2435 whitespace_in_literal_matrix is set to "traditional". |
|
2436 * statistics/tests/t_test_regression.m: Likewise. |
|
2437 * statistics/tests/u_test.m: Likewise. |
|
2438 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
2439 * statistics/tests/anova.m: Likewise. |
|
2440 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
2441 * statistics/base/statistics.m: Likewise. |
|
2442 * image/saveimage.m: Likewise. |
|
2443 * signal/arch_fit.m: Likewise. |
|
2444 * signal/autoreg_matrix.m: Likewise. |
|
2445 * signal/triangle_lw.m: Likewise. |
|
2446 * strings/dec2hex.m: Likewise. |
|
2447 |
3268
|
2448 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2449 |
|
2450 * image/saveimage.m: Initialize scale. |
|
2451 |
|
2452 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2453 |
|
2454 * general/reshape.m: Allow reshape (a, size (b)). |
|
2455 |
3266
|
2456 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2457 |
|
2458 * specfun/erfinv.m: Improve stopping criterion. |
|
2459 Add iteration count as second return value. |
|
2460 |
3265
|
2461 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2462 |
|
2463 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
2464 |
3263
|
2465 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2466 |
|
2467 * miscellaneous/pack.m: New function. |
|
2468 |
|
2469 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2470 |
|
2471 * plot/figure.m: Always return figure number. With no args, |
|
2472 figure now creates a new figure window and returns its number. |
|
2473 Accept figure (property, value) syntax, but do nothing. |
|
2474 |
|
2475 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
|
2476 |
|
2477 * general/shift.m: Avoid printing temporary value for backward shift. |
|
2478 |
3260
|
2479 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2480 |
|
2481 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
2482 evenly spaced. |
|
2483 |
3250
|
2484 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2485 |
|
2486 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
2487 contain only zeros. |
|
2488 |
|
2489 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
|
2490 |
|
2491 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
2492 instead of appending them. |
|
2493 |
|
2494 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2495 |
|
2496 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
2497 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
2498 Update from A. S. Hodel. |
|
2499 |
3246
|
2500 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2501 |
|
2502 * polynomial/polyfit.m: Correct previous change. |
|
2503 |
3243
|
2504 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2505 |
|
2506 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
2507 |
3240
|
2508 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
2509 |
|
2510 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
2511 version of krylov and krylovb. |
|
2512 |
|
2513 * control/outlist.m, control/sysout.m: Fix typos. |
|
2514 |
|
2515 * control/sysdimensions.m: Add option for total number of states. |
|
2516 |
|
2517 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
2518 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
2519 arguments. |
|
2520 |
|
2521 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2522 |
|
2523 * strings/index.m: Fail with meaningful error message if either |
|
2524 arg is a string array. |
|
2525 |
3238
|
2526 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2527 |
|
2528 * linear-algebra/norm.m: Do the right thing for 1- and |
|
2529 infinity-norms of complex matrices. From Sven Khatri |
|
2530 <khatri@saturn.vocalpoint.com>. |
|
2531 |
|
2532 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
|
2533 |
|
2534 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
2535 |
|
2536 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2537 |
|
2538 * strings/split.m: Avoid problems when splitting strings that have |
|
2539 \ in them. |
|
2540 |
|
2541 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
|
2542 |
|
2543 * image/colormap.m: Do better arg checking, handle string args |
|
2544 that name the colormap function to call (e.g., colormap ("ocean")). |
|
2545 |
|
2546 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
|
2547 |
|
2548 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
2549 * linear-algebra/dot.m: Likewise. |
|
2550 * linear-algebra/cross.m: Likewise. |
|
2551 * general/rot90.m: Likewise. |
|
2552 |
|
2553 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
|
2554 |
|
2555 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
2556 that the leading column is not all zeros. |
|
2557 |
|
2558 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2559 |
|
2560 * general/shift.m: Fix potential problems with |
|
2561 whitespace_in_literal_matrix. |
|
2562 * signal/arch_rnd.m: Ditto. |
|
2563 * signal/autocov.m: Ditto. |
|
2564 * signal/diffpara.m: Ditto. |
|
2565 * signal/hurst.m: Ditto. |
|
2566 * signal/periodogram.m: Ditto. |
|
2567 * signal/spectral_adf.m: Ditto. |
|
2568 * signal/spectral_xdf.m: Ditto. |
|
2569 * signal/spencer.m: Ditto. |
|
2570 * signal/synthesis.m: Ditto. |
|
2571 * statistics/distributions/wiener_rnd.m: Ditto. |
|
2572 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
2573 * statistics/models/logistic_regression.m: Ditto. |
|
2574 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
2575 * statistics/tests/run_test.m: Ditto. |
|
2576 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
2577 |
|
2578 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
|
2579 |
|
2580 * plot/__plr2__.m: Fix typo. |
|
2581 |
3233
|
2582 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2583 |
|
2584 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
2585 |
|
2586 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
|
2587 |
|
2588 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
2589 function. |
|
2590 |
|
2591 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
|
2592 |
|
2593 * control/ss2sys.m: Fix typo. |
|
2594 |
|
2595 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2596 |
|
2597 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
2598 |
|
2599 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
2600 signal names as lists of strings instead of string arrays. |
|
2601 |
3225
|
2602 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2603 |
3233
|
2604 * quaternion: New directory of functions from A. S. Hodel |
3225
|
2605 <a.s.hodel@eng.auburn.edu>. |
|
2606 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
2607 * quaternion/Makefile.in: New file. |
|
2608 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
2609 |
|
2610 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2611 |
|
2612 * image/saveimage.m: Make it work again for black and white colormaps. |
|
2613 |
|
2614 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
2615 since there can be fewer rows than columns. Round values to |
|
2616 nearest position in colormap instead of truncating. Correct usage |
|
2617 message. |
|
2618 |
|
2619 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
|
2620 |
|
2621 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
2622 zero rows of [A,v] as householder pivots; this avoids spurious |
|
2623 non-zero entries in returned orthogonal matrix U, but destroys the |
|
2624 Householder matrix structure of H. |
|
2625 |
|
2626 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2627 |
|
2628 * general/logical.m: Just copy input to output if argument is |
|
2629 already a logical object. |
|
2630 |
3215
|
2631 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2632 |
|
2633 * New files from OCST, in control subdiretory: |
|
2634 |
|
2635 DEMOcontrol.m is_siso.m syschnames.m |
|
2636 abcddim.m is_stabilizable.m syschnamesl.m |
|
2637 abcddims.m is_stable.m syschtsam.m |
|
2638 analdemo.m jet707.m sysconnect.m |
|
2639 are.m lqe.m syscont.m |
|
2640 axis2dlim.m lqg.m syscont_disc.m |
|
2641 bddemo.m lqr.m sysdefioname.m |
|
2642 bode.m lsim.m sysdefstname.m |
|
2643 bode_bounds.m ltifr.m sysdimensions.m |
|
2644 bodquist.m lyap.m sysdisc.m |
|
2645 buildssic.m mb.m sysdup.m |
|
2646 c2d.m minfo.m sysgetsignals.m |
|
2647 com2str.m,v moddemo.m sysgettsam.m |
|
2648 controldemo.m nichols.m sysgettype.m |
|
2649 ctrb.m nyquist.m sysgroup.m |
|
2650 d2c.m obsv.m sysgroupn.m |
|
2651 damp.m ord2.m sysmult.m |
|
2652 dare.m outlist.m sysout.m |
|
2653 dcgain.m packedform.m sysprune.m |
|
2654 demomarsyas.m packsys.m sysreorder.m |
|
2655 dezero.m; parallel.m sysrepdemo.m |
|
2656 dgkfdemo.m place.m sysscale.m |
|
2657 dgram.m polyout.m syssub.m |
|
2658 dhinfdemo.m prompt.m sysupdate.m |
|
2659 dlqe.m pzmap.m tf2ss.m |
|
2660 dlqg.m qzval.m tf2sys.m |
|
2661 dlqr.m rldemo.m tf2sysl.m |
|
2662 dlyap.m rlocus.m tf2zp.m |
|
2663 dmr2d.m rotg.m tfout.m |
|
2664 fir2sys.m run_cmd.m; tzero.m |
|
2665 frdemo.m series.m tzero2.m |
|
2666 freqchkw.m sortcom.m ugain.m |
|
2667 freqresp.m ss2sys.m unpacksys.m |
|
2668 gram.m ss2tf.m wgt1o.m |
|
2669 h2norm.m ss2zp.m zgfmul.m |
|
2670 h2syn.m starp.m zgfslv.m |
|
2671 hinf_ctr.m step.m zginit.m |
|
2672 hinfdemo.m stepimp.m zgpbal.m |
|
2673 hinfnorm.m strappend.m; zgreduce.m |
|
2674 hinfsyn.m susball.m zgrownorm.m |
|
2675 hinfsyn_chk.m swap.m zgscal.m |
|
2676 impulse.m swapcols.m zgsgiv.m |
|
2677 is_abcd.m swaprows.m zgshsr.m |
|
2678 is_controllable.m sys2fir.m zp2ss.m |
|
2679 is_detectable.m sys2ss.m zp2ssg2.m |
|
2680 is_dgkf.m sys2tf.m zp2sys.m |
|
2681 is_digital.m sys2zp.m zp2tf.m |
|
2682 is_observable.m sysadd.m zpout.m |
|
2683 is_sample.m sysappend.m |
|
2684 |
|
2685 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2686 |
|
2687 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
2688 |
|
2689 * strings/deblank.m: Make it work for string arrays too. |
|
2690 |
3211
|
2691 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2692 |
|
2693 * linear-algebra/housh.m: New file from the OCST. |
|
2694 * linear-algebra/krygetq.m: Ditto. |
|
2695 * linear-algebra/krylov.m: Ditto. |
|
2696 * linear-algebra/krylovb.m: Ditto. |
|
2697 * linear-algebra/qrhouse.m: Ditto. |
|
2698 * general/is_duplicate_entry.m: Ditto. |
|
2699 |
|
2700 * general/is_symmetric.m: Call is_square instead of doing that |
|
2701 check in line. |
|
2702 |
3196
|
2703 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2704 |
3202
|
2705 * general/is_square.m: |
|
2706 |
|
2707 * general/isempty.m, general/is_matrix.m: Delete. |
|
2708 |
|
2709 * general/is_symmetric: Delete special case for strings. Whether |
|
2710 the conversion is valid should depend on implicit_str_to_num_ok. |
|
2711 |
|
2712 * general/is_square.m: If arg is not a matrix, don't check size, |
|
2713 just return 0. |
|
2714 * general/is_symmetric: Likewise. |
|
2715 * general/is_vector.m: Likewise. |
|
2716 * general/is_scalar.m: Likewise. |
|
2717 |
3196
|
2718 * general/length.m: Delete. |
|
2719 |
3191
|
2720 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2721 |
|
2722 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
2723 statistics/distributions/Makefile, statistics/models/Makefile, |
|
2724 and statistics/tests/Makefile to the list of files to create. |
|
2725 |
|
2726 * finance/Makefile.in, statistics/base/Makefile.in, |
|
2727 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
2728 statistics/tests/Makefile.in: New files. |
|
2729 * statistics/Makefile.in: Delete file lists. Now only handle |
|
2730 subdirectories. |
|
2731 * Makefile.in (SUBDIRS): Add finance. |
|
2732 |
|
2733 * Move the following files from statistics to statistics/base: |
|
2734 |
|
2735 corrcoef.m |
|
2736 kurtosis.m |
|
2737 mahalanobis.m |
|
2738 median.m |
|
2739 ols.m |
|
2740 skewness.m |
|
2741 std.m |
|
2742 |
|
2743 New files, from Kurt Hornik's octave-ci package: |
|
2744 |
|
2745 * finance (new directory): |
|
2746 |
|
2747 fv.m |
|
2748 fvl.m |
|
2749 irr.m |
|
2750 nper.m |
|
2751 npv.m |
|
2752 pmt.m |
|
2753 pv.m |
|
2754 pvl.m |
|
2755 rate.m |
|
2756 vol.m |
|
2757 |
|
2758 * linear-algebra/dmult.m |
|
2759 |
|
2760 * signal: |
|
2761 |
|
2762 arch_fit.m |
|
2763 arch_rnd.m |
|
2764 arch_test.m |
|
2765 arma_rnd.m |
|
2766 autocor.m |
|
2767 autocov.m |
|
2768 autoreg_matrix.m |
|
2769 bartlett.m |
|
2770 blackman.m |
|
2771 diffpara.m |
|
2772 durbinlevinson.m |
|
2773 fractdiff.m |
|
2774 hamming.m |
|
2775 hanning.m |
|
2776 hurst.m |
|
2777 periodogram.m |
|
2778 rectangle_lw.m |
|
2779 rectangle_sw.m |
|
2780 sinetone.m |
|
2781 sinewave.m |
|
2782 spectral_adf.m |
|
2783 spectral_xdf.m |
|
2784 spencer.m |
|
2785 stft.m |
|
2786 synthesis.m |
|
2787 triangle_lw.m |
|
2788 triangle_sw.m |
|
2789 yulewalker.m |
|
2790 |
|
2791 * statistics/base (new directory): |
|
2792 |
|
2793 center.m |
|
2794 cloglog.m |
|
2795 cor.m |
|
2796 cov.m |
|
2797 cut.m |
|
2798 iqr.m |
|
2799 kendall.m |
|
2800 logit.m |
|
2801 mean.m |
|
2802 meansq.m |
|
2803 moment.m |
|
2804 ppplot.m |
|
2805 probit.m |
|
2806 qqplot.m |
|
2807 range.m |
|
2808 ranks.m |
|
2809 run_count.m |
|
2810 spearman.m |
|
2811 statistics.m |
|
2812 studentize.m |
|
2813 table.m |
|
2814 values.m |
|
2815 var.m |
|
2816 |
|
2817 (Replaces cov.m and mean.m with new versions.) |
|
2818 |
|
2819 * statistics/distributions (new directory): |
|
2820 |
|
2821 beta_cdf.m |
|
2822 beta_inv.m |
|
2823 beta_pdf.m |
|
2824 beta_rnd.m |
|
2825 binomial_cdf.m |
|
2826 binomial_inv.m |
|
2827 binomial_pdf.m |
|
2828 binomial_rnd.m |
|
2829 cauchy_cdf.m |
|
2830 cauchy_inv.m |
|
2831 cauchy_pdf.m |
|
2832 cauchy_rnd.m |
|
2833 chisquare_cdf.m |
|
2834 chisquare_inv.m |
|
2835 chisquare_pdf.m |
|
2836 chisquare_rnd.m |
|
2837 discrete_cdf.m |
|
2838 discrete_inv.m |
|
2839 discrete_pdf.m |
|
2840 discrete_rnd.m |
|
2841 empirical_cdf.m |
|
2842 empirical_inv.m |
|
2843 empirical_pdf.m |
|
2844 empirical_rnd.m |
|
2845 exponential_cdf.m |
|
2846 exponential_inv.m |
|
2847 exponential_pdf.m |
|
2848 exponential_rnd.m |
|
2849 f_cdf.m |
|
2850 f_inv.m |
|
2851 f_pdf.m |
|
2852 f_rnd.m |
|
2853 gamma_cdf.m |
|
2854 gamma_inv.m |
|
2855 gamma_pdf.m |
|
2856 gamma_rnd.m |
|
2857 geometric_cdf.m |
|
2858 geometric_inv.m |
|
2859 geometric_pdf.m |
|
2860 geometric_rnd.m |
|
2861 hypergeometric_cdf.m |
|
2862 hypergeometric_inv.m |
|
2863 hypergeometric_pdf.m |
|
2864 hypergeometric_rnd.m |
|
2865 kolmogorov_smirnov_cdf.m |
|
2866 laplace_cdf.m |
|
2867 laplace_inv.m |
|
2868 laplace_pdf.m |
|
2869 laplace_rnd.m |
|
2870 logistic_cdf.m |
|
2871 logistic_inv.m |
|
2872 logistic_pdf.m |
|
2873 logistic_rnd.m |
|
2874 lognormal_cdf.m |
|
2875 lognormal_inv.m |
|
2876 lognormal_pdf.m |
|
2877 lognormal_rnd.m |
|
2878 normal_cdf.m |
|
2879 normal_inv.m |
|
2880 normal_pdf.m |
|
2881 normal_rnd.m |
|
2882 pascal_cdf.m |
|
2883 pascal_inv.m |
|
2884 pascal_pdf.m |
|
2885 pascal_rnd.m |
|
2886 poisson_cdf.m |
|
2887 poisson_inv.m |
|
2888 poisson_pdf.m |
|
2889 poisson_rnd.m |
|
2890 stdnormal_cdf.m |
|
2891 stdnormal_inv.m |
|
2892 stdnormal_pdf.m |
|
2893 stdnormal_rnd.m |
|
2894 t_cdf.m |
|
2895 t_inv.m |
|
2896 t_pdf.m |
|
2897 t_rnd.m |
|
2898 uniform_cdf.m |
|
2899 uniform_inv.m |
|
2900 uniform_pdf.m |
|
2901 uniform_rnd.m |
|
2902 weibull_cdf.m |
|
2903 weibull_inv.m |
|
2904 weibull_pdf.m |
|
2905 weibull_rnd.m |
|
2906 wiener_rnd.m |
|
2907 |
|
2908 * statistics/models (new directory): |
|
2909 |
|
2910 logistic_regression.m |
|
2911 logistic_regression_derivatives.m |
|
2912 logistic_regression_likelihood.m |
|
2913 |
|
2914 * statistics/tests (new directory): |
|
2915 |
|
2916 anova.m |
|
2917 bartlett_test.m |
|
2918 chisquare_test_homogeneity.m |
|
2919 chisquare_test_independence.m |
|
2920 cor_test.m |
|
2921 f_test_regression.m |
|
2922 hotelling_test.m |
|
2923 hotelling_test_2.m |
|
2924 kolmogorov_smirnov_test.m |
|
2925 kolmogorov_smirnov_test_2.m |
|
2926 kruskal_wallis_test.m |
|
2927 manova.m |
|
2928 mcnemar_test.m |
|
2929 prop_test_2.m |
|
2930 run_test.m |
|
2931 sign_test.m |
|
2932 t_test.m |
|
2933 t_test_2.m |
|
2934 t_test_regression.m |
|
2935 u_test.m |
|
2936 var_test.m |
|
2937 welch_test.m |
|
2938 wilcoxon_test.m |
|
2939 z_test.m |
|
2940 z_test_2.m |
|
2941 |
|
2942 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2943 |
|
2944 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
2945 compatibility and to avoid Y2K problems. |
|
2946 |
3190
|
2947 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2948 |
|
2949 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
2950 least-squares solution. |
|
2951 |
3180
|
2952 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2953 |
|
2954 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
2955 |
|
2956 * strings/strrep.m: Don't convert args to numeric values. |
|
2957 Prevent warnings for empty string args. |
|
2958 From Georg Thimm <thimm@idiap.ch>. |
|
2959 |
|
2960 * strings/strcat.m: Prevent warnings for empty string args. |
|
2961 |
|
2962 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2963 |
|
2964 * miscellaneous/menu.m: Remove special case for empty string |
|
2965 returned from input(). Add second arg to eval() to catch errors. |
|
2966 |
3178
|
2967 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2968 |
|
2969 * plot/__plt__.m: Don't call usleep. |
|
2970 |
3175
|
2971 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2972 |
|
2973 * linear-algebra/dot.m: New function. |
|
2974 |
|
2975 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
2976 compatibility. |
|
2977 |
|
2978 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2979 |
|
2980 * plot/hist.m: Also allow just one output argument. |
|
2981 |
|
2982 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2983 |
|
2984 * strings/deblank.m: Make it work if the string is only blanks. |
|
2985 |
|
2986 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2987 |
|
2988 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
2989 |
|
2990 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2991 |
|
2992 * plot/oneplot.m: Fix typo. |
|
2993 |
3174
|
2994 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2995 |
|
2996 * miscellaneous/flops.m: Allow a single argument too. |
|
2997 |
|
2998 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2999 |
|
3000 * strings/str2mat.m: Also handle case when there are no empty |
|
3001 strings correctly. |
|
3002 |
|
3003 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3004 |
|
3005 * strings/isletter.m: New function, for Matlab compatibility. |
|
3006 |
3168
|
3007 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3008 |
|
3009 * strings/str2mat.m: Handle string matrices too. |
|
3010 |
3167
|
3011 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3012 |
|
3013 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
3014 linear encoding. |
|
3015 |
|
3016 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
3017 audio/record.m: Open files in binary mode. |
|
3018 |
3164
|
3019 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3020 |
|
3021 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
3022 Move functionality of dump_1_pref here, but use built-in function |
|
3023 type to extract value, and put it inside try/catch block. |
|
3024 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
3025 |
3162
|
3026 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3027 |
|
3028 * plot/__pltopt1.m__: New file. |
|
3029 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
3030 __pltopt1__ multiple times and returning a string array with rows |
|
3031 corresponding to the rows of opt. |
|
3032 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
3033 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
3034 array. |
|
3035 |
|
3036 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3037 |
|
3038 * plot/mplot.m: Fix misspellings of global variables. |
|
3039 Don't call clearplot. |
|
3040 |
|
3041 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3042 |
|
3043 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
3044 "cle;rep" when going in ot multiplot mode. |
|
3045 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
3046 switching out of multiplot mode. |
|
3047 |
3156
|
3048 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
3049 |
3156
|
3050 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
3051 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
3052 |
3141
|
3053 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3054 |
|
3055 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
3056 |
|
3057 * miscellaneous/bug_report.m: Don't try to get smart with |
|
3058 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
3059 |
|
3060 * Makefile.in (install): Create separate ls-R files for |
|
3061 $(datadir) and $(libexecdir). |
|
3062 (uninstall): Remove both ls-R files. |
|
3063 |
3136
|
3064 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3065 |
|
3066 * signal/fftshift.m: New file. |
|
3067 |
|
3068 * plot/contour.m: Fix for non-square case. |
|
3069 |
|
3070 * general/randperm.m: New file. |
|
3071 |
|
3072 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3073 |
|
3074 * specfun/betai.m: Restore file for compatibility with previous |
|
3075 versions. Call betainc with reordered args. |
|
3076 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
3077 |
3131
|
3078 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3079 |
|
3080 * plot/contour.m: Handle discrete contour levels. |
|
3081 |
|
3082 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3083 |
|
3084 * control/lyap.m: For compatibility with Matlab, solve |
|
3085 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
3086 |
3124
|
3087 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3088 |
|
3089 * specfun/bessel.m: New file. |
|
3090 |
|
3091 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
3092 specfun/gammainc.m: Delete. |
|
3093 |
3106
|
3094 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3095 |
|
3096 * image/colormap.m: Initialize __current_color_map__ in global |
|
3097 statement. |
|
3098 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
3099 statement. |
|
3100 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
3101 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
3102 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
3103 |
3103
|
3104 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3105 |
|
3106 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
3107 * time/toc.m: Likewise. |
|
3108 |
|
3109 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
3110 |
|
3111 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
3112 anything special for automatic_replot when in multiplot mode -- |
|
3113 recent 3.6beta releases handle this correctly. |
|
3114 |
|
3115 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
3116 setting the terminal type. |
|
3117 |
|
3118 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
3119 plot/subwindow.m: Use leading and trailing underscores for |
|
3120 `private' globals. |
|
3121 |
|
3122 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
3123 |
3101
|
3124 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3125 |
|
3126 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
3127 |
3091
|
3128 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3129 |
3092
|
3130 * specfun/gammai.m: Avoid problems with whitespace when |
|
3131 constructing matrices. |
|
3132 |
3091
|
3133 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
3134 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
3135 original y vector. |
|
3136 |
3085
|
3137 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3138 |
|
3139 * linear-algebra/cross.m: Use direct formula instead of calling |
|
3140 det three times in a loop. If both args are column (row) vectors, |
|
3141 return a column (row) vector. If they don't match, pay attention |
|
3142 to the value of prefer_column_vectors. |
|
3143 |
|
3144 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
|
3145 |
|
3146 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
3147 nonsymmetric matrices. |
|
3148 |
|
3149 * general/tril.m: Fix usage message. |
|
3150 |
|
3151 * polynomial/polyvalm.m: Fix error messages. |
|
3152 * polynomial/polyderiv.m: Likewise. |
|
3153 * polynomial/polyval.m: Likewise. |
|
3154 |
3081
|
3155 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3156 |
|
3157 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
3158 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
3159 |
3063
|
3160 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3161 |
|
3162 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
3163 |
3062
|
3164 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
|
3165 |
|
3166 * plot/__pltopt__.m: Handle key/legend names. |
|
3167 Correctly set colors, line styles, and point styles. |
|
3168 |
3061
|
3169 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3170 |
|
3171 * polynomial/polyfit.m: Return fit y values as second output. |
|
3172 Don't use QR factorization to solve least squares problem. |
|
3173 |
|
3174 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3175 |
|
3176 * control/dlqr.m: Use ao, not a, to compute k. |
|
3177 |
3024
|
3178 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3179 |
|
3180 * miscellaneous/path.m: New file. |
|
3181 |
2993
|
3182 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3183 |
|
3184 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
3185 name. |
|
3186 |
2968
|
3187 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3188 |
|
3189 * specfun/erfinv.m: Add missing semicolon. |
|
3190 |
2870
|
3191 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3192 |
|
3193 * miscellaneous/xor.m: Make type of return value logical. |
|
3194 |
2853
|
3195 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3196 |
|
3197 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
3198 warn_comma_in_global_decl. |
|
3199 |
2831
|
3200 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3201 |
|
3202 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
3203 octave-bug script. |
|
3204 |
2823
|
3205 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3206 |
2824
|
3207 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
3208 prefer_zero_one_indexing. |
|
3209 |
2823
|
3210 * general/logical.m: New file. |
|
3211 |
2816
|
3212 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3213 |
|
3214 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
3215 and is_vector(). |
|
3216 |
2813
|
3217 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
3218 |
|
3219 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
3220 Use tolerance of 2 * eps. |
|
3221 |
2811
|
3222 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3223 |
|
3224 * Makefile.in (install-strip): New target. |
|
3225 * audio/Makefile.in: Ditto. |
|
3226 * control/Makefile.in: Ditto. |
|
3227 * elfun/Makefile.in: Ditto. |
|
3228 * general/Makefile.in: Ditto. |
|
3229 * image/Makefile.in: Ditto. |
|
3230 * io/Makefile.in: Ditto. |
|
3231 * linear-algebra/Makefile.in: Ditto. |
|
3232 * miscellaneous/Makefile.in: Ditto. |
|
3233 * plot/Makefile.in: Ditto. |
|
3234 * polynomial/Makefile.in: Ditto. |
|
3235 * set/Makefile.in: Ditto. |
|
3236 * signal/Makefile.in: Ditto. |
|
3237 * specfun/Makefile.in: Ditto. |
|
3238 * special-matrix/Makefile.in: Ditto. |
|
3239 * startup/Makefile.in: Ditto. |
|
3240 * statistics/Makefile.in: Ditto. |
|
3241 * strings/Makefile.in: Ditto. |
|
3242 |
2809
|
3243 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3244 |
|
3245 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
3246 |
2798
|
3247 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3248 |
|
3249 * statistics/corrcoef.m: Make it actually work. |
|
3250 |
2795
|
3251 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3252 |
2798
|
3253 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
3254 |
2779
|
3255 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
3256 |
|
3257 * Version 2.0.5 released. |
|
3258 |
2745
|
3259 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3260 |
2749
|
3261 * Makefile.in (maintainer-clean): Also remove configure. |
|
3262 |
2746
|
3263 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
3264 |
2745
|
3265 * general/is_matrix.m: Return zero for empty matrices. |
|
3266 |
|
3267 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3268 |
|
3269 * linear-algebra/vech.m: Size result just once. |
|
3270 |
2726
|
3271 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3272 |
|
3273 * general/is_square.m: Handle empty matrices correctly. |
|
3274 * general/is_symmetric.m: Handle empty matrices and strings. |
|
3275 |
2716
|
3276 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3277 |
|
3278 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
3279 * polynomial/deconv.m: Likewise. |
|
3280 * polynomial/polyderiv.m: Likewise. |
|
3281 * polynomial/polyinteg.m: Likewise. |
|
3282 * polynomial/polyreduce.m: Likewise. |
|
3283 * polynomial/polyval.m: Likewise. |
|
3284 * polynomial/polyvalm.m: Likewise. |
|
3285 * general/postpad.m: Likewise. |
|
3286 * general/prepad.m: Likewise. |
|
3287 |
|
3288 * polynomial/compan.m: Check input with is_vector(), not |
|
3289 is_matrix(). Handle scalar case. |
|
3290 |
2711
|
3291 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3292 |
2715
|
3293 * plot/contour.m: Order data so that it is consistent with |
|
3294 meshgrid and mesh. |
|
3295 |
2711
|
3296 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
3297 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
3298 |
2709
|
3299 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
3300 |
|
3301 * Version 2.0.4 released. |
|
3302 |
2706
|
3303 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3304 |
2702
|
3305 * miscellaneous/paren.m: New file. |
|
3306 |
2693
|
3307 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
3308 |
|
3309 * Version 2.0.3 released. |
|
3310 |
2676
|
3311 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3312 |
|
3313 * image/saveimage.m: Only clip image data that is actually out of |
|
3314 range. |
|
3315 |
2667
|
3316 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3317 |
|
3318 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
3319 also be considered to be matrices. |
|
3320 |
|
3321 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
3322 |
|
3323 * general/isempty.m: Use size(), not rows() and columns(). |
|
3324 |
|
3325 * plot/contour.m: Convert set to gset. |
|
3326 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
3327 |
2663
|
3328 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3329 |
|
3330 * specfun/erfinv.m: Fix typo in last change. |
|
3331 |
2650
|
3332 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3333 |
|
3334 * image/loadimage.m: Make it possible to load files with image |
|
3335 data named X or img. |
|
3336 |
|
3337 * image/default.img: Change name of image from X to img to match |
|
3338 what saveimage does now. |
|
3339 |
|
3340 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
3341 does now. |
|
3342 |
2632
|
3343 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3344 |
2634
|
3345 * Version 2.0.2 released. |
|
3346 |
2632
|
3347 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
3348 weird missing-lines bug without creating extra plots unecessarily. |
|
3349 |
2624
|
3350 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3351 |
|
3352 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
3353 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
3354 io/Makefile.in, linear-algebra/Makefile.in, |
|
3355 miscellaneous/Makefile.in, plot/Makefile.in, |
|
3356 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
3357 specfun/Makefile.in, special-matrix/Makefile.in, |
|
3358 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
3359 time/Makefile.in (bin-dist): New target. |
|
3360 |
2621
|
3361 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3362 |
|
3363 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
3364 |
|
3365 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3366 |
|
3367 * miscellaneous/xor.m: Make it work. |
|
3368 |
2613
|
3369 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3370 |
|
3371 * plot/sombrero.m: Doc fix. |
|
3372 |
2602
|
3373 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3374 |
|
3375 * Version 2.0.1 released. |
|
3376 |
2601
|
3377 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3378 |
|
3379 * elfun/lcm.m: Replace missing if statement. |
|
3380 |
|
3381 * elfun/gcd.m: Report error if no input args. |
|
3382 * elfun/lcm.m: Likewise. |
|
3383 |
2597
|
3384 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3385 |
|
3386 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
3387 Also list contents of $libexecdir/octave in ls-R database. |
|
3388 |
2583
|
3389 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3390 |
|
3391 * Version 2.0 released. |
|
3392 |
2575
|
3393 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3394 |
|
3395 * Version 1.94. |
|
3396 |
2558
|
3397 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3398 |
|
3399 * strings/str2num.m: New file. |
|
3400 |
2554
|
3401 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3402 |
|
3403 * Version 1.93. |
|
3404 |
2540
|
3405 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3406 |
|
3407 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
3408 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
3409 linear-algebra/vech.m: New files from Kurt Hornik. |
|
3410 |
|
3411 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
3412 general/common_size.m: New files from Kurt Hornik. |
|
3413 |
|
3414 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
3415 New files from Kurt Hornik. |
|
3416 |
|
3417 * signal/detrend.m: New file from Kurt Hornik. |
|
3418 |
|
3419 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
3420 specfun/pow2.m, specfun/log2.m: |
|
3421 New files and updates from Kurt Hornik. |
|
3422 |
2523
|
3423 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3424 |
|
3425 * plot/__plt__.m: Add explicit replot after last command is |
|
3426 issued, to force all lines to be displayed. Hmm. |
|
3427 |
2512
|
3428 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3429 |
2520
|
3430 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
3431 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
3432 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
3433 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
3434 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
3435 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
3436 Uset gset, not set. |
|
3437 |
2512
|
3438 * Version 1.92. |
|
3439 |
2482
|
3440 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3441 |
2486
|
3442 * image/saveimage.m: When writing PostScript, name Octave as the |
|
3443 almighty Creator. Use single call to fprintf instead of looping. |
|
3444 |
|
3445 * image/Makefile.in: Delete references to octtopnm. |
|
3446 |
|
3447 * general/logspace.m: Doc fix. |
|
3448 |
2482
|
3449 * Version 1.91. |
|
3450 |
2458
|
3451 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3452 |
|
3453 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
3454 |
|
3455 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
3456 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
3457 deleted. |
|
3458 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
3459 of a system() command to delete the tmp file. |
|
3460 |
2452
|
3461 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3462 |
|
3463 * Version 1.90. |
|
3464 |
|
3465 * Makefile.in (DISTFILES): Add ChangeLog. |
|
3466 |
2360
|
3467 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3468 |
|
3469 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
3470 Don't check for string value of automatic_replot. |
|
3471 |
|
3472 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
3473 Temporarily set do_fortran_indexing to 1, not "true". |
|
3474 |
|
3475 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
3476 not "false". |
|
3477 |
|
3478 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
3479 "false". |
|
3480 |
2355
|
3481 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
3482 |
|
3483 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
3484 |
2330
|
3485 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3486 |
|
3487 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
3488 system command. |
|
3489 |
|
3490 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3491 |
|
3492 * __plr1__.m: Renamed from polar_int_1.m. |
|
3493 * __plr2__.m: Renamed from polar_int_2.m. |
|
3494 * __plr__.m: Renamed from polar_int.m. |
|
3495 * __plt1__.m: Renamed from plot_int_1.m. |
|
3496 * __plt2__.m: Renamed from plot_int_2.m. |
|
3497 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
3498 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
3499 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
3500 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
3501 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
3502 * __plt__.m: Renamed from plot_int.m. |
|
3503 * __pltopt__.m: Renamed from plot_opt.m. |
|
3504 Change all callers. |
|
3505 |
|
3506 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3507 |
|
3508 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
3509 comments like those found in Emacs lisp files. |
|
3510 |
|
3511 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3512 |
|
3513 * All .m files: Change comment style. |
|
3514 |
|
3515 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3516 |
|
3517 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
3518 subplot.m, subwindow.m, top_title.m: |
|
3519 Print error message if gnuplot_has_multiplot is not true. |
|
3520 |
|
3521 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3522 |
|
3523 * plot/figure.m: New function. |
|
3524 |
|
3525 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3526 |
|
3527 * strings/strrep.m: New function. |
|
3528 |
|
3529 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3530 |
|
3531 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
3532 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
3533 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
3534 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
3535 New functions from Kurt Hornik, heavily modified by jwe. |
|
3536 |
|
3537 * general/reshape.m: Allow strings to be reshaped too. |
|
3538 |
|
3539 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
3540 Always return a scalar. |
|
3541 |
|
3542 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3543 |
|
3544 * polynomial/polyfit.m: Make orientation of result compatible with |
|
3545 Matlab. |
|
3546 |
|
3547 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3548 |
|
3549 * polynomial/polyfit.m: Add missing close paren. |
|
3550 |
|
3551 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3552 |
|
3553 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
3554 |
|
3555 * io/scanf.m: Delete. |
|
3556 |
|
3557 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3558 |
|
3559 * statistics/median.m: Fix typo in usage message. |
|
3560 |
|
3561 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3562 |
|
3563 * miscellaneous/popen2.m: New file. |
|
3564 |
|
3565 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3566 |
|
3567 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
3568 |
|
3569 * io: New directory. |
|
3570 * Makefile.in (SUBDIRS): Add it to the list. |
|
3571 |
|
3572 * miscellaneous/flops.m: New file. |
|
3573 |
|
3574 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3575 |
|
3576 * miscellaneous/cputime.m: Return three arguments instead of a |
|
3577 vector, for compatibility with previous versions and with Matlab |
|
3578 (which only returns one scalar value). |
|
3579 |
|
3580 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
3581 |
|
3582 * general/triu.m: Compute lower bound on loop index correctly. |
|
3583 * general/tril.m: Likewise, for upper bound. |
|
3584 |
|
3585 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3586 |
|
3587 * image/saveimage.m: For color images, make sure indices into |
|
3588 temporary colormap and result matrix have proper orientation. |
|
3589 Set grey flag correctly. |
|
3590 |
|
3591 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3592 |
|
3593 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
3594 jrv@vanzandt.mv.com). |
|
3595 |
|
3596 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3597 |
|
3598 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
3599 * mesh.m: Transpose Z if only one arg. |
|
3600 Handle case of all three args being matrices (from Jim Van Zandt |
|
3601 jrv@vanzandt.mv.com). |
|
3602 * meshdom.m: Undo previous change. |
|
3603 |
|
3604 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3605 |
|
3606 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
3607 |
|
3608 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3609 |
|
3610 * audio: New directory of files from Kurt Hornik and Andreas |
|
3611 Weingessel. |
|
3612 * audio/Makefile.in: New file. |
|
3613 * Makefile.in (SUBDIRS): Add audio to the list. |
|
3614 |
|
3615 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3616 |
|
3617 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
3618 |
|
3619 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3620 |
|
3621 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
3622 columns (z), not the other way around. |
|
3623 * plot/meshdom.m: Don't reverse order of elements in y. |
|
3624 |
|
3625 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3626 |
|
3627 * plot/axis.m: Return current axis if nargin == 0. |
|
3628 |
|
3629 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3630 |
|
3631 * polynomial/roots.m: Updates from Kurt Hornik. |
|
3632 |
|
3633 * polynomial/polyder.m: New file. |
|
3634 |
|
3635 * polynomial/polyderiv.m: Give return value and arg different names. |
|
3636 |
|
3637 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3638 |
|
3639 * specfun/betainc.m: New file. |
|
3640 * specfun/gammainc.m: New file. |
|
3641 |
|
3642 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3643 |
|
3644 * general/strerror.m: New file. |
|
3645 * general/perror.m: Implement using strerror(). |
|
3646 |
|
3647 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3648 |
|
3649 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
3650 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
3651 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
3652 |
|
3653 * image/saveimage.m: Round img values first. |
|
3654 |
|
3655 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3656 |
|
3657 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
3658 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
3659 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
3660 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
3661 special-matrix/hankel.m special-matrix/toeplitz.m |
|
3662 tuwien/strfun/split.m: Add missing semicolons. |
|
3663 |
|
3664 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
3665 |
|
3666 * image/Makefile.in: Don't build or install octtoppm. |
|
3667 |
|
3668 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
|
3669 routines so that people who don't have the the pbm stuff installed |
|
3670 can still use this function. |
|
3671 |
|
3672 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3673 |
|
3674 * image/saveimage.m: Better error checking, clean up a bit. |
|
3675 |
|
3676 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3677 |
|
3678 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
3679 avoid conflict with new built-in text-style function more. |
|
3680 |
|
3681 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
3682 |
|
3683 * startup/Makefile.in (install): Also install octaverc in |
|
3684 $localfcnfiledir/startup/octavrc. |
|
3685 |
|
3686 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3687 |
|
3688 * mkinstalldirs: New file. |
|
3689 * Makefile.in (DISTFILES): Add it to the list. |
|
3690 |
|
3691 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
3692 |
|
3693 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3694 |
|
3695 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
3696 r(1) != c(nr), not if r(1) != c(1). |
|
3697 |
|
3698 * signal/filter.m: Doc fix. |
|
3699 |
|
3700 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3701 |
|
3702 * miscellaneous/cputime.m: Use new resource structure names (no |
|
3703 ru_ or tv_ prefixes). |
|
3704 |
|
3705 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3706 |
|
3707 * time/ctime.m: Fix doc string and usage message. |
|
3708 |
|
3709 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3710 |
|
3711 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
3712 |
|
3713 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3714 |
|
3715 * control/c2d.m: Make function work for any value of |
|
3716 whitespace_in_literal_matrix. |
|
3717 * control/dare.m: Likewise. |
|
3718 * control/tzero.m: Likewise. |
|
3719 * elfun/gcd.m: Likewise. |
|
3720 * elfun/lcm.m: Likewise. |
|
3721 * general/postpad.m: Likewise. |
|
3722 * general/prepad.m: Likewise. |
|
3723 * linear-algebra/kron.m: Likewise. |
|
3724 * miscellaneous/etime.m: Likewise. |
|
3725 * polynomial/conv.m: Likewise. |
|
3726 * polynomial/deconv.m: Likewise. |
|
3727 * polynomial/poly.m: Likewise. |
|
3728 * polynomial/roots.m: Likewise. |
|
3729 * signal/filter.m: Likewise. |
|
3730 * signal/freqz.m: Likewise. |
|
3731 * signal/fftfilt.m: Likewise. |
|
3732 |
|
3733 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3734 |
|
3735 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
3736 |
|
3737 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3738 |
|
3739 * plot/polar_int_2.m: Add missing semicolons. |
|
3740 Set theta = theta', not rho'. |
|
3741 |
|
3742 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3743 |
|
3744 * polynomial/roots.m: Make it work for any value of |
|
3745 whitespace_in_literal_matrix. |
|
3746 |
|
3747 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3748 |
|
3749 * configure.in: New file. |
|
3750 |
|
3751 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3752 |
|
3753 * control/lyap.m: Add missing semicolon. |
|
3754 |
|
3755 * miscellaneous/cputime.m: New function file. |
|
3756 |
|
3757 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3758 |
|
3759 * time: New directory. |
|
3760 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
3761 New function files. |
|
3762 * time/Makefile.in: New file. |
|
3763 * Makefile.in (SUBDIRS): Add time. |
|
3764 |
|
3765 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3766 |
|
3767 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
3768 |
|
3769 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3770 |
|
3771 * plot/plot_int_1.m: Transpose data with .', not '. |
|
3772 |
|
3773 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3774 |
|
3775 * Makefile.in (install uninstall clean mostlyclean distclean |
|
3776 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
3777 |
|
3778 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3779 |
|
3780 * Makefile.in (install): Create ls-R database file. |
|
3781 (uninstall): Delete it. |
|
3782 |
|
3783 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3784 |
|
3785 * scripts/image/saveimage.m: Fix typo. |
|
3786 |
|
3787 See ChangeLog.1 in the top level directory for earlier changes. |