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