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