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