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