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