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