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