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