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