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