6036
|
1 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2 |
|
3 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
4 |
6032
|
5 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
6 |
|
7 * pkg/pkg.m: Update docs. |
6034
|
8 Handle prefix option. |
6032
|
9 |
6029
|
10 2006-10-04 John W. Eaton <jwe@octave.org> |
|
11 |
6030
|
12 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
13 |
|
14 * plot/clg.m: Delete. |
|
15 * plot/__init_plot_vars__.m: New function. |
|
16 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
17 |
6025
|
18 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
19 |
|
20 * pkg/pkg.m: Avoid calling addpath with no args. |
|
21 |
6024
|
22 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
23 |
|
24 * audio/loadaudio.m, control/base/nyquist.m, |
|
25 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
26 linear-algebra/krylov.m, statistics/base/center.m, |
|
27 statistics/base/median.m, statistics/base/std.m, |
|
28 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
29 find first or last element matching a condition. |
|
30 |
6023
|
31 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
32 |
|
33 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
34 general/__isequal__.m: Minimize looping using cellfun. |
|
35 |
6020
|
36 2006-10-02 David Bateman <dbateman@free.fr> |
|
37 |
|
38 * pkg/pkg.m (copy_files): always create installation directory. |
|
39 |
6016
|
40 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
41 |
|
42 * miscellaneous/doc.m: Swap file and directory args to info. |
|
43 |
|
44 2006-10-01 Arno Onken <whyly@gmx.net> |
|
45 |
|
46 * statistics/distributions/exprnd.m: Fix typo. |
|
47 |
6014
|
48 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
49 |
|
50 * polynomial/ppval.m: Use .' instead of '. |
|
51 * polynomial/spline.m: Likewise. New tests. |
|
52 |
6004
|
53 2006-09-26 David Bateman <dbateman@free.fr> |
|
54 |
|
55 * __plt3__.m: Using global variables __plot_data__, |
|
56 __plot_data_offset__ and __plot_command__ to store plots and |
|
57 correctly handle multiplots, and hold state. Only accept a single |
|
58 data parameter plus, using, format and with strings. Remove |
|
59 setting of gnuplot parameters. |
|
60 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
61 * __setup_plot__.m: Convert to a function and pass the plotting |
|
62 command to use. |
|
63 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
64 * contour.m: Use unwind protect on the parametric state of plot |
|
65 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
66 * mesh.m: ditto. |
|
67 * plot3.m: Error checking, setting of parametric state and |
|
68 formation of matrix to plot moved from old __plt3__. |
|
69 |
5996
|
70 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
71 |
5997
|
72 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
73 |
|
74 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
75 |
|
76 * signal/filter2.m: Correct texinfo doc. |
|
77 |
|
78 2006-09-22 David Bateman <dbateman@free.fr> |
|
79 |
|
80 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
81 |
5993
|
82 2006-09-15 David Bateman <dbateman@free.fr> |
|
83 |
|
84 * pkg/pkg.m (prepare_installation): Don't create package |
|
85 installation directory here. |
|
86 (copy_files): Create it here instead, to avoid issues with |
|
87 upgrades. Also install the COPYING file in packinfo. |
|
88 |
5989
|
89 2006-09-13 John W. Eaton <jwe@octave.org> |
|
90 |
|
91 * general/blkdiag.m: Adjust to new cellfun rules. |
|
92 |
5987
|
93 2006-08-30 David Bateman <dbateman@free.fr> |
|
94 |
|
95 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
96 error message for archive name not matching package name. |
|
97 (installed_packages): Size header of printed results to |
|
98 arguments. Sort the list of installed packages before printing |
|
99 them. |
|
100 |
5986
|
101 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
102 |
|
103 * signal/freqz.m: Update tests. |
|
104 |
|
105 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
106 |
|
107 * signal/freqz.m: Corretly postpad arrays. |
|
108 Don't call fliplr on a column vector. |
|
109 |
5984
|
110 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
111 |
|
112 * general/shiftdim.m: Use permute instead of reshape. |
|
113 |
5981
|
114 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
115 |
|
116 * miscellaneous/parseparams.m: New function. |
|
117 |
5980
|
118 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
119 |
|
120 * miscellaneous/doc.m: Swap order of --file and --directory |
|
121 options for info program invocation. |
|
122 |
5976
|
123 2006-08-30 David Bateman <dbateman@free.fr> |
|
124 |
5987
|
125 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
126 previous change. |
|
127 |
5974
|
128 2006-08-26 David Bateman <dbateman@free.fr> |
|
129 |
|
130 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
131 absence of trailing "/" in OCTAVE_HOME. |
|
132 |
5973
|
133 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
134 |
|
135 * time/datenum.m: Allow arg to be character string. |
|
136 |
5971
|
137 2006-08-25 David Bateman <dbateman@free.fr> |
|
138 |
|
139 * pkg/pkg.m (install): Verify that package name correponds to the |
|
140 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
141 they are empty. If package directory is empty, remove it to fail |
|
142 gracefully for system specific packages. |
|
143 (extract_pkgadd, create_pkgadd): delete. |
|
144 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
145 (copy_files): Install both bin/ and doc/ directories, adding the |
|
146 bin/ to the EXEC_PATH when the package is loaded. |
|
147 |
5962
|
148 2006-08-24 John W. Eaton <jwe@octave.org> |
|
149 |
|
150 * image/saveimage.m: Use logical indexing instead of |
|
151 indices computed by calling find on the logical index. |
|
152 |
5961
|
153 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
154 |
5967
|
155 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
156 Use logical indexing instead of indices computed by calling find |
|
157 on the logical index. |
|
158 |
|
159 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
160 |
5959
|
161 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
162 |
|
163 * control/system/tf2zp.m: Simplify gain calculation. |
|
164 |
5958
|
165 2006-08-23 John W. Eaton <jwe@octave.org> |
|
166 |
|
167 * plot/__plt__.m: Insert using clauses for all plots. |
|
168 |
5957
|
169 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
170 |
|
171 * control/system/sysscale.m: Call tf and zp with correct number of |
|
172 args. |
|
173 |
5955
|
174 2006-08-22 David Bateman <dbateman@free.fr> |
|
175 |
|
176 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
177 Search inst/*.m and src/*.m files in the package for |
|
178 PKG_ADD directives and append user supplied PKG_ADD. |
|
179 (pkg): Call create_pkgadd after copying files. |
|
180 |
5947
|
181 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
182 |
|
183 * pkg/pkg.m: Handle multiple packages in a single file. |
|
184 Insert directory separator between OCTAVE_HOME and rest of package |
|
185 installation directory. |
|
186 |
|
187 2006-08-21 John W. Eaton <jwe@octave.org> |
|
188 |
|
189 * general/num2str.m: Early return if arg is empty. |
|
190 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
191 |
5946
|
192 2006-08-21 David Bateman <dbateman@free.fr> |
|
193 |
|
194 * strings/mat2str.m: Compute NC before using. |
|
195 |
5937
|
196 2006-08-17 John W. Eaton <jwe@octave.org> |
|
197 |
|
198 * audio/wavread.m: Fix calculation of sample count. |
|
199 |
5934
|
200 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
201 |
|
202 * image/imshow.m: New Matlab-compatible version. |
|
203 |
5930
|
204 2006-08-15 John W. Eaton <jwe@octave.org> |
|
205 |
|
206 * deprecated/is_global.m: Delete. |
|
207 |
5928
|
208 2006-08-14 John W. Eaton <jwe@octave.org> |
|
209 |
|
210 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
211 |
5926
|
212 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
213 |
|
214 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
215 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
216 |
5928
|
217 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
218 |
|
219 * pkg/pkg.m: Don't pass function name to print_usage. |
|
220 Use addpath and rmpath instead of manipulating LOADPATH. |
|
221 Handle changes to system function. |
|
222 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
223 recursive directory removal. |
5922
|
224 |
5924
|
225 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
226 |
5923
|
227 * colormap.m: Change global variable to persistent. |
|
228 |
5922
|
229 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
230 |
5920
|
231 2006-08-14 John W. Eaton <jwe@octave.org> |
|
232 |
|
233 * strings/str2double.m: Fix missing semicolon. |
|
234 |
5910
|
235 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
236 |
|
237 * plot/plot3.m: Accept one complex or one real and one complex |
|
238 argument and plot real and imaginary components for y and z. |
|
239 |
5908
|
240 2006-07-27 John W. Eaton <jwe@octave.org> |
|
241 |
|
242 * testfun/test.m: Call fflush after each block of calls to |
|
243 fprintf, fputs, or fdisp. |
|
244 |
5904
|
245 2006-07-26 John W. Eaton <jwe@octave.org> |
|
246 |
|
247 * miscellaneous/mex.m: New function. |
|
248 |
5901
|
249 2006-07-22 John W. Eaton <jwe@octave.org> |
|
250 |
|
251 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
252 |
5881
|
253 2006-07-07 John W. Eaton <jwe@octave.org> |
|
254 |
|
255 * miscellaneous/orderfields.m: New file. |
|
256 |
5873
|
257 2006-06-30 John W. Eaton <jwe@octave.org> |
|
258 |
|
259 * time/datevec.m: Make another attempt to account for precision of |
|
260 datenum format. |
|
261 |
5868
|
262 2006-06-29 John W. Eaton <jwe@octave.org> |
|
263 |
|
264 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
265 Use feval instead of "type -q" to get values now that all the |
|
266 symbols are functions. |
|
267 |
5860
|
268 2006-06-16 John W. Eaton <jwe@octave.org> |
|
269 |
|
270 * time/datevec.m: Avoid computing log of non-positive values. |
|
271 |
5859
|
272 2006-06-14 John W. Eaton <jwe@octave.org> |
|
273 |
|
274 * time/datevec.m: Attempt to account for precision of datenum format. |
|
275 |
5839
|
276 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
277 |
|
278 * audio/wavread.m: Fix file range error and add read support for |
|
279 24-bit WAV files. |
|
280 |
5837
|
281 2006-06-01 David Bateman <dbateman@free.fr> |
|
282 |
|
283 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
284 general/interp1.m, general/gradient.m, general/interp2.m, |
|
285 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
286 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
287 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
288 |
5835
|
289 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
290 |
|
291 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
292 * miscellaneous/texas_lotto.m: Fix warning message. |
|
293 |
5830
|
294 2006-05-26 John W. Eaton <jwe@octave.org> |
|
295 |
|
296 * miscellaneous/doc.m: Also handle nargin == 0. |
|
297 |
5829
|
298 2006-05-23 John W. Eaton <jwe@octave.org> |
|
299 |
|
300 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
301 really needed. |
|
302 |
5827
|
303 2006-05-22 John W. Eaton <jwe@octave.org> |
|
304 |
|
305 * scripts/general/lookup.m: New file from Octave Forge. |
|
306 |
|
307 2006-05-22 David Bateman <dbateman@free.fr> |
|
308 |
|
309 * scripts/general/nthroot.m, scripts/linear-algebra/rref.m, |
|
310 scripts/specfun/isprime.m, scripts/specfun/primes.m, |
|
311 scripts/specfun/factor.m, scripts/specfun/nchoosek.m, |
|
312 scripts/specfun/legendre.m, scripts/specfun/perms.m, |
|
313 scripts/special-matrix/rosser.m, |
|
314 scripts/special-matrix/wilkinson.m, |
|
315 scripts/special-matrix/pascal.m, scripts/special-matrix/magic.m, |
|
316 scripts/special-matrix/hadamard.m, scripts/strings/strtok.m: |
|
317 New files from Octave Forge. |
|
318 |
5824
|
319 2006-05-19 David Bateman <dbateman@free.fr> |
|
320 |
|
321 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
322 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
323 |
5821
|
324 2006-05-17 John W. Eaton <jwe@octave.org> |
|
325 |
|
326 * set/intersection.m: Delete |
|
327 * deprecated/intersection.m: New file. |
|
328 |
5820
|
329 2006-05-17 David Bateman <dbateman@free.fr> |
|
330 |
|
331 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
332 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
333 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
334 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
335 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
336 Forge. |
|
337 |
5809
|
338 2006-05-11 John W. Eaton <jwe@octave.org> |
|
339 |
5815
|
340 * path/path.m: Delete (now a built-in function). |
|
341 |
5811
|
342 * pkg/Makefile.in: New file. |
|
343 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
344 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
345 |
5808
|
346 2006-05-10 John W. Eaton <jwe@octave.org> |
|
347 |
|
348 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
349 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
350 |
5807
|
351 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
352 |
|
353 * tar.m, untar.m, unzip.m: New files. |
|
354 |
5801
|
355 2006-05-10 John W. Eaton <jwe@octave.org> |
|
356 |
5804
|
357 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
358 * path/setpath.m: Delete. |
|
359 |
5801
|
360 * pkg/pkg.m: New file. |
|
361 |
5798
|
362 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
363 |
|
364 * plot/plot.m: Doc string fix. |
|
365 |
|
366 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
367 |
|
368 * testfun/speeed.m: Use new interface to unique and assert. |
|
369 Improve documentation. Approximate time complexity from log-log |
|
370 plot. Return time complexity and raw times if requested. The |
|
371 mean ratio is no longer returned. Provide complete control over |
|
372 which n are computed. |
|
373 |
|
374 2006-05-09 John W. Eaton <jwe@octave.org> |
|
375 |
|
376 * path/path.m: Move here from miscellaneous. |
|
377 Adapt to new LOADPATH definition. |
|
378 |
5789
|
379 2006-05-03 David Bateman <dbateman@free.fr> |
|
380 |
|
381 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
382 explicit uses of a path seperation character with pathsep(). |
|
383 |
5786
|
384 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
385 |
|
386 * scripts/set/setdiff.m: New arg, byrows. New tests. |
|
387 |
5781
|
388 2006-04-29 John W. Eaton <jwe@octave.org> |
|
389 |
|
390 * startup/main-rcfile: Disable some warnings. |
|
391 |
5762
|
392 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
393 |
|
394 * strings/strcmpi.m: Return false instead of error if args are not |
|
395 char or cellstr. |
|
396 |
5750
|
397 2006-04-10 John W. Eaton <jwe@octave.org> |
|
398 |
|
399 * miscellaneous/dir.m: Ensure that returned structure array is |
|
400 Nx1, not 1xN. |
|
401 |
5746
|
402 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
403 |
|
404 * plot/hist.m: Ignore NaN in inputs. |
|
405 |
5745
|
406 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
407 |
|
408 * miscellaneous/mkoctfile.m: Doc string fix. |
|
409 |
5741
|
410 2006-04-05 John W. Eaton <jwe@octave.org> |
|
411 |
|
412 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
413 are both empty. |
|
414 * plot/__plt__.m: Ignore empty data and format strings returned |
|
415 from __plt1__ or __plt2__. |
|
416 |
5737
|
417 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
418 |
|
419 * scripts/set/unique.m: Properly handle single column input when |
|
420 "rows" is specified. |
|
421 |
5732
|
422 2006-04-04 John W. Eaton <jwe@octave.org> |
|
423 |
5736
|
424 * path/setpath.m: New file. |
|
425 * path/savepath.m: Use setpath to set path instead of assigning |
|
426 directly to LOADPATH. |
|
427 |
5732
|
428 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
429 New files, adapted from Octave Forge by Keith Goodman |
|
430 <kwgoodman@gmail.com>. |
|
431 * path: New directory. |
|
432 * Makefile.in (SUBDIRS): Add it to the list. |
|
433 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
434 |
5731
|
435 2006-04-02 David Bateman <dbateman@free.fr> |
|
436 |
|
437 * general/tril.m, general.triu.m: |
|
438 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
439 to allow user types to work correctly. |
|
440 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
441 |
5727
|
442 2006-04-03 David Bateman <dbateman@free.fr> |
|
443 |
|
444 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
445 Accept keyword "minor" for minor grid. |
|
446 |
5721
|
447 2006-03-28 John W. Eaton <jwe@octave.org> |
|
448 |
|
449 * general/isscalar.m: Only require that all dimensions are 1 for |
|
450 compatiblity. |
|
451 |
|
452 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
453 |
|
454 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
455 compatibility. |
|
456 |
5720
|
457 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
458 |
|
459 * plot/__errplot__.m: Doc string fix. |
|
460 |
|
461 * miscellaneous/doc.m: Mark as command. |
|
462 |
|
463 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
464 general/isequalwithequalnans.m, general/blkdiag.m, |
|
465 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
466 |
5717
|
467 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
468 |
|
469 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
470 return 3d matrices. |
|
471 |
|
472 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
473 |
|
474 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
475 |
5708
|
476 2006-03-22 John W. Eaton <jwe@octave.org> |
|
477 |
|
478 * plot/print.m: Don't replot after popping terminal setting. |
|
479 |
5696
|
480 2006-03-20 John W. Eaton <jwe@octave.org> |
|
481 |
|
482 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
483 mkoctfile. Use fullfile to construct file name. |
|
484 |
5695
|
485 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
486 |
|
487 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
488 shell script from Octave prompt. |
|
489 |
5690
|
490 2006-03-17 John W. Eaton <jwe@octave.org> |
|
491 |
5693
|
492 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
493 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
494 |
|
495 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
496 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
497 Call new wbl functions to do the real work. |
|
498 Swap args and provide default values as necessary to preserve |
|
499 compatibility with old version of Octave. |
|
500 |
|
501 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
502 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
503 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
504 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
505 Swap scale and shape args for compatibility. |
|
506 |
5692
|
507 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
508 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
509 Preserve compatibility with old versions of Octave given new |
|
510 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
511 |
5692
|
512 * statistics/distributions/logncdf.m, |
|
513 statistics/distributions/logninv.m, |
|
514 statistics/distributions/lognpdf.m, |
|
515 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
516 From Ben Barrowes <barrowes@alum.mit.edu> |
|
517 |
5691
|
518 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
519 current 2.1.x version. |
|
520 |
|
521 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
522 |
5690
|
523 * miscellaneous/dir.m: Use readdir instead of glob. |
|
524 Special case for "." to avoid globbing. Use list_in_columns. |
|
525 Eliminate unused variables len and finfo. |
|
526 |
5689
|
527 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
528 |
|
529 * miscellaneous/dir.m: Improve compatibility. |
|
530 |
5687
|
531 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
532 |
|
533 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
534 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
535 |
5686
|
536 2006-03-16 John W. Eaton <jwe@octave.org> |
|
537 |
|
538 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
539 of looking at sum of max dimensions. |
|
540 |
5681
|
541 2006-03-16 David Bateman <dbateman@free.fr> |
|
542 |
|
543 * testfun/test.m: Clear last warning before warning test to avoid |
|
544 issues with previously set warnings. |
|
545 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
546 sparse matrices. Force matrix type from spqr solution to be |
|
547 singular to force QR solvers to be used for assert. |
|
548 |
5678
|
549 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
550 |
|
551 * strings/strfind.m: New file. |
|
552 |
5677
|
553 2006-03-16 John W. Eaton <jwe@octave.org> |
|
554 |
|
555 * general/rows.m, general/columns.m: Delete. |
|
556 |
5674
|
557 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
558 |
|
559 * strings/strcmpi.m: Simplify. |
|
560 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
561 * strings/strtrunc.m: New file. |
5674
|
562 |
5676
|
563 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
564 |
5672
|
565 2006-03-15 John W. Eaton <jwe@octave.org> |
|
566 |
|
567 * miscellaneous/doc.m: New file. |
|
568 From Soren Hauberg <soren@hauberg.org>. |
|
569 |
5671
|
570 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
571 |
|
572 * miscellaneous/mkoctfile.m: New file. |
|
573 |
5670
|
574 2006-03-15 John W. Eaton <jwe@octave.org> |
|
575 |
|
576 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
577 |
5666
|
578 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
579 |
|
580 * strings/bin2dec.m: Doc fix. |
|
581 |
5661
|
582 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
583 |
|
584 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
585 * time/datenum.m: New function to compute day number from time. |
|
586 |
5659
|
587 2006-03-09 John W. Eaton <jwe@octave.org> |
|
588 |
|
589 * miscellaneous/unix.m, plot/print.m: |
|
590 Swap order of outputs from system. |
|
591 |
5642
|
592 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
593 |
|
594 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
595 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
596 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
597 control/base/__stepimp__.m, control/base/are.m, |
|
598 control/base/controldemo.m, control/base/damp.m, |
|
599 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
600 control/base/step.m, control/system/abcddim.m, |
|
601 control/system/is_abcd.m, control/system/is_controllable.m, |
|
602 control/system/is_detectable.m, control/system/is_observable.m, |
|
603 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
604 control/system/jet707.m, control/system/sys2fir.m, |
|
605 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
606 control/system/tfout.m, control/system/ugain.m, |
|
607 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
608 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
609 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
610 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
611 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
612 general/circshift.m, general/columns.m, general/flipdim.m, |
|
613 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
614 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
615 general/isequalwithequalnans.m, general/isscalar.m, |
|
616 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
617 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
618 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
619 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
620 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
621 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
622 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
623 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
624 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
625 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
626 miscellaneous/license.m, miscellaneous/menu.m, |
|
627 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
628 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
629 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
630 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
631 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
632 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
633 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
634 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
635 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
636 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
637 polynomial/polyinteg.m, polynomial/polyout.m, |
|
638 polynomial/polyreduce.m, polynomial/polyval.m, |
|
639 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
640 set/create_set.m, set/intersection.m, set/ismember.m, |
|
641 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
642 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
643 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
644 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
645 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
646 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
647 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
648 special-matrix/vander.m, statistics/base/median.m, |
|
649 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
650 statistics/distributions/gaminv.m, |
|
651 statistics/distributions/gampdf.m, |
|
652 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
653 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
654 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
655 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
656 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
657 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
658 |
5633
|
659 2006-02-27 John W. Eaton <jwe@octave.org> |
|
660 |
|
661 * time/tic.m: Move here from miscellaneous/tic.m. |
|
662 * time/toc.m: Move here from miscellaneous/toc.m. |
|
663 |
|
664 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
665 |
|
666 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
667 does not assign output of toc to a variable. |
|
668 |
5627
|
669 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
670 |
|
671 * axis.m: Catch limits that are the same and return an error. |
|
672 |
5625
|
673 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
674 |
|
675 * plot/print.m: Accept emf device option to support Enhanced |
|
676 Metafile format. |
|
677 |
|
678 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
679 |
|
680 * control/base/lqe.m: Doc fix. |
|
681 |
5623
|
682 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
683 |
|
684 * statistics/distributions/gamcdf.m: Doc fix. |
|
685 * statistics/distributions/gaminv.m: Doc fix. |
|
686 * statistics/distributions/gampdf.m: Doc fix. |
|
687 * statistics/distributions/gamrnd.m: Doc fix. |
|
688 |
5610
|
689 2006-02-09 David Bateman <dbateman@free.fr> |
|
690 |
|
691 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
692 for arbitrary user type. |
|
693 * general/tril.m: ditto. |
5820
|
694 * sparse/sprand.m: Doc fix. |
5610
|
695 * sparse/sprandn.m: Ditto. |
|
696 * sparse/sprandsym.m: New function. |
|
697 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
698 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
699 Update for syntax error for latest texinfo.tex file. |
|
700 |
5605
|
701 2006-02-02 John W. Eaton <jwe@octave.org> |
|
702 |
|
703 * plot/grid.m: Append ";\n" to "set grid" command. |
|
704 |
|
705 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
706 |
|
707 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
708 |
5597
|
709 2006-01-13 John W. Eaton <jwe@octave.org> |
|
710 |
|
711 * audio/Makefile.in, control/base/Makefile.in, |
|
712 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
713 control/system/Makefile.in, control/util/Makefile.in, |
|
714 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
715 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
716 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
717 optimization/Makefile.in, plot/Makefile.in, |
|
718 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
719 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
720 special-matrix/Makefile.in, startup/Makefile.in, |
|
721 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
722 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
723 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
724 (all): Depend on PKG_ADD. |
|
725 (PKG_ADD): New target. |
|
726 |
|
727 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
728 |
|
729 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
730 |
5596
|
731 2006-01-13 John W. Eaton <jwe@octave.org> |
|
732 |
|
733 * time/etime.m: Move here from miscellaneous/etime.m. |
|
734 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
735 |
5595
|
736 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
737 |
|
738 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
|
739 * miscellaneous/fullfile.m: Likewise. |
|
740 |
5592
|
741 2006-01-12 David Bateman <dbateman@free.fr> |
|
742 |
|
743 * general/blkdiag.m: Compatible behavior for empty matrices |
|
744 * statistics/base/unidrnd.m: Documentation buglet. |
|
745 |
5583
|
746 2005-12-14 David Bateman <dbateman@free.fr> |
|
747 |
5589
|
748 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
749 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
750 |
|
751 * Makefile.in (SUBDIRS): Include testfun. |
|
752 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
753 |
5583
|
754 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
755 |
|
756 * general/__isequal__.m: Remove reference to getfield. |
|
757 |
|
758 * plot/hist.m: Update test code for row/column discrepencies. |
|
759 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
760 Update the test code for this. |
|
761 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
762 |
5579
|
763 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
764 |
|
765 * cell/cell2mat.m: New file, from octave-forge. |
|
766 |
5576
|
767 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
768 |
|
769 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
770 New graph theory functions. |
|
771 |
5574
|
772 2005-12-13 John W. Eaton <jwe@octave.org> |
|
773 |
|
774 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
775 |
|
776 * control/system/ss.m: Doc fix. |
|
777 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
778 |
5572
|
779 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
780 |
|
781 * audio/wavread.m, audio/wavwrite.m: |
|
782 Correct scaling for 8-bit linear pcm samples. |
|
783 Improve scaling for all other linear pcm resolutions. |
|
784 |
5568
|
785 2005-12-07 John W. Eaton <jwe@octave.org> |
|
786 |
|
787 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
788 |
|
789 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
790 * strings/strjust.m: Likewise. |
|
791 |
|
792 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
793 * signal/arma_rnd.m: Likewise. |
|
794 * strings/strcat.m: Likewise. |
|
795 * control/base/__freqresp__.m: Likewise. |
|
796 * control/base/place.m: Likewise. |
|
797 * control/base/pzmap.m: Likewise. |
|
798 * control/base/pzmap.m: Likewise. |
|
799 * control/system/sysappend.m: Likewise. |
|
800 * control/system/syscont.m: Likewise. |
|
801 * control/system/sysdisc.m: Likewise. |
|
802 * control/system/sysgroup.m: Likewise. |
|
803 * control/system/tfout.m: Likewise. |
|
804 * control/system/zpout.m: Likewise. |
|
805 * control/util/__outlist__.m: Likewise. |
|
806 |
5567
|
807 2005-12-06 John W. Eaton <jwe@octave.org> |
|
808 |
|
809 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
810 Avoid for loop in interleave/deinterleave steps. |
|
811 |
5565
|
812 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
813 |
|
814 * audio/wavread.m, audio/wavwrite.m: New files. |
|
815 |
5563
|
816 2005-12-06 John W. Eaton <jwe@octave.org> |
|
817 |
|
818 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
819 |
5560
|
820 2005-12-05 John W. Eaton <jwe@octave.org> |
|
821 |
5561
|
822 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
823 |
5558
|
824 2005-12-02 John W. Eaton <jwe@octave.org> |
|
825 |
|
826 * miscellaneous/fileattrib.m: New function. |
|
827 |
5556
|
828 2005-12-01 John W. Eaton <jwe@octave.org> |
|
829 |
|
830 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
831 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
832 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
833 |
5555
|
834 2005-11-30 John W. Eaton <jwe@octave.org> |
|
835 |
|
836 * linear-algebra/krylov.m: Format doc string. |
|
837 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
838 |
5551
|
839 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
840 |
|
841 * general/blkdiag.m: Import from octave-forge. |
|
842 Ignore empty matrices in the input. Add tests. |
5549
|
843 |
|
844 * general/isequal.m, general/isequalwithequalnans.m: |
|
845 New wrapper scripts for general/__isequal__.m. |
|
846 * general/__isequal__.m: Rename from general/isequal.m. |
|
847 New arg, nans_compare_equal. |
|
848 |
5548
|
849 2005-11-29 John W. Eaton <jwe@octave.org> |
|
850 |
|
851 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
852 calling system. Only append octave_forge_string if |
|
853 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
854 Call license instead of hard-coding license info here. |
|
855 |
|
856 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
857 __octave_licenses__. Use puts instead of disp. |
5548
|
858 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
859 If nargout = 1, return license info instead of printing usage message. |
|
860 |
5546
|
861 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
862 |
|
863 * miscellaneous/ver.m: New file. |
|
864 * miscellaneous/license.m: New file. |
|
865 |
5545
|
866 2005-11-22 John W. Eaton <jwe@octave.org> |
|
867 |
|
868 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
869 gnuplot set command. |
|
870 |
5539
|
871 2005-11-15 John W. Eaton <jwe@octave.org> |
|
872 |
|
873 * general/shiftdim.m: Doc fix. |
|
874 |
5532
|
875 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
876 |
|
877 * set/unique.m: Doc string fix. |
|
878 |
5527
|
879 2005-11-01 John W. Eaton <jwe@octave.org> |
|
880 |
|
881 * Makefile.in (distclean, maintainer-clean): |
|
882 Also remove autom4te.cache directory. |
|
883 From Quentin Spencer <qspencer@ieee.org>. |
|
884 |
5518
|
885 2005-10-28 John W. Eaton <jwe@octave.org> |
|
886 |
|
887 * general/shiftdim.m: Compatibility fix for row vectors. |
|
888 Correct check for non-scalar non-integer shift. For positive |
|
889 N, shift is remainder of N and number of dims. Always return NS. |
|
890 Simplify. |
|
891 |
5500
|
892 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
893 |
|
894 * general/randperm.m: Improve compatibility by allowing input |
|
895 value of zero. |
|
896 |
5493
|
897 2005-10-13 John W. Eaton <jwe@octave.org> |
|
898 |
|
899 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
900 If in multiplot mode, clear plot before issuing new plot command. |
|
901 |
|
902 * plot/__setup_plot__.m: New function. |
|
903 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
904 Handle multiplot data and offsets here. |
|
905 |
|
906 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
907 Move initialization to __setup_plot__.m. |
|
908 |
|
909 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
910 Don't reset gnuplot_command_replot. |
|
911 |
|
912 * plot/replot.m: Handle multiplot data and offsets here. |
|
913 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
914 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
915 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
916 |
5489
|
917 2005-10-12 John W. Eaton <jwe@octave.org> |
|
918 |
|
919 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
920 |
5482
|
921 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
922 |
|
923 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
924 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
925 _inv functions. |
|
926 * chi2pdf.m: Fixed typos in the documentation. |
|
927 |
5475
|
928 2005-09-28 John W. Eaton <jwe@octave.org> |
|
929 |
5476
|
930 * miscellaneous/single.m: New function. |
|
931 |
5475
|
932 * statistics/base/unidrnd.m: New function. |
|
933 |
5474
|
934 2005-09-27 John W. Eaton <jwe@octave.org> |
|
935 |
|
936 * miscellaneous/dir.m: Filename never includes directory part. |
|
937 |
5464
|
938 2005-09-22 John W. Eaton <jwe@octave.org> |
|
939 |
|
940 * polynomial/residue.m: Use logical indexing instead of find.. |
|
941 |
|
942 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
943 |
|
944 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
945 and zero poles. |
|
946 |
5462
|
947 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
948 |
|
949 * strings/deblank.m: Handle cell arrays. |
|
950 * strings/split.m: New argument, N, to limit number of splits. |
|
951 |
|
952 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
953 |
|
954 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
955 |
5460
|
956 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
957 |
|
958 * control/base/rlocus.m: Doc fix. |
|
959 |
5459
|
960 2005-09-20 John W. Eaton <jwe@octave.org> |
|
961 |
|
962 * general/isvector.m: Improve compatibility. |
|
963 |
|
964 * general/postpad.m: Allow first argument to be a scalar. |
|
965 Allow padding to extend dimensionality. |
|
966 * general/prepad.m: Likewise. |
|
967 |
5448
|
968 2005-09-14 Daniel <durbano@shbano.com> |
|
969 |
|
970 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
971 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
972 /control/base/dgram.m: Doc string fixes. |
5448
|
973 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
974 |
5446
|
975 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
976 |
|
977 * saveimage.m: Do not ignore most significant bit when writing |
|
978 black and white images to file. |
|
979 |
5443
|
980 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
981 |
|
982 * audio/playaudio.m, control/base/__bodquist__.m, |
|
983 control/base/lqg.m, control/obsolete/dezero.m, |
|
984 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
985 control/system/c2d.m, control/system/cellidx.m, |
|
986 control/system/d2c.m, control/system/dmr2d.m, |
|
987 control/system/is_signal_list.m, control/system/listidx.m, |
|
988 control/system/ss.m, control/system/sysappend.m, |
|
989 control/system/sysconnect.m, control/system/sysdup.m, |
|
990 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
991 control/system/sysprune.m, control/system/syssetsignals.m, |
|
992 control/system/tfout.m, control/system/zpout.m, |
|
993 control/util/prompt.m, control/util/sortcom.m, |
|
994 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
995 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
996 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
997 general/strerror.m, image/colormap.m, image/imshow.m, |
|
998 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
999 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
1000 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
1001 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
1002 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
1003 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
1004 plot/print.m, plot/title.m, plot/top_title.m, |
|
1005 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
1006 statistics/base/mean.m, statistics/base/moment.m, |
|
1007 statistics/tests/cor_test.m, |
|
1008 statistics/tests/kolmogorov_smirnov_test.m, |
|
1009 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
1010 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
1011 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
1012 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
1013 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
1014 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
1015 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
1016 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
1017 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
1018 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
1019 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
1020 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
1021 isvector instead of is_vector. Use isstruct instead of |
|
1022 is_struct. Use char instead of setstr. |
|
1023 |
5435
|
1024 2005-08-31 Daniel <durbano@shbano.com> |
|
1025 |
|
1026 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
1027 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
1028 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
1029 |
5431
|
1030 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
1031 |
|
1032 * image/saveimage.m: Open output file in binary mode. |
|
1033 |
|
1034 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
1035 |
5427
|
1036 2005-08-16 John W. Eaton <jwe@octave.org> |
|
1037 |
|
1038 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
1039 outputs. |
|
1040 |
5426
|
1041 2005-08-15 John W. Eaton <jwe@octave.org> |
|
1042 |
|
1043 * strings/strcat.m: Allow single argument. |
|
1044 |
5416
|
1045 2005-07-18 John W. Eaton <jwe@octave.org> |
|
1046 |
|
1047 * strings/strcmp.m: Delete. |
|
1048 |
5413
|
1049 2005-07-13 John W. Eaton <jwe@octave.org> |
|
1050 |
|
1051 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
1052 versions of Octave. |
|
1053 |
|
1054 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
1055 |
|
1056 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
1057 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
1058 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
1059 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
1060 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
1061 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
1062 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
1063 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
1064 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
1065 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
1066 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
1067 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
1068 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
1069 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
1070 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
1071 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
1072 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
1073 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
1074 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
1075 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
1076 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
1077 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
1078 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
1079 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
1080 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
1081 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
1082 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
1083 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
1084 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
1085 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
1086 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
1087 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
1088 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
1089 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
1090 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
1091 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
1092 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
1093 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
1094 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
1095 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
1096 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
1097 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
1098 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
1099 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
1100 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
1101 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
1102 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
1103 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
1104 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
1105 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
1106 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
1107 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
1108 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
1109 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
1110 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
1111 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
1112 |
|
1113 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
1114 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
1115 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
1116 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
1117 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
1118 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
1119 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
1120 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
1121 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
1122 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
1123 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
1124 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
1125 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
1126 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
1127 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
1128 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
1129 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
1130 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
1131 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
1132 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
1133 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
1134 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
1135 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
1136 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
1137 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
1138 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
1139 deprecated/wiener_rnd.m: New files. |
|
1140 |
5408
|
1141 2005-07-08 John W. Eaton <jwe@octave.org> |
|
1142 |
|
1143 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
1144 * deprecated/weibull_rnd.m: New file. |
|
1145 |
5407
|
1146 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
1147 |
|
1148 * strings/dec2base.m: Allow matrix arguments. |
|
1149 |
5406
|
1150 2005-07-08 John W. Eaton <jwe@octave.org> |
|
1151 |
|
1152 * plot/__errplot__.m: Use __plot_globals__. |
|
1153 * plot/__plt__.m: Likewise. |
|
1154 * plot/figure.m: Likewise. |
|
1155 |
|
1156 * plot/hold.m: New file. |
|
1157 * plot/ishold.m: New file. |
|
1158 * plot/__plot_globals__.m: New file. |
|
1159 |
5400
|
1160 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
1161 |
|
1162 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
1163 |
|
1164 2005-07-05 John W. Eaton <jwe@octave.org> |
|
1165 |
|
1166 * strings/findstr.m: Return [] for no matches. |
|
1167 |
5399
|
1168 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
1169 |
|
1170 * miscellaneous/tic.m: Fix doc string. |
|
1171 |
5395
|
1172 2005-06-15 John W. Eaton <jwe@octave.org> |
|
1173 |
|
1174 * polynomial/polyfit.m: Force return value to be a row vector. |
|
1175 |
5393
|
1176 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
1177 |
|
1178 * general/isequal.m: Correct nargin check. |
|
1179 |
5388
|
1180 2005-06-14 John W. Eaton <jwe@octave.org> |
|
1181 |
|
1182 * general/isvector.m: Handle N-d arrays. |
|
1183 From Bill Denney <denney@seas.upenn.edu>. |
|
1184 |
5381
|
1185 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
1186 |
|
1187 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
1188 |
5377
|
1189 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
1190 |
|
1191 * signal/freqz.m: Use correct calculations when given a vector of |
|
1192 frequencies. Improve accuracy of returned frequency vector. |
|
1193 Improve speed for medium length filters (at a slight cost for slow |
|
1194 filters). Add test cases. |
|
1195 |
5373
|
1196 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
1197 |
|
1198 * plot/loglog.m: Fix set commands. |
|
1199 |
5381
|
1200 2005-05-25 John W. Eaton <jwe@octave.org> |
|
1201 |
|
1202 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
1203 |
5371
|
1204 2005-05-24 John W. Eaton <jwe@octave.org> |
|
1205 |
5373
|
1206 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
1207 |
5372
|
1208 * strings/strncmp.m: New file, from Tom Holroyd |
|
1209 <tomh@kurage.nimh.nih.gov>. |
|
1210 |
5371
|
1211 * strings/strcmp.m: Return logical values in all cases. |
|
1212 |
5366
|
1213 2005-05-23 John W. Eaton <jwe@octave.org> |
|
1214 |
|
1215 * plot/orient.m: New file. Adapt to Octave coding style. |
|
1216 Texinfoize doc string. |
|
1217 |
|
1218 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
1219 PKG_ADD command. Use set terminal consistently throughout. Use |
|
1220 set terminal push/pop and unconditionally set output to screen |
|
1221 when done to avoid requiring gget. Use a cell array for dev_list |
|
1222 and cellidx to search for items in the list. Delete local |
|
1223 variable endl. Don't set and restore automatic_replot. Use {} |
|
1224 instead of nth to index varargin. Delete local variable |
|
1225 va_arg_cnt. |
|
1226 |
5355
|
1227 2005-05-18 John W. Eaton <jwe@octave.org> |
|
1228 |
|
1229 * general/num2str.m: Return early if X is a character string. |
|
1230 |
5347
|
1231 2005-05-11 John W. Eaton <jwe@octave.org> |
|
1232 |
5348
|
1233 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
1234 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
1235 |
5347
|
1236 * plot/polar.m: Don't call __pltopt__ here. |
|
1237 |
5333
|
1238 2005-05-02 John W. Eaton <jwe@octave.org> |
|
1239 |
|
1240 * mkdoc: Print header message. |
|
1241 |
5319
|
1242 2005-04-28 John W. Eaton <jwe@octave.org> |
|
1243 |
|
1244 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
1245 startup/octaverc. |
|
1246 |
5318
|
1247 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
1248 |
|
1249 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
1250 (__im_numeric_limits__): New internal function. |
|
1251 |
5317
|
1252 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
1253 |
|
1254 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
1255 data, not mean of group_mean. |
|
1256 |
|
1257 2005-04-28 John W. Eaton <jwe@octave.org> |
|
1258 |
|
1259 * startup/local-rcfile: New file. |
|
1260 * startup/main-rcfile: Rename from startup/octaverc. |
|
1261 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
1262 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
1263 Install local-rcfile in $(localfcnfiledir)/startup. |
|
1264 |
|
1265 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
1266 |
|
1267 * startup/inputrc: New file. |
|
1268 * startup/octaverc: Configure readline using inputrc from |
|
1269 startupfiledir. |
|
1270 * startup/Makefile.in (install, install-strip): Install octaverc |
|
1271 in $(fcnfiledir)/startup. |
|
1272 |
5310
|
1273 2005-04-27 John W. Eaton <jwe@octave.org> |
|
1274 |
|
1275 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
1276 |
5289
|
1277 2005-04-21 John W. Eaton <jwe@octave.org> |
|
1278 |
|
1279 * optimization/glpk.m: Handle SENSE argument. |
|
1280 |
|
1281 * optimization/qp.m, optimization/sqp.m: New files. |
|
1282 |
5276
|
1283 2005-04-08 John W. Eaton <jwe@octave.org> |
|
1284 |
|
1285 * Makefile.in (clean, distclean, maintainer-clean): |
|
1286 Avoid duplication in rules. |
|
1287 |
5252
|
1288 2005-03-28 John W. Eaton <jwe@octave.org> |
|
1289 |
|
1290 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
1291 setting {no,}parametric. |
|
1292 * plot/figure.m: Likewise, for setting terminal type. |
|
1293 |
|
1294 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
1295 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
1296 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
1297 plot/title.m, plot/top_title.m: Avoid eval. |
|
1298 |
5251
|
1299 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
1300 |
5253
|
1301 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
1302 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
1303 Use __gnuplot_replot__ instead of replot. |
|
1304 |
5252
|
1305 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
1306 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
1307 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
1308 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
1309 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
1310 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
1311 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
1312 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
1313 |
5251
|
1314 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
1315 |
5244
|
1316 2005-03-24 John W. Eaton <jwe@octave.org> |
|
1317 |
|
1318 * optimization/glpkmex.m: Texinfoize Doc string. |
|
1319 * optimization/glpk.m: Likewise. |
|
1320 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
1321 (row vectors are orginary character strings). |
|
1322 * optimization/glpkparam.m: Delete. |
|
1323 |
5243
|
1324 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
1325 |
|
1326 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
1327 of dimensions of X. |
|
1328 |
5237
|
1329 2005-03-23 John W. Eaton <jwe@octave.org> |
|
1330 |
5239
|
1331 * general/tril.m, general/triu.m: Return value of same class as |
|
1332 argument. |
|
1333 |
5237
|
1334 * optimization/glpk.m: Simplify interface. By default, solve |
|
1335 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
1336 * optimization/glpkmex.m: New file. |
|
1337 |
5232
|
1338 2005-03-22 John W. Eaton <jwe@octave.org> |
|
1339 |
5237
|
1340 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
1341 list. |
|
1342 |
5233
|
1343 * optimization/glpk.m: Adapt to Octave coding style. |
|
1344 No need for varargout or varargin. |
|
1345 Print usage message if nargin > 11. |
|
1346 Allow any value of nargout. |
|
1347 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
1348 Avoid looping when checking character classes. |
|
1349 |
5232
|
1350 * optimization: New directory. |
|
1351 * Makefile.in (SUBDIRS): Add it to the list. |
|
1352 * optimization/Makefile.in: New file. |
|
1353 * optimization/glpk.m, optimization/glpkparams.m, |
|
1354 optimization/glpktest1, optimization/glpktest2: New files. |
|
1355 |
5218
|
1356 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
1357 |
|
1358 * strings/split.m: Quick return for empty second arg. |
|
1359 Improve warning for multi-line strings. |
|
1360 Speed up by avoiding sprintf in loop and eval. |
|
1361 |
5217
|
1362 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
1363 |
|
1364 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
1365 * polynomial/polyder.m: Ditto. |
|
1366 * polynomial/polygcd.m: New function. |
|
1367 |
5214
|
1368 2005-03-16 John W. Eaton <jwe@octave.org> |
|
1369 |
5215
|
1370 * control/base/__stepimp__.m, control/base/bode.m, |
|
1371 control/base/frdemo.m, control/base/nichols.m, |
|
1372 control/base/nyquist.m, control/base/pzmap.m, |
|
1373 control/base/rldemo.m, control/base/rlocus.m, |
|
1374 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
1375 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
1376 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
1377 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
1378 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
1379 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
1380 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
1381 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
1382 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
1383 plot/xlabel.m, quaternion/demoquat.m, |
|
1384 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
1385 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
1386 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
1387 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
1388 gsplot from @seealso docs. |
5214
|
1389 |
|
1390 * plot/replot.m: New file. |
|
1391 |
5205
|
1392 2005-03-15 David Bateman <dbateman@free.fr> |
|
1393 |
|
1394 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
1395 |
5196
|
1396 2005-03-09 John W. Eaton <jwe@octave.org> |
|
1397 |
|
1398 * statistics/Makefile.in (bin-dist): Delete target. |
|
1399 (BINDISTSUBDIRS): Delete variable. |
|
1400 * scripts/control/Makefile.in: Likewise. |
|
1401 |
5378
|
1402 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
1403 (BINDISTFILES): Delete variable. |
5378
|
1404 * control/base/Makefile.in: Likewise. |
|
1405 * control/hinf/Makefile.in: Likewise. |
|
1406 * control/obsolete/Makefile.in: Likewise. |
|
1407 * control/system/Makefile.in: Likewise. |
|
1408 * control/util/Makefile.in: Likewise. |
|
1409 * deprecated/Makefile.in: Likewise. |
|
1410 * elfun/Makefile.in: Likewise. |
|
1411 * finance/Makefile.in: Likewise. |
|
1412 * general/Makefile.in: Likewise. |
|
1413 * image/Makefile.in: Likewise. |
|
1414 * sparse/Makefile.in: Likewise. |
|
1415 * io/Makefile.in: Likewise. |
|
1416 * plot/Makefile.in: Likewise. |
|
1417 * Makefile.in: Likewise. |
|
1418 * miscellaneous/Makefile.in: Likewise. |
|
1419 * linear-algebra/Makefile.in: Likewise. |
|
1420 * polynomial/Makefile.in: Likewise. |
|
1421 * quaternion/Makefile.in: Likewise. |
|
1422 * set/Makefile.in: Likewise. |
|
1423 * signal/Makefile.in: Likewise. |
|
1424 * specfun/Makefile.in: Likewise. |
|
1425 * special-matrix/Makefile.in: Likewise. |
|
1426 * startup/Makefile.in: Likewise. |
|
1427 * statistics/base/Makefile.in: Likewise. |
|
1428 * statistics/distributions/Makefile.in: Likewise. |
|
1429 * statistics/models/Makefile.in: Likewise. |
|
1430 * statistics/tests/Makefile.in: Likewise. |
|
1431 * strings/Makefile.in: Likewise. |
|
1432 * time/Makefile.in: Likewise. |
5196
|
1433 |
5195
|
1434 2005-03-08 John W. Eaton <jwe@octave.org> |
|
1435 |
|
1436 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
1437 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
1438 |
5192
|
1439 2005-03-04 John W. Eaton <jwe@octave.org> |
|
1440 |
|
1441 * plot/clg.m: New file. |
|
1442 |
5193
|
1443 2005-03-03 John W. Eaton <jwe@octave.org> |
|
1444 |
|
1445 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
1446 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
1447 strings/strcmpi.m: |
|
1448 New files from Octave-forge. Adapt to Octave coding standards. |
|
1449 |
5181
|
1450 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
1451 |
|
1452 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
1453 computation range. |
|
1454 |
5164
|
1455 2005-02-25 John W. Eaton <jwe@octave.org> |
|
1456 |
|
1457 Sparse merge. |
|
1458 |
|
1459 2005-01-23 David Bateman <dbateman@free.fr> |
|
1460 |
|
1461 * sparse/randperm.m: Delete duplicate randperm.m. |
|
1462 |
|
1463 2005-01-10 John W. Eaton <jwe@octave.org> |
|
1464 |
|
1465 * sparse/Makefile.in: New file. |
|
1466 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
1467 |
|
1468 2005-01-07 David Bateman <dbateman@free.fr> |
|
1469 |
|
1470 * set/unique.m: import file from octave-forge. |
|
1471 |
|
1472 2005-01-05 David Bateman <dbateman@free.fr> |
|
1473 |
|
1474 * Makefile.in: include sparse directory in SUBDIRS. |
|
1475 |
|
1476 2004-12-30 John W. Eaton <jwe@octave.org> |
|
1477 |
|
1478 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
1479 src/DLD-FUNCTIONS/sparse.cc). |
|
1480 |
|
1481 2004-12-28 John W. Eaton <jwe@octave.org> |
|
1482 |
|
1483 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
1484 Andy Adler <adler@site.uottawa.ca>. |
|
1485 |
|
1486 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
1487 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
1488 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
1489 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
1490 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
1491 |
|
1492 * sparse: New directory. |
|
1493 |
5158
|
1494 2005-02-22 John W. Eaton <jwe@octave.org> |
|
1495 |
|
1496 * polynomial/residue.m: Force prepad to always create row vectors. |
|
1497 |
|
1498 * polynomial/poly.m: Quick return if m is 0. |
|
1499 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
1500 |
5154
|
1501 2005-02-21 David Bateman <dbateman@free.fr> |
|
1502 |
|
1503 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
1504 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
1505 Fix for row vectors with at least one element of lambda not in |
|
1506 (0, Inf). |
|
1507 |
5152
|
1508 2005-02-21 John W. Eaton <jwe@octave.org> |
|
1509 |
5153
|
1510 * statistics/base/qqplot.m: Use feval instead of eval. |
|
1511 |
5152
|
1512 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
1513 plot/__axis_label__.m: Issue replot command. |
|
1514 |
5135
|
1515 2005-02-09 John W. Eaton <jwe@octave.org> |
|
1516 |
|
1517 * polynomial/polyderiv.m: Force P to be a row vector. |
|
1518 |
5133
|
1519 2005-02-08 John W. Eaton <jwe@octave.org> |
|
1520 |
|
1521 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
1522 provided and len <= computed max_len. |
|
1523 |
5125
|
1524 2005-01-27 David Bateman <dbateman@free.fr> |
|
1525 |
|
1526 * strings/dec2base.m: Be even more careful about handling all digits. |
|
1527 |
|
1528 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
1529 |
|
1530 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
1531 |
5123
|
1532 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
1533 |
|
1534 * statistics/base/median.m: Make it work for the scalar case too. |
|
1535 |
5117
|
1536 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1537 |
|
1538 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
1539 Simplify logic for decoding args. |
5117
|
1540 |
5115
|
1541 2005-01-24 John W. Eaton <jwe@octave.org> |
|
1542 |
5116
|
1543 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
1544 |
|
1545 * plot/__plt__.m: No need to save and reset hold state now. |
|
1546 (first_plot): Delete unused variable. |
|
1547 |
5115
|
1548 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
1549 |
|
1550 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
1551 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1552 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1553 plot/__plt2vv__.m: |
|
1554 Return data and gnuplot commands instead of evaluating them. |
|
1555 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
1556 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1557 |
5108
|
1558 2005-01-18 John W. Eaton <jwe@octave.org> |
|
1559 |
|
1560 * linear-algebra/cross.m: Allocate idx1 before use. |
|
1561 |
5096
|
1562 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
1563 |
|
1564 * statistics/base/range.m: Fix varargin usage. |
|
1565 |
5091
|
1566 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
1567 |
|
1568 * strings/deblank.m: Remove all trailing whitespace (check with |
|
1569 isspace), not just SPC. |
|
1570 |
5090
|
1571 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
1572 |
|
1573 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
1574 |
5073
|
1575 2004-11-09 John W. Eaton <jwe@octave.org> |
|
1576 |
|
1577 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
1578 From Julius Smith <jos@ccrma.stanford.edu>. |
|
1579 |
5072
|
1580 2004-11-08 John W. Eaton <jwe@octave.org> |
|
1581 |
|
1582 * plot/__plt2vm__.m: Delete debugging statement. |
|
1583 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
1584 |
5065
|
1585 2004-11-04 John W. Eaton <jwe@octave.org> |
|
1586 |
|
1587 * plot/hist.m: Always return row vectors for vector args. |
|
1588 |
5031
|
1589 2004-09-23 John W. Eaton <jwe@octave.org> |
|
1590 |
|
1591 * strings/strcmp.m: If args are not strings or cell arrays of |
|
1592 strings, return zero instead of reporting an error. |
|
1593 |
5021
|
1594 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
1595 |
|
1596 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
1597 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
1598 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
1599 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
1600 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
1601 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
1602 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
1603 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
1604 control/system/is_detectable.m, control/system/is_sample.m, |
|
1605 control/system/is_siso.m, control/system/is_stable.m, |
|
1606 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
1607 control/system/sys2tf.m, control/system/sys2zp.m, |
|
1608 control/system/sysappend.m, control/system/sysconnect.m, |
|
1609 control/system/sysdisc.m, control/system/sysdup.m, |
|
1610 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
1611 control/system/syssetsignals.m, control/system/syssub.m, |
|
1612 control/system/tf2sys.m, control/system/ugain.m, |
|
1613 control/system/zp2ss.m, control/system/zp2sys.m, |
|
1614 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
1615 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
1616 |
|
1617 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
1618 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
1619 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
1620 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
1621 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
1622 control/system/sysappend.m, control/system/sysconnect.m, |
|
1623 control/system/sysdup.m, control/system/sysgroup.m, |
|
1624 control/system/sysprune.m, control/system/sysreorder.m, |
|
1625 control/system/sysscale.m, control/system/syssub.m, |
|
1626 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
1627 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
1628 polynomial/polyout.m, specfun/log2.m: |
|
1629 Add output arguments in doc strings. |
|
1630 |
|
1631 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
1632 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
1633 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
1634 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
1635 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
1636 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
1637 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
1638 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
1639 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
1640 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
1641 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
1642 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
1643 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
1644 control/system/c2d.m, control/system/is_abcd.m, |
|
1645 control/system/is_controllable.m, control/system/is_detectable.m, |
|
1646 control/system/is_observable.m, control/system/is_stable.m, |
|
1647 control/system/jet707.m, control/system/ord2.m, |
|
1648 control/system/starp.m, control/system/sys2fir.m, |
|
1649 control/system/sys2ss.m, control/system/sys2tf.m, |
|
1650 control/system/sys2zp.m, control/system/syscont.m, |
|
1651 control/system/sysdisc.m, control/system/sysdup.m, |
|
1652 control/system/sysgettype.m, control/system/sysgroup.m, |
|
1653 control/system/sysmult.m, control/system/sysprune.m, |
|
1654 control/system/sysreorder.m, control/system/sysscale.m, |
|
1655 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
1656 control/system/tf2ss.m, control/system/tf2sys.m, |
|
1657 control/system/zp2ss.m, control/system/zp2sys.m, |
|
1658 control/util/axis2dlim.m, control/util/prompt.m, |
|
1659 control/util/zgfmul.m, control/util/zginit.m, |
|
1660 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
1661 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
1662 in doc strings. |
|
1663 |
|
1664 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
1665 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
1666 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
1667 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
1668 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
1669 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
1670 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
1671 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
1672 control/system/c2d.m, control/system/fir2sys.m, |
|
1673 control/system/is_stabilizable.m, control/system/jet707.m, |
|
1674 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
1675 control/util/zgshsr.m, polynomial/polyout.m: |
|
1676 New @tex section(s) in doc strings for better formating of printed |
|
1677 output. |
|
1678 |
|
1679 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
1680 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
1681 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
1682 Use proper double quote marks for TeX. |
|
1683 |
|
1684 * control/base/DEMOcontrol.m: Add missing ; |
|
1685 |
|
1686 * control/base/nichols.m, control/base/rlocus.m, |
|
1687 control/obsolete/minfo.m, control/system/is_digital.m, |
|
1688 control/system/ss2zp.m, control/system/sysmin.m, |
|
1689 control/system/tf2zp.m, control/util/sortcom.m: |
|
1690 Convert documentation to use or more completely use Texinfo. |
|
1691 |
|
1692 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
1693 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
1694 control/system/parallel.m, control/system/ss2tf.m, |
|
1695 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
1696 art splitting over a page boundary. |
|
1697 |
|
1698 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
1699 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
1700 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
1701 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
1702 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
1703 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
1704 the TeX documentation. |
|
1705 |
|
1706 * control/system/is_stabilizable.m: |
|
1707 Add Copyright so that help is displayed correctly. |
|
1708 |
|
1709 * special-matrix/vander.m: Octave indexes start at 1. |
|
1710 |
5011
|
1711 2004-09-21 David Bateman <dbateman@free.fr> |
|
1712 |
|
1713 * general/rotdim.m: New function for rotation of an N-d array in an |
|
1714 arbitrary plane. |
|
1715 |
|
1716 * general/flipdim.m: New function to flip an N-d array about an |
|
1717 arbitrary axis. |
|
1718 |
5003
|
1719 2004-09-15 David Bateman <dbateman@free.fr> |
|
1720 |
|
1721 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
1722 |
4992
|
1723 2004-09-15 John W. Eaton <jwe@octave.org> |
|
1724 |
|
1725 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
1726 Use iscellstr to check for cells rather than iscell. |
|
1727 Improve diagnostics for invalid args. |
4992
|
1728 |
4983
|
1729 2004-09-10 David Bateman <dbateman@free.fr> |
|
1730 |
|
1731 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
1732 and p with n > 1, and fix for matrix n and p with n == 1. |
|
1733 |
|
1734 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
1735 due to row vs. column vector operations. |
|
1736 |
4964
|
1737 2004-09-03 David Bateman <dbateman@free.fr> |
|
1738 |
|
1739 * general/repmat.m: Fix to allow logical classes. |
|
1740 |
4950
|
1741 2004-08-31 John W. Eaton <jwe@octave.org> |
|
1742 |
|
1743 * general/isa.m: New function, from Octave-forge. |
|
1744 |
|
1745 2004-08-31 David Bateman <dbateman@free.fr> |
|
1746 |
|
1747 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
1748 limitation on the use of int64 and uint64 types, and the use |
|
1749 of the eval. |
|
1750 |
|
1751 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
1752 in .^ with integer types is fixed. |
|
1753 |
|
1754 * general/repmat.m: Adapt to allow integer types. |
4945
|
1755 |
|
1756 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
1757 |
|
1758 * plot/axis.m: Don't reset axes when querying them. |
|
1759 |
4942
|
1760 2004-08-27 David Bateman <dbateman@free.fr> |
|
1761 |
|
1762 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
1763 Eliminate loop. |
|
1764 |
4918
|
1765 2004-07-27 David Bateman <dbateman@free.fr> |
|
1766 |
|
1767 * general/num2str.m: Also insert spaces in output when precision |
|
1768 argument is supplied. |
|
1769 |
4915
|
1770 2004-07-23 David Bateman <dbateman@free.fr> |
|
1771 |
|
1772 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
1773 |
4911
|
1774 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
1775 |
|
1776 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
1777 |
|
1778 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
1779 |
|
1780 * miscellaneous/unix.m: Fix doc string. |
|
1781 |
|
1782 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
1783 |
|
1784 * plot/figure.m: Clarification of documentation. |
|
1785 |
|
1786 * image/imshow.m: Warn for complex images. |
|
1787 Only estimate colourmap for images in [0, 65536]. |
|
1788 |
|
1789 2004-07-22 David Bateman <dbateman@free.fr> |
|
1790 |
|
1791 * general/num2str.m: Fix the case of an all zero input. |
|
1792 |
4906
|
1793 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
1794 |
|
1795 * general/ind2sub.m: Doc fix. |
|
1796 |
4900
|
1797 2004-06-08 John W. Eaton <jwe@octave.org> |
|
1798 |
|
1799 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
1800 convert function handle to string for eval. |
|
1801 |
4898
|
1802 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
1803 |
|
1804 * plot/errorbar.m: Remove debugging output. |
|
1805 |
|
1806 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
1807 |
|
1808 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
1809 |
4897
|
1810 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
1811 |
4898
|
1812 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
1813 |
|
1814 * polynomial/polyout.m: Use parenthesis if necessary around |
|
1815 complex polynomial coefficient. |
|
1816 |
4897
|
1817 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
1818 the bug which causes __errplot__ to ignore the last argument. |
|
1819 |
4894
|
1820 2004-06-03 David Bateman <dbateman@free.fr> |
|
1821 |
|
1822 * general/shiftdim.m: New function based on JWE code snippet. |
|
1823 |
|
1824 * general/circdim.m: New function. |
|
1825 |
4890
|
1826 2004-05-06 David Bateman <dbateman@free.fr> |
|
1827 |
|
1828 * general/issquare.m: Fail if ndim(x) > 2. |
|
1829 |
|
1830 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
1831 |
|
1832 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
1833 N-d array arguments. Add optional dim argument to define |
|
1834 dimension along which to operate. |
|
1835 |
|
1836 * linear-algebra/dmult.m: Allow N-d arrays. |
|
1837 |
|
1838 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
1839 |
4885
|
1840 2004-04-29 David Bateman <dbateman@free.fr> |
|
1841 |
|
1842 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
1843 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
1844 statistics/base/statistics.m, statistics/base/skewness.m |
|
1845 statistics/base/iqr.m: |
|
1846 Make N-d array aware. Allow optional argument to define the |
|
1847 dimension along which to operate. Update the documentation. |
|
1848 |
|
1849 * statistics/base/ranks.m: Change algorithm to use sort, |
|
1850 and adjust for the ties after. |
|
1851 |
|
1852 * statistics/base/run_counts.m: Change algorithm to use |
|
1853 the a combination of diff and find, rather than a for-loop. |
|
1854 |
4881
|
1855 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
1856 |
|
1857 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
1858 |
4878
|
1859 2004-04-23 David Bateman <dbateman@free.fr> |
|
1860 |
|
1861 * general/int2str.m: Treat only real part of argument, and treat |
|
1862 NDArrays by stacking the slices through the matrix vertically. |
|
1863 |
|
1864 * general/num2str.m: Improve format of integer matrices, and the |
|
1865 conversion of complex matrices added. Treat NDArrays by stacking |
|
1866 the slices through the matrix vertically. |
|
1867 |
|
1868 * deprecated/com2str.m: Moved here from general subdirectory. |
|
1869 |
4877
|
1870 2004-04-22 John W. Eaton <jwe@octave.org> |
|
1871 |
|
1872 * quaternion/qtransvmat.m: Use continuation characters to make |
|
1873 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
1874 |
4869
|
1875 2004-04-21 David Bateman <dbateman@free.fr> |
|
1876 |
5378
|
1877 * elfun/lcm.m: Make N-d aware. |
4870
|
1878 |
4869
|
1879 * general/diff.m: Make the code N-d array aware. Allow an |
|
1880 optional argument to define the dimension along which to perform |
|
1881 the differences and allow the order of the differences to be larger |
|
1882 than the dimension itself. |
|
1883 |
|
1884 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
1885 use of these functions to 1- and 2-d arrays. |
|
1886 |
4863
|
1887 2004-04-16 John W. Eaton <jwe@octave.org> |
|
1888 |
|
1889 * elfun/gcd.m: Delete. |
|
1890 |
4862
|
1891 2004-04-15 David Bateman <dbateman@free.fr> |
|
1892 |
|
1893 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
1894 |
|
1895 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
1896 array aware and and optional argument for the dimension along |
|
1897 which to operate. |
|
1898 |
5378
|
1899 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
1900 argument for the dimension to be consistent with other N-d array |
|
1901 functions. |
|
1902 |
4860
|
1903 2004-04-08 David Bateman <dbateman@free.fr> |
|
1904 |
|
1905 * statistics/distributions/discrete_cdf.m, |
|
1906 statistics/distributions/discrete_inv.m, |
|
1907 statistics/distributions/discrete_pdf.m, |
|
1908 statistics/distributions/discrete_rnd.m, |
|
1909 statistics/distributions/exponential_cdf.m, |
|
1910 statistics/distributions/exponential_inv.m, |
|
1911 statistics/distributions/exponential_pdf.m, |
|
1912 statistics/distributions/exponential_rnd.m, |
|
1913 statistics/distributions/f_cdf.m, |
|
1914 statistics/distributions/f_inv.m, |
|
1915 statistics/distributions/f_pdf.m, |
|
1916 statistics/distributions/f_rnd.m, |
|
1917 statistics/distributions/geometric_cdf.m, |
|
1918 statistics/distributions/geometric_inv.m, |
|
1919 statistics/distributions/geometric_pdf.m, |
|
1920 statistics/distributions/geometric_rnd.m, |
|
1921 statistics/distributions/hypergeometric_rnd.m, |
|
1922 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
1923 statistics/distributions/laplace_cdf.m, |
|
1924 statistics/distributions/laplace_inv.m, |
|
1925 statistics/distributions/laplace_pdf.m, |
|
1926 statistics/distributions/laplace_rnd.m, |
|
1927 statistics/distributions/logistic_inv.m, |
|
1928 statistics/distributions/logistic_rnd.m, |
|
1929 statistics/distributions/lognormal_cdf.m, |
|
1930 statistics/distributions/lognormal_inv.m, |
|
1931 statistics/distributions/lognormal_pdf.m, |
|
1932 statistics/distributions/lognormal_rnd.m, |
|
1933 statistics/distributions/pascal_cdf.m, |
|
1934 statistics/distributions/pascal_inv.m, |
|
1935 statistics/distributions/pascal_pdf.m, |
|
1936 statistics/distributions/pascal_rnd.m, |
|
1937 statistics/distributions/poisson_cdf.m, |
|
1938 statistics/distributions/poisson_inv.m, |
|
1939 statistics/distributions/poisson_pdf.m, |
|
1940 statistics/distributions/poisson_rnd.m, |
|
1941 statistics/distributions/t_cdf.m, |
|
1942 statistics/distributions/t_inv.m, |
|
1943 statistics/distributions/t_pdf.m, |
|
1944 statistics/distributions/t_rnd.m, |
|
1945 statistics/distributions/weibull_cdf.m, |
|
1946 statistics/distributions/weibull_inv.m, |
|
1947 statistics/distributions/weibull_pdf.m, |
|
1948 statistics/distributions/weibull_rnd.m: |
|
1949 Allow N-d arrays. |
|
1950 |
|
1951 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
1952 that results in NaN in places where it should not have had. |
|
1953 |
|
1954 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
1955 allow creating arbitrary matrices, compatiable with the other |
5583
|
1956 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
1957 |
|
1958 * statistics/distributions/empirical_rnd.m: New argument formats |
|
1959 to allow creating arbitrary matrices, compatiable with the other |
5583
|
1960 *_rnd.m functions. Maintain compatibility with previous |
4860
|
1961 format. Allow N-d arrays. |
|
1962 |
|
1963 * statistics/distributions/hypergeometric_cdf.m, |
|
1964 statistics/distributions/hypergeometric_inv.m, |
|
1965 statistics/distributions/hypergeometric_pdf.m, |
|
1966 statistics/distributions/wiener_rnd.m: |
|
1967 Error for non-scalar arguments. |
|
1968 |
|
1969 * statistics/distributions/pascal_rnd.m: |
|
1970 Correct for n = 1 bug, where all elements were equal. |
|
1971 |
4849
|
1972 2004-04-06 David Bateman <dbateman@free.fr> |
|
1973 |
4854
|
1974 * general/common_size.m, miscellaneous/bincoeff.m, |
|
1975 statistics/distributions/beta_cdf.m, |
|
1976 statistics/distributions/beta_inv.m, |
|
1977 statistics/distributions/beta_pdf.m, |
|
1978 statistics/distributions/beta_rnd.m, |
|
1979 statistics/distributions/binomial_cdf.m, |
|
1980 statistics/distributions/binomial_inv.m, |
|
1981 statistics/distributions/binomial_pdf.m, |
|
1982 statistics/distributions/binomial_rnd.m, |
|
1983 statistics/distributions/cauchy_cdf.m, |
|
1984 statistics/distributions/cauchy_inv.m, |
|
1985 statistics/distributions/cauchy_pdf.m, |
|
1986 statistics/distributions/cauchy_rnd.m, |
|
1987 statistics/distributions/chisquare_cdf.m, |
|
1988 statistics/distributions/chisquare_inv.m, |
|
1989 statistics/distributions/chisquare_pdf.m, |
|
1990 statistics/distributions/chisquare_rnd.m, |
|
1991 statistics/distributions/gamma_cdf.m, |
|
1992 statistics/distributions/gamma_inv.m, |
|
1993 statistics/distributions/gamma_pdf.m, |
|
1994 statistics/distributions/gamma_rnd.m, |
|
1995 statistics/distributions/normal_cdf.m, |
|
1996 statistics/distributions/normal_inv.m, |
|
1997 statistics/distributions/normal_pdf.m, |
|
1998 statistics/distributions/normal_rnd.m, |
|
1999 statistics/distributions/stdnormal_cdf.m, |
|
2000 statistics/distributions/stdnormal_pdf.m, |
|
2001 statistics/distributions/stdnormal_rnd.m, |
|
2002 statistics/distributions/uniform_cdf.m, |
|
2003 statistics/distributions/uniform_inv.m, |
|
2004 statistics/distributions/uniform_pdf.m, |
|
2005 statistics/distributions/uniform_rnd.m: |
|
2006 Allow the inputs to be N-d arrays. |
|
2007 |
4852
|
2008 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
2009 * statistics/base/median.m: Likewise. |
4849
|
2010 |
4844
|
2011 2004-04-02 David Bateman <dbateman@free.fr> |
|
2012 |
|
2013 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
2014 * statistics/base/center.m, statistics/base/meansq.m, |
|
2015 statistics/base/moment.m, statistics/base/range.m: |
4852
|
2016 Update for N-d arrays. |
4844
|
2017 * signal/fftshift.m: Fix dimensioning error. |
|
2018 |
|
2019 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
2020 N-d arrays. |
4844
|
2021 |
4852
|
2022 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
2023 |
|
2024 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
2025 |
4852
|
2026 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
2027 |
|
2028 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
2029 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
2030 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
2031 |
|
2032 * control/system/sysidx.m: Use cellidx and not listidx. |
|
2033 |
4841
|
2034 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2035 |
|
2036 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
2037 default of "" (so it is off unless explicitly set by the user). |
|
2038 |
4836
|
2039 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
2040 |
|
2041 * image/imshow.m: Accept "truesize" argument. |
|
2042 Ignore current colormap. New tests and demos. |
|
2043 |
4834
|
2044 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
2045 |
|
2046 * signal/sinewave.m: Allow N to default to M. |
|
2047 |
4826
|
2048 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2049 |
|
2050 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
2051 |
4818
|
2052 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2053 |
|
2054 * general/deal.m: New function. |
4819
|
2055 Add tests from Paul Kienzle. |
4818
|
2056 |
4811
|
2057 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
2058 |
|
2059 * plot/hist.m: Compute histogram correctly for n>=30. |
|
2060 |
5095
|
2061 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
2062 |
|
2063 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
2064 |
4806
|
2065 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2066 |
|
2067 * miscellaneous/horzcat.m: Delete. |
|
2068 * miscellaneous/vertcat.m: Delete. |
|
2069 |
4790
|
2070 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2071 |
|
2072 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
2073 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
2074 |
4789
|
2075 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2076 |
|
2077 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
2078 doing multiple plots in the same gnuplot frame. |
|
2079 |
4780
|
2080 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2081 |
|
2082 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
2083 control/system/cellidx.m, control/system/ss.m, |
|
2084 control/system/tf.m, control/system/zp.m: New functions. |
|
2085 |
4778
|
2086 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
2087 |
|
2088 * statistics/distributions/discrete_inv.m: |
|
2089 Reduce memory requirements. |
|
2090 |
4772
|
2091 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2092 |
|
2093 * plot/__errcomm__.m: Fix thinko in previous change. |
|
2094 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
2095 |
4771
|
2096 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
2097 |
|
2098 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
2099 control/base/analdemo.m, control/base/bddemo.m, |
|
2100 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
2101 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
2102 control/base/rldemo.m, control/base/rlocus.m, |
|
2103 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
2104 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
2105 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
2106 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
2107 control/obsolete/packsys.m, control/obsolete/series.m, |
|
2108 control/system/__sysdefioname__.m, |
|
2109 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
2110 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
2111 control/system/c2d.m, control/system/d2c.m, |
|
2112 control/system/dmr2d.m, control/system/fir2sys.m, |
|
2113 control/system/is_signal_list.m, control/system/is_siso.m, |
|
2114 control/system/jet707.m, control/system/listidx.m, |
|
2115 control/system/moddemo.m, control/system/ord2.m, |
|
2116 control/system/packedform.m, control/system/parallel.m, |
|
2117 control/system/ss2sys.m, control/system/sys2tf.m, |
|
2118 control/system/sys2zp.m, control/system/sysadd.m, |
|
2119 control/system/sysappend.m, control/system/sysconnect.m, |
|
2120 control/system/syscont.m, control/system/sysdimensions.m, |
|
2121 control/system/sysdisc.m, control/system/sysdup.m, |
|
2122 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
2123 control/system/sysgroup.m, control/system/sysmin.m, |
|
2124 control/system/sysmult.m, control/system/sysprune.m, |
|
2125 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
2126 control/system/syssetsignals.m, control/system/syssub.m, |
|
2127 control/system/sysupdate.m, control/system/tf2sys.m, |
|
2128 control/system/ugain.m, control/system/zp2ss.m, |
|
2129 control/system/zp2sys.m, control/util/__outlist__.m, |
|
2130 control/util/__zgpbal__.m, control/util/strappend.m: |
|
2131 Use cell arrays instead of lists. |
|
2132 |
4723
|
2133 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
2134 |
|
2135 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
2136 so that bar (1, 1) will work. |
|
2137 |
4710
|
2138 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2139 |
4717
|
2140 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
2141 * plot/__errplot__.m: Likewise. |
|
2142 * plot/__plt__.m: Likewise. |
|
2143 * plot/plot_border.m: Likewise. |
|
2144 |
4710
|
2145 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
2146 not $(DOCSTRINGS). |
|
2147 |
4706
|
2148 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
2149 |
|
2150 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
2151 rank ([], tol). |
|
2152 |
4691
|
2153 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2154 |
4692
|
2155 * elfun/acot.m: Return atan (1./z). |
|
2156 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
2157 |
4691
|
2158 * miscellaneous/dir.m: New file. |
|
2159 |
|
2160 * general/num2str.m: Use "%d" as format if values are ints with |
|
2161 magnitude less than 1e10. |
|
2162 |
|
2163 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2164 |
|
2165 * general/num2str.m: If single arg is string, return it. |
|
2166 |
|
2167 * miscellaneous/not.m: New file. |
|
2168 |
|
2169 * miscellaneous/unix.m: New file. |
|
2170 |
|
2171 * miscellaneous/isunix.m: New file. |
|
2172 * miscellaneous/ispc.m: New file. |
|
2173 |
|
2174 * miscellaneous/computer.m: New file. |
|
2175 |
|
2176 * miscellaneous/delete.m: New file. |
|
2177 |
4689
|
2178 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2179 |
|
2180 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
2181 |
|
2182 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2183 |
|
2184 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
2185 Always return substituted version of LOADPATH if nargout != 0. |
|
2186 |
4685
|
2187 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
2188 |
|
2189 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
2190 before continuing. |
|
2191 |
|
2192 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
2193 |
4677
|
2194 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2195 |
|
2196 * general/ind2sub.m: New file. |
|
2197 * general/sub2ind.m: New file. |
|
2198 |
4675
|
2199 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2200 |
|
2201 * control/system/zp2ss.m: Don't save and restore |
|
2202 warn_empty_list_elements. |
|
2203 |
|
2204 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
2205 |
|
2206 * control/system/zp2ss.m: Correct definition of pure gain system. |
|
2207 |
4673
|
2208 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
2209 |
|
2210 * statistics/base/mean.m: Remove special case for row vectors. |
|
2211 |
4637
|
2212 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
2213 |
|
2214 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
2215 |
4631
|
2216 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
2217 |
|
2218 * statistics/base/iqr.m: Handle matrices. |
|
2219 |
4630
|
2220 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2221 |
|
2222 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
2223 |
4629
|
2224 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2225 |
|
2226 * miscellaneous/path.m: Fix thinko in previous change. |
|
2227 |
4609
|
2228 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
2229 |
4629
|
2230 * control/base/dare.m: Check positive (semi)definiteness and |
|
2231 dimensions of r (and q). |
|
2232 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
2233 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
2234 near unit circle. |
4611
|
2235 |
|
2236 * control/system/is_detectable.m: Use Hautus Lemma. |
|
2237 Correct the behavior for discrete-time systems. |
|
2238 * control/system/is_stabilizable.m: Likewise. |
|
2239 |
4609
|
2240 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
2241 |
|
2242 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
2243 |
4610
|
2244 * general/isdefinite.m: New function. |
|
2245 |
4567
|
2246 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2247 |
|
2248 * general/reshape: Delete. |
|
2249 |
4559
|
2250 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2251 |
|
2252 * general/numel.m: Delete. |
|
2253 |
4535
|
2254 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2255 |
4536
|
2256 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
2257 |
|
2258 * deprecated/isstr.m: New file. |
4535
|
2259 |
4529
|
2260 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2261 |
|
2262 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
2263 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
2264 |
4525
|
2265 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
2266 |
|
2267 * statistics/base/mean.m: Fix missing semicolon problem. |
|
2268 |
4503
|
2269 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
2270 |
|
2271 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
2272 |
4492
|
2273 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
2274 |
|
2275 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
2276 Allow optional length argument. |
|
2277 |
4491
|
2278 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2279 |
|
2280 * polynomial/polyfit.m: Avoid calling flipud. |
|
2281 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
2282 Return structure as second output value for improved Matlab |
|
2283 compatibility. |
|
2284 |
4476
|
2285 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2286 |
4478
|
2287 * linear-algebra/cond.m: Behave as though old built-in variable |
|
2288 propagate_empty_matrices is always 1. Also handle empty matrices |
|
2289 with one non-zero dimension. |
|
2290 |
4476
|
2291 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
2292 warn_single_quote_string to the list. |
4478
|
2293 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
2294 from the list. |
4476
|
2295 |
5095
|
2296 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
2297 |
|
2298 * signal/autocov.m: Transpose result of conj because diag returns |
|
2299 a column vector, not a row vector. |
|
2300 |
|
2301 * audio/playaudio.m, audio/record.m, image/image.m, |
|
2302 miscellaneous/bug_report.m: Protect spaces in filenames |
|
2303 with quotes. |
|
2304 |
4466
|
2305 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2306 |
4468
|
2307 * io/printf.m, io/puts.m: Delete. |
|
2308 |
4466
|
2309 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
2310 default_return_value from the list. |
|
2311 Add warn_undefined_return_values to the list. |
|
2312 |
|
2313 |
4464
|
2314 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2315 |
|
2316 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
2317 and initialize_global_variables from the list. |
|
2318 |
4460
|
2319 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2320 |
4463
|
2321 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
2322 |
|
2323 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
2324 |
|
2325 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
2326 * control/system/sys2fir.m: Likewise. |
|
2327 |
|
2328 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
2329 * control/system/__tf2sysl__.m: Likewise. |
|
2330 |
|
2331 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
2332 |
|
2333 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
2334 and [] concatenation. |
|
2335 * control/system/sys2fir.m: Likewise. |
|
2336 |
|
2337 * control/base/dgram.m, control/base/freqchkw.m, |
|
2338 control/base/gram.m, control/system/__abcddims__.m, |
|
2339 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
2340 control/system/is_sample.m, control/system/is_signal_list.m, |
|
2341 control/system/is_siso.m, control/system/sys2fir.m, |
|
2342 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
2343 control/system/sysgettype.m, control/system/tf2zp.m, |
|
2344 control/system/ugain.m, control/util/prompt.m, |
|
2345 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
2346 control/util/zgshsr.m: |
|
2347 Improve conformance to Octave coding style. |
|
2348 |
4461
|
2349 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
2350 the list. |
|
2351 Delete resize_on_range_error from the list. |
|
2352 |
4460
|
2353 * control/base/pzmap.m, control/base/place.m, |
|
2354 control/base/__freqresp__.m, control/system/sysappend.m, |
|
2355 control/system/syscont.m, control/system/sysdisc.m, |
|
2356 control/system/sysgroup.m, control/system/tfout.m, |
|
2357 control/system/zp2ss.m, control/system/zpout.m, |
|
2358 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
2359 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
2360 empty_list_elements_ok. |
|
2361 |
|
2362 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
2363 Delete empty_list_elements_ok from the list. |
|
2364 |
4457
|
2365 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2366 |
|
2367 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
2368 list. |
|
2369 Delete treat_neg_dim_as_zero from the list. |
|
2370 |
|
2371 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
2372 |
4451
|
2373 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2374 |
4455
|
2375 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
2376 was not used in the code in any case). |
|
2377 |
|
2378 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
2379 do_fortran_indexing. |
|
2380 |
4452
|
2381 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
2382 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
2383 |
4451
|
2384 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
2385 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
2386 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
2387 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
2388 warn_fortran_indexing in the list. |
|
2389 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
2390 implicit_str_to_num_ok, do_fortran_indexing, and |
|
2391 prefer_column_vectors from list. |
4451
|
2392 |
4440
|
2393 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2394 |
|
2395 * Makefile.in (distclean, maintainer-clean): Also remove |
|
2396 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
2397 directory. |
|
2398 |
5095
|
2399 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
2400 |
|
2401 * plot/hist.m: Don't forget to define n if x is a vector. |
|
2402 |
5095
|
2403 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
2404 |
|
2405 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
2406 return "." with extension. |
|
2407 |
4422
|
2408 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2409 |
|
2410 * control/base/__stepimp__.m, control/base/nichols.m, |
|
2411 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
2412 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
2413 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
2414 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
2415 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
2416 |
4413
|
2417 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2418 |
|
2419 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
2420 |
5095
|
2421 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
2422 |
|
2423 * plot/hist.m: Improve performance by using different algorithms |
|
2424 depending on number of bins. |
|
2425 |
4404
|
2426 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2427 |
|
2428 * control/system/sysadd.m: If systems are not "tf", convert before |
|
2429 adding. |
|
2430 |
5095
|
2431 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
2432 |
|
2433 * image/imagesc.m: Accept data limits parameter for colormap. |
|
2434 |
5095
|
2435 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
2436 |
|
2437 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
2438 the impulse by t_step. |
|
2439 |
4373
|
2440 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2441 |
|
2442 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
2443 column vectors. |
|
2444 |
5095
|
2445 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
2446 |
|
2447 * linear-algebra/null.m: Handle empty matrix arg. |
|
2448 |
4369
|
2449 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2450 |
|
2451 * general/shift.m: Force empty_list_elements_ok to 1. |
|
2452 |
4358
|
2453 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2454 |
|
2455 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
2456 New files. |
|
2457 |
4348
|
2458 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2459 |
|
2460 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
2461 function handle to pass to feval. |
|
2462 * statistics/base/qqplot.m: Likewise. |
|
2463 * statistics/base/ppplot.m: Likewise. |
|
2464 * signal/spectral_xdf.m: Likewise. |
|
2465 * signal/spectral_adf.m: Likewise. |
|
2466 |
4340
|
2467 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2468 |
|
2469 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
2470 |
4334
|
2471 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2472 |
|
2473 * linear-algebra/logm.m: New file. |
|
2474 |
5095
|
2475 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
2476 |
|
2477 * mkpkgadd: Scan C++ files as well |
|
2478 |
5095
|
2479 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
2480 |
|
2481 * strings/findstr.m: Return empty set for zero-length target. |
|
2482 |
5095
|
2483 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
2484 |
|
2485 * set/union.m: Preserve the orientation of inputs. |
|
2486 |
4305
|
2487 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2488 |
|
2489 * general/int2str.m: Eliminate leading spaces. |
|
2490 |
4303
|
2491 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2492 |
|
2493 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
2494 |
5095
|
2495 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
2496 |
|
2497 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
2498 $(BUILD_LDFLAGS) to compiler. |
|
2499 |
4295
|
2500 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2501 |
|
2502 * general/num2str.m: Don't specify field width for scalars. |
|
2503 |
4292
|
2504 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2505 |
|
2506 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
2507 |
4265
|
2508 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2509 |
4279
|
2510 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
2511 |
4266
|
2512 * miscellaneous/tempname.m: New file. |
|
2513 |
|
2514 * miscellaneous/tempdir.m: New file. |
|
2515 |
4265
|
2516 * miscellaneous/fullfile.m: New file. |
|
2517 |
4259
|
2518 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2519 |
4264
|
2520 * miscellaneous/fileparts.m: New file. |
|
2521 |
|
2522 * io/beep.m: New file. |
|
2523 |
4260
|
2524 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
2525 format only. |
4259
|
2526 |
4257
|
2527 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2528 |
|
2529 * strings/strcmp.m: Handle cell arrays of strings. |
|
2530 |
4229
|
2531 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2532 |
|
2533 * general/int2str.m: Handle matrices. |
|
2534 * general/num2str.m: Likewise. |
|
2535 Also handle optional precision, and format args. |
|
2536 |
4225
|
2537 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2538 |
|
2539 * audio/Makefile.in, control/base/Makefile.in, |
|
2540 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
2541 control/system/Makefile.in, elfun/Makefile.in, |
|
2542 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
2543 io/Makefile.in, linear-algebra/Makefile.in, |
|
2544 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
2545 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
2546 specfun/Makefile.in, special-matrix/Makefile.in, |
|
2547 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
2548 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2549 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
2550 deprecated/Makefile.in: Use new do-script-install and |
|
2551 do-script-uninstall macros. |
|
2552 |
|
2553 * mkpkgadd: New script. |
|
2554 |
|
2555 * plot/close.m: New file. |
|
2556 |
4184
|
2557 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2558 |
|
2559 * image/image.m: Use -raw option for xv. |
|
2560 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
2561 |
4172
|
2562 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2563 |
4174
|
2564 * control/base/lsim.m: Use approximate test for step size change. |
|
2565 |
4172
|
2566 * signal/bartlett.m: Avoid row/column mismatch error. |
|
2567 |
5095
|
2568 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
2569 |
|
2570 * statistics/base/var.m: Use better formula for improved accuracy. |
|
2571 |
5095
|
2572 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
2573 |
|
2574 * control/base/lsim.m: Correct doc string. |
|
2575 |
5095
|
2576 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
2577 |
|
2578 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
2579 |
4148
|
2580 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2581 |
|
2582 * plot/contour.m: Handle x and y as matrices too. |
|
2583 |
5095
|
2584 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
2585 |
|
2586 * plot/contour.m: Fix error and usage messages. |
|
2587 |
4146
|
2588 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2589 |
|
2590 * plot/contour.m: Correct orientation of plot. |
|
2591 |
4139
|
2592 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2593 |
|
2594 * control/base/analdemo.m: Fix typo. |
|
2595 |
5095
|
2596 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
2597 |
|
2598 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
2599 |
4098
|
2600 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2601 |
|
2602 * mkdoc: Exit immediately on errors. |
|
2603 Exit with error if gethelp does not exist. |
|
2604 |
|
2605 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
2606 |
4093
|
2607 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2608 |
|
2609 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
2610 |
5095
|
2611 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
2612 |
|
2613 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
2614 * statistics/distributions/normal_pdf.m: Likewise. |
|
2615 * statistics/distributions/normal_inv.m: Likewise. |
|
2616 |
5095
|
2617 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
2618 |
|
2619 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
2620 |
5095
|
2621 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
2622 |
|
2623 * statistics/base/var.m: Handle complex values. |
|
2624 |
4031
|
2625 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2626 |
|
2627 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
2628 list. |
|
2629 * deprecated/Makefile.in: New file. |
|
2630 |
5095
|
2631 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
2632 |
|
2633 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
2634 * statistics/distributions/binomial_cdf.m: Likewise. |
|
2635 * statistics/distributions/f_cdf.m: Likewise. |
|
2636 * statistics/distributions/t_cdf.m: Likewise. |
|
2637 |
|
2638 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
2639 * specfun/beta.m: Likewise. |
|
2640 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
2641 * statistics/distributions/gamma_pdf.m: Likewise. |
|
2642 * statistics/distributions/poisson_pdf.m: Likewise. |
|
2643 |
|
2644 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
2645 * statistics/distributions/poisson_cdf.m: Likewise. |
|
2646 |
4026
|
2647 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2648 |
4028
|
2649 * deprecated/is_bool.m: New file. |
|
2650 * deprecated/is_complex.m: New file. |
|
2651 * deprecated/is_global.m: New file. |
|
2652 * deprecated/is_list.m: New file. |
|
2653 * deprecated/is_matrix.m: New file. |
|
2654 * deprecated/is_scalar.m: New file. |
|
2655 * deprecated/is_square.m: New file. |
|
2656 * deprecated/is_stream.m: New file. |
|
2657 * deprecated/is_struct.m: New file. |
|
2658 * deprecated/is_symmetric.m: New file. |
|
2659 * deprecated/is_vector.m: New file. |
4030
|
2660 * Change all callers of these functions to use the new names. |
4028
|
2661 |
4029
|
2662 * deprecated: New directory. |
|
2663 * Makefile.in (SUBDIRS): Add it to the list. |
|
2664 |
4026
|
2665 * general/isscalar.m: Rename from is_scalar.m. |
|
2666 * general/issquare.m: Rename from is_square.m. |
|
2667 * general/issymmetric.m: Rename from is_symmetric.m. |
|
2668 * general/isvector.m: Rename from is_vector.m. |
|
2669 |
4022
|
2670 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2671 |
|
2672 * statistics/base/mean.m: Allow empty matrices. |
|
2673 Handle DIM arg. |
|
2674 |
5095
|
2675 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
2676 |
|
2677 * plot/__errcomm__.m: If format is not specified, default to error |
|
2678 bar format. |
|
2679 |
4011
|
2680 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2681 |
|
2682 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
2683 __F_SETFL__ and __O_NONBLOCK__. |
|
2684 |
|
2685 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
2686 * miscellaneous/bug_report.m: Likewise. |
|
2687 |
4007
|
2688 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2689 |
4008
|
2690 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
2691 * general/rem.m: Likewise. |
|
2692 |
|
2693 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
2694 * plot/semilogxerr.m: Likewise. |
4007
|
2695 * plot/semilogyerr.m: Likewise. |
|
2696 |
5095
|
2697 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
2698 |
|
2699 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
2700 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
2701 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
2702 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
2703 |
|
2704 * plot/errorbar.m: Use __errcomm__.m. |
|
2705 * plot/__errplot__.m: Minor cleanups. |
|
2706 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
2707 * plot/__pltopt1__.m: Likewise. |
|
2708 |
3980
|
2709 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2710 |
3981
|
2711 * general/rem.m: Delete redundant call to usage. |
|
2712 |
3980
|
2713 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
2714 |
5095
|
2715 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
2716 |
|
2717 * general/mod.m: New function. |
|
2718 |
3979
|
2719 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2720 |
|
2721 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
2722 * control/system/sysadd.m: Likewise. |
|
2723 * control/system/sysgroup.m: Likewise. |
|
2724 * control/system/syssub.m: Likewise. |
|
2725 * elfun/gcd.m: Likewise. |
|
2726 * elfun/lcm.m: Likewise. |
|
2727 * general/common_size.m: Likewise. |
|
2728 * io/printf.m: Likewise. |
|
2729 * miscellaneous/menu.m: Likewise. |
|
2730 * miscellaneous/path.m: Likewise. |
|
2731 * plot/__errplot__.m: Likewise. |
|
2732 * plot/__plt__.m: Likewise. |
|
2733 * plot/axis.m: Likewise. |
|
2734 * plot/errorbar.m: Likewise. |
|
2735 * plot/mplot.m: Likewise. |
|
2736 * plot/loglog.m: Likewise. |
|
2737 * plot/plot.m: Likewise. |
|
2738 * plot/plot_border.m: Likewise. |
|
2739 * plot/semilogx.m: Likewise. |
|
2740 * plot/semilogy.m: Likewise. |
|
2741 * plot/xlabel.m: Likewise. |
|
2742 * plot/ylabel.m: Likewise. |
|
2743 * plot/zlabel.m: Likewise. |
|
2744 * statistics/base/ppplot.m: Likewise. |
|
2745 * statistics/base/qqplot.m: Likewise. |
|
2746 * statistics/tests/bartlett_test.m: Likewise. |
|
2747 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
2748 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
2749 * strings/str2mat.m: Likewise. |
|
2750 * strings/strcat.m: Likewise. |
|
2751 |
5095
|
2752 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
2753 |
|
2754 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
2755 |
3924
|
2756 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2757 |
|
2758 * skip-autoheader: New file, for autogen.sh. |
3925
|
2759 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
2760 |
5095
|
2761 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
2762 |
|
2763 * general/repmat.m: New function. |
|
2764 |
5095
|
2765 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
2766 |
|
2767 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
2768 Use optional parameter to specify the number of bits in the input. |
|
2769 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
2770 floats in the range [-1,1], 2x speedup. |
|
2771 |
|
2772 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
2773 |
3910
|
2774 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2775 |
|
2776 * linear-algebra/kron.m: Delete. |
|
2777 |
5095
|
2778 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
2779 |
|
2780 * signal/freqz.m: If nargout is zero, plot results instead of |
|
2781 returning them. |
|
2782 * signal/freqz_plot.m: New file. |
|
2783 |
5095
|
2784 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
2785 |
5378
|
2786 * signal/unwrap.m: New file. |
3906
|
2787 |
5095
|
2788 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
2789 |
|
2790 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
2791 divide by zero warning. |
|
2792 |
5095
|
2793 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
2794 |
3894
|
2795 * strings/deblank.m: Trim \0 as well as blank. |
|
2796 |
5378
|
2797 * freqz.m: Evaluate a specific range of frequencies |
3893
|
2798 expressed in radians or Hz relative to a supplied sample rate. |
|
2799 |
5095
|
2800 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
2801 |
|
2802 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
2803 |
3891
|
2804 * strings/findstr.m: Vectorize as much as possible. |
|
2805 |
5095
|
2806 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
2807 |
|
2808 * special-matrix/invhilb.m: New version that is faster and more |
|
2809 accurate. |
|
2810 |
5095
|
2811 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
2812 |
|
2813 * configure.in: Update for autoconf 2.5x. |
|
2814 |
5095
|
2815 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
2816 |
|
2817 * special-matrix/vander.m: Code tidy and vectorize. |
|
2818 |
5095
|
2819 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
2820 |
3883
|
2821 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
2822 to vectors. Issue a warning in the case x matches y' but return a |
|
2823 column vector as Octave currently does. |
|
2824 |
3882
|
2825 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
2826 |
|
2827 * control/system/starp.m: Leave more of the documentation |
|
2828 processing to texinfo and less to the @format block. |
|
2829 |
|
2830 * image/imagesc.m: Only display image if no output is requested. |
|
2831 Code tidying. |
|
2832 |
3876
|
2833 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
2834 |
|
2835 * statistics/base/center.m: Accept and return empty matrix. |
|
2836 |
3872
|
2837 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2838 |
|
2839 * specfun/erfinv.m: Fix usage message. |
|
2840 |
3869
|
2841 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2842 |
|
2843 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
2844 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
2845 |
3837
|
2846 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2847 |
|
2848 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
2849 capitalized variable names. |
|
2850 |
3836
|
2851 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
2852 |
|
2853 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
2854 |
5095
|
2855 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
2856 |
|
2857 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
2858 |
3803
|
2859 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
2860 |
3833
|
2861 * general/cart2pol.m: New file. |
|
2862 * general/pol2cart.m: New file. |
|
2863 * general/cart2sph.m: New file. |
|
2864 * general/sph2cart.m: New file. |
|
2865 * image/rgb2hsv.m: New file. |
|
2866 * image/hsv2rgb.m: New file. |
3803
|
2867 |
|
2868 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
2869 |
|
2870 * plot/meshgrid.m: Avoid for loops. |
|
2871 * plot/meshdom.m: Likewise. |
|
2872 |
3801
|
2873 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2874 |
|
2875 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
2876 |
|
2877 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
2878 |
|
2879 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
2880 norm. |
|
2881 |
3792
|
2882 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
2883 |
|
2884 * statistics/tests/welch_test.m: Fix typo. |
|
2885 |
|
2886 * statistics/distributions/chisquare_cdf.m: |
|
2887 Don't restrict inputs to be only positive integers. |
|
2888 * statistics/distributions/chisquare_inv.m: Likewise. |
|
2889 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
2890 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
2891 * statistics/distributions/f_cdf.m: Likewise. |
|
2892 * statistics/distributions/f_inv.m: Likewise. |
|
2893 * statistics/distributions/f_pdf.m: Likewise. |
|
2894 * statistics/distributions/f_rnd.m: Likewise. |
|
2895 * statistics/distributions/t_cdf.m: Likewise. |
|
2896 * statistics/distributions/t_inv.m: Likewise. |
|
2897 * statistics/distributions/t_pdf.m: Likewise. |
|
2898 * statistics/distributions/t_rnd.m: Likewise. |
|
2899 |
3790
|
2900 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
2901 |
|
2902 * strings/dec2base.m: New file. |
|
2903 * strings/base2dec.m: New file. |
|
2904 * strings/strjust.m: New file. |
|
2905 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
2906 * strings/dec2bin.m: Likewise. |
|
2907 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
2908 * strings/bin2dec.m: Likewise. |
|
2909 |
5095
|
2910 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
2911 |
|
2912 * statistics/base/ppplot.m: Use gset, not set. |
|
2913 * statistics/base/qqplot.m: Likewise. |
|
2914 |
5095
|
2915 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
2916 |
|
2917 * control/system/c2d.m: Add missing endif. |
|
2918 |
3759
|
2919 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
2920 |
|
2921 * strings/index.m: Return 0 if either string is empty. |
|
2922 |
|
2923 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
2924 |
|
2925 * control/system/c2d.m: Allow option of matched pole/zero |
|
2926 equivalent for conversion. |
|
2927 |
|
2928 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
2929 |
|
2930 * strings/findstr.m: Return empty matrix if search string is empty. |
|
2931 |
3757
|
2932 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
2933 |
|
2934 * saveimage.m: Do create rawbit image for black and white images, |
|
2935 but do it correctly. |
|
2936 |
3754
|
2937 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
2938 |
|
2939 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
2940 result polynomials. |
|
2941 |
3748
|
2942 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2943 |
|
2944 * image/saveimage.m: Don't try to create rawbit image. |
|
2945 |
3740
|
2946 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2947 |
|
2948 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
2949 |
5095
|
2950 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
2951 |
|
2952 * plot/contour.m: Reorder args for Matlab compatibility. |
|
2953 |
3727
|
2954 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
2955 |
|
2956 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
2957 |
3717
|
2958 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
2959 |
3718
|
2960 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
2961 |
3717
|
2962 * plot/mesh.m: Also set nologscale before plotting. |
|
2963 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
2964 xyerrorbars instead of just errorbars. |
|
2965 |
3714
|
2966 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
2967 |
|
2968 * image/image.m: Try display (from ImageMagick) first. |
|
2969 |
3709
|
2970 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
2971 |
|
2972 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
2973 conjugate transpose. |
|
2974 |
3705
|
2975 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2976 |
|
2977 * strings/str2mat.m: Apply setstr to each argument. |
|
2978 |
3696
|
2979 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
2980 |
|
2981 * control/base/dkalman.m: New file. |
|
2982 * control/base/dlqe.m: Handle singular A matrix. |
|
2983 * control/base/dlqr.m: Likewise. |
|
2984 |
3695
|
2985 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2986 |
|
2987 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
2988 dimensions don't match. |
|
2989 |
3690
|
2990 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
2991 |
|
2992 * plot/hist.m: Allow 3 argument form to work. |
|
2993 |
5095
|
2994 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
2995 |
|
2996 * plot/plot.m: Add examples in doc string. |
|
2997 |
5095
|
2998 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
2999 |
|
3000 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
3001 Do the right thing even if automatic_replot is not zero. |
|
3002 Avoid failure if system has pure imaginary poles. |
|
3003 |
3674
|
3004 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3005 |
|
3006 * general/logical.m: Return arg if it is empty. Better error |
|
3007 message for non-numeric types. |
|
3008 |
5095
|
3009 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
3010 |
|
3011 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
3012 about difference with Matlab dlqe function. |
|
3013 |
|
3014 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
3015 |
5095
|
3016 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
3017 |
|
3018 * strings/strrep.m: Fix typo. |
|
3019 |
3666
|
3020 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3021 |
|
3022 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
3023 |
5095
|
3024 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
3025 |
|
3026 * strings/strrep.m: Avoid for loop for speed. |
3667
|
3027 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
3028 |
5095
|
3029 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
3030 |
|
3031 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
3032 guess for iteration. |
|
3033 |
3651
|
3034 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
3035 |
|
3036 * image/image.m: Allow image (A) or image (x, y, A). |
|
3037 * image/imagesc.m: Likewise. |
|
3038 |
|
3039 * image/image.m: If zoom is not supplied, or if it is an empty |
|
3040 matrix, autoscale the image. |
|
3041 |
3618
|
3042 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3043 |
3619
|
3044 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
3045 Undo string escapes in text twice(!) before sending to gnuplot. |
|
3046 |
3618
|
3047 * image/saveimage.m: Add comment to file saying who created it and |
|
3048 when it was created. Suggested by Stephen Eglen |
|
3049 <stephen@cogsci.ed.ac.uk>. |
|
3050 |
5095
|
3051 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
3052 |
|
3053 * polynomial/polyreduce.m: Simplify by looking for the first |
|
3054 non-zero element rather than the last of the first set of zero |
|
3055 elements. |
|
3056 |
|
3057 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
3058 |
5095
|
3059 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
3060 |
|
3061 * image/saveimage.m: Swap black and white colormaps so zero is |
|
3062 displayed as black and 1 is displayed as white. |
|
3063 Fix indexing bug in ppm case. |
|
3064 |
3604
|
3065 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
3066 |
|
3067 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
3068 between the two distributions (took same approach as ks.test() in R.) |
|
3069 |
3603
|
3070 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3071 |
|
3072 * control/base/bode.m: Temporarily disable automatic_replot. |
|
3073 |
3599
|
3074 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3075 |
3601
|
3076 * Makefile.in (clean): Also remove gethelp. |
|
3077 |
3599
|
3078 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
3079 |
5095
|
3080 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
3081 |
|
3082 * set/create_set.m: Use find to avoid while loop. |
|
3083 |
5095
|
3084 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
3085 |
|
3086 * plot/hist.m: New optional third argument. |
|
3087 |
|
3088 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3089 |
|
3090 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
3091 number appended. |
|
3092 |
3575
|
3093 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3094 |
|
3095 * gethelp.cc: Sprinkle with std:: qualifier. |
|
3096 |
3498
|
3097 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3098 |
|
3099 * image/saveimage.m: Delete some debugging code. |
|
3100 |
3486
|
3101 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3102 |
|
3103 * signal/sinc.m: Avoid reshaping. |
|
3104 |
|
3105 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
3106 * image/ind2rgb.m: Ditto. |
|
3107 * image/ind2gray.m: Ditto. |
|
3108 * general/reshape.m: Ditto. Also no longer needs to reset |
|
3109 implicit_str_to_num_ok. |
|
3110 |
3483
|
3111 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3112 |
|
3113 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
3114 a list of file structures, not a vector of numeric file ids. |
|
3115 |
3474
|
3116 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3117 |
3476
|
3118 * plot/__axis_label__.m: New function. |
|
3119 Undo string escapes in text twice(!) before sending to gnuplot. |
|
3120 * plot/xlabel.m: Use it. |
|
3121 * plot/ylabel.m: Ditto. |
|
3122 * plot/zlabel.m: Ditto. |
|
3123 |
3474
|
3124 * plot/mesh.m: Fix error message to reflect reality. |
|
3125 |
5095
|
3126 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
3127 |
|
3128 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
3129 |
5095
|
3130 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
3131 |
|
3132 * audio/saveaudio.m: Also accept files with .ul extension. |
|
3133 * audio/loadaudio.m: Ditto. |
|
3134 * audio/playaudio.m: Ditto. |
|
3135 |
3456
|
3136 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3137 |
|
3138 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
3139 * statistics/distributions/beta_inv.m: Ditto. |
|
3140 * statistics/distributions/beta_pdf.m: Ditto. |
|
3141 * statistics/distributions/beta_rnd.m: Ditto. |
|
3142 * statistics/distributions/binomial_cdf.m: Ditto. |
|
3143 * statistics/distributions/binomial_inv.m: Ditto. |
|
3144 * statistics/distributions/binomial_pdf.m: Ditto. |
|
3145 * statistics/distributions/binomial_rnd.m: Ditto. |
|
3146 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
3147 * statistics/distributions/cauchy_inv.m: Ditto. |
|
3148 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
3149 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
3150 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
3151 * statistics/distributions/chisquare_inv.m: Ditto. |
|
3152 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
3153 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
3154 * statistics/distributions/discrete_cdf.m: Ditto. |
|
3155 * statistics/distributions/discrete_inv.m: Ditto. |
|
3156 * statistics/distributions/discrete_pdf.m: Ditto. |
|
3157 * statistics/distributions/discrete_rnd.m: Ditto. |
|
3158 * statistics/distributions/empirical_cdf.m: Ditto. |
|
3159 * statistics/distributions/empirical_inv.m: Ditto. |
|
3160 * statistics/distributions/empirical_pdf.m: Ditto. |
|
3161 * statistics/distributions/empirical_rnd.m: Ditto. |
|
3162 * statistics/distributions/exponential_cdf.m: Ditto. |
|
3163 * statistics/distributions/exponential_inv.m: Ditto. |
|
3164 * statistics/distributions/exponential_pdf.m: Ditto. |
|
3165 * statistics/distributions/exponential_rnd.m: Ditto. |
|
3166 * statistics/distributions/f_cdf.m: Ditto. |
|
3167 * statistics/distributions/f_inv.m: Ditto. |
|
3168 * statistics/distributions/f_pdf.m: Ditto. |
|
3169 * statistics/distributions/f_rnd.m: Ditto. |
|
3170 * statistics/distributions/gamma_cdf.m: Ditto. |
|
3171 * statistics/distributions/gamma_inv.m: Ditto. |
|
3172 * statistics/distributions/gamma_pdf.m: Ditto. |
|
3173 * statistics/distributions/gamma_rnd.m: Ditto. |
|
3174 * statistics/distributions/geometric_cdf.m: Ditto. |
|
3175 * statistics/distributions/geometric_inv.m: Ditto. |
|
3176 * statistics/distributions/geometric_pdf.m: Ditto. |
|
3177 * statistics/distributions/geometric_rnd.m: Ditto. |
|
3178 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
3179 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
3180 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
3181 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
3182 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
3183 * statistics/distributions/laplace_cdf.m: Ditto. |
|
3184 * statistics/distributions/laplace_inv.m: Ditto. |
|
3185 * statistics/distributions/laplace_pdf.m: Ditto. |
|
3186 * statistics/distributions/laplace_rnd.m: Ditto. |
|
3187 * statistics/distributions/logistic_cdf.m: Ditto. |
|
3188 * statistics/distributions/logistic_inv.m: Ditto. |
|
3189 * statistics/distributions/logistic_pdf.m: Ditto. |
|
3190 * statistics/distributions/logistic_rnd.m: Ditto. |
|
3191 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
3192 * statistics/distributions/lognormal_inv.m: Ditto. |
|
3193 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
3194 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
3195 * statistics/distributions/normal_cdf.m: Ditto. |
|
3196 * statistics/distributions/normal_inv.m: Ditto. |
|
3197 * statistics/distributions/normal_pdf.m: Ditto. |
|
3198 * statistics/distributions/normal_rnd.m: Ditto. |
|
3199 * statistics/distributions/pascal_cdf.m: Ditto. |
|
3200 * statistics/distributions/pascal_inv.m: Ditto. |
|
3201 * statistics/distributions/pascal_pdf.m: Ditto. |
|
3202 * statistics/distributions/pascal_rnd.m: Ditto. |
|
3203 * statistics/distributions/poisson_cdf.m: Ditto. |
|
3204 * statistics/distributions/poisson_inv.m: Ditto. |
|
3205 * statistics/distributions/poisson_pdf.m: Ditto. |
|
3206 * statistics/distributions/poisson_rnd.m: Ditto. |
|
3207 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
3208 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
3209 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
3210 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
3211 * statistics/distributions/t_cdf.m: Ditto. |
|
3212 * statistics/distributions/t_inv.m: Ditto. |
|
3213 * statistics/distributions/t_pdf.m: Ditto. |
|
3214 * statistics/distributions/t_rnd.m: Ditto. |
|
3215 * statistics/distributions/uniform_cdf.m: Ditto. |
|
3216 * statistics/distributions/uniform_inv.m: Ditto. |
|
3217 * statistics/distributions/uniform_pdf.m: Ditto. |
|
3218 * statistics/distributions/uniform_rnd.m: Ditto. |
|
3219 * statistics/distributions/weibull_cdf.m: Ditto. |
|
3220 * statistics/distributions/weibull_inv.m: Ditto. |
|
3221 * statistics/distributions/weibull_pdf.m: Ditto. |
|
3222 * statistics/distributions/weibull_rnd.m: Ditto. |
|
3223 * statistics/distributions/wiener_rnd.m: Ditto. |
|
3224 |
3453
|
3225 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3226 |
|
3227 * statistics/base/values.m: Texinfoize doc string. |
|
3228 * statistics/base/var.m: Ditto. |
|
3229 * statistics/base/table.m: Ditto. |
|
3230 * statistics/base/studentize.m: Ditto. |
|
3231 * statistics/base/statistics.m: Ditto. |
|
3232 * statistics/base/spearman.m: Ditto. |
|
3233 * statistics/base/run_count.m: Ditto. |
|
3234 * statistics/base/ranks.m: Ditto. |
|
3235 * statistics/base/range.m: Ditto. |
|
3236 * statistics/base/qqplot.m: Ditto. |
|
3237 * statistics/base/probit.m: Ditto. |
|
3238 * statistics/base/ppplot.m: Ditto. |
|
3239 * statistics/base/moment.m: Ditto. |
|
3240 * statistics/base/meansq.m: Ditto. |
|
3241 * statistics/base/logit.m: Ditto. |
|
3242 * statistics/base/kendall.m: Ditto. |
|
3243 * statistics/base/iqr.m: Ditto. |
|
3244 * statistics/base/cut.m: Ditto. |
|
3245 * statistics/base/cor.m: Ditto. |
|
3246 * statistics/base/cloglog.m: Ditto. |
|
3247 * statistics/base/center.m: Ditto. |
3454
|
3248 * statistics/models/logistic_regression.m: Ditto. |
|
3249 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
3250 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
3251 * statistics/tests/anova.m: Ditto. |
|
3252 * statistics/tests/bartlett_test.m: Ditto. |
|
3253 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
3254 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
3255 * statistics/tests/cor_test.m: Ditto. |
|
3256 * statistics/tests/f_test_regression.m: Ditto. |
|
3257 * statistics/tests/hotelling_test.m: Ditto. |
|
3258 * statistics/tests/hotelling_test_2.m: Ditto. |
|
3259 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
3260 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
3261 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
3262 * statistics/tests/manova.m: Ditto. |
|
3263 * statistics/tests/mcnemar_test.m: Ditto. |
|
3264 * statistics/tests/prop_test_2.m: Ditto. |
|
3265 * statistics/tests/run_test.m: Ditto. |
|
3266 * statistics/tests/sign_test.m: Ditto. |
|
3267 * statistics/tests/t_test.m: Ditto. |
|
3268 * statistics/tests/t_test_2.m: Ditto. |
|
3269 * statistics/tests/t_test_regression.m: Ditto. |
|
3270 * statistics/tests/u_test.m: Ditto. |
|
3271 * statistics/tests/var_test.m: Ditto. |
|
3272 * statistics/tests/welch_test.m: Ditto. |
|
3273 * statistics/tests/wilcoxon_test.m: Ditto. |
|
3274 * statistics/tests/z_test.m: Ditto. |
|
3275 * statistics/tests/z_test_2.m: Ditto. |
3453
|
3276 |
3446
|
3277 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3278 |
|
3279 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
3280 * plot/__plr1__.m: Ditto. |
|
3281 * plot/__pltopt__.m: Ditto. |
|
3282 * plot/__plt__.m: Ditto. |
|
3283 * plot/__plt2vv__.m: Ditto. |
|
3284 * plot/__plr2__.m: Ditto. |
|
3285 * plot/__plr__.m: Ditto. |
|
3286 * plot/__plt1__.m: Ditto. |
|
3287 * plot/__plt2__.m: Ditto. |
|
3288 * plot/__plt2mm__.m: Ditto. |
|
3289 * plot/__plt2mv__.m: Ditto. |
|
3290 * plot/__plt2ss__.m: Ditto. |
|
3291 * miscellaneous/paren.m: Ditto. |
|
3292 * miscellaneous/comma.m: Ditto. |
|
3293 * miscellaneous/semicolon.m: Ditto. |
|
3294 * miscellaneous/path.m: Ditto. |
|
3295 * miscellaneous/list_primes.m: Ditto. |
|
3296 * miscellaneous/flops.m: Ditto. |
|
3297 * miscellaneous/dump_prefs.m: Ditto. |
|
3298 * miscellaneous/bug_report.m: Ditto. |
|
3299 * linear-algebra/dot.m: Ditto |
|
3300 * linear-algebra/dmult.m: Ditto. |
|
3301 * general/randperm.m: Ditto. |
|
3302 * general/logical.m: Ditto. |
|
3303 * general/is_duplicate_entry.m: Ditto. |
|
3304 * signal/arch_fit.m: Ditto. |
|
3305 * signal/arch_rnd.m: Ditto. |
|
3306 * signal/arch_test.m: Ditto. |
|
3307 * signal/arma_rnd.m: Ditto. |
|
3308 * signal/autocor.m: Ditto. |
|
3309 * signal/autocov.m: Ditto. |
|
3310 * signal/autoreg_matrix.m: Ditto. |
|
3311 * signal/bartlett.m: Ditto. |
|
3312 * signal/blackman.m: Ditto. |
|
3313 * signal/detrend.m: Ditto. |
|
3314 * signal/diffpara.m: Ditto. |
|
3315 * signal/durbinlevinson.m: Ditto. |
|
3316 * signal/fftconv.m: Ditto. |
|
3317 * signal/fftfilt.m: Ditto. |
|
3318 * signal/fftshift.m: Ditto. |
|
3319 * signal/fractdiff.m: Ditto. |
|
3320 * signal/freqz.m: Ditto. |
|
3321 * signal/hamming.m: Ditto. |
|
3322 * signal/hanning.m: Ditto. |
|
3323 * signal/hurst.m: Ditto. |
|
3324 * signal/periodogram.m: Ditto. |
|
3325 * signal/rectangle_lw.m: Ditto. |
|
3326 * signal/rectangle_sw.m: Ditto. |
|
3327 * signal/sinc.m: Ditto. |
|
3328 * signal/sinetone.m: Ditto. |
|
3329 * signal/sinewave.m: Ditto. |
|
3330 * signal/spectral_adf.m: Ditto. |
|
3331 * signal/spectral_xdf.m: Ditto. |
|
3332 * signal/spencer.m: Ditto. |
|
3333 * signal/stft.m: Ditto. |
|
3334 * signal/synthesis.m: Ditto. |
|
3335 * signal/triangle_lw.m: Ditto. |
|
3336 * signal/triangle_sw.m: Ditto. |
|
3337 * signal/yulewalker.m: Ditto. |
3450
|
3338 * control/util/strappend.m: Ditto. |
3451
|
3339 * control/base/nichols.m: Ditto. |
3452
|
3340 * control/system/is_signal_list.m: Ditto. |
|
3341 * control/system/listidx.m: Ditto. |
|
3342 * control/system/sysgettsam.m: Ditto. |
|
3343 * control/system/sysidx.m: Ditto. |
3446
|
3344 |
3438
|
3345 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3346 |
|
3347 * control/system/__abcddims__.m: Rename from |
|
3348 control/system/abcddims.m, change all callers. |
|
3349 * control/base/__bodquist__.m: Likewise. |
|
3350 * control/base/__freqresp__.m: Likewise. |
|
3351 * control/util/__outlist__.m: Likewise. |
|
3352 * control/base/__stepimp__.m: Likewise. |
|
3353 * control/system/__syschnamesl__.m: Likewise. |
|
3354 * control/system/__syscont_disc__.m: Likewise. |
|
3355 * control/system/__sysdefioname__.m: Likewise. |
|
3356 * control/system/__sysdefstname__.m: Likewise. |
|
3357 * control/system/__sysgroupn__.m: Likewise. |
|
3358 * control/system/__tf2sysl__.m: Likewise. |
|
3359 * control/util/__zgpbal__.m: Likewise. |
|
3360 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
3361 |
|
3362 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
3363 * quaternion/qconj.m: Ditto. |
|
3364 * quaternion/qcoordinate_plot.m: Ditto. |
|
3365 * quaternion/qderiv.m: Ditto. |
|
3366 * quaternion/qderivmat.m: Ditto. |
|
3367 * quaternion/qinv.m: Ditto. |
|
3368 * quaternion/qmult.m: Ditto. |
|
3369 * quaternion/qtrans.m: Ditto. |
|
3370 * quaternion/qtransv.m: Ditto. |
|
3371 * quaternion/qtransvmat.m: Ditto. |
|
3372 * quaternion/quaternion.m: Ditto. |
3438
|
3373 |
3436
|
3374 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3375 |
|
3376 * control/base/Makefile.in: Ditto. |
|
3377 * control/hinf/Makefile.in: New file. |
|
3378 * control/marsyas/Makefile.in: Ditto. |
|
3379 * control/obsolete/Makefile.in: Ditto. |
|
3380 * control/system/Makefile.in: Ditto. |
|
3381 * control/util/Makefile.in: Ditto. |
|
3382 |
|
3383 * strings/com2str.m: Move here from control directory. |
|
3384 |
|
3385 * control/base: New directory. |
|
3386 * control/base/DEMOcontrol.m: Move here from control directory. |
|
3387 * control/base/analdemo.m: Ditto. |
|
3388 * control/base/are.m: Ditto. |
|
3389 * control/base/bddemo.m: Ditto. |
|
3390 * control/base/bode.m: Ditto. |
|
3391 * control/base/bode_bounds.m: Ditto. |
|
3392 * control/base/bodquist.m: Ditto. |
|
3393 * control/base/controldemo.m: Ditto. |
|
3394 * control/base/ctrb.m: Ditto. |
|
3395 * control/base/damp.m: Ditto. |
|
3396 * control/base/dare.m: Ditto. |
|
3397 * control/base/dcgain.m: Ditto. |
|
3398 * control/base/dgram.m: Ditto. |
|
3399 * control/base/dlqe.m: Ditto. |
|
3400 * control/base/dlqr.m: Ditto. |
|
3401 * control/base/dlyap.m: Ditto. |
|
3402 * control/base/dre.m: Ditto. |
|
3403 * control/base/frdemo.m: Ditto. |
|
3404 * control/base/freqchkw.m: Ditto. |
|
3405 * control/base/freqresp.m: Ditto. |
|
3406 * control/base/gram.m: Ditto. |
|
3407 * control/base/impulse.m: Ditto. |
|
3408 * control/base/lqe.m: Ditto. |
|
3409 * control/base/lqg.m: Ditto. |
|
3410 * control/base/lqr.m: Ditto. |
|
3411 * control/base/lsim.m: Ditto. |
|
3412 * control/base/ltifr.m: Ditto. |
|
3413 * control/base/lyap.m: Ditto. |
|
3414 * control/base/nichols.m: Ditto. |
|
3415 * control/base/nyquist.m: Ditto. |
|
3416 * control/base/obsv.m: Ditto. |
|
3417 * control/base/place.m: Ditto. |
|
3418 * control/base/pzmap.m: Ditto. |
|
3419 * control/base/rldemo.m: Ditto. |
|
3420 * control/base/rlocus.m: Ditto. |
|
3421 * control/base/step.m: Ditto. |
|
3422 * control/base/stepimp.m: Ditto. |
|
3423 * control/base/tzero.m: Ditto. |
|
3424 * control/base/tzero2.m: Ditto. |
|
3425 |
|
3426 * control/hinf: New directory. |
|
3427 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
3428 * control/hinf/h2norm.m: Ditto. |
|
3429 * control/hinf/h2syn.m: Ditto. |
|
3430 * control/hinf/hinf_ctr.m: Ditto. |
|
3431 * control/hinf/hinfdemo.m: Ditto. |
|
3432 * control/hinf/hinfnorm.m: Ditto. |
|
3433 * control/hinf/hinfsyn.m: Ditto. |
|
3434 * control/hinf/hinfsyn_chk.m: Ditto. |
|
3435 * control/hinf/hinfsyn_ric.m: Ditto. |
|
3436 * control/hinf/wgt1o.m: Ditto. |
3441
|
3437 * control/hinf/dgkfdemo.m: Ditto. |
|
3438 * control/hinf/is_dgkf.m: Ditto. |
3436
|
3439 |
|
3440 * control/marsyas: New directory. |
|
3441 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
3442 * control/marsyas/susball.m: Ditto. |
|
3443 |
|
3444 * control/obsolete/dezero.m: Move here from control directory. |
|
3445 * control/obsolete/rotg.m: Ditto. |
|
3446 |
|
3447 * control/system: New directory. |
|
3448 * control/system/abcddim.m: Move here from control directory. |
|
3449 * control/system/abcddims.m: Ditto. |
|
3450 * control/system/buildssic.m: Ditto. |
|
3451 * control/system/c2d.m: Ditto. |
|
3452 * control/system/d2c.m: Ditto. |
|
3453 * control/system/dmr2d.m: Ditto. |
|
3454 * control/system/fir2sys.m: Ditto. |
|
3455 * control/system/is_abcd.m: Ditto. |
|
3456 * control/system/is_digital.m: Ditto. |
|
3457 * control/system/is_sample.m: Ditto. |
|
3458 * control/system/is_signal_list.m: Ditto. |
|
3459 * control/system/is_siso.m: Ditto. |
3441
|
3460 * control/system/is_controllable.m: Ditto. |
|
3461 * control/system/is_detectable.m: Ditto. |
|
3462 * control/system/is_observable.m: Ditto. |
|
3463 * control/system/is_stabilizable.m: Ditto. |
|
3464 * control/system/is_stable.m: Ditto. |
3436
|
3465 * control/system/jet707.m: Ditto. |
|
3466 * control/system/listidx.m: Ditto. |
|
3467 * control/system/moddemo.m: Ditto. |
|
3468 * control/system/ord2.m: Ditto. |
|
3469 * control/system/packedform.m: Ditto. |
|
3470 * control/system/parallel.m: Ditto. |
|
3471 * control/system/ss2sys.m: Ditto. |
|
3472 * control/system/ss2tf.m: Ditto. |
|
3473 * control/system/ss2zp.m: Ditto. |
|
3474 * control/system/starp.m: Ditto. |
|
3475 * control/system/sys2fir.m: Ditto. |
|
3476 * control/system/sys2ss.m: Ditto. |
|
3477 * control/system/sys2tf.m: Ditto. |
|
3478 * control/system/sys2zp.m: Ditto. |
|
3479 * control/system/sysadd.m: Ditto. |
|
3480 * control/system/sysappend.m: Ditto. |
|
3481 * control/system/syschnamesl.m: Ditto. |
|
3482 * control/system/syschtsam.m: Ditto. |
|
3483 * control/system/sysconnect.m: Ditto. |
|
3484 * control/system/syscont.m: Ditto. |
|
3485 * control/system/syscont_disc.m: Ditto. |
|
3486 * control/system/sysdefioname.m: Ditto. |
|
3487 * control/system/sysdefstname.m: Ditto. |
|
3488 * control/system/sysdimensions.m: Ditto. |
|
3489 * control/system/sysdisc.m: Ditto. |
|
3490 * control/system/sysdup.m: Ditto. |
|
3491 * control/system/sysgetsignals.m: Ditto. |
|
3492 * control/system/sysgettsam.m: Ditto. |
|
3493 * control/system/sysgettype.m: Ditto. |
|
3494 * control/system/sysgroup.m: Ditto. |
|
3495 * control/system/sysgroupn.m: Ditto. |
|
3496 * control/system/sysidx.m: Ditto. |
|
3497 * control/system/sysmin.m: Ditto. |
|
3498 * control/system/sysmult.m: Ditto. |
|
3499 * control/system/sysout.m: Ditto. |
|
3500 * control/system/sysprune.m: Ditto. |
|
3501 * control/system/sysreorder.m: Ditto. |
|
3502 * control/system/sysrepdemo.m: Ditto. |
|
3503 * control/system/sysscale.m: Ditto. |
|
3504 * control/system/syssetsignals.m: Ditto. |
|
3505 * control/system/syssub.m: Ditto. |
|
3506 * control/system/sysupdate.m: Ditto. |
|
3507 * control/system/tf2ss.m: Ditto. |
|
3508 * control/system/tf2sys.m: Ditto. |
|
3509 * control/system/tf2sysl.m: Ditto. |
|
3510 * control/system/tf2zp.m: Ditto. |
|
3511 * control/system/tfout.m: Ditto. |
|
3512 * control/system/ugain.m: Ditto. |
|
3513 * control/system/zp2ss.m: Ditto. |
|
3514 * control/system/zp2ssg2.m: Ditto. |
|
3515 * control/system/zp2sys.m: Ditto. |
|
3516 * control/system/zp2tf.m: Ditto. |
|
3517 * control/system/zpout.m: Ditto. |
|
3518 |
|
3519 * control/util: New directory. |
|
3520 * control/util/axis2dlim.m: Move here from control directory. |
|
3521 * control/util/outlist.m: Ditto. |
|
3522 * control/util/prompt.m: Ditto. |
|
3523 * control/util/run_cmd.m: Ditto. |
|
3524 * control/util/sortcom.m: Ditto. |
|
3525 * control/util/strappend.m: Ditto. |
|
3526 * control/util/swap.m: Ditto. |
|
3527 * control/util/zgfmul.m: Ditto. |
|
3528 * control/util/zgfslv.m: Ditto. |
|
3529 * control/util/zginit.m: Ditto. |
|
3530 * control/util/zgpbal.m: Ditto. |
|
3531 * control/util/zgreduce.m: Ditto. |
|
3532 * control/util/zgrownorm.m: Ditto. |
|
3533 * control/util/zgscal.m: Ditto. |
|
3534 * control/util/zgsgiv.m: Ditto. |
|
3535 * control/util/zgshsr.m: Ditto. |
|
3536 |
3427
|
3537 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3538 |
|
3539 * gethelp.cc (extract_help_text): Discard first space character |
|
3540 after consecutive comment characters. |
|
3541 |
3422
|
3542 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
3543 |
|
3544 * control/obsolete: New directory |
|
3545 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
3546 * control/obsolete/swapcols.m: Ditto. |
|
3547 * control/obsolete/dlqg.m: Ditto. |
|
3548 * control/obsolete/minfo.m: Ditto. |
|
3549 * control/obsolete/packsys.m: Ditto. |
|
3550 * control/obsolete/qzval.m: Ditto. |
|
3551 * control/obsolete/unpacksys.m: Ditto. |
|
3552 * control/obsolete/series.m: Ditto. |
|
3553 * control/obsolete/syschnames.m: Ditto. |
|
3554 * polynomial/polyout.m: Ditto. |
3422
|
3555 |
3420
|
3556 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3557 |
|
3558 * general/fliplr.m: Eliminate useless copy of arg. |
|
3559 * general/flipud.m: Ditto. |
|
3560 |
3418
|
3561 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3562 |
|
3563 * linear-algebra/cross.m: Only return a row vector if both args |
|
3564 are row vectors. |
|
3565 * polynomial/polyfit.m: Likewise. |
|
3566 |
|
3567 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
3568 |
|
3569 * statistics/distributions/discrete_rnd.m: |
|
3570 Always generate a row vector. |
|
3571 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
3572 |
5095
|
3573 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
3574 |
|
3575 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
3576 |
|
3577 * audio/setaudio.m: Texinfoize doc string. |
|
3578 * control/com2str.m: Likewise. |
|
3579 * control/controldemo.m: Likewise. |
|
3580 * control/DEMOcontrol.m: Likewise. |
|
3581 * control/dezero.m: Likewise. |
|
3582 * control/dre.m: Likewise. |
|
3583 * control/hinfsyn_ric.m: Likewise. |
|
3584 |
5095
|
3585 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
3586 |
|
3587 * io/printf.m: Add @seealso{...} to doc string. |
|
3588 * io/puts.m: Likewise. |
|
3589 * plot/semilogx.m: Likewise. |
|
3590 * plot/semilogy.m: Likewise. |
|
3591 * plot/__pltopt__.m: Likewise. |
|
3592 * plot/bar.m: Likewise. |
|
3593 * plot/xlabel.m: Likewise. |
|
3594 * plot/grid.m: Likewise. |
|
3595 * plot/shg.m: Likewise. |
|
3596 * plot/title.m: Likewise. |
|
3597 * plot/mesh.m: Likewise. |
|
3598 * plot/__pltopt1__.m: Likewise. |
|
3599 * plot/contour.m: Likewise. |
|
3600 * plot/hist.m: Likewise. |
|
3601 * plot/stairs.m: Likewise. |
|
3602 * plot/meshgrid.m: Likewise. |
|
3603 * plot/polar.m: Likewise. |
|
3604 * plot/loglog.m: Likewise. |
|
3605 * plot/plot.m: Likewise. |
|
3606 * miscellaneous/semicolon.m: Likewise. |
|
3607 * miscellaneous/menu.m: Likewise. |
|
3608 * miscellaneous/etime.m: Likewise. |
|
3609 * miscellaneous/texas_lotto.m: Likewise. |
|
3610 * miscellaneous/comma.m: Likewise. |
|
3611 * audio/lin2mu.m: Likewise. |
|
3612 * audio/playaudio.m: Likewise. |
|
3613 * audio/loadaudio.m: Likewise. |
|
3614 * audio/saveaudio.m: Likewise. |
|
3615 * audio/mu2lin.m: Likewise. |
|
3616 * audio/record.m: Likewise. |
|
3617 * strings/isletter.m: Likewise. |
|
3618 * strings/lower.m: Likewise. |
|
3619 * strings/lower.m: Likewise. |
|
3620 * strings/upper.m: Likewise. |
|
3621 * specfun/erfinv.m: Likewise. |
|
3622 * specfun/gammai.m: Likewise. |
|
3623 * specfun/log2.m: Likewise. |
|
3624 * specfun/pow2.m: Likewise. |
|
3625 * elfun/gcd.m: Likewise. |
|
3626 * elfun/lcm.m: Likewise. |
|
3627 * special-matrix/vander.m: Likewise. |
|
3628 * special-matrix/sylvester_matrix.m: Likewise. |
|
3629 * special-matrix/hilb.m: Likewise. |
|
3630 * special-matrix/hankel.m: Likewise. |
|
3631 * special-matrix/toeplitz.m: Likewise. |
|
3632 * special-matrix/invhilb.m: Likewise. |
|
3633 * statistics/base/std.m: Likewise. |
|
3634 * statistics/base/median.m: Likewise. |
|
3635 * linear-algebra/cond.m: Likewise. |
|
3636 * linear-algebra/norm.m: Likewise. |
|
3637 * finance/nper.m: Likewise. |
|
3638 * finance/pmt.m: Likewise. |
|
3639 * finance/pv.m: Likewise. |
|
3640 * finance/rate.m: Likewise. |
|
3641 * finance/npv.m: Likewise. |
|
3642 * general/fliplr.m: Likewise. |
|
3643 * general/flipud.m: Likewise. |
|
3644 * general/is_scalar.m: Likewise. |
|
3645 * general/rem.m: Likewise. |
|
3646 * general/perror.m: Likewise. |
|
3647 * general/tril.m: Likewise. |
|
3648 * general/rot90.m: Likewise. |
|
3649 * general/num2str.m: Likewise. |
|
3650 * general/int2str.m: Likewise. |
|
3651 * general/reshape.m: Likewise. |
|
3652 * general/logspace.m: Likewise. |
|
3653 * general/is_symmetric.m: Likewise. |
|
3654 * general/is_vector.m: Likewise. |
|
3655 * general/nextpow2.m: Likewise. |
|
3656 * general/columns.m: Likewise. |
|
3657 * general/is_square.m: Likewise. |
|
3658 * general/rows.m: Likewise. |
|
3659 * control/ugain.m: Likewise. |
|
3660 * control/damp.m: Likewise. |
|
3661 * control/dare.m: Likewise. |
|
3662 * control/are.m: Likewise. |
|
3663 * control/sys2fir.m: Likewise. |
|
3664 * control/abcddim.m: Likewise. |
|
3665 * control/is_abcd.m: Likewise. |
|
3666 * control/step.m: Likewise. |
|
3667 * control/is_observable.m: Likewise. |
|
3668 * control/is_controllable.m: Likewise. |
|
3669 * control/jet707.m: Likewise. |
|
3670 * control/polyout.m: Likewise. |
|
3671 * control/impulse.m: Likewise. |
|
3672 * control/lqg.m: Likewise. |
|
3673 * control/is_detectable.m: Likewise. |
|
3674 * control/sysdimensions.m: Likewise. |
|
3675 * control/sysupdate.m: Likewise. |
|
3676 * control/stepimp.m: Likewise. |
|
3677 * control/is_stable.m: Likewise. |
|
3678 * control/tfout.m: Likewise. |
|
3679 * control/zpout.m: Likewise. |
|
3680 |
3405
|
3681 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3682 |
|
3683 * set/complement.m: Add @seealso{} stuff. |
|
3684 * set/create_set.m: Likewise. |
|
3685 * set/intersection.m: Likewise. |
|
3686 * set/union.m: Likewise. |
|
3687 |
3399
|
3688 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3689 |
3400
|
3690 * control/d2c.m: Use double quotes instead of single quotes for |
|
3691 string constants. |
|
3692 * control/dgkfdemo.m: Likewise. |
|
3693 * control/fir2sys.m: Likewise. |
|
3694 * control/frdemo.m: Likewise. |
|
3695 * control/moddemo.m: Likewise. |
|
3696 * control/minfo.m: Likewise. |
|
3697 * control/is_stabilizable.m: Likewise. |
|
3698 * control/is_dgkf.m: Likewise. |
|
3699 * control/polyout.m: Likewise. |
|
3700 * control/sysconnect.m: Likewise. |
|
3701 * control/sysrepdemo.m: Likewise. |
|
3702 * control/tf2sys.m: Likewise. |
|
3703 * control/tfout.m: Likewise. |
|
3704 * control/zp2sys.m: Likewise. |
|
3705 * control/zpout.m: Likewise. |
|
3706 * control/tzero.m: Likewise. |
|
3707 |
|
3708 * control/DEMOcontrol.m: Handle moddemo case too. |
|
3709 |
|
3710 * image/loadimage.m: Use double quotes instead of single quotes |
|
3711 for string constants. Use sprintf instead of square brackets to |
|
3712 construct string. |
|
3713 |
3399
|
3714 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
3715 * control/fir2sys.m: Likewise. |
3399
|
3716 |
3390
|
3717 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3718 |
|
3719 * mkdoc: Only delete spaces before @ characters at the beginning |
|
3720 of a line. |
|
3721 |
3383
|
3722 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3723 |
3388
|
3724 * control/bddemo.m: Make it more likely to work with any value of |
|
3725 whitespace_in_literal_matrix. |
3386
|
3726 * control/analdemo.m: Ditto. |
|
3727 * control/dgkfdemo.m: Ditto. |
|
3728 * control/frdemo.m: Ditto. |
|
3729 * control/sysrepdemo.m: Ditto. |
|
3730 * control/moddemo.m: Ditto. |
3388
|
3731 * control/zp2ss.m: Ditto. |
3387
|
3732 * control/zp2tf.m: Ditto. |
3388
|
3733 * control/syssub.m: Ditto. |
|
3734 * finance/npv.m: Ditto. |
|
3735 * statistics/base/studentize.m: Ditto. |
|
3736 * statistics/base/values.m: Ditto. |
|
3737 * statistics/distributions/exponential_cdf.m: Ditto. |
|
3738 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
3739 |
3384
|
3740 * control/dezero.m: Use toascii to convert string to ASCII value |
|
3741 instead of multiplying it by 1. |
|
3742 |
3383
|
3743 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
3744 * control/zpout.m: Ditto. |
|
3745 * control/tfout.m: Ditto. |
|
3746 * control/tf2sys.m: Ditto. |
|
3747 * control/syssub.m: Ditto. |
|
3748 * control/syssetsignals.m: Ditto. |
|
3749 * control/sysout.m: Ditto. |
|
3750 * control/sysmult.m: Ditto. |
|
3751 * control/sysgroup.m: Ditto. |
|
3752 * control/sysdup.m: Ditto. |
|
3753 * control/sysdisc.m: Ditto. |
|
3754 * control/syscont.m: Ditto. |
|
3755 * control/sysconnect.m: Ditto. |
|
3756 * control/sysappend.m: Ditto. |
|
3757 * control/sysadd.m: Ditto. |
|
3758 * control/ss2sys.m: Ditto. |
|
3759 * control/nyquist.m: Ditto. |
|
3760 * control/lqg.m: Ditto. |
|
3761 * control/fir2sys.m: Ditto. |
|
3762 * control/dmr2d.m: Ditto. |
|
3763 * control/dezero.m: Ditto. |
|
3764 * control/d2c.m: Ditto. |
|
3765 * control/c2d.m: Ditto. |
|
3766 * control/bddemo.m: Ditto. |
|
3767 * control/pzmap.m: Ditto. |
|
3768 |
5095
|
3769 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
3770 |
|
3771 * signal/spectral_adf.m: Fix typo. |
|
3772 |
3372
|
3773 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3774 |
|
3775 * linear-algebra/cond.m: Texinfoize doc string. |
|
3776 * linear-algebra/kron.m: Ditto. |
|
3777 * linear-algebra/norm.m: Ditto. |
|
3778 * linear-algebra/null.m: Ditto. |
|
3779 * linear-algebra/orth.m: Ditto. |
|
3780 * linear-algebra/rank.m: Ditto. |
|
3781 * linear-algebra/trace.m: Ditto. |
|
3782 * linear-algebra/qzhess.m: Ditto. |
|
3783 * miscellaneous/menu.m: Ditto. |
3373
|
3784 * general/perror.m: Ditto. |
|
3785 * general/strerror.m: Ditto. |
|
3786 * general/columns.m: Ditto. |
|
3787 * general/rows.m: Ditto. |
|
3788 * image/colormap.m: Ditto. |
|
3789 * image/gray.m: Ditto. |
|
3790 * image/gray2ind.m: Ditto. |
|
3791 * image/image.m: Ditto. |
|
3792 * image/imagesc.m: Ditto. |
|
3793 * image/imshow.m: Ditto. |
|
3794 * image/ind2gray.m: Ditto. |
|
3795 * image/ind2rgb.m: Ditto. |
|
3796 * image/loadimage.m: Ditto. |
|
3797 * image/rgb2ntsc.m: Ditto. |
|
3798 * image/ntsc2rgb.m: Ditto. |
|
3799 * image/ocean.m: Ditto. |
|
3800 * image/rgb2ind.m: Ditto. |
|
3801 * image/saveimage.m: Ditto. |
3372
|
3802 * io/printf.m: Ditto. |
|
3803 * io/puts.m: Ditto. |
|
3804 |
3369
|
3805 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3806 |
|
3807 * special-matrix/hankel.m: Texinfoize doc string. |
|
3808 * special-matrix/hilb.m: Ditto. |
|
3809 * special-matrix/invhilb.m: Ditto. |
|
3810 * special-matrix/sylvester_matrix.m: Ditto. |
|
3811 * special-matrix/toeplitz.m: Ditto. |
|
3812 * special-matrix/vander.m: Ditto. |
|
3813 * linear-algebra/vec.m: Ditto. |
|
3814 * linear-algebra/vech.m: Ditto. |
|
3815 * general/common_size.m: Ditto. |
|
3816 * general/diff.m: Ditto. |
|
3817 * general/fliplr.m: Ditto. |
|
3818 * general/flipud.m: Ditto. |
|
3819 * general/rot90.m: Ditto. |
|
3820 * general/reshape.m: Ditto. |
|
3821 * general/shift.m: Ditto. |
|
3822 * general/tril.m: Ditto. |
|
3823 * general/triu.m: Ditto. |
|
3824 * general/logspace.m: Ditto. |
3371
|
3825 * general/nargchk.m: Ditto. |
3369
|
3826 |
3367
|
3827 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3828 |
|
3829 * statistics/base/mean: Texinfoize doc string. |
|
3830 * statistics/base/median: Ditto. |
|
3831 * statistics/base/std: Ditto. |
|
3832 * statistics/base/cov: Ditto. |
|
3833 * statistics/base/corrcoef: Ditto. |
|
3834 * statistics/base/kurtosis: Ditto. |
|
3835 * statistics/base/mahalanobis: Ditto. |
|
3836 * statistics/base/skewness: Ditto. |
3368
|
3837 * statistics/base/gls.m: Ditto. |
|
3838 * statistics/base/ols.m: Ditto. |
3367
|
3839 * signal/detrend.m: Ditto. |
|
3840 * signal/freqz.m: Ditto. |
|
3841 * signal/sinc.m: Ditto. |
|
3842 * signal/fftconv.m: Ditto. |
|
3843 * signal/fftfilt.m: Ditto. |
3368
|
3844 * set/create_set.m: Ditto. |
|
3845 * set/union.m: Ditto. |
|
3846 * set/intersection.m: Ditto. |
|
3847 * set/complement.m: Ditto. |
|
3848 * poly/compan.m: Ditto. |
|
3849 * poly/conv: Ditto. |
|
3850 * poly/deconv: Ditto. |
|
3851 * poly/poly: Ditto. |
|
3852 * poly/polyderiv: Ditto. |
|
3853 * poly/polyfit: Ditto. |
|
3854 * poly/polyinteg: Ditto. |
|
3855 * poly/polyreduce: Ditto. |
|
3856 * poly/polyval: Ditto. |
|
3857 * poly/polyvalm: Ditto. |
|
3858 * poly/residue: Ditto. |
|
3859 * poly/roots: Ditto. |
|
3860 * plot/top_title.m: Ditto |
|
3861 * plot/subwindow.m: Ditto |
|
3862 * plot/subplot.m: Ditto |
|
3863 * plot/plot_border.m: Ditto |
|
3864 * plot/oneplot.m: Ditto |
|
3865 * plot/multiplot.m: Ditto |
|
3866 * plot/mplot.m: Ditto |
|
3867 * plot/xlabel.m: Ditto |
|
3868 * plot/figure.m: Ditto |
|
3869 * plot/meshdom.m: Ditto |
|
3870 * plot/mesh.m: Ditto |
|
3871 * plot/stairs.m: Ditto |
|
3872 * plot/polar.m: Ditto |
|
3873 * plot/loglog.m: Ditto |
|
3874 * plot/hist.m: Ditto |
|
3875 * plot/contour.m: Ditto |
|
3876 * plot/bar.m: Ditto |
|
3877 * plot/axis.m: Ditto |
|
3878 * plot/plot.m: Ditto. |
3367
|
3879 |
3361
|
3880 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3881 |
3365
|
3882 * control/pinv.m: Delete. |
|
3883 |
3364
|
3884 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
3885 |
3361
|
3886 * strings/blanks.m: Texinfoize doc string. |
|
3887 * strings/strcat.m: Ditto. |
|
3888 * strings/str2mat.m: Ditto. |
|
3889 * strings/deblank.m: Ditto. |
|
3890 * strings/findstr.m: Ditto. |
|
3891 * strings/index.m: Ditto. |
|
3892 * strings/rindex.m: Ditto. |
|
3893 * strings/split.m: Ditto. |
|
3894 * strings/strcmp.m: Ditto. |
|
3895 * strings/strrep.m: Ditto. |
|
3896 * strings/substr.m: Ditto. |
|
3897 * general/int2str.m: Ditto. |
|
3898 * general/num2str.m: Ditto. |
|
3899 * strings/dec2bin.m: Ditto. |
|
3900 * strings/bin2dec: Ditto. |
|
3901 * strings/dec2bin: Ditto. |
|
3902 * strings/dec2hex: Ditto. |
|
3903 * strings/hex2dec: Ditto. |
|
3904 * strings/str2num: Ditto. |
|
3905 |
3347
|
3906 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3907 |
|
3908 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
3909 |
5095
|
3910 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
3911 |
|
3912 * control/DEMOcontrol.m: Texinfoize doc string. |
|
3913 * control/abcddim.m: Ditto. |
|
3914 * control/abcddims.m: Ditto. |
|
3915 * control/analdemo.m: Ditto. |
|
3916 * control/are.m: Ditto. |
|
3917 * control/axis2dlim.m: Ditto. |
|
3918 * control/bddemo.m: Ditto. |
|
3919 * control/bode.m: Ditto. |
|
3920 * control/bode_bounds.m: Ditto. |
|
3921 * control/bodquist.m: Ditto. |
|
3922 * control/buildssic.m: Ditto. |
|
3923 * control/c2d.m: Ditto. |
|
3924 * control/ctrb.m: Ditto. |
|
3925 * control/d2c.m: Ditto. |
|
3926 * control/damp.m: Ditto. |
|
3927 * control/dare.m: Ditto. |
|
3928 * control/dcgain.m: Ditto. |
|
3929 * control/dgkfdemo.m: Ditto. |
|
3930 * control/dgram.m: Ditto. |
|
3931 * control/dlqe.m: Ditto. |
|
3932 * control/dlqr.m: Ditto. |
|
3933 * control/dlyap.m: Ditto. |
|
3934 * control/dmr2d.m: Ditto. |
|
3935 * control/fir2sys.m: Ditto. |
|
3936 * control/frdemo.m: Ditto. |
|
3937 * control/freqchkw.m: Ditto. |
|
3938 * control/freqresp.m: Ditto. |
|
3939 * control/gram.m: Ditto. |
|
3940 * control/h2norm.m: Ditto. |
|
3941 * control/h2syn.m: Ditto. |
|
3942 * control/hinf_ctr.m: Ditto. |
|
3943 * control/hinfdemo.m: Ditto. |
|
3944 * control/hinfnorm.m: Ditto. |
|
3945 * control/hinfsyn.m: Ditto. |
|
3946 * control/hinfsyn_chk.m: Ditto. |
|
3947 * control/impulse.m: Ditto. |
|
3948 * control/is_abcd.m: Ditto. |
|
3949 * control/is_controllable.m: Ditto. |
|
3950 * control/is_detectable.m: Ditto. |
|
3951 * control/is_dgkf.m: Ditto. |
|
3952 * control/is_digital.m: Ditto. |
|
3953 * control/is_observable.m: Ditto. |
|
3954 * control/is_sample.m: Ditto. |
|
3955 * control/is_signal_list.m: Ditto. |
|
3956 * control/is_siso.m: Ditto. |
|
3957 * control/is_stabilizable.m: Ditto. |
|
3958 * control/is_stable.m: Ditto. |
|
3959 * control/jet707.m: Ditto. |
|
3960 * control/lqe.m: Ditto. |
|
3961 * control/lqg.m: Ditto. |
|
3962 * control/lqr.m: Ditto. |
|
3963 * control/lsim.m: Ditto. |
|
3964 * control/ltifr.m: Ditto. |
|
3965 * control/lyap.m: Ditto. |
|
3966 * control/moddemo.m: Ditto. |
|
3967 * control/nyquist.m: Ditto. |
|
3968 * control/obsv.m: Ditto. |
|
3969 * control/ord2.m: Ditto. |
|
3970 * control/outlist.m: Ditto. |
|
3971 * control/pinv.m: Ditto. |
|
3972 * control/place.m: Ditto. |
|
3973 * control/polyout.m: Ditto. |
|
3974 * control/prompt.m: Ditto. |
|
3975 * control/pzmap.m: Ditto. |
|
3976 * control/qzval.m: Ditto. |
|
3977 * control/rldemo.m: Ditto. |
|
3978 * control/rlocus.m: Ditto. |
|
3979 * control/sortcom.m: Ditto. |
|
3980 * control/ss2sys.m: Ditto. |
|
3981 * control/ss2tf.m: Ditto. |
|
3982 * control/ss2zp.m: Ditto. |
|
3983 * control/starp.m: Ditto. |
|
3984 * control/step.m: Ditto. |
|
3985 * control/stepimp.m: Ditto. |
|
3986 * control/susball.m: Ditto. |
|
3987 * control/sys2fir.m: Ditto. |
|
3988 * control/sys2ss.m: Ditto. |
|
3989 * control/sys2tf.m: Ditto. |
|
3990 * control/sys2zp.m: Ditto. |
|
3991 * control/sysadd.m: Ditto. |
|
3992 * control/sysappend.m: Ditto. |
|
3993 * control/syschnames.m: Ditto. |
|
3994 * control/syschnamesl.m: Ditto. |
|
3995 * control/syschtsam.m: Ditto. |
|
3996 * control/sysconnect.m: Ditto. |
|
3997 * control/syscont.m: Ditto. |
|
3998 * control/syscont_disc.m: Ditto. |
|
3999 * control/sysdefioname.m: Ditto. |
|
4000 * control/sysdefstname.m: Ditto. |
|
4001 * control/sysdimensions.m: Ditto. |
|
4002 * control/sysdisc.m: Ditto. |
|
4003 * control/sysdup.m: Ditto. |
|
4004 * control/sysgetsignals.m: Ditto. |
|
4005 * control/sysgettype.m: Ditto. |
|
4006 * control/sysgroup.m: Ditto. |
|
4007 * control/sysgroupn.m: Ditto. |
|
4008 * control/sysmult.m: Ditto. |
|
4009 * control/sysout.m: Ditto. |
|
4010 * control/sysprune.m: Ditto. |
|
4011 * control/sysreorder.m: Ditto. |
|
4012 * control/sysrepdemo.m: Ditto. |
|
4013 * control/sysscale.m: Ditto. |
|
4014 * control/syssetsignals.m: Ditto. |
|
4015 * control/syssub.m: Ditto. |
|
4016 * control/sysupdate.m: Ditto. |
|
4017 * control/tf2ss.m: Ditto. |
|
4018 * control/tf2sys.m: Ditto. |
|
4019 * control/tf2sysl.m: Ditto. |
|
4020 * control/tf2zp.m: Ditto. |
|
4021 * control/tfout.m: Ditto. |
|
4022 * control/tzero.m: Ditto. |
|
4023 * control/tzero2.m: Ditto. |
|
4024 * control/ugain.m: Ditto. |
|
4025 * control/wgt1o.m: Ditto. |
|
4026 * control/zgfmul.m: Ditto. |
|
4027 * control/zgfslv.m: Ditto. |
|
4028 * control/zginit.m: Ditto. |
|
4029 * control/zgpbal.m: Ditto. |
|
4030 * control/zgreduce.m: Ditto. |
|
4031 * control/zgrownorm.m: Ditto. |
|
4032 * control/zgscal.m: Ditto. |
|
4033 * control/zgsgiv.m: Ditto. |
|
4034 * control/zgshsr.m: Ditto. |
|
4035 * control/zp2ss.m: Ditto. |
|
4036 * control/zp2ssg2.m: Ditto. |
|
4037 * control/zp2sys.m: Ditto. |
|
4038 * control/zp2tf.m: Ditto. |
|
4039 * control/zpout.m: Ditto. |
|
4040 |
5095
|
4041 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
4042 |
5378
|
4043 * audio/lin2mu.m: Texinfoize doc string. |
|
4044 * audio/loadaudio.m: Ditto. |
|
4045 * audio/mu2lin.m: Ditto. |
|
4046 * audio/playaudio.m: Ditto. |
|
4047 * audio/record.m: Ditto. |
|
4048 * audio/saveaudio.m: Ditto. |
3332
|
4049 |
5095
|
4050 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
4051 |
|
4052 * elfun/acot.m: Texinfoize doc string. |
|
4053 * elfun/acsc.m: Ditto. |
|
4054 * elfun/acsch.m: Ditto. |
|
4055 * elfun/asec.m: Ditto. |
|
4056 * elfun/asech.m: Ditto. |
|
4057 * elfun/cot.m: Ditto. |
|
4058 * elfun/coth.m: Ditto. |
|
4059 * elfun/csc.m: Ditto. |
|
4060 * elfun/csch.m: Ditto. |
|
4061 * elfun/gcd.m: Ditto. |
|
4062 * elfun/lcm.m: Ditto. |
|
4063 * elfun/sec.m: Ditto. |
|
4064 * elfun/sech.m: Ditto. |
|
4065 * general/nextpow2.m: Ditto. |
|
4066 * general/rem.m: Ditto. |
|
4067 * linear-algebra/commutation_matrix.m: Ditto. |
|
4068 * linear-algebra/cross.m: Ditto. |
|
4069 * linear-algebra/duplication_matrix.m: Ditto. |
|
4070 * miscellaneous/bincoeff.m: Ditto. |
|
4071 * miscellaneous/xor.m: Ditto. |
|
4072 * specfun/bessel.m: Ditto. |
|
4073 * specfun/beta.m: Ditto. |
|
4074 * specfun/betai.m: Ditto. |
|
4075 * specfun/erfinv.m: Ditto. |
|
4076 * specfun/gammai.m: Ditto. |
|
4077 * specfun/log2.m: Ditto. |
|
4078 * specfun/pow2.m: Ditto. |
|
4079 |
5095
|
4080 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
4081 |
|
4082 * general/is_scalar.m: Texinfoize help text. |
|
4083 * general/is_square.m: Ditto. |
|
4084 * general/is_symmetric.m: Ditto. |
|
4085 |
3320
|
4086 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4087 |
|
4088 * strings/split.m: If the string to be split is empty, just return |
|
4089 an empty string. |
|
4090 |
3319
|
4091 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4092 |
|
4093 * Makefile.in (ALL_M_FILES): New macro. |
|
4094 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
4095 |
3306
|
4096 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4097 |
|
4098 * control/bode.m: Don't return anything if nargout == 0. |
|
4099 |
|
4100 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
4101 |
|
4102 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
4103 |
3305
|
4104 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4105 |
|
4106 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
4107 gethelp.cc to the list. |
|
4108 |
3296
|
4109 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4110 |
3301
|
4111 * time/asctime.m: Texinfoize help text. |
|
4112 * time/clock.m: Ditto. |
|
4113 * time/date.m: Ditto. |
|
4114 * miscellaneous/cputime.m: Ditto. |
|
4115 * miscellaneous/etime.m: Ditto. |
|
4116 * miscellaneous/is_leap_year.m: Ditto. |
|
4117 * miscellaneous/popen2.m: Ditto. |
|
4118 * miscellaneous/version.m: Ditto. |
|
4119 * miscellaneous/tic.m: Ditto. |
|
4120 * miscellaneous/toc.m: Just refer to tic.m. |
|
4121 |
3297
|
4122 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
4123 `cd dir; $(MAKE); cd ..'. |
|
4124 ($(SUBDIRS)): Likewise. |
|
4125 |
|
4126 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
4127 |
|
4128 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
4129 of `cd dir; $(MAKE)'. |
|
4130 |
3296
|
4131 * gethelp.cc, mkdoc: New files. |
|
4132 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
4133 sources. |
|
4134 |
3291
|
4135 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4136 |
|
4137 * linear-algebra/kron.m: Fix typo in previous change |
|
4138 |
3282
|
4139 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4140 |
|
4141 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
4142 |
5095
|
4143 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
4144 |
|
4145 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
4146 rank when V has more columns than rows. |
|
4147 |
|
4148 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4149 |
|
4150 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
4151 |
|
4152 * statistics/tests/manova.m: Avoid problems if |
|
4153 whitespace_in_literal_matrix is set to "traditional". |
|
4154 * statistics/tests/t_test_regression.m: Likewise. |
|
4155 * statistics/tests/u_test.m: Likewise. |
|
4156 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
4157 * statistics/tests/anova.m: Likewise. |
|
4158 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
4159 * statistics/base/statistics.m: Likewise. |
|
4160 * image/saveimage.m: Likewise. |
|
4161 * signal/arch_fit.m: Likewise. |
|
4162 * signal/autoreg_matrix.m: Likewise. |
|
4163 * signal/triangle_lw.m: Likewise. |
|
4164 * strings/dec2hex.m: Likewise. |
|
4165 |
3268
|
4166 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4167 |
|
4168 * image/saveimage.m: Initialize scale. |
|
4169 |
|
4170 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4171 |
|
4172 * general/reshape.m: Allow reshape (a, size (b)). |
|
4173 |
3266
|
4174 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4175 |
|
4176 * specfun/erfinv.m: Improve stopping criterion. |
|
4177 Add iteration count as second return value. |
|
4178 |
3265
|
4179 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4180 |
|
4181 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
4182 |
3263
|
4183 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4184 |
|
4185 * miscellaneous/pack.m: New function. |
|
4186 |
|
4187 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4188 |
|
4189 * plot/figure.m: Always return figure number. With no args, |
|
4190 figure now creates a new figure window and returns its number. |
|
4191 Accept figure (property, value) syntax, but do nothing. |
|
4192 |
5095
|
4193 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
4194 |
|
4195 * general/shift.m: Avoid printing temporary value for backward shift. |
|
4196 |
3260
|
4197 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4198 |
|
4199 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
4200 evenly spaced. |
|
4201 |
3250
|
4202 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4203 |
|
4204 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
4205 contain only zeros. |
|
4206 |
5095
|
4207 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
4208 |
|
4209 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
4210 instead of appending them. |
|
4211 |
|
4212 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4213 |
|
4214 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
4215 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
4216 Update from A. S. Hodel. |
|
4217 |
3246
|
4218 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4219 |
|
4220 * polynomial/polyfit.m: Correct previous change. |
|
4221 |
3243
|
4222 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4223 |
|
4224 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
4225 |
5095
|
4226 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
4227 |
|
4228 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
4229 version of krylov and krylovb. |
|
4230 |
|
4231 * control/outlist.m, control/sysout.m: Fix typos. |
|
4232 |
|
4233 * control/sysdimensions.m: Add option for total number of states. |
|
4234 |
|
4235 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
4236 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
4237 arguments. |
|
4238 |
|
4239 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4240 |
|
4241 * strings/index.m: Fail with meaningful error message if either |
|
4242 arg is a string array. |
|
4243 |
3238
|
4244 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4245 |
|
4246 * linear-algebra/norm.m: Do the right thing for 1- and |
|
4247 infinity-norms of complex matrices. From Sven Khatri |
|
4248 <khatri@saturn.vocalpoint.com>. |
|
4249 |
5095
|
4250 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
4251 |
|
4252 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
4253 |
|
4254 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4255 |
|
4256 * strings/split.m: Avoid problems when splitting strings that have |
|
4257 \ in them. |
|
4258 |
5095
|
4259 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
4260 |
|
4261 * image/colormap.m: Do better arg checking, handle string args |
|
4262 that name the colormap function to call (e.g., colormap ("ocean")). |
|
4263 |
5095
|
4264 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
4265 |
|
4266 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
4267 * linear-algebra/dot.m: Likewise. |
|
4268 * linear-algebra/cross.m: Likewise. |
|
4269 * general/rot90.m: Likewise. |
|
4270 |
5095
|
4271 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
4272 |
|
4273 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
4274 that the leading column is not all zeros. |
|
4275 |
|
4276 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4277 |
|
4278 * general/shift.m: Fix potential problems with |
|
4279 whitespace_in_literal_matrix. |
|
4280 * signal/arch_rnd.m: Ditto. |
|
4281 * signal/autocov.m: Ditto. |
|
4282 * signal/diffpara.m: Ditto. |
|
4283 * signal/hurst.m: Ditto. |
|
4284 * signal/periodogram.m: Ditto. |
|
4285 * signal/spectral_adf.m: Ditto. |
|
4286 * signal/spectral_xdf.m: Ditto. |
|
4287 * signal/spencer.m: Ditto. |
|
4288 * signal/synthesis.m: Ditto. |
|
4289 * statistics/distributions/wiener_rnd.m: Ditto. |
|
4290 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
4291 * statistics/models/logistic_regression.m: Ditto. |
|
4292 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
4293 * statistics/tests/run_test.m: Ditto. |
|
4294 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
4295 |
5095
|
4296 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
4297 |
|
4298 * plot/__plr2__.m: Fix typo. |
|
4299 |
3233
|
4300 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4301 |
|
4302 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
4303 |
5095
|
4304 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
4305 |
|
4306 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
4307 function. |
|
4308 |
5095
|
4309 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
4310 |
|
4311 * control/ss2sys.m: Fix typo. |
|
4312 |
|
4313 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4314 |
|
4315 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
4316 |
|
4317 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
4318 signal names as lists of strings instead of string arrays. |
|
4319 |
3225
|
4320 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4321 |
3233
|
4322 * quaternion: New directory of functions from A. S. Hodel |
3225
|
4323 <a.s.hodel@eng.auburn.edu>. |
|
4324 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
4325 * quaternion/Makefile.in: New file. |
|
4326 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
4327 |
|
4328 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4329 |
|
4330 * image/saveimage.m: Make it work again for black and white colormaps. |
|
4331 |
|
4332 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
4333 since there can be fewer rows than columns. Round values to |
|
4334 nearest position in colormap instead of truncating. Correct usage |
|
4335 message. |
|
4336 |
5095
|
4337 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
4338 |
|
4339 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
4340 zero rows of [A,v] as householder pivots; this avoids spurious |
|
4341 non-zero entries in returned orthogonal matrix U, but destroys the |
|
4342 Householder matrix structure of H. |
|
4343 |
|
4344 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4345 |
|
4346 * general/logical.m: Just copy input to output if argument is |
|
4347 already a logical object. |
|
4348 |
3215
|
4349 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4350 |
|
4351 * New files from OCST, in control subdiretory: |
|
4352 |
|
4353 DEMOcontrol.m is_siso.m syschnames.m |
|
4354 abcddim.m is_stabilizable.m syschnamesl.m |
|
4355 abcddims.m is_stable.m syschtsam.m |
|
4356 analdemo.m jet707.m sysconnect.m |
|
4357 are.m lqe.m syscont.m |
|
4358 axis2dlim.m lqg.m syscont_disc.m |
|
4359 bddemo.m lqr.m sysdefioname.m |
|
4360 bode.m lsim.m sysdefstname.m |
|
4361 bode_bounds.m ltifr.m sysdimensions.m |
|
4362 bodquist.m lyap.m sysdisc.m |
|
4363 buildssic.m mb.m sysdup.m |
|
4364 c2d.m minfo.m sysgetsignals.m |
|
4365 com2str.m,v moddemo.m sysgettsam.m |
|
4366 controldemo.m nichols.m sysgettype.m |
|
4367 ctrb.m nyquist.m sysgroup.m |
|
4368 d2c.m obsv.m sysgroupn.m |
|
4369 damp.m ord2.m sysmult.m |
|
4370 dare.m outlist.m sysout.m |
|
4371 dcgain.m packedform.m sysprune.m |
|
4372 demomarsyas.m packsys.m sysreorder.m |
|
4373 dezero.m; parallel.m sysrepdemo.m |
|
4374 dgkfdemo.m place.m sysscale.m |
|
4375 dgram.m polyout.m syssub.m |
|
4376 dhinfdemo.m prompt.m sysupdate.m |
|
4377 dlqe.m pzmap.m tf2ss.m |
|
4378 dlqg.m qzval.m tf2sys.m |
|
4379 dlqr.m rldemo.m tf2sysl.m |
|
4380 dlyap.m rlocus.m tf2zp.m |
|
4381 dmr2d.m rotg.m tfout.m |
|
4382 fir2sys.m run_cmd.m; tzero.m |
|
4383 frdemo.m series.m tzero2.m |
|
4384 freqchkw.m sortcom.m ugain.m |
|
4385 freqresp.m ss2sys.m unpacksys.m |
|
4386 gram.m ss2tf.m wgt1o.m |
|
4387 h2norm.m ss2zp.m zgfmul.m |
|
4388 h2syn.m starp.m zgfslv.m |
|
4389 hinf_ctr.m step.m zginit.m |
|
4390 hinfdemo.m stepimp.m zgpbal.m |
|
4391 hinfnorm.m strappend.m; zgreduce.m |
|
4392 hinfsyn.m susball.m zgrownorm.m |
|
4393 hinfsyn_chk.m swap.m zgscal.m |
|
4394 impulse.m swapcols.m zgsgiv.m |
|
4395 is_abcd.m swaprows.m zgshsr.m |
|
4396 is_controllable.m sys2fir.m zp2ss.m |
|
4397 is_detectable.m sys2ss.m zp2ssg2.m |
|
4398 is_dgkf.m sys2tf.m zp2sys.m |
|
4399 is_digital.m sys2zp.m zp2tf.m |
|
4400 is_observable.m sysadd.m zpout.m |
|
4401 is_sample.m sysappend.m |
|
4402 |
|
4403 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4404 |
|
4405 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
4406 |
|
4407 * strings/deblank.m: Make it work for string arrays too. |
|
4408 |
3211
|
4409 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4410 |
|
4411 * linear-algebra/housh.m: New file from the OCST. |
|
4412 * linear-algebra/krygetq.m: Ditto. |
|
4413 * linear-algebra/krylov.m: Ditto. |
|
4414 * linear-algebra/krylovb.m: Ditto. |
|
4415 * linear-algebra/qrhouse.m: Ditto. |
|
4416 * general/is_duplicate_entry.m: Ditto. |
|
4417 |
|
4418 * general/is_symmetric.m: Call is_square instead of doing that |
|
4419 check in line. |
|
4420 |
3196
|
4421 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4422 |
3202
|
4423 * general/is_square.m: |
|
4424 |
|
4425 * general/isempty.m, general/is_matrix.m: Delete. |
|
4426 |
|
4427 * general/is_symmetric: Delete special case for strings. Whether |
|
4428 the conversion is valid should depend on implicit_str_to_num_ok. |
|
4429 |
|
4430 * general/is_square.m: If arg is not a matrix, don't check size, |
|
4431 just return 0. |
|
4432 * general/is_symmetric: Likewise. |
|
4433 * general/is_vector.m: Likewise. |
|
4434 * general/is_scalar.m: Likewise. |
|
4435 |
3196
|
4436 * general/length.m: Delete. |
|
4437 |
3191
|
4438 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4439 |
|
4440 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
4441 statistics/distributions/Makefile, statistics/models/Makefile, |
|
4442 and statistics/tests/Makefile to the list of files to create. |
|
4443 |
|
4444 * finance/Makefile.in, statistics/base/Makefile.in, |
|
4445 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
4446 statistics/tests/Makefile.in: New files. |
|
4447 * statistics/Makefile.in: Delete file lists. Now only handle |
|
4448 subdirectories. |
|
4449 * Makefile.in (SUBDIRS): Add finance. |
|
4450 |
|
4451 * Move the following files from statistics to statistics/base: |
|
4452 |
|
4453 corrcoef.m |
|
4454 kurtosis.m |
|
4455 mahalanobis.m |
|
4456 median.m |
|
4457 ols.m |
|
4458 skewness.m |
|
4459 std.m |
|
4460 |
|
4461 New files, from Kurt Hornik's octave-ci package: |
|
4462 |
|
4463 * finance (new directory): |
|
4464 |
|
4465 fv.m |
|
4466 fvl.m |
|
4467 irr.m |
|
4468 nper.m |
|
4469 npv.m |
|
4470 pmt.m |
|
4471 pv.m |
|
4472 pvl.m |
|
4473 rate.m |
|
4474 vol.m |
|
4475 |
|
4476 * linear-algebra/dmult.m |
|
4477 |
|
4478 * signal: |
|
4479 |
|
4480 arch_fit.m |
|
4481 arch_rnd.m |
|
4482 arch_test.m |
|
4483 arma_rnd.m |
|
4484 autocor.m |
|
4485 autocov.m |
|
4486 autoreg_matrix.m |
|
4487 bartlett.m |
|
4488 blackman.m |
|
4489 diffpara.m |
|
4490 durbinlevinson.m |
|
4491 fractdiff.m |
|
4492 hamming.m |
|
4493 hanning.m |
|
4494 hurst.m |
|
4495 periodogram.m |
|
4496 rectangle_lw.m |
|
4497 rectangle_sw.m |
|
4498 sinetone.m |
|
4499 sinewave.m |
|
4500 spectral_adf.m |
|
4501 spectral_xdf.m |
|
4502 spencer.m |
|
4503 stft.m |
|
4504 synthesis.m |
|
4505 triangle_lw.m |
|
4506 triangle_sw.m |
|
4507 yulewalker.m |
|
4508 |
|
4509 * statistics/base (new directory): |
|
4510 |
|
4511 center.m |
|
4512 cloglog.m |
|
4513 cor.m |
|
4514 cov.m |
|
4515 cut.m |
|
4516 iqr.m |
|
4517 kendall.m |
|
4518 logit.m |
|
4519 mean.m |
|
4520 meansq.m |
|
4521 moment.m |
|
4522 ppplot.m |
|
4523 probit.m |
|
4524 qqplot.m |
|
4525 range.m |
|
4526 ranks.m |
|
4527 run_count.m |
|
4528 spearman.m |
|
4529 statistics.m |
|
4530 studentize.m |
|
4531 table.m |
|
4532 values.m |
|
4533 var.m |
|
4534 |
|
4535 (Replaces cov.m and mean.m with new versions.) |
|
4536 |
|
4537 * statistics/distributions (new directory): |
|
4538 |
|
4539 beta_cdf.m |
|
4540 beta_inv.m |
|
4541 beta_pdf.m |
|
4542 beta_rnd.m |
|
4543 binomial_cdf.m |
|
4544 binomial_inv.m |
|
4545 binomial_pdf.m |
|
4546 binomial_rnd.m |
|
4547 cauchy_cdf.m |
|
4548 cauchy_inv.m |
|
4549 cauchy_pdf.m |
|
4550 cauchy_rnd.m |
|
4551 chisquare_cdf.m |
|
4552 chisquare_inv.m |
|
4553 chisquare_pdf.m |
|
4554 chisquare_rnd.m |
|
4555 discrete_cdf.m |
|
4556 discrete_inv.m |
|
4557 discrete_pdf.m |
|
4558 discrete_rnd.m |
|
4559 empirical_cdf.m |
|
4560 empirical_inv.m |
|
4561 empirical_pdf.m |
|
4562 empirical_rnd.m |
|
4563 exponential_cdf.m |
|
4564 exponential_inv.m |
|
4565 exponential_pdf.m |
|
4566 exponential_rnd.m |
|
4567 f_cdf.m |
|
4568 f_inv.m |
|
4569 f_pdf.m |
|
4570 f_rnd.m |
|
4571 gamma_cdf.m |
|
4572 gamma_inv.m |
|
4573 gamma_pdf.m |
|
4574 gamma_rnd.m |
|
4575 geometric_cdf.m |
|
4576 geometric_inv.m |
|
4577 geometric_pdf.m |
|
4578 geometric_rnd.m |
|
4579 hypergeometric_cdf.m |
|
4580 hypergeometric_inv.m |
|
4581 hypergeometric_pdf.m |
|
4582 hypergeometric_rnd.m |
|
4583 kolmogorov_smirnov_cdf.m |
|
4584 laplace_cdf.m |
|
4585 laplace_inv.m |
|
4586 laplace_pdf.m |
|
4587 laplace_rnd.m |
|
4588 logistic_cdf.m |
|
4589 logistic_inv.m |
|
4590 logistic_pdf.m |
|
4591 logistic_rnd.m |
|
4592 lognormal_cdf.m |
|
4593 lognormal_inv.m |
|
4594 lognormal_pdf.m |
|
4595 lognormal_rnd.m |
|
4596 normal_cdf.m |
|
4597 normal_inv.m |
|
4598 normal_pdf.m |
|
4599 normal_rnd.m |
|
4600 pascal_cdf.m |
|
4601 pascal_inv.m |
|
4602 pascal_pdf.m |
|
4603 pascal_rnd.m |
|
4604 poisson_cdf.m |
|
4605 poisson_inv.m |
|
4606 poisson_pdf.m |
|
4607 poisson_rnd.m |
|
4608 stdnormal_cdf.m |
|
4609 stdnormal_inv.m |
|
4610 stdnormal_pdf.m |
|
4611 stdnormal_rnd.m |
|
4612 t_cdf.m |
|
4613 t_inv.m |
|
4614 t_pdf.m |
|
4615 t_rnd.m |
|
4616 uniform_cdf.m |
|
4617 uniform_inv.m |
|
4618 uniform_pdf.m |
|
4619 uniform_rnd.m |
|
4620 weibull_cdf.m |
|
4621 weibull_inv.m |
|
4622 weibull_pdf.m |
|
4623 weibull_rnd.m |
|
4624 wiener_rnd.m |
|
4625 |
|
4626 * statistics/models (new directory): |
|
4627 |
|
4628 logistic_regression.m |
|
4629 logistic_regression_derivatives.m |
|
4630 logistic_regression_likelihood.m |
|
4631 |
|
4632 * statistics/tests (new directory): |
|
4633 |
|
4634 anova.m |
|
4635 bartlett_test.m |
|
4636 chisquare_test_homogeneity.m |
|
4637 chisquare_test_independence.m |
|
4638 cor_test.m |
|
4639 f_test_regression.m |
|
4640 hotelling_test.m |
|
4641 hotelling_test_2.m |
|
4642 kolmogorov_smirnov_test.m |
|
4643 kolmogorov_smirnov_test_2.m |
|
4644 kruskal_wallis_test.m |
|
4645 manova.m |
|
4646 mcnemar_test.m |
|
4647 prop_test_2.m |
|
4648 run_test.m |
|
4649 sign_test.m |
|
4650 t_test.m |
|
4651 t_test_2.m |
|
4652 t_test_regression.m |
|
4653 u_test.m |
|
4654 var_test.m |
|
4655 welch_test.m |
|
4656 wilcoxon_test.m |
|
4657 z_test.m |
|
4658 z_test_2.m |
|
4659 |
|
4660 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4661 |
|
4662 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
4663 compatibility and to avoid Y2K problems. |
|
4664 |
3190
|
4665 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4666 |
|
4667 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
4668 least-squares solution. |
|
4669 |
3180
|
4670 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4671 |
|
4672 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
4673 |
|
4674 * strings/strrep.m: Don't convert args to numeric values. |
|
4675 Prevent warnings for empty string args. |
|
4676 From Georg Thimm <thimm@idiap.ch>. |
|
4677 |
|
4678 * strings/strcat.m: Prevent warnings for empty string args. |
|
4679 |
|
4680 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4681 |
|
4682 * miscellaneous/menu.m: Remove special case for empty string |
|
4683 returned from input(). Add second arg to eval() to catch errors. |
|
4684 |
3178
|
4685 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4686 |
|
4687 * plot/__plt__.m: Don't call usleep. |
|
4688 |
3175
|
4689 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4690 |
|
4691 * linear-algebra/dot.m: New function. |
|
4692 |
|
4693 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
4694 compatibility. |
|
4695 |
|
4696 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4697 |
|
4698 * plot/hist.m: Also allow just one output argument. |
|
4699 |
|
4700 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4701 |
|
4702 * strings/deblank.m: Make it work if the string is only blanks. |
|
4703 |
|
4704 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4705 |
|
4706 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
4707 |
|
4708 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4709 |
|
4710 * plot/oneplot.m: Fix typo. |
|
4711 |
3174
|
4712 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4713 |
|
4714 * miscellaneous/flops.m: Allow a single argument too. |
|
4715 |
|
4716 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4717 |
|
4718 * strings/str2mat.m: Also handle case when there are no empty |
|
4719 strings correctly. |
|
4720 |
|
4721 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4722 |
|
4723 * strings/isletter.m: New function, for Matlab compatibility. |
|
4724 |
3168
|
4725 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4726 |
|
4727 * strings/str2mat.m: Handle string matrices too. |
|
4728 |
3167
|
4729 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4730 |
|
4731 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
4732 linear encoding. |
|
4733 |
|
4734 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
4735 audio/record.m: Open files in binary mode. |
|
4736 |
3164
|
4737 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4738 |
|
4739 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
4740 Move functionality of dump_1_pref here, but use built-in function |
|
4741 type to extract value, and put it inside try/catch block. |
|
4742 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
4743 |
3162
|
4744 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4745 |
|
4746 * plot/__pltopt1.m__: New file. |
|
4747 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
4748 __pltopt1__ multiple times and returning a string array with rows |
|
4749 corresponding to the rows of opt. |
|
4750 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
4751 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
4752 array. |
|
4753 |
|
4754 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4755 |
|
4756 * plot/mplot.m: Fix misspellings of global variables. |
|
4757 Don't call clearplot. |
|
4758 |
|
4759 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4760 |
|
4761 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
4762 "cle;rep" when going in ot multiplot mode. |
|
4763 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
4764 switching out of multiplot mode. |
|
4765 |
3156
|
4766 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
4767 |
3156
|
4768 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
4769 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
4770 |
3141
|
4771 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4772 |
|
4773 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
4774 |
|
4775 * miscellaneous/bug_report.m: Don't try to get smart with |
|
4776 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
4777 |
|
4778 * Makefile.in (install): Create separate ls-R files for |
|
4779 $(datadir) and $(libexecdir). |
|
4780 (uninstall): Remove both ls-R files. |
|
4781 |
3136
|
4782 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4783 |
|
4784 * signal/fftshift.m: New file. |
|
4785 |
|
4786 * plot/contour.m: Fix for non-square case. |
|
4787 |
|
4788 * general/randperm.m: New file. |
|
4789 |
|
4790 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4791 |
|
4792 * specfun/betai.m: Restore file for compatibility with previous |
|
4793 versions. Call betainc with reordered args. |
|
4794 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
4795 |
3131
|
4796 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4797 |
|
4798 * plot/contour.m: Handle discrete contour levels. |
|
4799 |
|
4800 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4801 |
|
4802 * control/lyap.m: For compatibility with Matlab, solve |
|
4803 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
4804 |
3124
|
4805 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4806 |
|
4807 * specfun/bessel.m: New file. |
|
4808 |
|
4809 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
4810 specfun/gammainc.m: Delete. |
|
4811 |
3106
|
4812 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4813 |
|
4814 * image/colormap.m: Initialize __current_color_map__ in global |
|
4815 statement. |
|
4816 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
4817 statement. |
|
4818 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
4819 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
4820 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
4821 |
3103
|
4822 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4823 |
|
4824 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
4825 * time/toc.m: Likewise. |
|
4826 |
|
4827 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
4828 |
|
4829 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
4830 anything special for automatic_replot when in multiplot mode -- |
|
4831 recent 3.6beta releases handle this correctly. |
|
4832 |
|
4833 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
4834 setting the terminal type. |
|
4835 |
|
4836 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
4837 plot/subwindow.m: Use leading and trailing underscores for |
|
4838 `private' globals. |
|
4839 |
|
4840 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
4841 |
3101
|
4842 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4843 |
|
4844 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
4845 |
3091
|
4846 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4847 |
3092
|
4848 * specfun/gammai.m: Avoid problems with whitespace when |
|
4849 constructing matrices. |
|
4850 |
3091
|
4851 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
4852 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
4853 original y vector. |
|
4854 |
3085
|
4855 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4856 |
|
4857 * linear-algebra/cross.m: Use direct formula instead of calling |
|
4858 det three times in a loop. If both args are column (row) vectors, |
|
4859 return a column (row) vector. If they don't match, pay attention |
|
4860 to the value of prefer_column_vectors. |
|
4861 |
5095
|
4862 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
4863 |
|
4864 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
4865 nonsymmetric matrices. |
|
4866 |
|
4867 * general/tril.m: Fix usage message. |
|
4868 |
|
4869 * polynomial/polyvalm.m: Fix error messages. |
|
4870 * polynomial/polyderiv.m: Likewise. |
|
4871 * polynomial/polyval.m: Likewise. |
|
4872 |
3081
|
4873 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4874 |
|
4875 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
4876 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
4877 |
3063
|
4878 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4879 |
|
4880 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
4881 |
5095
|
4882 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
4883 |
|
4884 * plot/__pltopt__.m: Handle key/legend names. |
|
4885 Correctly set colors, line styles, and point styles. |
|
4886 |
3061
|
4887 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4888 |
|
4889 * polynomial/polyfit.m: Return fit y values as second output. |
|
4890 Don't use QR factorization to solve least squares problem. |
|
4891 |
|
4892 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4893 |
|
4894 * control/dlqr.m: Use ao, not a, to compute k. |
|
4895 |
3024
|
4896 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4897 |
|
4898 * miscellaneous/path.m: New file. |
|
4899 |
2993
|
4900 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4901 |
|
4902 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
4903 name. |
|
4904 |
2968
|
4905 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4906 |
|
4907 * specfun/erfinv.m: Add missing semicolon. |
|
4908 |
2870
|
4909 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4910 |
|
4911 * miscellaneous/xor.m: Make type of return value logical. |
|
4912 |
2853
|
4913 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4914 |
|
4915 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
4916 warn_comma_in_global_decl. |
|
4917 |
2831
|
4918 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4919 |
|
4920 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
4921 octave-bug script. |
|
4922 |
2823
|
4923 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4924 |
2824
|
4925 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
4926 prefer_zero_one_indexing. |
|
4927 |
2823
|
4928 * general/logical.m: New file. |
|
4929 |
2816
|
4930 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4931 |
|
4932 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
4933 and is_vector(). |
|
4934 |
5095
|
4935 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
4936 |
|
4937 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
4938 Use tolerance of 2 * eps. |
|
4939 |
2811
|
4940 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4941 |
|
4942 * Makefile.in (install-strip): New target. |
|
4943 * audio/Makefile.in: Ditto. |
|
4944 * control/Makefile.in: Ditto. |
|
4945 * elfun/Makefile.in: Ditto. |
|
4946 * general/Makefile.in: Ditto. |
|
4947 * image/Makefile.in: Ditto. |
|
4948 * io/Makefile.in: Ditto. |
|
4949 * linear-algebra/Makefile.in: Ditto. |
|
4950 * miscellaneous/Makefile.in: Ditto. |
|
4951 * plot/Makefile.in: Ditto. |
|
4952 * polynomial/Makefile.in: Ditto. |
|
4953 * set/Makefile.in: Ditto. |
|
4954 * signal/Makefile.in: Ditto. |
|
4955 * specfun/Makefile.in: Ditto. |
|
4956 * special-matrix/Makefile.in: Ditto. |
|
4957 * startup/Makefile.in: Ditto. |
|
4958 * statistics/Makefile.in: Ditto. |
|
4959 * strings/Makefile.in: Ditto. |
|
4960 |
2809
|
4961 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4962 |
|
4963 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
4964 |
2798
|
4965 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4966 |
|
4967 * statistics/corrcoef.m: Make it actually work. |
|
4968 |
2795
|
4969 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4970 |
2798
|
4971 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
4972 |
2779
|
4973 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
4974 |
|
4975 * Version 2.0.5 released. |
|
4976 |
2745
|
4977 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4978 |
2749
|
4979 * Makefile.in (maintainer-clean): Also remove configure. |
|
4980 |
2746
|
4981 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
4982 |
2745
|
4983 * general/is_matrix.m: Return zero for empty matrices. |
|
4984 |
|
4985 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4986 |
|
4987 * linear-algebra/vech.m: Size result just once. |
|
4988 |
2726
|
4989 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4990 |
|
4991 * general/is_square.m: Handle empty matrices correctly. |
|
4992 * general/is_symmetric.m: Handle empty matrices and strings. |
|
4993 |
2716
|
4994 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4995 |
|
4996 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
4997 * polynomial/deconv.m: Likewise. |
|
4998 * polynomial/polyderiv.m: Likewise. |
|
4999 * polynomial/polyinteg.m: Likewise. |
|
5000 * polynomial/polyreduce.m: Likewise. |
|
5001 * polynomial/polyval.m: Likewise. |
|
5002 * polynomial/polyvalm.m: Likewise. |
|
5003 * general/postpad.m: Likewise. |
|
5004 * general/prepad.m: Likewise. |
|
5005 |
|
5006 * polynomial/compan.m: Check input with is_vector(), not |
|
5007 is_matrix(). Handle scalar case. |
|
5008 |
2711
|
5009 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5010 |
2715
|
5011 * plot/contour.m: Order data so that it is consistent with |
|
5012 meshgrid and mesh. |
|
5013 |
2711
|
5014 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
5015 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
5016 |
2709
|
5017 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
5018 |
|
5019 * Version 2.0.4 released. |
|
5020 |
2706
|
5021 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5022 |
2702
|
5023 * miscellaneous/paren.m: New file. |
|
5024 |
2693
|
5025 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
5026 |
|
5027 * Version 2.0.3 released. |
|
5028 |
2676
|
5029 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5030 |
|
5031 * image/saveimage.m: Only clip image data that is actually out of |
|
5032 range. |
|
5033 |
2667
|
5034 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5035 |
|
5036 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
5037 also be considered to be matrices. |
|
5038 |
|
5039 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
5040 |
|
5041 * general/isempty.m: Use size(), not rows() and columns(). |
|
5042 |
|
5043 * plot/contour.m: Convert set to gset. |
|
5044 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
5045 |
2663
|
5046 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5047 |
|
5048 * specfun/erfinv.m: Fix typo in last change. |
|
5049 |
2650
|
5050 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5051 |
|
5052 * image/loadimage.m: Make it possible to load files with image |
|
5053 data named X or img. |
|
5054 |
|
5055 * image/default.img: Change name of image from X to img to match |
|
5056 what saveimage does now. |
|
5057 |
|
5058 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
5059 does now. |
|
5060 |
2632
|
5061 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5062 |
2634
|
5063 * Version 2.0.2 released. |
|
5064 |
2632
|
5065 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
5066 weird missing-lines bug without creating extra plots unecessarily. |
|
5067 |
2624
|
5068 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5069 |
|
5070 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
5071 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
5072 io/Makefile.in, linear-algebra/Makefile.in, |
|
5073 miscellaneous/Makefile.in, plot/Makefile.in, |
|
5074 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
5075 specfun/Makefile.in, special-matrix/Makefile.in, |
|
5076 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
5077 time/Makefile.in (bin-dist): New target. |
|
5078 |
2621
|
5079 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5080 |
|
5081 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
5082 |
|
5083 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5084 |
|
5085 * miscellaneous/xor.m: Make it work. |
|
5086 |
2613
|
5087 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5088 |
|
5089 * plot/sombrero.m: Doc fix. |
|
5090 |
2602
|
5091 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5092 |
|
5093 * Version 2.0.1 released. |
|
5094 |
2601
|
5095 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5096 |
|
5097 * elfun/lcm.m: Replace missing if statement. |
|
5098 |
|
5099 * elfun/gcd.m: Report error if no input args. |
|
5100 * elfun/lcm.m: Likewise. |
|
5101 |
2597
|
5102 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5103 |
|
5104 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
5105 Also list contents of $libexecdir/octave in ls-R database. |
|
5106 |
2583
|
5107 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5108 |
|
5109 * Version 2.0 released. |
|
5110 |
2575
|
5111 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5112 |
|
5113 * Version 1.94. |
|
5114 |
2558
|
5115 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5116 |
|
5117 * strings/str2num.m: New file. |
|
5118 |
2554
|
5119 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5120 |
|
5121 * Version 1.93. |
|
5122 |
2540
|
5123 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5124 |
|
5125 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
5126 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
5127 linear-algebra/vech.m: New files from Kurt Hornik. |
|
5128 |
|
5129 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
5130 general/common_size.m: New files from Kurt Hornik. |
|
5131 |
|
5132 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
5133 New files from Kurt Hornik. |
|
5134 |
|
5135 * signal/detrend.m: New file from Kurt Hornik. |
|
5136 |
|
5137 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
5138 specfun/pow2.m, specfun/log2.m: |
|
5139 New files and updates from Kurt Hornik. |
|
5140 |
2523
|
5141 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5142 |
|
5143 * plot/__plt__.m: Add explicit replot after last command is |
|
5144 issued, to force all lines to be displayed. Hmm. |
|
5145 |
2512
|
5146 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5147 |
2520
|
5148 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
5149 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
5150 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
5151 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
5152 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
5153 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
5154 Uset gset, not set. |
|
5155 |
2512
|
5156 * Version 1.92. |
|
5157 |
2482
|
5158 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5159 |
2486
|
5160 * image/saveimage.m: When writing PostScript, name Octave as the |
|
5161 almighty Creator. Use single call to fprintf instead of looping. |
|
5162 |
|
5163 * image/Makefile.in: Delete references to octtopnm. |
|
5164 |
|
5165 * general/logspace.m: Doc fix. |
|
5166 |
2482
|
5167 * Version 1.91. |
|
5168 |
2458
|
5169 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5170 |
|
5171 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
5172 |
|
5173 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
5174 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
5175 deleted. |
|
5176 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
5177 of a system() command to delete the tmp file. |
|
5178 |
2452
|
5179 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5180 |
|
5181 * Version 1.90. |
|
5182 |
|
5183 * Makefile.in (DISTFILES): Add ChangeLog. |
|
5184 |
2360
|
5185 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5186 |
|
5187 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
5188 Don't check for string value of automatic_replot. |
|
5189 |
|
5190 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
5191 Temporarily set do_fortran_indexing to 1, not "true". |
|
5192 |
|
5193 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
5194 not "false". |
|
5195 |
|
5196 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
5197 "false". |
|
5198 |
2355
|
5199 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
5200 |
|
5201 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
5202 |
2330
|
5203 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5204 |
|
5205 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
5206 system command. |
|
5207 |
|
5208 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5209 |
|
5210 * __plr1__.m: Renamed from polar_int_1.m. |
|
5211 * __plr2__.m: Renamed from polar_int_2.m. |
|
5212 * __plr__.m: Renamed from polar_int.m. |
|
5213 * __plt1__.m: Renamed from plot_int_1.m. |
|
5214 * __plt2__.m: Renamed from plot_int_2.m. |
|
5215 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
5216 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
5217 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
5218 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
5219 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
5220 * __plt__.m: Renamed from plot_int.m. |
|
5221 * __pltopt__.m: Renamed from plot_opt.m. |
|
5222 Change all callers. |
|
5223 |
|
5224 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5225 |
|
5226 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
5227 comments like those found in Emacs lisp files. |
|
5228 |
|
5229 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5230 |
|
5231 * All .m files: Change comment style. |
|
5232 |
|
5233 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5234 |
|
5235 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
5236 subplot.m, subwindow.m, top_title.m: |
|
5237 Print error message if gnuplot_has_multiplot is not true. |
|
5238 |
|
5239 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5240 |
|
5241 * plot/figure.m: New function. |
|
5242 |
|
5243 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5244 |
|
5245 * strings/strrep.m: New function. |
|
5246 |
|
5247 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5248 |
|
5249 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
5250 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
5251 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
5252 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
5253 New functions from Kurt Hornik, heavily modified by jwe. |
|
5254 |
|
5255 * general/reshape.m: Allow strings to be reshaped too. |
|
5256 |
|
5257 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
5258 Always return a scalar. |
|
5259 |
|
5260 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5261 |
|
5262 * polynomial/polyfit.m: Make orientation of result compatible with |
|
5263 Matlab. |
|
5264 |
|
5265 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5266 |
|
5267 * polynomial/polyfit.m: Add missing close paren. |
|
5268 |
|
5269 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5270 |
|
5271 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
5272 |
|
5273 * io/scanf.m: Delete. |
|
5274 |
|
5275 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5276 |
|
5277 * statistics/median.m: Fix typo in usage message. |
|
5278 |
|
5279 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5280 |
|
5281 * miscellaneous/popen2.m: New file. |
|
5282 |
|
5283 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5284 |
|
5285 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
5286 |
|
5287 * io: New directory. |
|
5288 * Makefile.in (SUBDIRS): Add it to the list. |
|
5289 |
|
5290 * miscellaneous/flops.m: New file. |
|
5291 |
|
5292 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5293 |
|
5294 * miscellaneous/cputime.m: Return three arguments instead of a |
|
5295 vector, for compatibility with previous versions and with Matlab |
|
5296 (which only returns one scalar value). |
|
5297 |
|
5298 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
5299 |
|
5300 * general/triu.m: Compute lower bound on loop index correctly. |
|
5301 * general/tril.m: Likewise, for upper bound. |
|
5302 |
|
5303 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5304 |
|
5305 * image/saveimage.m: For color images, make sure indices into |
|
5306 temporary colormap and result matrix have proper orientation. |
|
5307 Set grey flag correctly. |
|
5308 |
|
5309 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5310 |
|
5311 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
5312 jrv@vanzandt.mv.com). |
|
5313 |
|
5314 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5315 |
|
5316 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
5317 * mesh.m: Transpose Z if only one arg. |
|
5318 Handle case of all three args being matrices (from Jim Van Zandt |
|
5319 jrv@vanzandt.mv.com). |
|
5320 * meshdom.m: Undo previous change. |
|
5321 |
|
5322 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5323 |
|
5324 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
5325 |
|
5326 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5327 |
|
5328 * audio: New directory of files from Kurt Hornik and Andreas |
|
5329 Weingessel. |
|
5330 * audio/Makefile.in: New file. |
|
5331 * Makefile.in (SUBDIRS): Add audio to the list. |
|
5332 |
|
5333 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5334 |
|
5335 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
5336 |
|
5337 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5338 |
|
5339 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
5340 columns (z), not the other way around. |
|
5341 * plot/meshdom.m: Don't reverse order of elements in y. |
|
5342 |
|
5343 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5344 |
|
5345 * plot/axis.m: Return current axis if nargin == 0. |
|
5346 |
|
5347 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5348 |
|
5349 * polynomial/roots.m: Updates from Kurt Hornik. |
|
5350 |
|
5351 * polynomial/polyder.m: New file. |
|
5352 |
|
5353 * polynomial/polyderiv.m: Give return value and arg different names. |
|
5354 |
|
5355 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5356 |
|
5357 * specfun/betainc.m: New file. |
|
5358 * specfun/gammainc.m: New file. |
|
5359 |
|
5360 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5361 |
|
5362 * general/strerror.m: New file. |
|
5363 * general/perror.m: Implement using strerror(). |
|
5364 |
|
5365 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5366 |
|
5367 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
5368 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
5369 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
5370 |
|
5371 * image/saveimage.m: Round img values first. |
|
5372 |
|
5373 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5374 |
|
5375 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
5376 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
5377 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
5378 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
5379 special-matrix/hankel.m special-matrix/toeplitz.m |
|
5380 tuwien/strfun/split.m: Add missing semicolons. |
|
5381 |
|
5382 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
5383 |
|
5384 * image/Makefile.in: Don't build or install octtoppm. |
|
5385 |
|
5386 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
|
5387 routines so that people who don't have the the pbm stuff installed |
|
5388 can still use this function. |
|
5389 |
|
5390 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5391 |
|
5392 * image/saveimage.m: Better error checking, clean up a bit. |
|
5393 |
|
5394 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5395 |
|
5396 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
5397 avoid conflict with new built-in text-style function more. |
|
5398 |
|
5399 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
5400 |
|
5401 * startup/Makefile.in (install): Also install octaverc in |
|
5402 $localfcnfiledir/startup/octavrc. |
|
5403 |
|
5404 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5405 |
|
5406 * mkinstalldirs: New file. |
|
5407 * Makefile.in (DISTFILES): Add it to the list. |
|
5408 |
|
5409 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
5410 |
|
5411 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5412 |
|
5413 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
5414 r(1) != c(nr), not if r(1) != c(1). |
|
5415 |
|
5416 * signal/filter.m: Doc fix. |
|
5417 |
|
5418 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5419 |
|
5420 * miscellaneous/cputime.m: Use new resource structure names (no |
|
5421 ru_ or tv_ prefixes). |
|
5422 |
|
5423 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5424 |
|
5425 * time/ctime.m: Fix doc string and usage message. |
|
5426 |
|
5427 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5428 |
|
5429 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
5430 |
|
5431 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
5432 |
|
5433 * control/c2d.m: Make function work for any value of |
|
5434 whitespace_in_literal_matrix. |
|
5435 * control/dare.m: Likewise. |
|
5436 * control/tzero.m: Likewise. |
|
5437 * elfun/gcd.m: Likewise. |
|
5438 * elfun/lcm.m: Likewise. |
|
5439 * general/postpad.m: Likewise. |
|
5440 * general/prepad.m: Likewise. |
|
5441 * linear-algebra/kron.m: Likewise. |
|
5442 * miscellaneous/etime.m: Likewise. |
|
5443 * polynomial/conv.m: Likewise. |
|
5444 * polynomial/deconv.m: Likewise. |
|
5445 * polynomial/poly.m: Likewise. |
|
5446 * polynomial/roots.m: Likewise. |
|
5447 * signal/filter.m: Likewise. |
|
5448 * signal/freqz.m: Likewise. |
|
5449 * signal/fftfilt.m: Likewise. |
|
5450 |
|
5451 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
5452 |
|
5453 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
5454 |
|
5455 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
5456 |
|
5457 * plot/polar_int_2.m: Add missing semicolons. |
|
5458 Set theta = theta', not rho'. |
|
5459 |
|
5460 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
5461 |
|
5462 * polynomial/roots.m: Make it work for any value of |
|
5463 whitespace_in_literal_matrix. |
|
5464 |
|
5465 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
5466 |
|
5467 * configure.in: New file. |
|
5468 |
|
5469 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
5470 |
|
5471 * control/lyap.m: Add missing semicolon. |
|
5472 |
|
5473 * miscellaneous/cputime.m: New function file. |
|
5474 |
|
5475 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
5476 |
|
5477 * time: New directory. |
|
5478 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
5479 New function files. |
|
5480 * time/Makefile.in: New file. |
|
5481 * Makefile.in (SUBDIRS): Add time. |
|
5482 |
|
5483 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
5484 |
|
5485 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
5486 |
|
5487 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
5488 |
|
5489 * plot/plot_int_1.m: Transpose data with .', not '. |
|
5490 |
|
5491 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
5492 |
|
5493 * Makefile.in (install uninstall clean mostlyclean distclean |
|
5494 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
5495 |
|
5496 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
5497 |
|
5498 * Makefile.in (install): Create ls-R database file. |
|
5499 (uninstall): Delete it. |
|
5500 |
|
5501 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
5502 |
5378
|
5503 * image/saveimage.m: Fix typo. |
2330
|
5504 |
|
5505 See ChangeLog.1 in the top level directory for earlier changes. |