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