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