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