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