6852
|
1 2007-08-31 David Bateman <dbateman@free.fr> |
|
2 |
|
3 * geometry/voronoi.m: Add large box around data to get a good |
|
4 approximation of the rays to infinity. |
|
5 |
6851
|
6 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
|
7 |
|
8 * plot/axes.m: Allow parent to be specified when creating axes |
|
9 objects. Support non-figure parents. |
|
10 |
|
11 2007-08-31 John W. Eaton <jwe@octave.org> |
|
12 |
|
13 * plot/ancestor.m: New function, adapted from Octave Forge. |
|
14 |
6850
|
15 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
|
16 |
|
17 * polynomial/polygcd.m: Better layout of example. |
|
18 * polynomial/compan.m: Remove unnecessary check. |
|
19 * polynomial/roots.m: Added example to help text. |
|
20 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. |
|
21 * polynomial/poly.m: Added example to help text. |
|
22 |
6848
|
23 2007-08-30 John W. Eaton <jwe@octave.org> |
|
24 |
|
25 * optimization/qp.m: Increase maxit to 200. |
|
26 |
6847
|
27 2007-08-30 David Bateman <dbateman@free.fr> |
|
28 |
|
29 * geometry/inpolygon.m: New file. |
|
30 * geometry/Makefile.in (SOURCES): Add inpolygon.m. |
|
31 |
6843
|
32 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
|
33 |
|
34 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. |
|
35 |
6829
|
36 2007-08-24 David Bateman <dbateman@free.fr> |
|
37 |
|
38 * plot/__go_draw_axes__.m: Treat text color property. |
|
39 |
6828
|
40 2007-08-24 John W. Eaton <jwe@octave.org> |
|
41 |
|
42 * plot/subplot.m, plot/plot.m, plot/grid.m: |
|
43 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. |
|
44 |
|
45 * miscellaneous/movefile.m: Separate second and third args and |
|
46 use p1 and p2, not f1 and f2 when constructing arguments for |
|
47 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. |
|
48 |
6825
|
49 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
|
50 |
|
51 * set/intersect.m: Make it work with cell arrays of strings. |
|
52 |
6823
|
53 2007-08-24 David Bateman <dbateman@free.fr> |
|
54 |
|
55 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
|
56 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
|
57 functions ported from octave-forge. |
|
58 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
|
59 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
|
60 geometry/triplot.m, geometry/tsearchn.m: |
|
61 New functions. |
|
62 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
|
63 * geometry/Makefile.in (SOURCES): Add functions above. |
|
64 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. |
|
65 |
6820
|
66 2007-08-23 John W. Eaton <jwe@octave.org> |
|
67 |
|
68 * pkg/pkg.m: Avoid using installed_packages for both function and |
|
69 variable name. |
|
70 |
|
71 2007-08-23 David Bateman <dbateman@free.fr> |
|
72 |
|
73 * plot/plot.m: Allow first arg to be axes handle. |
|
74 |
6818
|
75 2007-08-22 David Bateman <dbateman@free.fr> |
|
76 |
|
77 * control/base/nichols.m: Correct for misnamed variable, and ensure |
|
78 outputs are returned only if requested. |
|
79 |
|
80 2007-08-22 Donald Parsons <dparsons@brightdsl.net> |
|
81 |
|
82 * control/base/nichols.m: Fix typo. |
|
83 |
6813
|
84 2007-08-13 John W. Eaton <jwe@octave.org> |
|
85 |
|
86 * plot/meshgrid.m: Use repmat instead of multiplication. |
|
87 |
6809
|
88 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
|
89 |
|
90 * plot/__go_draw_axes__.m: Add axes position to the usingclause, |
|
91 use axes position in each appropriate gnuplot set statement. |
|
92 |
6808
|
93 2007-08-10 John W. Eaton <jwe@octave.org> |
|
94 |
|
95 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. |
|
96 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
97 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
98 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. |
|
99 |
6807
|
100 2007-08-10 Kai Habel <kai.habel@gmx.de> |
|
101 |
|
102 * plot/patch.m, plot/__patch__.m: New files. |
|
103 * plot/Makefile.in (SOURCES): Add them to the list. |
|
104 |
|
105 2007-08-07 John W. Eaton <jwe@octave.org> |
|
106 |
|
107 * path/savepath.m: Use single quotes for argument to PATH command |
|
108 that is inserted in file. |
|
109 |
6805
|
110 2007-07-27 John W. Eaton <jwe@octave.org> |
|
111 |
|
112 * plot/drawnow.m: Only set default value for term if GNUTERM is |
|
113 not set in the environment. |
|
114 |
6796
|
115 2007-07-25 David Bateman <dbateman@free.fr> |
|
116 |
|
117 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
118 control/base/Makefile.in, control/hinf/Makefile.in, |
|
119 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
120 control/util/Makefile.in, deprecated/Makefile.in, |
|
121 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
122 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
123 miscellaneous/Makefile.in, optimizaton/Makefile.in, |
|
124 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
125 polynomial/Makefile.in, quaternion/Makefile.in, |
|
126 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, |
|
127 specfun/Makefile.in, special-matrix/Makefile.in, |
|
128 startup/Makefile.in, statistics/Makefile.in, |
|
129 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
130 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
131 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
132 Adjust DISTFILES to allow out of tree "make dist" to work. |
|
133 |
6795
|
134 2007-07-25 John W. Eaton <jwe@octave.org> |
|
135 |
|
136 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. |
|
137 |
6793
|
138 2007-07-24 David Bateman <dbateman@free.fr> |
|
139 |
|
140 * image/flag.m: New colormap function. |
|
141 * images/Makefile.in: Include it in SOURCES. |
|
142 |
|
143 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
144 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
145 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
146 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. |
|
147 * image/gray.m, image/ocean.m: Use the same means of finding the |
|
148 number of colormap elements as the other colormap functions. |
|
149 |
6790
|
150 2007-07-24 Kai Habel <kai.habel@gmx.de> |
|
151 |
|
152 * plot/__go_draw_axes__.m: Handle patch. |
|
153 |
6788
|
154 2007-07-23 David Bateman <dbateman@free.fr> |
|
155 |
|
156 * general/rat.m: New function for ration approximation imported |
|
157 from octave-forge. |
|
158 * general/del2.m: New function for discrete laplacian operator. |
|
159 * general/Makefile.in: Include rat.m and del2.m in SOURCES. |
|
160 |
|
161 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
162 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
163 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
164 image/winter.m, image/brighten.m: Port image functions from |
|
165 octave-forge. |
|
166 * image/Makefile.in: Add ported functions to SOURCES. |
|
167 * image/gray.m, image/ocean.m: Don't set the colormap for |
|
168 compatibility with matlab. |
|
169 |
|
170 * plot/meshc.m, plot/peaks.m: Port plotting function from |
|
171 octave-forge |
|
172 * plot/Makefile.in: Add ported functions to SOURCES. |
|
173 * plot/__go_draw_axes__.m: Set the palette for the surfaces if |
|
174 using gnuplot 4.2 or greater. |
|
175 |
6785
|
176 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
|
177 |
|
178 * general/cart2sph.m: Fix unbalanced paranthesis. |
|
179 |
6781
|
180 2007-07-19 David Bateman <dbateman@free.fr> |
|
181 |
|
182 * plot/fplot.m: More compatible version. |
|
183 |
6780
|
184 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
|
185 |
|
186 * plot/clf.m: Check for valid handle before deleting. |
|
187 |
|
188 * plot/figure.m: Pass "figure" property/value pairs directly to |
|
189 __go_figure__ instead of using regular "set" call. |
|
190 |
6779
|
191 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
|
192 |
|
193 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal |
|
194 type for gnuplot. |
|
195 |
6778
|
196 2007-07-18 John W. Eaton <jwe@octave.org> |
|
197 |
|
198 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to |
|
199 gnuplot for each set of axes. |
|
200 |
6777
|
201 2007-07-18 David Bateman <dbateman@free.fr> |
|
202 |
6778
|
203 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
|
204 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, |
|
205 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, |
|
206 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: |
|
207 Use standard scale factor rather than one on the scale factor for |
|
208 compatibility. |
|
209 |
|
210 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, |
|
211 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
|
212 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
213 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: |
|
214 Preserve backward compatibility. |
6777
|
215 |
6776
|
216 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
|
217 |
|
218 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp |
|
219 to avoid issues with regexp special characters in the path strings. |
|
220 |
6770
|
221 2007-07-06 David Bateman <dbateman@free.fr> |
|
222 |
6778
|
223 * general/accumarray.m: New function to create an array by |
|
224 accumulating the elements. |
6770
|
225 |
6768
|
226 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
|
227 |
|
228 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. |
|
229 (fdjac): Set nx outside of if block. |
|
230 (cf_ub_lb, cigrad_ub_lb): New subfunctons. |
|
231 |
6765
|
232 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
233 |
|
234 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. |
|
235 |
|
236 * plot/axis.m: Also set "visible" property when setting axes to |
|
237 on/off. |
|
238 |
6762
|
239 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
|
240 |
|
241 * image/colormap.m: Only return colormap if nargout > 0. |
|
242 Mark as command. |
|
243 |
6758
|
244 2007-06-25 John W. Eaton <jwe@octave.org> |
|
245 |
|
246 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of |
|
247 strcmp for selected property comparisons. |
|
248 |
6756
|
249 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
|
250 |
6778
|
251 * image/imshow.m: Fix check for colormap arguments. |
6756
|
252 |
6754
|
253 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
|
254 |
|
255 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. |
|
256 |
6756
|
257 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754
|
258 |
6778
|
259 * statistics/base/median.m: Update help text to mention 'dim' |
6754
|
260 argument, and note that the data should be sorted for the |
|
261 definition of the median to be correct. |
|
262 |
6778
|
263 * statistics/base/std.m: Add missing square to definition of |
6754
|
264 standard deviation. |
|
265 |
6778
|
266 * statistics/base/cov.m: Add definition of covariance to the help text. |
|
267 |
|
268 * statistics/base/kurtosis.m, statistics/base/skewness.m, |
6754
|
269 statistics/base/std.m: |
|
270 Note that \bar{x} is the mean value of x in the help text. |
|
271 |
6778
|
272 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754
|
273 coefficient to the help text. |
|
274 |
6778
|
275 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
|
276 |
|
277 * statistics/base/var.m: Put N in @math in help text. |
|
278 |
|
279 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
6754
|
280 statistics/tests/kolmogorov_smirnov_test.m: |
|
281 Write about possible values of 'dist' in help text. |
|
282 |
6778
|
283 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754
|
284 Add definition of correlation to the help text. |
|
285 |
6778
|
286 * statistics/base/logit.m, statistics/base/kendall.m, |
|
287 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, |
6754
|
288 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
|
289 TeXification of help text. |
|
290 |
|
291 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. |
|
292 |
|
293 * statistics/tests/var_test.m, statistics/tests/welch_test.m: |
|
294 Add missing @var's to help text. |
|
295 |
|
296 * statistics/models/logistic_regression.m: Fix typos in help text. |
|
297 |
|
298 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part |
|
299 of help text. |
|
300 |
|
301 * statistics/distributions/unidinv.m: Add a missing 'discrete' to |
|
302 help text. |
|
303 |
|
304 * statistics/distributions/unidpdf.m, |
|
305 statistics/distributions/discrete_pdf.m: |
|
306 Replace 'pDF' with 'PDF' in help text. |
|
307 |
6753
|
308 2007-06-25 John W. Eaton <jwe@octave.org> |
|
309 |
|
310 * strings/substr.m: Use offset consistently in code and doc string. |
|
311 From Rafael Laboissiere <rafael@debian.org>. |
|
312 |
6752
|
313 2007-06-25 Pete Gustafson <petegus@umich.edu> |
|
314 |
6778
|
315 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752
|
316 |
6751
|
317 2007-06-25 John W. Eaton <jwe@octave.org> |
|
318 |
|
319 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. |
|
320 Recycle tic labels if necessary. From Juhani Saastamoinen |
|
321 <juhani@cs.joensuu.fi>. |
|
322 |
6748
|
323 2007-06-20 John W. Eaton <jwe@octave.org> |
|
324 |
6749
|
325 * strings/index.m: Allow strings to be empty. |
|
326 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> |
|
327 |
6748
|
328 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
|
329 |
6747
|
330 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
|
331 |
|
332 * sparse/pcg.m: Allow the preconditioner to be passed as two |
|
333 separate matrices. |
|
334 |
6746
|
335 2007-06-19 David Bateman <dbateman@free.fr> |
|
336 |
|
337 * plot/axis.m: Prefer to use legend rather than the older Octave |
|
338 only ";;" legend syntax. |
|
339 * polynomial/mkpp.m: ditto. |
|
340 * polynomial/pchip.m: ditto. |
|
341 * signal/freqz_plot.m: ditto. |
|
342 * sparse/gplot.m: ditto. |
|
343 * sparse/treeplot.m: ditto. |
|
344 |
6745
|
345 2007-06-19 John W. Eaton <jwe@octave.org> |
|
346 |
|
347 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. |
|
348 (__go_draw_axes__): Call do_tics to handle tic marks. |
|
349 |
6742
|
350 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
351 |
6778
|
352 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742
|
353 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
|
354 to check for NA. |
|
355 |
6741
|
356 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
357 |
6778
|
358 * optimization/glpk.m: TeXified the help text. |
|
359 * optimization/qp.m: TeXified the help text. |
|
360 * optimization/sqp.m: TeXified the help text. |
6741
|
361 |
6740
|
362 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
|
363 |
6778
|
364 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740
|
365 |
6738
|
366 2007-06-15 John W. Eaton <jwe@octave.org> |
|
367 |
|
368 * plot/__go_draw_axes__.m: Only attempt label rotation if |
|
369 have_newer_gnuplot is true. |
|
370 |
6736
|
371 2007-06-15 Pete Gustafson <petegus@umich.edu> |
|
372 |
6778
|
373 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
|
374 * plot/__axis_label__.m Assign ylabel default rotation property |
6737
|
375 to 90, all others 0. |
|
376 |
6778
|
377 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
|
378 * plot/__go_draw_axes__.m: Removed undefined tx from call to |
6736
|
379 get_data_limits. |
6778
|
380 * plot/__plotopt1__.m: Intercept and strip format string when |
6736
|
381 called by __errplot__. |
|
382 |
6730
|
383 2007-06-15 John W. Eaton <jwe@octave.org> |
|
384 |
|
385 * testfun/test.m: Also return number of expected failures. |
|
386 |
6724
|
387 2007-06-14 John W. Eaton <jwe@octave.org> |
|
388 |
6730
|
389 * set/ismember.m: Mark two tests known to fail with xtest. |
|
390 |
6724
|
391 * plot/__go_draw_axes__.m: Handle text rotation property. |
|
392 |
6728
|
393 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
|
394 |
|
395 * testfun/test.m: Add xtest support for tests known to fail. |
|
396 |
6727
|
397 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
|
398 |
|
399 * plot/print.m: Handle pstex, pslatex, epslatex, and |
|
400 epslatexstandalone terminals. |
|
401 |
6721
|
402 2007-06-14 David Bateman <dbateman@free.fr> |
|
403 |
|
404 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, |
|
405 as permutation of results was incorrect. |
|
406 * general/interp1.m: Add demo on second derivative |
|
407 * general/interpn.m: Convert "y" to vectors for __splinen__ |
6722
|
408 call. Add 3D demo. Fix typos |
|
409 * general/interp3.m: Fix typos. Correct permutation for use of |
|
410 interpn. |
6721
|
411 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
|
412 |
6717
|
413 2007-06-13 John W. Eaton <jwe@octave.org> |
|
414 |
|
415 * miscellaneous/mkoctfile.m: Quote args too. |
6712
|
416 |
6706
|
417 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
|
418 |
|
419 * miscellaneous/mkoctfile.m: Quote script name for call to system. |
|
420 |
6704
|
421 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
|
422 |
|
423 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". |
|
424 Set have_linestyle to true if two character linestyle is found. |
|
425 |
6702
|
426 2007-06-12 David Bateman <dbateman@free.fr> |
|
427 |
6717
|
428 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
|
429 and interpn.m. |
|
430 |
|
431 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in |
|
432 structure before using it. |
|
433 |
|
434 2007-06-12 David Bateman <dbateman@free.fr> |
|
435 |
6704
|
436 * general/interp1.m: Change examples to use new graphics interface. |
6702
|
437 * general/__splinen__.m: New support function for N-dimensional |
|
438 spline interpolation. |
|
439 * general/bicubic.m: Allow definition of extrapolation |
|
440 value. Adapt tests to use new graphics interface |
|
441 * general/interp2.m: Call __splinen__ for 2-D spline |
|
442 interpolation. Make the lookup table code only be called for |
|
443 linear and nearest methods. |
|
444 * general/interpn.m: New function for N-dimensional, linear, nearest |
|
445 and spline interpolation. |
|
446 * general/interp3.m: New function for 3-dimensional, linear, nearest |
|
447 and spline interpolation. |
6704
|
448 * polynomial/spline.m: Change examples to use new graphics interface. |
6702
|
449 |
6701
|
450 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
|
451 |
|
452 * statistics/tests/wilcoxon_test.m: Error if N <= 25. |
|
453 |
6699
|
454 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
|
455 |
|
456 * plot/fplot.m: If function is inline, vectorize it. |
|
457 |
6698
|
458 2007-06-10 David Bateman <dbateman@free.fr> |
|
459 |
|
460 * pkg/pkg.m (pkg:installed_packages): truncate start of package |
|
461 directory if need to, so that it fits on a line. |
|
462 |
6695
|
463 2007-06-07 David Bateman <dbateman@free.fr> |
|
464 |
|
465 * pkg/pkg.m (pkg): For rebuild target, force package order in |
|
466 saved file so that dependent packages are loaded first, and if |
|
467 nargout==0 don't return any arguments. |
|
468 (pkg:install): Only load packages that are marked autoload after |
|
469 install. Various fixes. Save in order. |
|
470 (pkg:uninstall): Save in order |
|
471 (pkg:load_packages): Use load_package_and_dependencies to load |
|
472 packages. |
|
473 (pkg:save_order): New function to sort package list with dependent |
|
474 packages first. |
|
475 (pkg:load_packages_and_dependencies): New function to load both a |
|
476 list of packages and their dependencies. |
|
477 (pkg:load_package_dirs): New function that returns a vector of the |
|
478 indexes into the installed package list indicating the packages to |
|
479 load and the order to load them in to respect the dependencies. |
|
480 |
6688
|
481 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
|
482 |
|
483 * plot/axes.m: Eliminate redundant else clause. |
|
484 |
6686
|
485 2007-06-03 David Bateman <dbateman@free.fr> |
|
486 |
|
487 * polynomial/spline.m: Add a small tolerance to spline tests. |
6687
|
488 * pkg/pkg.m: Protect against multiple actions being define. |
|
489 |
6683
|
490 2007-06-01 David Bateman <dbateman@free.fr> |
|
491 |
|
492 * pkg.m (pkg:is_superuser): Remove function used in one place and |
|
493 incorporate into main pkg function. |
|
494 (pkg:install): Check for existence of files to install before |
|
495 globbing and warn the user if they don't exist. |
|
496 |
6675
|
497 2007-05-31 David Bateman <dbateman@free.fr> |
|
498 |
6679
|
499 * miscellaneous/copyfile.m: Split copying of multiple files to a |
|
500 directory over several copy command to limit the line length. |
|
501 * miscellaneous/movefile.m: Ditto. |
|
502 |
6675
|
503 * pkg.m: Add build option to allow binary Octave packages to be |
|
504 built from source packages. Probe absolute path of prefix, global |
|
505 and local lists. Use strcat, rather that [] for strings. |
|
506 (pkg:build): New function to binary binary package. |
|
507 (pkg:absolute_pathname): Use fileattrib to probe absolute path. |
|
508 (pkg:repackage): Package binary Octave package from installation. |
|
509 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives |
|
510 from m-files into main installation directory. |
|
511 (pkg:shell): Suppress verbose messages from shell and only display |
|
512 them with the verbose flag. |
|
513 (pkg:installed_packages): Also include the loaded flag in the |
|
514 local and global packages. |
|
515 (pkg:uninstall): On uninstall, only rmpath the package if it is |
|
516 flagged as loaded. |
|
517 |
|
518 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> |
|
519 |
|
520 * pkg.m (pkg:load_packages): Correctly load a mix of packages |
|
521 with and without architecture dependent directories. |
|
522 (pkg:installed_packages): Probe the global_list file even if it is |
|
523 the same as the local_list. |
|
524 |
6669
|
525 2007-05-29 John W. Eaton <jwe@octave.org> |
|
526 |
|
527 * sparse/spy.m: Set axis to "ij" mode. |
|
528 |
6664
|
529 2007-05-24 John W. Eaton <jwe@octave.org> |
|
530 |
|
531 * set/ismember.m: Quote first arg of "fail" tests. |
|
532 |
6663
|
533 2007-05-24 David Bateman <dbateman@free.fr> |
|
534 |
6778
|
535 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663
|
536 |
6655
|
537 2007-05-22 David Bateman <dbateman@free.fr> |
|
538 |
|
539 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than |
|
540 error(lasterr()(8:end)). |
|
541 (pkg:install): Warning for empty packages being removed. Suppress |
|
542 spurious output. Warning rather than error for uninstalling a |
|
543 package that is not installed to avoid RPM issue. |
|
544 (pkg:configure_make): Fix for parsing of src/FILES. Don't create |
|
545 inst or architecture dependent directory if it exists. |
|
546 |
6653
|
547 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
|
548 |
|
549 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, |
|
550 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, |
|
551 signal/freqz.m: Fix typos. |
|
552 |
6645
|
553 2007-05-21 David Bateman <dbateman@free.fr> |
|
554 |
|
555 * pkg/pkg.m: Add rebuild target, and -local, -global option to |
|
556 force installation location. |
|
557 (rebuild): New subfunction to rebuild package database from |
|
558 installed packages. Also allows changing of autoload status |
|
559 (install): Warn use if attempting to install from non existent |
|
560 file. |
|
561 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
|
562 "USER", "root"))' for root test. |
|
563 |
|
564 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> |
|
565 |
|
566 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms |
|
567 and replace "\" characters with "/". |
|
568 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
|
569 characters with "/" throughout. |
|
570 (shell): New subfunction that wraps system and is careful with the |
|
571 shell on windows platforms. |
|
572 (configure_make): Explictly pass complier etc to configure |
|
573 process. |
|
574 (issuperuser): Force default to global install for Windows machines. |
|
575 |
6636
|
576 2007-05-19 Kristan Onu |
|
577 |
|
578 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. |
|
579 |
6634
|
580 2007-05-18 David Bateman <dbateman@free.fr> |
|
581 |
|
582 * pkg/pkg.m (install): More verbosity. |
|
583 (configure_make): Ditto. |
|
584 (create_pkgadddel): Install in architecture dependent directory if |
|
585 it exists to address issues with autoload/mfilename. |
|
586 (write_INDEX): Check in archiecture dependent directories as well. |
|
587 |
6633
|
588 2007-05-17 David Bateman <dbateman@free.fr> |
|
589 |
|
590 * plot/hbar.m: Remove. |
|
591 * plot/barh.m: and move it here. |
|
592 |
6631
|
593 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
|
594 |
|
595 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
596 |
6629
|
597 2007-05-16 John W. Eaton <jwe@octave.org> |
|
598 |
|
599 * general/logspace.m: Return second arg if fewer than two values |
|
600 are requested. |
|
601 |
6619
|
602 2007-05-14 John W. Eaton <jwe@octave.org> |
|
603 |
|
604 * plot/__go_draw_figure__.m: Ensure that a reset commands starts |
|
605 on a new line. |
|
606 |
6617
|
607 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
|
608 |
|
609 * statistics/distributions/norminv.m, |
|
610 statistics/distributions/norminv.m, |
|
611 statistics/distributions/normpdf.m, |
|
612 statistics/distributions/normrnd.m: |
|
613 Use standard deviation, not variance. |
|
614 * statistics/distributions/lognpdf.m: Adapt to change in norminv. |
|
615 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. |
|
616 * deprecated/normal_cdf.m, deprecated/normal_inv.m, |
|
617 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve |
|
618 backward compatibility. |
|
619 |
6616
|
620 2007-05-14 David Bateman <dbateman@free.fr> |
|
621 |
|
622 * pkg/pkg.m: Mark loaded packages with "*". |
|
623 |
6615
|
624 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
|
625 |
|
626 * miscellaneous/single.m: Doc fix. |
|
627 Convert to double instead of returning argument unchanged. |
|
628 |
|
629 * miscellaneous/doc.m: Doc fix. |
|
630 |
|
631 * miscellaneous/ver.m: Doc fix. |
|
632 Don't display information about Octave Forge. |
|
633 |
6614
|
634 2007-05-12 David Bateman <dbateman@free.fr> |
|
635 |
|
636 * pkg/pkg.m: Add a "-verbose" option that allows all output of an |
|
637 install to be printed. An error in the on_uninstall script causes |
|
638 a failure to uninstall. Place oct- and mex-files in an |
|
639 architecture dependent directory. |
|
640 |
6611
|
641 2007-05-09 John W. Eaton <jwe@octave.org> |
|
642 |
|
643 * plot/__go_draw_axes__.m: Break plot command over multiple lines. |
|
644 |
6609
|
645 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
646 |
|
647 * statistics/distributions/normcdf.m: Use standard deviation |
|
648 instead of variance for compatibility. |
|
649 |
|
650 2007-05-08 John W. Eaton <jwe@octave.org> |
|
651 |
|
652 |
|
653 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). |
|
654 |
|
655 * set/ismember.m: Always return logical values. |
|
656 |
|
657 * set/ismember.m: Return early if no matches are found. New tests. |
6749
|
658 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609
|
659 |
|
660 * general/__isequal__.m: Allow numeric values of different classes |
|
661 to compare equal. |
|
662 |
6606
|
663 2007-05-07 David Bateman <dbateman@free.fr> |
|
664 |
6607
|
665 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
|
666 compatiable, accepting LineSpec and markersize arguments. |
6606
|
667 |
6605
|
668 2007-05-02 John W. Eaton <jwe@octave.org> |
|
669 |
|
670 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. |
|
671 |
6604
|
672 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
673 |
|
674 * contour.m: Rewrite help string. |
|
675 |
6599
|
676 2007-04-28 John W. Eaton <jwe@octave.org> |
|
677 |
|
678 * miscellaneous/unzip.m, miscellaneous/untar.m, |
|
679 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: |
|
680 Special case nargout == 0. |
|
681 |
6597
|
682 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
|
683 |
|
684 * general/sub2ind.m: Handle empty input, add tests. |
|
685 |
6590
|
686 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
687 |
|
688 * plot/contourc.m: Doc fix. |
|
689 |
6586
|
690 2007-04-26 David Bateman <dbateman@free.fr> |
|
691 |
|
692 * plot/hist.m: Partially remove previous patch. |
|
693 |
6582
|
694 2007-04-26 David Bateman <dbateman@free.fr> |
|
695 |
|
696 * plot/hist.m: Support returning of handle |
|
697 * plot/__bar__.m: __pltopt__ should only be called on strings or |
|
698 cells. |
|
699 |
6575
|
700 2007-04-25 John W. Eaton <jwe@octave.org> |
|
701 |
6579
|
702 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
|
703 "title \"\"", not "". |
|
704 |
6575
|
705 * plot/legend.m: Initialize WARNED to false. |
|
706 |
6567
|
707 2007-04-24 John W. Eaton <jwe@octave.org> |
|
708 |
|
709 * io/beep.m: Fix cut and paste error. |
|
710 From S�ren Hauberg <soren@hauberg.org>. |
|
711 |
|
712 2007-04-23 John W. Eaton <jwe@octave.org> |
|
713 |
|
714 * plot/box.m: Delete extra endfunction keyword. |
|
715 |
6560
|
716 2007-04-23 David Bateman <dbateman@free.fr> |
|
717 |
|
718 * plot/plot3.m: Call newplot. |
|
719 |
6553
|
720 2007-04-20 John W. Eaton <jwe@octave.org> |
|
721 |
|
722 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. |
|
723 |
6546
|
724 2007-04-19 John W. Eaton <jwe@octave.org> |
|
725 |
|
726 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of |
|
727 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. |
|
728 |
6544
|
729 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
730 |
|
731 * control/util/axis2dlim.m: Delete extraneous line. |
|
732 |
6542
|
733 2007-04-18 John W. Eaton <jwe@octave.org> |
|
734 |
|
735 * specfun/factorial.m: Increase tolerance in large value test. |
|
736 |
6540
|
737 2007-04-18 David Bateman <dbateman@free.fr> |
|
738 |
|
739 * __bar__.m: New support function for bar/hbar to support graphic |
|
740 handles, and additional arguments. |
|
741 * bar.m: Convert to use __bar__. |
|
742 * hbar.m: New function |
|
743 * hist.m: Explicitly set the width of the bar plot. |
|
744 |
6533
|
745 2007-04-17 John W. Eaton <jwe@octave.org> |
|
746 |
6534
|
747 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
|
748 |
6533
|
749 * set/ismember.m: New tests. |
|
750 From David Grohmann <grohmann@arlut.utexas.edu> |
|
751 |
6532
|
752 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
|
753 |
|
754 * specfun/factorial.m: Use gamma function instead of cumprod. |
|
755 Add tests. |
|
756 |
6527
|
757 2007-04-16 John W. Eaton <jwe@octave.org> |
|
758 |
6528
|
759 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
|
760 looks_like_copyright in src/help.cc. |
|
761 From S�ren Hauberg <soren@hauberg.org>. |
|
762 |
6527
|
763 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
|
764 |
6526
|
765 2007-04-13 John W. Eaton <jwe@octave.org> |
|
766 |
6527
|
767 * optimization/sqp.m: Initialize info to 0. |
|
768 |
6526
|
769 * optimization/qp.m: Undo previous change. |
|
770 |
6524
|
771 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
772 |
|
773 * spdiags.m: Fixed the four-argument case to work for columns of |
|
774 length one. |
|
775 |
6523
|
776 2007-04-12 John W. Eaton <jwe@octave.org> |
|
777 |
|
778 * optimization/qp.m: Avoid Octave indexing bug. |
|
779 |
6521
|
780 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
|
781 |
6522
|
782 * miscellaneous/menu.m, control/base/bddemo.m, |
|
783 control/hinf/dgkfdemo.m, control/system/packedform.m, |
|
784 control/system/sysrepdemo.m: |
|
785 Adapt to page_screen_output as a function. |
6521
|
786 |
6518
|
787 2007-04-11 John W. Eaton <jwe@octave.org> |
|
788 |
|
789 * miscellaneous/not.m: Delete. |
|
790 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. |
|
791 |
|
792 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
793 |
|
794 * control/util/axis2dlim.m: Try harder to handle min and max vals |
|
795 that are close but not exactly equal. |
|
796 |
6515
|
797 2007-04-11 David Bateman <dbateman@free.fr> |
|
798 |
|
799 * general/bitcmp.m: Make it work again. |
|
800 |
6512
|
801 2007-04-10 John W. Eaton <jwe@octave.org> |
|
802 |
|
803 * plot/__go_draw_axes__.m: Try harder to handle min and max vals |
|
804 that are close but not exactly equal. |
|
805 |
6511
|
806 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
|
807 |
|
808 * plot/stem.m: Add back the baseline line and let it be not adjustable |
|
809 in response to a change in x limits for now. |
|
810 |
6510
|
811 2007-04-09 John W. Eaton <jwe@octave.org> |
|
812 |
|
813 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. |
|
814 (__go_draw_axes__): Use it to write data to plot stream. |
|
815 |
6509
|
816 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
|
817 |
|
818 * plot/stem.m: Fix typos in doc string. Fix typo in call to |
|
819 zeros. Set markerfacecolor property in call to plot. |
|
820 |
6508
|
821 2007-04-06 John W. Eaton <jwe@octave.org> |
|
822 |
|
823 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. |
|
824 |
|
825 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> |
|
826 |
|
827 * plot/stem.m: Use plot instead of a series of calls to line. |
|
828 |
6494
|
829 2007-04-05 John W. Eaton <jwe@octave.org> |
|
830 |
6499
|
831 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
|
832 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, |
|
833 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
834 sparse/spstats.m, sparse/treeplot.m: Style fixes. |
|
835 |
6496
|
836 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500
|
837 Use strcmpi instead of strcmp+tolower. |
6496
|
838 Style fixes. |
|
839 |
6494
|
840 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
|
841 Plotting fixes. Style fixes. |
|
842 |
|
843 * testfun/test.m: Use "strcat (...)" instead of "[...]". |
|
844 Style fixes. |
|
845 |
|
846 * testfun/fail.m: No need to check for evalin and lastwarn. |
|
847 Style fixes. |
|
848 |
|
849 * testfun/demo.m, testfun/example.m: Style fixes. |
|
850 Use "strcat (...)" instead of "[...]". |
|
851 Use format specifiers in calls to warning. |
|
852 |
|
853 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". |
|
854 Use "strcat (...)" instead of "[...]". |
|
855 Use "x(end)" instead of "x(length (x))". |
|
856 Check NA before NaN. |
|
857 Style fixes. |
|
858 |
6473
|
859 2007-03-29 John W. Eaton <jwe@octave.org> |
|
860 |
6474
|
861 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473
|
862 |
6467
|
863 2007-03-27 John W. Eaton <jwe@octave.org> |
|
864 |
|
865 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
866 control/base/Makefile.in, control/hinf/Makefile.in, |
|
867 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
868 control/util/Makefile.in, deprecated/Makefile.in, |
|
869 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
870 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
871 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
872 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
873 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
874 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
875 special-matrix/Makefile.in, startup/Makefile.in, |
|
876 statistics/Makefile.in, statistics/base/Makefile.in, |
|
877 statistics/distributions/Makefile.in, |
|
878 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
879 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
880 Use ln instead of $(LN_S) in dist target. |
|
881 |
6465
|
882 2007-03-27 David Bateman <dbateman@free.fr> |
|
883 |
|
884 * plot/__go_draw_axes__.m: Allow linewidth settings to work with |
|
885 gnuplot 4.0. |
|
886 |
6464
|
887 2007-03-26 John W. Eaton <jwe@octave.org> |
|
888 |
|
889 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. |
|
890 |
6461
|
891 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
|
892 |
|
893 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via |
|
894 plot stream and using binary data. |
|
895 |
6459
|
896 2007-03-26 John W. Eaton <jwe@octave.org> |
|
897 |
|
898 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
899 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
900 plot/__plt2vv__.m: Accept properties in addtition to options struct. |
|
901 |
|
902 2007-03-26 David Bateman <dbateman@free.fr> |
|
903 |
6461
|
904 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
|
905 |
6459
|
906 * plot/plot3.m: Handle line properties. |
|
907 * plot/plot.m: Update docstring. |
|
908 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. |
|
909 * plot/__plt__.m: Also gather properties. |
|
910 |
6455
|
911 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
|
912 |
|
913 * testfun/assert.m: Delete special check for empty objects. |
|
914 Add test. |
|
915 |
6453
|
916 2007-03-26 John W. Eaton <jwe@octave.org> |
|
917 |
6454
|
918 * plot/drawnow.m: Exit early if call is recursive. |
|
919 |
6453
|
920 * plot/__go_draw_axes__.m (get_data_limits): New function. |
|
921 Check for Inf too. |
|
922 (__go_draw_axes__): Use get_data_limits. |
|
923 |
6450
|
924 2007-03-24 John W. Eaton <jwe@octave.org> |
|
925 |
6451
|
926 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
|
927 send terminal setting command with title option to plot stream. |
|
928 |
6450
|
929 * plot/legend.m: Correctly increment index into list of children.. |
|
930 |
6434
|
931 2007-03-23 John W. Eaton <jwe@octave.org> |
|
932 |
6448
|
933 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
|
934 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, |
|
935 control/base/nyquist.m, control/base/nichols.m, |
|
936 control/base/frdemo.m, signal/freqz_plot.m, |
|
937 control/base/__stepimp__.m, control/base/bode.m, |
|
938 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, |
|
939 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: |
6447
|
940 Update plotting code. |
|
941 |
|
942 * control/base/bode.m: Unwrap phase angle. |
|
943 |
|
944 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. |
|
945 |
|
946 * plot/axis.m: Don't check automatic_replot, or call replot. |
|
947 |
|
948 * quaternion/demoquat.m: Delete comments with obsolete plotting |
|
949 commands. |
6446
|
950 |
6442
|
951 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444
|
952 Handle numeric color specs. |
6442
|
953 * plot/plot.m: Remove "-@" and "@" from docstring. |
|
954 |
6441
|
955 * plot/orient.m: Fix tests to avoid creating a plot window. |
|
956 |
6440
|
957 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
958 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
959 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, |
|
960 general/arrayfun.m, miscellaneous/compare_versions.m, |
|
961 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, |
|
962 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, |
|
963 polynomial/pchip.m: Fix copyright notice, correct FSF address. |
|
964 |
6438
|
965 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
|
966 plot, not just multiplots. |
|
967 |
6436
|
968 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
|
969 |
6434
|
970 * plot/contour.m: Don't call drawnow. |
|
971 |
6431
|
972 2007-03-22 John W. Eaton <jwe@octave.org> |
|
973 |
6432
|
974 * plot/drawnow.m: Check and optionally, set, the __modified__ |
|
975 property of each figure. |
|
976 |
6431
|
977 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
|
978 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
979 |
|
980 2007-03-21 John W. Eaton <jwe@octave.org> |
|
981 |
|
982 * linear-algebra/null.m: Set elements of retval with magnitudes |
|
983 less than eps to 0. |
|
984 |
6429
|
985 2007-03-21 David Bateman <dbateman@free.fr> |
6425
|
986 |
|
987 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. |
6429
|
988 * testfun/speed.m: Documentation and example fix. |
|
989 |
6424
|
990 2007-03-21 John W. Eaton <jwe@octave.org> |
|
991 |
|
992 * plot/subplot.m: If we find an existing subplot region, set |
|
993 it to be the "currentaxes" property for the current figure. |
6425
|
994 Delete old axes objects if the new axes object overlaps the old. |
6424
|
995 |
6422
|
996 2007-03-20 David Bateman <dbateman@free.fr> |
|
997 |
|
998 * general/Makefile.in: Include arrayfun.m in SOURCES. |
|
999 |
|
1000 2007-03-20 Bill Denney <denney@seas.upenn.edu> |
|
1001 |
|
1002 * general/arrayfun.m: New function. |
|
1003 |
6418
|
1004 2007-03-20 John W. Eaton <jwe@octave.org> |
|
1005 |
6419
|
1006 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
|
1007 * plot/text.m: Call __request_drawnow__ after creating text objects. |
|
1008 |
|
1009 * plot/clf.m: Don't call drawnow. |
|
1010 |
6431
|
1011 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419
|
1012 |
6420
|
1013 * image/__img__.m: Maybe set yaxis to reverse for images. |
|
1014 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for |
|
1015 images. |
|
1016 |
6418
|
1017 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419
|
1018 instead of global. Only register __go_close_all__ with atexit if |
|
1019 the plot stream is successfully opened. |
6418
|
1020 |
6413
|
1021 2007-03-15 John W. Eaton <jwe@octave.org> |
|
1022 |
6418
|
1023 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413
|
1024 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1025 |
|
1026 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1027 |
|
1028 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. |
6415
|
1029 Use numeric line types. |
6413
|
1030 |
|
1031 * control/base/rlocus.m: Add asymptotes to the plot. Use wider |
6415
|
1032 lines and larger markers. Remove key titles from line type |
|
1033 properties. |
6413
|
1034 |
6405
|
1035 2007-03-14 John W. Eaton <jwe@octave.org> |
|
1036 |
6412
|
1037 * plot/__axis_label__.m: Accept additional property-value pairs |
|
1038 and pass them to __go_text__. Simply return the handle obtained |
|
1039 from __go_text__ instead of calling get on the current axis. |
|
1040 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. |
|
1041 Allow for extra property value pairs to be passed along. |
|
1042 * plot/title.m: Implement with __axis_label__ since it does all |
|
1043 that title needs to do. |
|
1044 |
6410
|
1045 * plot/clf.m: Set currentaxes property for current figure to []. |
|
1046 |
6405
|
1047 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
|
1048 |
|
1049 * plot/__plt__.m: Return line handles from all calls to __plt1__ |
|
1050 and __plt2__, not just the last. |
|
1051 |
|
1052 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. |
|
1053 (SOURCES_IN, GEN_M): Delete. |
|
1054 (FCN_FILES): Don't include $(GEN_M). |
|
1055 (all): Don't depend on $(GEN_M). |
|
1056 ($(GEN_M) : %.m : %.in): Delete pattern rule. |
|
1057 |
|
1058 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. |
|
1059 |
|
1060 * plot/newplot.m: Call __go_axes_init__ instead of |
|
1061 __uiobject_axes_init__. |
|
1062 |
|
1063 * plot/mesh.m: Use __go_surface__ instead of |
|
1064 __uiobject_surface_ctor__. Don't access object fields directly. |
|
1065 |
|
1066 * plot/line.m: Use __line__ to do actual work. |
|
1067 * plot/__line__.m: New function. |
|
1068 |
|
1069 * plot/axes.m: Use __go_axes__ to create axes graphics handle. |
|
1070 Use get and set instead of accessing object fields directly. |
|
1071 |
|
1072 * plot/figure.m: Use __go_figure__ to create figure graphics |
|
1073 handle. |
|
1074 |
|
1075 * plot/drawnow.m: Register __go_close_all__ with atexit instead of |
|
1076 __uiobject_close_all. Call __go_draw_figure__ instead of |
|
1077 __uiobject_draw_figure__. |
|
1078 |
|
1079 * plot/clf.m: Use get instead of accessing object fields |
|
1080 directly. Simply delete children. Don't set currentaxes. |
|
1081 |
|
1082 * plot/close.m (close_all_figures): New subfunction. |
|
1083 Use it instead of getting list of figures to close from |
|
1084 __uiobject_figures__. |
|
1085 |
|
1086 * plot/closereq.m: Simply delete the current figure. Don't set |
|
1087 currentfigure. |
|
1088 |
|
1089 * plot/__errplot__.m: Call __line__ instead of |
|
1090 __uiobject_line_ctor__. Use set instead of accesing object fields |
|
1091 directly. Don't call __uiobject_adopt__. |
|
1092 |
|
1093 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, |
|
1094 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, |
|
1095 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, |
|
1096 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, |
|
1097 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, |
|
1098 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, |
|
1099 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, |
|
1100 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, |
|
1101 plot/__uiobject_init_root_figure__.in, |
|
1102 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, |
|
1103 plot/__uiobject_root_figure_ctor__.m, |
|
1104 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
1105 plot/get.in, plot/include-globals.awk, plot/ishandle.m, |
|
1106 plot/set.in: Delete. |
6408
|
1107 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405
|
1108 |
|
1109 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. |
|
1110 Pass "hidden" as second arg to close. |
|
1111 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. |
|
1112 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. |
6408
|
1113 * plot/Makefile.in (SOURCES_M): Rename in list. |
|
1114 |
6405
|
1115 * image/__img__.m: Use __go_image__ to create image graphics |
|
1116 handle. |
|
1117 |
|
1118 * miscellaneous/delete.m: Call __go_delete__, not |
|
1119 __uiobject_delete__. Check that arg is a graphics handle before |
|
1120 calling __go_delete__. |
|
1121 |
6403
|
1122 2007-03-13 John W. Eaton <jwe@octave.org> |
|
1123 |
|
1124 * miscellaneous/cast.m: Use feval and strcmp with cell to check |
|
1125 arg instead of switch statement. |
6528
|
1126 From S�ren Hauberg <soren@hauberg.org>. |
6403
|
1127 |
|
1128 2007-03-12 John W. Eaton <jwe@octave.org> |
|
1129 |
|
1130 * miscellaneous/cast.m: New function. |
|
1131 |
|
1132 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. |
|
1133 |
6398
|
1134 2007-03-08 John W. Eaton <jwe@octave.org> |
|
1135 |
|
1136 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform |
|
1137 tilde expansion on target filename before passing it to the shell. |
|
1138 |
|
1139 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. |
|
1140 * statistics/distributions/Makefile.in (SOURCES): Add it here. |
|
1141 |
6396
|
1142 2007-03-08 David Bateman <dbateman@free.fr> |
|
1143 |
|
1144 * statistics/base/unidrnd.m: Move to statistics/distributions |
|
1145 replacing slower version based on dicrete_rnd. |
|
1146 |
6392
|
1147 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1148 |
6395
|
1149 * control/base/rlocus.m: Update for current plotting functions. |
|
1150 |
|
1151 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1152 |
|
1153 * control/base/rlocus.m: Improve display. |
|
1154 |
|
1155 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1156 |
|
1157 * plot/legend.m: Only handle positions -1:4. |
|
1158 * plot/__pltopt1__.m: Don't set linestyle if only marker style is |
|
1159 found in option string |
|
1160 * plot/__uiobject_draw_axes__.m: Handle key position. |
|
1161 |
6394
|
1162 * plot/newplot.m: Always reset next line color. |
|
1163 |
6392
|
1164 * testfun/assert.m: Check that number of dimensions match before |
|
1165 checking dimensions. |
|
1166 |
6391
|
1167 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
1168 |
|
1169 * specfun/perms.m, specfun/factorial.m: Check args. |
|
1170 |
6387
|
1171 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1172 |
6390
|
1173 * plot/mesh.m: Call newplot before doing anything. |
|
1174 |
|
1175 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not |
|
1176 just "e". Only flush plot stream once. |
|
1177 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1178 |
6387
|
1179 * strings/blanks.m: Omit first index in assignment. |
|
1180 |
6386
|
1181 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
|
1182 |
|
1183 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. |
|
1184 |
6385
|
1185 2007-03-06 David Bateman <dbateman@free.fr> |
|
1186 John W. Eaton <jwe@octave.org> |
|
1187 |
|
1188 * set/setdiff.m: Ignore "rows" for cell array args. |
|
1189 Handle cellstr args. |
|
1190 |
6382
|
1191 2007-03-05 John W. Eaton <jwe@octave.org> |
|
1192 |
|
1193 * optimization/sqp.m: Defer first call to obj_hess until after |
|
1194 calling obj_fun. |
|
1195 |
6377
|
1196 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
|
1197 |
|
1198 * specfun/nchoosek.m: Fix nargin check. |
|
1199 |
6376
|
1200 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1201 |
|
1202 * image/__img__.m: Don't set xlim and ylim properties. |
|
1203 |
6374
|
1204 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
|
1205 |
|
1206 * general/interp1.m: Fix *style cases for decreasing x. |
|
1207 |
6372
|
1208 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
|
1209 |
|
1210 * polynomial/roots.m: Check nargin before accessing arg. |
|
1211 |
6369
|
1212 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1213 |
|
1214 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't |
|
1215 increment data_idx unless using gnuplot for display. |
|
1216 |
6368
|
1217 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1218 |
|
1219 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for |
|
1220 plots with images. |
|
1221 * image/image.m, image/imagesc.m, image/imshow.m: |
|
1222 Deprecate zoom argument. |
|
1223 |
6366
|
1224 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1225 |
|
1226 * plot/__uiobject_draw_axes__.m: Use fullfile to generate |
|
1227 temporary file names. Keep image and colormap file ids separate. |
|
1228 |
|
1229 * general/interp1.m: Correctly compute min and max values when |
|
1230 values are decreasing and not evenly spaced. |
|
1231 From Ricardo Marranita <ricardo.marranita@gmail.com>. |
|
1232 |
6365
|
1233 2007-02-27 John W. Eaton <jwe@octave.org> |
|
1234 |
|
1235 * testfun/test.m (test): Handle possibility of file_in_loadpath |
|
1236 returning an empty cell array. |
|
1237 |
6546
|
1238 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364
|
1239 |
|
1240 * pkg/pkg.m: Use fullfile to create filenames from parts. |
|
1241 |
6546
|
1242 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358
|
1243 |
|
1244 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1245 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1246 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1247 control/util/Makefile.in, deprecated/Makefile.in, |
|
1248 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1249 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1250 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1251 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1252 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1253 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1254 special-matrix/Makefile.in, startup/Makefile.in, |
|
1255 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1256 statistics/distributions/Makefile.in, |
|
1257 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1258 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1259 Use $(LN_S) instead of ln or ln -s. |
|
1260 |
6356
|
1261 2007-02-24 David Bateman <dbateman@free.fr> |
|
1262 |
|
1263 * pkg/pkg.m (configure_make): Ignore blank lines and trailing |
|
1264 '\n' in FILES file. |
6357
|
1265 (configure_make): Also install any mex files. |
6356
|
1266 |
6353
|
1267 2007-02-24 David Bateman <dbateman@free.fr> |
|
1268 |
|
1269 * statistics/distributions (SOURCES): Add nbincdf.m, |
|
1270 nbininv.m, nbinpdf.m and nbinrnd.m. |
|
1271 |
6351
|
1272 2007-02-23 John W. Eaton <jwe@octave.org> |
|
1273 |
|
1274 * statistics/distributions/Makefile.in (SOURCES): Remove |
|
1275 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. |
|
1276 |
|
1277 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, |
|
1278 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. |
|
1279 |
6349
|
1280 2007-02-23 David Bateman <dbateman@free.fr> |
|
1281 |
|
1282 * statistics/distributions/discrete_rnd.m, |
|
1283 statistics/distributions/geornd.m, |
|
1284 statistics/distributions/lognnd.m, |
|
1285 statistics/distributions/nbinrnd.m, |
|
1286 statistics/distributions/wblrnd.m: Accelerate distributions. |
|
1287 |
|
1288 * statistics/distributions/unidcdf.m, |
|
1289 statistics/distributions/unidinv.m, |
|
1290 statistics/distributions/unidpdf.m, |
|
1291 statistics/distributions/unidrnd.m: New functions based on |
6351
|
1292 discrete_cdf, etc. |
6349
|
1293 |
|
1294 * statistics/distributions/pascal_cdf.m, |
|
1295 statistics/distributions/pascal_inv.m, |
|
1296 statistics/distributions/pascal_pdf.m, |
|
1297 statistics/distributions/pascal_rnd.m: Remove. |
|
1298 * statistics/distributions/nbincdf.m, |
|
1299 statistics/distributions/nbininv.m, |
|
1300 statistics/distributions/nbinpdf.m, |
|
1301 statistics/distributions/nbinrnd.m: Replace with matlab |
|
1302 compatible functions. |
|
1303 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, |
|
1304 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new |
|
1305 nbincdf, etc functions to implement these. |
|
1306 |
6344
|
1307 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1308 |
|
1309 * plot/__uiobject_draw_axes__.m: Insert newline between plot |
|
1310 command and data. |
|
1311 |
|
1312 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1313 |
|
1314 * miscellaneous/doc.m: If index search fails, try again without |
|
1315 the index search option. |
|
1316 |
6339
|
1317 2007-02-22 David Bateman <dbateman@free.fr> |
|
1318 |
6341
|
1319 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
|
1320 |
6340
|
1321 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
|
1322 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, |
|
1323 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
|
1324 statistics/distributions/betarnd.m: Convert to use randg, rande |
|
1325 and randp to accelerate. |
|
1326 |
6339
|
1327 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
|
1328 |
6338
|
1329 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1330 |
|
1331 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, |
|
1332 cache data and display after xlim and ylim have been determined. |
|
1333 |
6337
|
1334 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1335 |
|
1336 * plot/__uiobject_draw_axes__.m: |
|
1337 Allow multiple images to be displayed with gnuplot. |
|
1338 |
6333
|
1339 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
|
1340 |
|
1341 * optimization/glpk.m: Document the fact that extra.mem does not work |
|
1342 for versions of GLPK 4.15 and later. |
|
1343 |
6328
|
1344 2007-02-19 John W. Eaton <jwe@octave.org> |
|
1345 |
|
1346 * plot/__uiobject_alloc__.in: If next available element in |
|
1347 __uiobject_list__ is 0, grow list before doing anything else. |
|
1348 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on |
|
1349 first call when size of __uiobject_list__ is 0. |
|
1350 |
6323
|
1351 2007-02-16 John W. Eaton <jwe@octave.org> |
|
1352 |
|
1353 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. |
|
1354 |
6321
|
1355 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
|
1356 |
|
1357 * miscellaneous/popen2.m: Remove as replaced with builtin. |
|
1358 |
6316
|
1359 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
|
1360 |
|
1361 * specfun/nchoosek.m: Check nargin. |
|
1362 |
6314
|
1363 2007-02-15 John W. Eaton <jwe@octave.org> |
|
1364 |
6315
|
1365 * path/addpath.m, path/rmpath.m: Delete |
|
1366 * path/Makefile.in (SOURCES): Remove them from the list. |
|
1367 |
6314
|
1368 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
|
1369 Delete title, xlabel, ylabel, and zlabel properties before |
|
1370 reassigning. |
|
1371 * plot/__uiobject_axes_init__.in: New arg, mode. |
|
1372 Don't init outerposition if "mode" is "replace". |
|
1373 * plot/newplot.m: Check both figure and axes nextplot properties. |
|
1374 If axes nextplot property is replace, pass "replace" as mode arg |
|
1375 to __uiobject_axes_init__. |
|
1376 |
6308
|
1377 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1378 |
6310
|
1379 * image/imshow.m: Don't restore old colormap. |
|
1380 |
6309
|
1381 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
|
1382 * image/__img__.m: New file containing common parts of image.m and |
|
1383 imshow.m. |
6312
|
1384 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309
|
1385 * image/image.m, image/imshow.m: Call __img__. |
|
1386 * plot/__uiobject_draw_axes__.m: |
|
1387 Handle rgb imaged data stored in 3-d arrays. |
|
1388 |
6308
|
1389 * plot/figure.m: Doc fix. |
|
1390 |
6304
|
1391 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1392 |
|
1393 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes |
|
1394 for reading and writing data. New tests. Improve rounding. |
|
1395 |
6302
|
1396 2007-02-13 John W. Eaton <jwe@octave.org> |
|
1397 |
6303
|
1398 * plot/stem.m: New file, adapted from OctPlot. |
|
1399 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1400 |
6302
|
1401 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
1402 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1403 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1404 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, |
|
1405 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, |
|
1406 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
1407 plot/semilogyerr.m: Return handles to line objects. |
|
1408 |
6301
|
1409 2007-02-11 John W. Eaton <jwe@octave.org> |
|
1410 |
|
1411 * plot/__uiobject_close_all.m: New file. |
|
1412 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1413 |
6298
|
1414 2007-02-10 John W. Eaton <jwe@octave.org> |
|
1415 |
|
1416 * plot/drawnow.m: Arrange for plot streams to be close on exit. |
|
1417 * plot/__uiobject_globals__.m: Don't call mlock. |
|
1418 |
|
1419 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. |
|
1420 * plot/__uiobject_delete__.m: Send quit command and flush stream |
|
1421 before calling pclose. |
|
1422 |
6291
|
1423 2007-02-09 John W. Eaton <jwe@octave.org> |
|
1424 |
6295
|
1425 * plot/subplot.m: Delete spurious call to axes. |
|
1426 |
6293
|
1427 * plot/figure.m: Call drawnow for current figure before creating |
|
1428 or switching to a new figure. |
|
1429 * plot/__uiobject_init_figure__.in: Handle empty arg the same as |
|
1430 nargin == 0 case. |
|
1431 |
6291
|
1432 * testfun/assert.m: Try to avoid problems when comparisons involve |
|
1433 strange values like Inf+NaNi. |
|
1434 |
6283
|
1435 2007-02-08 John W. Eaton <jwe@octave.org> |
|
1436 |
6286
|
1437 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
|
1438 and check gnuplot_use_title_option instead of just assuming -title |
|
1439 works. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1440 |
6285
|
1441 * Makefile.in (DISTFILES): Add move-if-change to the list. |
|
1442 |
6284
|
1443 * audio/Makefile.in, control/base/Makefile.in, |
|
1444 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
1445 control/system/Makefile.in, control/util/Makefile.in, |
|
1446 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
1447 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
1448 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
1449 optimization/Makefile.in, plot/Makefile.in, |
|
1450 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1451 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1452 special-matrix/Makefile.in, startup/Makefile.in, |
|
1453 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
1454 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1455 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, |
|
1456 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. |
|
1457 |
6283
|
1458 * plot/figure.m: Don't call drawnow. Correctly init figure when |
|
1459 only given property list. |
|
1460 |
6278
|
1461 2007-02-07 John W. Eaton <jwe@octave.org> |
|
1462 |
6280
|
1463 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
|
1464 properties. |
|
1465 |
6278
|
1466 * plot/sombrero.m: Call box ("off") after mesh. |
|
1467 |
|
1468 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style |
|
1469 line default" commands with older versions of gnuplot. |
|
1470 |
|
1471 * plot/close.m: Use get (0, "currentifgure") instead of gcf. |
|
1472 |
6273
|
1473 2007-02-06 John W. Eaton <jwe@octave.org> |
|
1474 |
|
1475 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". |
|
1476 * sparse/gplot.m: Use line style - instead of 1. |
|
1477 |
6272
|
1478 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
|
1479 |
|
1480 * plot/print.m: Avoid error message from cellidx. |
|
1481 |
|
1482 2007-02-05 John W. Eaton <jwe@octave.org> |
|
1483 |
|
1484 * plot/legend.m: Fix check for data. |
|
1485 |
6270
|
1486 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
1487 |
|
1488 * plot/__uiobject_draw_axes__.m (do_linestyle_command): |
|
1489 Always set lt and pt. |
|
1490 |
6269
|
1491 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
|
1492 |
|
1493 * plot/contourc.m: Correctly compute X and Y. |
|
1494 |
6268
|
1495 2007-02-05 John W. Eaton <jwe@octave.org> |
|
1496 |
|
1497 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. |
|
1498 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. |
|
1499 |
6264
|
1500 2007-02-01 John W. Eaton <jwe@octave.org> |
|
1501 |
6266
|
1502 * plot/__uiobject_draw_axes__.m: |
|
1503 Don't try to set axis limits unless we have data. |
|
1504 |
6264
|
1505 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1506 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1507 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
1508 plot/__pltopt__.m, plot/plot3.m: Set and use options struct |
|
1509 instead of of key and fmt strings. |
|
1510 |
|
1511 * plot/__pltopt1__.m: Greatly simplify. |
|
1512 |
|
1513 * plot/__next_line_color__.m: New file. |
|
1514 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1515 * plot/newplot.m: Call __next_line_color__ here to reset rotation. |
|
1516 |
|
1517 * plot/__default_plot_options__.m: New file. |
|
1518 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1519 |
|
1520 * plot/__plt3__.m: Delete. |
|
1521 * plot/Makefile.in (SOURCES_M): Remove it from the list. |
|
1522 |
6259
|
1523 2007-01-31 John W. Eaton <jwe@octave.org> |
|
1524 |
6263
|
1525 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
|
1526 linestyle, linewidth, marker, and markersize properties. |
|
1527 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker |
|
1528 colors and widths, and line styles. |
|
1529 |
|
1530 * plot/__plt__.m, image/image.m: Don't call drawnow. |
6262
|
1531 |
6261
|
1532 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
|
1533 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1534 |
|
1535 * plot/__uiobject_draw_axes__.m: Delete useless call to |
|
1536 __gnuplot_save_data__. |
|
1537 |
6259
|
1538 * image/image.m: Accept 2 args, but ignore the second for now. |
|
1539 |
6258
|
1540 2007-01-30 David Bateman <dbateman@free.fr> |
|
1541 |
|
1542 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
|
1543 to flag a package as to be autoloaded. Add install flags -noauto, |
|
1544 -auto to force autoload behavior. |
|
1545 (installed_packages): Make list of installed packages unique. |
|
1546 |
6259
|
1547 2007-01-30 John W. Eaton <jwe@octave.org> |
|
1548 |
|
1549 * Merge of changes from graphics-branch: |
|
1550 |
|
1551 2007-01-29 John W. Eaton <jwe@octave.org> |
6257
|
1552 |
|
1553 * plot/subplot.m: Set nextplot property of current figure to "add". |
|
1554 |
|
1555 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
|
1556 property if it exists. |
|
1557 |
6259
|
1558 2007-01-26 John W. Eaton <jwe@octave.org> |
6257
|
1559 |
|
1560 * plot/__uiobject_draw_axes__.m: Move initialization of max and |
|
1561 min values outside of loop over child objects. |
|
1562 |
|
1563 * plot/contour.m, plot/contourc.m: New files. |
|
1564 * plot/Makefile.in (SOURCES_M): Add them to the list. |
|
1565 |
|
1566 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we |
|
1567 find a gnuplot version newer than 4.0. |
|
1568 * image/__img_gnuplot__.m: Delete. |
|
1569 * image/image.m: Create image graphics object. |
|
1570 Call newplot to setup and drawnow to finish. |
|
1571 Eliminate ZOOM arg. |
|
1572 |
|
1573 * plot/__uiobject_draw_axes__.m: Handle image data. |
|
1574 |
|
1575 * plot/legend.m: Eliminate useless variable "warned". |
|
1576 |
|
1577 * plot/__uiobject_image_ctor__.m: New file. |
|
1578 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1579 |
|
1580 * plot/gcf.m: Also create new figure if currentfigure is 0. |
|
1581 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. |
|
1582 |
|
1583 * plot/__uiobject_root_figure_ctor__.m: Set visible property. |
|
1584 |
|
1585 * plot/__default_colormap__.m: New file. |
|
1586 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1587 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap |
|
1588 property. |
|
1589 * image/colormap.m: Use colormap property of current figure |
|
1590 to store colormap instead of using persistent variable. |
|
1591 Call __default_colormap__ to get default map value. |
|
1592 * image/ocean.m, image/gray.m: Set colormap for current figure. |
|
1593 |
|
1594 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. |
|
1595 Handle some tick mark options. |
|
1596 |
|
1597 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, |
|
1598 set corresponding *mode to "manual". If we set dataaspectratio, |
|
1599 set dataaspectratiomode to "manual". |
|
1600 |
|
1601 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, |
|
1602 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. |
|
1603 |
|
1604 * plot/axis.m: New file. |
|
1605 * plot/Makefile.in (SOURCES_M): Include it in the list. |
|
1606 |
|
1607 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, |
|
1608 set corresponding *limmode to "manual". |
|
1609 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. |
|
1610 Use it to compute autosclaled limits. |
|
1611 Arg is now handle, not object. Change all callers. |
|
1612 Compute data limits. |
|
1613 |
6259
|
1614 2007-01-25 John W. Eaton <jwe@octave.org> |
6257
|
1615 |
|
1616 * plot/drawnow: Fix visibility check for zero args. |
|
1617 |
|
1618 * plot/text.m: New file. |
|
1619 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1620 * plot/__uiobject_draw_axes__.m: Handle text objects. |
|
1621 * plot/__uiobject_text_ctor__.m: Include units, position, and |
|
1622 horizontalalignment properties. |
|
1623 |
|
1624 * plot/figure.m: Set options for f we just constructed or were |
|
1625 given as an argument, not gcf. Only return handle if nargout > 0. |
|
1626 |
|
1627 * plot/drawnow.m: Handle visible field for figure here. |
|
1628 * plot/__uiobject_figure_ctor__.m: Set default visible field. |
|
1629 |
|
1630 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on |
|
1631 title and axis labels. |
|
1632 |
|
1633 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. |
|
1634 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. |
|
1635 * plot/__uiobject_axes_init__.in: Set default view field for object. |
|
1636 * plot/view.m: New file. |
|
1637 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1638 |
|
1639 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: |
|
1640 Call __request_drawnow__. |
|
1641 |
|
1642 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. |
|
1643 |
|
1644 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
1645 Call set to set properties. Return handle instead of structure. |
|
1646 Change all callers. |
|
1647 |
|
1648 * plot/__uiobject_axes_setr__.m: New file. |
|
1649 * plot/set.in: Check for __setter__ field. |
|
1650 |
|
1651 * plot/__uiobject_axes_init__.in: |
|
1652 Rename from plot/__uiobject_axes_init__.m. |
|
1653 Include __uiobject_globals__. |
|
1654 Accept handle as arg instead of structure |
|
1655 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m |
|
1656 from the list. |
|
1657 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. |
|
1658 |
6259
|
1659 2007-01-24 John W. Eaton <jwe@octave.org> |
6257
|
1660 |
|
1661 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
|
1662 |
|
1663 * plot/__uiobject_globals__.m: Call __lock_global__ when |
|
1664 initializing each global variable. |
|
1665 |
6259
|
1666 2007-01-18 John W. Eaton <jwe@octave.org> |
6257
|
1667 |
|
1668 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
|
1669 __uiobject_figure_handles_free_list__): New global variables. |
|
1670 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
|
1671 Place unused handles on the free list. |
|
1672 |
|
1673 * plot/__uiobject_get_figure_handle__.in: Delete. |
|
1674 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
|
1675 |
|
1676 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
|
1677 handles here. Return figure handle. |
|
1678 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
|
1679 |
6259
|
1680 2007-01-11 John W. Eaton <jwe@octave.org> |
6257
|
1681 |
|
1682 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
|
1683 data for gnuplot. |
|
1684 |
|
1685 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of |
|
1686 files. |
|
1687 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. |
|
1688 (DISTFILES): Include include-globals.awk in the list. |
|
1689 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). |
|
1690 ($(GEN_M) : %.m : %.in): New rule. |
|
1691 |
|
1692 * include-globals.awk: New file. |
|
1693 |
|
1694 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
|
1695 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, |
|
1696 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, |
|
1697 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, |
|
1698 plot/__uiobject_init_root_figure__.in, |
|
1699 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: |
|
1700 Rename from corresponding .m files. |
|
1701 |
|
1702 * move-if-change: New file. |
|
1703 |
|
1704 * plot/__uiobject_delete__.m: New file. |
|
1705 * plot/delete.m, plot/__uiobject_delete_children__.m, |
|
1706 plot/__uiobject_delete_child__.m: Delete. |
|
1707 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is |
|
1708 not a character string. |
|
1709 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: |
|
1710 Fix assignment to tmp key value in loop. |
|
1711 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ |
|
1712 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. |
|
1713 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: |
|
1714 Inline code to delete children. |
|
1715 * plot/__uiobject_free__.m: Arg is now handle, not index into |
|
1716 __uiobject_list__. |
|
1717 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
|
1718 and free child. |
|
1719 |
6259
|
1720 2006-12-08 John W. Eaton <jwe@octave.org> |
|
1721 |
|
1722 * plot/gcf.m: Check if the root figure object's currentfigure |
|
1723 handle is empty, not 0. |
|
1724 * plot/__uiobject_root_figure_ctor__.m: |
|
1725 Set currentfigure to [], not 0. |
|
1726 |
|
1727 * plot/stairs.m: Handle matrix arguments. Improve compatibility. |
|
1728 |
|
1729 2006-12-07 John W. Eaton <jwe@octave.org> |
|
1730 |
|
1731 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, |
|
1732 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, |
|
1733 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, |
|
1734 plot/__uiobject_delete_children__.m, |
|
1735 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, |
|
1736 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, |
|
1737 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, |
|
1738 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, |
|
1739 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, |
|
1740 plot/__uiobject_init_figure__.m, |
|
1741 plot/__uiobject_init_root_figure__.m, |
|
1742 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, |
|
1743 plot/__uiobject_remove_child__.m, |
|
1744 plot/__uiobject_root_figure_ctor__.m, |
|
1745 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, |
|
1746 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, |
|
1747 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, |
|
1748 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, |
|
1749 plot/set.m: New files. |
|
1750 |
|
1751 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, |
|
1752 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, |
|
1753 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, |
|
1754 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, |
|
1755 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, |
|
1756 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, |
|
1757 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, |
|
1758 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, |
|
1759 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, |
|
1760 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, |
|
1761 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, |
|
1762 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, |
|
1763 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, |
|
1764 plot/semilogyerr.m, plot/replot.m: |
|
1765 Adapt to new graphics data structure. |
|
1766 |
|
1767 * plot/__do_legend__.m, plot/__gnuplot_version__.m, |
|
1768 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, |
|
1769 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
|
1770 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
|
1771 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
1772 plot/plot_border.m, plot/subwindow.m: Delete. |
|
1773 |
|
1774 2007-01-24 David Bateman <dbateman@free.fr> |
|
1775 |
|
1776 * pkg/pkg.m: Install ChangeLog file if it exists. |
|
1777 Delete bare newline in string passed to write_INDEX. |
|
1778 |
|
1779 * sparse/sprandsym.m: Make work for even values of N. |
|
1780 |
|
1781 2007-01-24 John W. Eaton <jwe@octave.org> |
|
1782 |
|
1783 * miscellaneous/news.m: New file. |
|
1784 |
|
1785 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
1786 |
|
1787 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. |
|
1788 |
|
1789 * strings/strncmp.m: Delete (we now have a built-in version). |
|
1790 |
|
1791 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
|
1792 |
|
1793 * testfun/test.m: Check for all files in path, use first found. |
|
1794 |
|
1795 2007-01-22 David Bateman <dbateman@free.fr> |
|
1796 |
|
1797 * polynomial/spline.m: Make DG a column instead of a row vector. |
|
1798 |
|
1799 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
|
1800 |
|
1801 * pkg/pkg.m (copy_files): Call write_INDEX with correct target |
|
1802 file name. |
|
1803 |
|
1804 * image/ind2rgb.m: Better input checking. Return 3-d array if |
|
1805 nargout is 1. Handle colormaps that have too few colors. |
|
1806 |
|
1807 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". |
|
1808 (configure_make): Use fullfile instead of concatenating with "/". |
|
1809 |
6258
|
1810 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
|
1811 |
|
1812 * set/ismember.m: Handle N-d arrays. |
|
1813 |
|
1814 2007-01-10 David Bateman <dbateman@free.fr> |
|
1815 |
|
1816 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
1817 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
1818 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
|
1819 New files. |
|
1820 |
|
1821 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
|
1822 |
6778
|
1823 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258
|
1824 |
|
1825 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
|
1826 |
|
1827 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
|
1828 instead of concatenating with "/". Use mlock to ensure that |
|
1829 persistent variables are not clobbered if user types clear all. |
|
1830 |
|
1831 2007-01-08 John W. Eaton <jwe@octave.org> |
|
1832 |
|
1833 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
1834 Improve handling of file names containing globbing characters. |
|
1835 From S�ren Hauberg <hauberg@gmail.com>. |
|
1836 |
|
1837 2007-01-05 John W. Eaton <jwe@octave.org> |
|
1838 |
|
1839 * optimization/optimset.m, optimization/__fsolve_defopts__.m: |
|
1840 New files. |
|
1841 |
|
1842 2006-12-30 John W. Eaton <jwe@octave.org> |
|
1843 |
|
1844 * sparse/spfun.m: Check for "function_handle" not "function handle". |
|
1845 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. |
|
1846 |
|
1847 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
|
1848 |
|
1849 * image/imshow.m: Strip NaNs from image. |
|
1850 |
|
1851 2006-12-08 David Bateman <dbateman@free.fr> |
|
1852 |
|
1853 * sparse/normest.m: New file. |
|
1854 |
6286
|
1855 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209
|
1856 |
6210
|
1857 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
1858 Work on Windows systems without cp or mv. |
|
1859 |
6209
|
1860 * startup/inputrc: Include sequences for Windows. |
|
1861 |
6203
|
1862 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
|
1863 |
|
1864 * pkg/pkg.m (unload_packages): New function. |
|
1865 (pkg): Handle unload action. |
|
1866 |
|
1867 * __errplot__.m: Add missing semicolon. |
|
1868 |
6193
|
1869 2006-11-30 John W. Eaton <jwe@octave.org> |
|
1870 |
|
1871 * miscellaneous/mexext.m: New file. |
|
1872 |
6189
|
1873 2006-11-29 David Bateman <dbateman@free.fr> |
|
1874 |
|
1875 * pkg/pkg.m: Add local_list and global_list options that allow the |
|
1876 location of package lists to be probed and set. |
|
1877 |
6179
|
1878 2006-11-17 John W. Eaton <jwe@octave.org> |
|
1879 |
6181
|
1880 * plot/__render_plot1__.m: Reverse y axis for images. |
|
1881 |
6179
|
1882 * plot/__render_plot__.m: New args, terminal and output. |
|
1883 * plot/print.m: Don't set output and term here. Instead, call |
|
1884 __render_plot__ with terminal and output. |
|
1885 |
6178
|
1886 2006-11-16 John W. Eaton <jwe@octave.org> |
|
1887 |
|
1888 * plot/__render_plot1__.m: New file. |
|
1889 * plot/__render_plot__.m: Use it. Loop over multiplots. |
|
1890 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |
|
1891 gnuplot. Let __render_plot__ do that. |
|
1892 |
6177
|
1893 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
|
1894 |
|
1895 * plot/plot.m: Fix doc string. |
|
1896 |
6173
|
1897 2006-11-16 John W. Eaton <jwe@octave.org> |
|
1898 |
|
1899 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots |
|
1900 before sending anything to the plotter. |
|
1901 |
6172
|
1902 2006-11-15 John W. Eaton <jwe@octave.org> |
|
1903 |
|
1904 * image/__img_gnuplot__.m: Store more info in global plot |
|
1905 structures and use __render_plot__ to build plot command to |
|
1906 display image. |
|
1907 |
|
1908 * plot/__plt3__.m: New arg, parametric. Change all callers. |
|
1909 |
|
1910 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, |
|
1911 __plot_command_sep__): Delete. |
|
1912 (__plot_data_type__, __plot_data_parametric__, |
|
1913 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, |
|
1914 __plot_usingstr__, __plot_withstr__): New variables. |
|
1915 * plot/__init_plot_vars__.m: Initialize them. |
|
1916 |
|
1917 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: |
|
1918 Don't handle sep or cmd. |
|
1919 |
|
1920 * plot/__render_plot__.m: New function. |
|
1921 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: |
|
1922 Store more info in global plot structures and use __render_plot__ |
|
1923 to build plot command. |
|
1924 * plot/replot.m: Simply call __render_plot__. |
|
1925 |
|
1926 * plot/contour.m, plot/mesh.m, plot/plot3.m: |
|
1927 Set __plot_data_parametric__ here. |
|
1928 |
6164
|
1929 2006-11-14 John W. Eaton <jwe@octave.org> |
|
1930 |
6166
|
1931 * plot/bottom_title.m, plot/top_title.m: Delete. |
|
1932 |
6164
|
1933 * image/image_viewer.m: Set default values here. |
|
1934 * image/image.m: Not here. |
|
1935 |
|
1936 * image/image_viewer.m: Always return old values. Check arguments. |
|
1937 * image/__img_gnuplot__.m: Rename from __img__m. |
|
1938 |
|
1939 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
|
1940 |
|
1941 * image/image_viewer.m: New function. |
|
1942 * image/__img_via_file__.m: New function. |
|
1943 * image/image.m: Use image_viewer to determine which program to |
|
1944 use for image viewing. |
6754
|
1945 * image/__img__.m: Silently accept more than 3 args. |
6164
|
1946 |
6163
|
1947 2006-11-14 John W. Eaton <jwe@octave.org> |
|
1948 |
|
1949 * plot/__do_legend__.m, plot/__errplot__.m, |
|
1950 plot/__init_plot_vars__.m, plot/__plot_globals__.m, |
|
1951 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, |
|
1952 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
1953 plot/replot.m, plot/subplot.m, plot/subwindow.m: |
|
1954 Use __plot_globals__ for multiplot variables. Keep track of |
|
1955 multiplot info for each figure. Eliminate __multiplot_xscale__. |
|
1956 |
6157
|
1957 2006-11-13 John W. Eaton <jwe@octave.org> |
|
1958 |
6158
|
1959 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
|
1960 |
6157
|
1961 * miscellaneous/substruct.m: New function. |
|
1962 |
|
1963 * testfun/assert.m: Force orientation to match when comparing |
|
1964 struct elements. |
|
1965 |
|
1966 * general/__isequal__.m: Avoid assignment of comma-separated lists |
|
1967 when comparing structs. |
|
1968 |
|
1969 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
|
1970 |
6754
|
1971 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
|
1972 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, |
|
1973 linear-algebra/dot.m, image/imshow.m, general/interp2.m, |
|
1974 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, |
|
1975 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, |
|
1976 general/rem.m, image/rgb2ind.m, general/sph2cart.m, |
|
1977 general/trapz.m, miscellaneous/xor.m: Use size_equal. |
6157
|
1978 |
6156
|
1979 2006-11-13 John W. Eaton <jwe@octave.org> |
|
1980 |
|
1981 * plot/mesh.m: Use size_equal to compare dimensions. |
|
1982 |
6154
|
1983 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
|
1984 |
|
1985 * plot/mesh.m: Simplify. Set hidden3d for the plot. |
|
1986 |
6152
|
1987 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
|
1988 |
|
1989 * miscellaneous/copyfile.m: Fix docs to match function. |
|
1990 |
6145
|
1991 2006-11-08 John W. Eaton <jwe@octave.org> |
|
1992 |
6146
|
1993 * plot/legend.m: New function, adapted from Octave Forge. |
|
1994 |
|
1995 * plot/__do_legend__.m: New function. |
|
1996 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, |
|
1997 plot/replot.m: Call it before plotting. |
|
1998 |
|
1999 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set |
|
2000 noparametric" to gnuplot.. |
|
2001 |
|
2002 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
|
2003 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, |
|
2004 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept |
|
2005 and return key title separate from line format. Accept format and |
|
2006 key as cellstr. Always return data as cell array. Return format |
|
2007 and key title as cellstr. |
|
2008 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: |
|
2009 Handle line format and key titles separately. |
|
2010 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. |
|
2011 |
|
2012 * plot/__plot_globals__.m (__plot_line_offset__, |
|
2013 __plot_key_labels__, __plot_key_properties__): New global |
|
2014 variables. Initialize them. |
|
2015 * plot/__init_plot_vars__.m (__plot_line_offset__, |
|
2016 __plot_key_labels__, __plot_key_properties__): Initialize. |
|
2017 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m |
|
2018 (__plot_line_offset__, __plot_key_labels__, |
|
2019 __plot_key_properties__): Store information about plot key titles. |
|
2020 |
|
2021 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, |
|
2022 plot/__plt__.m: Use cf, mxi, and myi as shorthand for |
|
2023 __current_figure__, __multiplot_xi__, and __multiplot_yi__, |
|
2024 respectively. |
|
2025 |
|
2026 * plot/__errcomm__.m: Allow fmt to be cellstr. |
|
2027 |
6145
|
2028 * strings/strcat.m: Disable Octave:empty-list-elements warning |
|
2029 whle concatenating args. |
|
2030 |
6144
|
2031 2006-11-07 John W. Eaton <jwe@octave.org> |
|
2032 |
|
2033 * startup/main-rcfile: Conditionally set PAGER_FLAGS. |
|
2034 |
6142
|
2035 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
|
2036 |
6143
|
2037 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
|
2038 option to regexp. |
|
2039 |
6142
|
2040 * image/__img__.m: Send "set size ratio -1" before plotting. |
|
2041 |
6138
|
2042 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
|
2043 |
6139
|
2044 * strings/index.m: New arg, direction. Simplify and speed up. |
|
2045 * strings/rindex.m: Implement using index (..., "last"); |
|
2046 |
6754
|
2047 * blanks.m, strcat.m: Simplify. Add tests. |
6138
|
2048 |
6130
|
2049 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
|
2050 |
|
2051 * general/__isequal__.m: Test size and class more consistently. |
|
2052 |
6116
|
2053 2006-10-27 John W. Eaton <jwe@octave.org> |
|
2054 |
6117
|
2055 * miscellaneous/ls_command.m: Use /D instead of /w. |
|
2056 From Michael Goffioul <michael.goffioul@swing.be>. |
|
2057 |
6116
|
2058 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
|
2059 * miscellaneous/dir.m: Mark as a command. |
|
2060 |
6112
|
2061 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2062 |
|
2063 * miscellaneous/unpack.m: Fix missing comma in strcat call. |
|
2064 |
6088
|
2065 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2066 |
|
2067 * image/image.m: Set x = y = [] when nargin == 0; |
|
2068 |
|
2069 2006-10-25 Quentin Spencer <qspencer@ieee.org> |
|
2070 |
|
2071 * image/image.m: Call __img__ if gnuplot version is > 4.0. |
|
2072 * image/__img__.m: New file, originally from |
|
2073 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2074 |
6087
|
2075 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2076 |
|
2077 * plot/__gnuplot_version__.m: New function, originally from |
|
2078 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
|
2079 Quentin Spencer <qspencer@ieee.org>. |
|
2080 |
6085
|
2081 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
|
2082 |
|
2083 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. |
|
2084 |
6081
|
2085 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
|
2086 |
|
2087 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, |
|
2088 miscellaneous/gunzip.m: New files. |
|
2089 * miscellaneous/untar.m, miscellaneous/unzip.m: |
|
2090 Call unpack to do the real work. |
|
2091 |
6075
|
2092 2006-10-24 John W. Eaton <jwe@octave.org> |
|
2093 |
6078
|
2094 * plot/plot3.m: If we have a format string, then also pass using |
|
2095 string to __plt3__. |
|
2096 |
6077
|
2097 * plot/sombrero.m: Don't return anything if nargout == 0. |
|
2098 |
6075
|
2099 * plot/__plt3__.m: Create using clause if none is supplied. |
6077
|
2100 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075
|
2101 |
6069
|
2102 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
|
2103 |
|
2104 * movefile.m, copyfile.m: Handle cellstr lists of files. |
|
2105 Quote filenames in shell commands. |
|
2106 |
6055
|
2107 2006-10-17 David Bateman <dbateman@free.fr> |
|
2108 |
|
2109 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if |
|
2110 the package directory is missing. |
|
2111 |
6052
|
2112 2006-10-13 John W. Eaton <jwe@octave.org> |
|
2113 |
|
2114 * plot/box.m: New function. |
|
2115 |
6050
|
2116 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
|
2117 |
|
2118 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. |
|
2119 |
6049
|
2120 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
|
2121 |
|
2122 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. |
|
2123 |
6047
|
2124 2006-10-10 John W. Eaton <jwe@octave.org> |
|
2125 |
|
2126 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. |
|
2127 |
6046
|
2128 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
|
2129 |
|
2130 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
2131 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
2132 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, |
|
2133 control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
2134 control/base/are.m, control/base/bode.m, control/base/ctrb.m, |
|
2135 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, |
|
2136 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, |
|
2137 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, |
|
2138 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, |
|
2139 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, |
|
2140 control/hinf/h2norm.m, control/hinf/h2syn.m, |
|
2141 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
2142 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, |
|
2143 control/obsolete/dezero.m, control/system/__sysdefioname__.m, |
|
2144 control/system/buildssic.m, control/system/c2d.m, |
|
2145 control/system/cellidx.m, control/system/d2c.m, |
|
2146 control/system/dmr2d.m, control/system/fir2sys.m, |
|
2147 control/system/is_abcd.m, control/system/is_controllable.m, |
|
2148 control/system/is_detectable.m, control/system/is_digital.m, |
|
2149 control/system/is_observable.m, control/system/is_siso.m, |
|
2150 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
2151 control/system/jet707.m, control/system/listidx.m, |
|
2152 control/system/ord2.m, control/system/parallel.m, |
|
2153 control/system/ss.m, control/system/ss2zp.m, |
|
2154 control/system/starp.m, control/system/sys2ss.m, |
|
2155 control/system/sys2tf.m, control/system/sys2zp.m, |
|
2156 control/system/sysadd.m, control/system/sysappend.m, |
|
2157 control/system/syschtsam.m, control/system/sysconnect.m, |
|
2158 control/system/syscont.m, control/system/sysdimensions.m, |
|
2159 control/system/sysdisc.m, control/system/sysdup.m, |
|
2160 control/system/sysgetsignals.m, control/system/sysgettsam.m, |
|
2161 control/system/sysgroup.m, control/system/sysidx.m, |
|
2162 control/system/sysmin.m, control/system/sysmult.m, |
|
2163 control/system/sysout.m, control/system/sysprune.m, |
|
2164 control/system/sysscale.m, control/system/syssetsignals.m, |
|
2165 control/system/syssub.m, control/system/sysupdate.m, |
|
2166 control/system/tf.m, control/system/tfout.m, |
|
2167 control/system/ugain.m, control/system/zp.m, |
|
2168 control/system/zpout.m, control/util/__outlist__.m, |
|
2169 control/util/__zgpbal__.m, control/util/prompt.m, |
|
2170 control/util/sortcom.m, control/util/strappend.m, |
|
2171 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, |
|
2172 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, |
|
2173 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, |
|
2174 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, |
|
2175 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
2176 finance/pvl.m, finance/rate.m, finance/vol.m, |
|
2177 general/__isequal__.m, general/bitcmp.m, general/bitget.m, |
|
2178 general/bitset.m, general/blkdiag.m, general/cart2sph.m, |
|
2179 general/cell2mat.m, general/circshift.m, general/cplxpair.m, |
|
2180 general/cumtrapz.m, general/deal.m, general/diff.m, |
|
2181 general/flipdim.m, general/fliplr.m, general/flipud.m, |
|
2182 general/ind2sub.m, general/int2str.m, |
|
2183 general/is_duplicate_entry.m, general/isdefinite.m, |
|
2184 general/isequal.m, general/isequalwithequalnans.m, |
|
2185 general/isscalar.m, general/issquare.m, general/issymmetric.m, |
|
2186 general/isvector.m, general/logical.m, general/logspace.m, |
|
2187 general/mod.m, general/nargchk.m, general/nextpow2.m, |
|
2188 general/perror.m, general/postpad.m, general/prepad.m, |
|
2189 general/randperm.m, general/rem.m, general/repmat.m, |
|
2190 general/rot90.m, general/rotdim.m, general/shift.m, |
|
2191 general/shiftdim.m, general/sph2cart.m, general/strerror.m, |
|
2192 general/sub2ind.m, general/trapz.m, general/tril.m, |
|
2193 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, |
|
2194 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, |
|
2195 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, |
|
2196 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, |
|
2197 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, |
|
2198 linear-algebra/cross.m, linear-algebra/dmult.m, |
|
2199 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, |
|
2200 linear-algebra/krylov.m, linear-algebra/krylovb.m, |
|
2201 linear-algebra/logm.m, linear-algebra/norm.m, |
|
2202 linear-algebra/null.m, linear-algebra/orth.m, |
|
2203 linear-algebra/qzhess.m, linear-algebra/rank.m, |
|
2204 linear-algebra/trace.m, linear-algebra/vec.m, |
|
2205 linear-algebra/vech.m, miscellaneous/bincoeff.m, |
|
2206 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, |
|
2207 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, |
|
2208 miscellaneous/flops.m, miscellaneous/fullfile.m, |
|
2209 miscellaneous/ispc.m, miscellaneous/isunix.m, |
|
2210 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, |
|
2211 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, |
|
2212 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, |
|
2213 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, |
|
2214 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
2215 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, |
|
2216 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
|
2217 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, |
|
2218 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, |
|
2219 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, |
|
2220 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, |
|
2221 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, |
|
2222 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, |
|
2223 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, |
|
2224 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
2225 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, |
|
2226 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, |
|
2227 polynomial/polyder.m, polynomial/polyderiv.m, |
|
2228 polynomial/polyfit.m, polynomial/polygcd.m, |
|
2229 polynomial/polyinteg.m, polynomial/polyout.m, |
|
2230 polynomial/polyreduce.m, polynomial/polyval.m, |
|
2231 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, |
|
2232 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, |
|
2233 set/complement.m, set/create_set.m, set/intersect.m, |
|
2234 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, |
|
2235 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, |
|
2236 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, |
|
2237 signal/bartlett.m, signal/blackman.m, signal/detrend.m, |
|
2238 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, |
|
2239 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, |
|
2240 signal/freqz.m, signal/hamming.m, signal/hanning.m, |
|
2241 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, |
|
2242 signal/sinewave.m, signal/spencer.m, signal/stft.m, |
|
2243 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, |
|
2244 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, |
|
2245 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, |
|
2246 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, |
|
2247 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, |
|
2248 special-matrix/hankel.m, special-matrix/hilb.m, |
|
2249 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, |
|
2250 special-matrix/toeplitz.m, special-matrix/vander.m, |
|
2251 statistics/base/center.m, statistics/base/cloglog.m, |
|
2252 statistics/base/cor.m, statistics/base/corrcoef.m, |
|
2253 statistics/base/cov.m, statistics/base/cut.m, |
|
2254 statistics/base/gls.m, statistics/base/iqr.m, |
|
2255 statistics/base/kendall.m, statistics/base/kurtosis.m, |
|
2256 statistics/base/logit.m, statistics/base/mahalanobis.m, |
|
2257 statistics/base/mean.m, statistics/base/meansq.m, |
|
2258 statistics/base/median.m, statistics/base/moment.m, |
|
2259 statistics/base/ols.m, statistics/base/ppplot.m, |
|
2260 statistics/base/probit.m, statistics/base/qqplot.m, |
|
2261 statistics/base/range.m, statistics/base/ranks.m, |
|
2262 statistics/base/run_count.m, statistics/base/skewness.m, |
|
2263 statistics/base/spearman.m, statistics/base/statistics.m, |
|
2264 statistics/base/std.m, statistics/base/studentize.m, |
|
2265 statistics/base/table.m, statistics/base/values.m, |
|
2266 statistics/base/var.m, statistics/distributions/betacdf.m, |
|
2267 statistics/distributions/betainv.m, |
|
2268 statistics/distributions/betapdf.m, |
|
2269 statistics/distributions/betarnd.m, |
|
2270 statistics/distributions/binocdf.m, |
|
2271 statistics/distributions/binoinv.m, |
|
2272 statistics/distributions/binopdf.m, |
|
2273 statistics/distributions/binornd.m, |
|
2274 statistics/distributions/cauchy_cdf.m, |
|
2275 statistics/distributions/cauchy_inv.m, |
|
2276 statistics/distributions/cauchy_pdf.m, |
|
2277 statistics/distributions/cauchy_rnd.m, |
|
2278 statistics/distributions/chi2cdf.m, |
|
2279 statistics/distributions/chi2inv.m, |
|
2280 statistics/distributions/chi2pdf.m, |
|
2281 statistics/distributions/chi2rnd.m, |
|
2282 statistics/distributions/discrete_cdf.m, |
|
2283 statistics/distributions/discrete_inv.m, |
|
2284 statistics/distributions/discrete_pdf.m, |
|
2285 statistics/distributions/discrete_rnd.m, |
|
2286 statistics/distributions/empirical_rnd.m, |
|
2287 statistics/distributions/expcdf.m, |
|
2288 statistics/distributions/expinv.m, |
|
2289 statistics/distributions/exppdf.m, |
|
2290 statistics/distributions/exprnd.m, |
|
2291 statistics/distributions/fcdf.m, statistics/distributions/finv.m, |
|
2292 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, |
|
2293 statistics/distributions/gamcdf.m, |
|
2294 statistics/distributions/gaminv.m, |
|
2295 statistics/distributions/gampdf.m, |
|
2296 statistics/distributions/gamrnd.m, |
|
2297 statistics/distributions/geocdf.m, |
|
2298 statistics/distributions/geoinv.m, |
|
2299 statistics/distributions/geopdf.m, |
|
2300 statistics/distributions/geornd.m, |
|
2301 statistics/distributions/hygecdf.m, |
|
2302 statistics/distributions/hygeinv.m, |
|
2303 statistics/distributions/hygepdf.m, |
|
2304 statistics/distributions/hygernd.m, |
|
2305 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
2306 statistics/distributions/laplace_cdf.m, |
|
2307 statistics/distributions/laplace_inv.m, |
|
2308 statistics/distributions/laplace_pdf.m, |
|
2309 statistics/distributions/laplace_rnd.m, |
|
2310 statistics/distributions/logistic_cdf.m, |
|
2311 statistics/distributions/logistic_inv.m, |
|
2312 statistics/distributions/logistic_pdf.m, |
|
2313 statistics/distributions/logistic_rnd.m, |
|
2314 statistics/distributions/logncdf.m, |
|
2315 statistics/distributions/logninv.m, |
|
2316 statistics/distributions/lognpdf.m, |
|
2317 statistics/distributions/lognrnd.m, |
|
2318 statistics/distributions/normcdf.m, |
|
2319 statistics/distributions/norminv.m, |
|
2320 statistics/distributions/normpdf.m, |
|
2321 statistics/distributions/normrnd.m, |
|
2322 statistics/distributions/pascal_cdf.m, |
|
2323 statistics/distributions/pascal_inv.m, |
|
2324 statistics/distributions/pascal_pdf.m, |
|
2325 statistics/distributions/pascal_rnd.m, |
|
2326 statistics/distributions/poisscdf.m, |
|
2327 statistics/distributions/poissinv.m, |
|
2328 statistics/distributions/poisspdf.m, |
|
2329 statistics/distributions/poissrnd.m, |
|
2330 statistics/distributions/stdnormal_cdf.m, |
|
2331 statistics/distributions/stdnormal_inv.m, |
|
2332 statistics/distributions/stdnormal_pdf.m, |
|
2333 statistics/distributions/stdnormal_rnd.m, |
|
2334 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, |
|
2335 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, |
|
2336 statistics/distributions/unifcdf.m, |
|
2337 statistics/distributions/unifinv.m, |
|
2338 statistics/distributions/unifpdf.m, |
|
2339 statistics/distributions/unifrnd.m, |
|
2340 statistics/distributions/wblcdf.m, |
|
2341 statistics/distributions/wblinv.m, |
|
2342 statistics/distributions/wblpdf.m, |
|
2343 statistics/distributions/wblrnd.m, |
|
2344 statistics/distributions/wienrnd.m, statistics/tests/anova.m, |
|
2345 statistics/tests/bartlett_test.m, |
|
2346 statistics/tests/chisquare_test_homogeneity.m, |
|
2347 statistics/tests/chisquare_test_independence.m, |
|
2348 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, |
|
2349 statistics/tests/hotelling_test.m, |
|
2350 statistics/tests/hotelling_test_2.m, |
|
2351 statistics/tests/kolmogorov_smirnov_test.m, |
|
2352 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
2353 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, |
|
2354 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, |
|
2355 statistics/tests/run_test.m, statistics/tests/sign_test.m, |
|
2356 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
2357 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
2358 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
2359 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
2360 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
2361 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, |
|
2362 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, |
|
2363 strings/index.m, strings/isletter.m, strings/lower.m, |
|
2364 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
2365 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
2366 strings/strfind.m, strings/strjust.m, strings/strmatch.m, |
|
2367 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, |
|
2368 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, |
|
2369 strings/upper.m, testfun/assert.m, testfun/demo.m, |
|
2370 testfun/example.m, testfun/fail.m, testfun/speed.m, |
|
2371 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, |
|
2372 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
2373 time/etime.m, time/is_leap_year.m: |
|
2374 Use print_usage instead of usage. |
|
2375 |
6044
|
2376 2006-10-09 David Bateman <dbateman@free.fr> |
|
2377 |
|
2378 * time/datevec.m: Add additional compatible default parsing strings. |
|
2379 |
6395
|
2380 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041
|
2381 |
6042
|
2382 * pkg/pkg.m: Remove trailing "\n" from error messages. |
|
2383 Remove compare_versions subfunction. |
|
2384 |
|
2385 * miscellaneous/compare_versions.m: New function to compare |
|
2386 version numbers as strings with any boolean operators. |
|
2387 |
6041
|
2388 * miscellaneous/untar.m: Check more rigorously to see if the tar |
|
2389 file exists. |
|
2390 |
6036
|
2391 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2392 |
|
2393 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
2394 |
6032
|
2395 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
2396 |
6037
|
2397 * pkg/pkg.m: Update docs. Handle prefix option. |
|
2398 Handle dependencies for load option. |
6032
|
2399 |
6029
|
2400 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2401 |
6030
|
2402 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
2403 |
|
2404 * plot/clg.m: Delete. |
|
2405 * plot/__init_plot_vars__.m: New function. |
|
2406 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
2407 |
6025
|
2408 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
2409 |
|
2410 * pkg/pkg.m: Avoid calling addpath with no args. |
|
2411 |
6024
|
2412 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
2413 |
|
2414 * audio/loadaudio.m, control/base/nyquist.m, |
|
2415 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
2416 linear-algebra/krylov.m, statistics/base/center.m, |
|
2417 statistics/base/median.m, statistics/base/std.m, |
|
2418 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
2419 find first or last element matching a condition. |
|
2420 |
6023
|
2421 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
2422 |
|
2423 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
2424 general/__isequal__.m: Minimize looping using cellfun. |
|
2425 |
6020
|
2426 2006-10-02 David Bateman <dbateman@free.fr> |
|
2427 |
|
2428 * pkg/pkg.m (copy_files): always create installation directory. |
|
2429 |
6016
|
2430 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
2431 |
|
2432 * miscellaneous/doc.m: Swap file and directory args to info. |
|
2433 |
|
2434 2006-10-01 Arno Onken <whyly@gmx.net> |
|
2435 |
|
2436 * statistics/distributions/exprnd.m: Fix typo. |
|
2437 |
6014
|
2438 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
2439 |
|
2440 * polynomial/ppval.m: Use .' instead of '. |
|
2441 * polynomial/spline.m: Likewise. New tests. |
|
2442 |
6004
|
2443 2006-09-26 David Bateman <dbateman@free.fr> |
|
2444 |
|
2445 * __plt3__.m: Using global variables __plot_data__, |
|
2446 __plot_data_offset__ and __plot_command__ to store plots and |
|
2447 correctly handle multiplots, and hold state. Only accept a single |
|
2448 data parameter plus, using, format and with strings. Remove |
|
2449 setting of gnuplot parameters. |
|
2450 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
2451 * __setup_plot__.m: Convert to a function and pass the plotting |
|
2452 command to use. |
|
2453 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
2454 * contour.m: Use unwind protect on the parametric state of plot |
|
2455 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
2456 * mesh.m: ditto. |
|
2457 * plot3.m: Error checking, setting of parametric state and |
|
2458 formation of matrix to plot moved from old __plt3__. |
|
2459 |
5996
|
2460 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
2461 |
5997
|
2462 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
2463 |
|
2464 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
2465 |
|
2466 * signal/filter2.m: Correct texinfo doc. |
|
2467 |
|
2468 2006-09-22 David Bateman <dbateman@free.fr> |
|
2469 |
|
2470 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
2471 |
5993
|
2472 2006-09-15 David Bateman <dbateman@free.fr> |
|
2473 |
|
2474 * pkg/pkg.m (prepare_installation): Don't create package |
|
2475 installation directory here. |
|
2476 (copy_files): Create it here instead, to avoid issues with |
|
2477 upgrades. Also install the COPYING file in packinfo. |
|
2478 |
5989
|
2479 2006-09-13 John W. Eaton <jwe@octave.org> |
|
2480 |
|
2481 * general/blkdiag.m: Adjust to new cellfun rules. |
|
2482 |
5987
|
2483 2006-08-30 David Bateman <dbateman@free.fr> |
|
2484 |
|
2485 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
2486 error message for archive name not matching package name. |
|
2487 (installed_packages): Size header of printed results to |
|
2488 arguments. Sort the list of installed packages before printing |
|
2489 them. |
|
2490 |
5986
|
2491 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
2492 |
|
2493 * signal/freqz.m: Update tests. |
|
2494 |
|
2495 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
2496 |
|
2497 * signal/freqz.m: Corretly postpad arrays. |
|
2498 Don't call fliplr on a column vector. |
|
2499 |
5984
|
2500 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2501 |
|
2502 * general/shiftdim.m: Use permute instead of reshape. |
|
2503 |
5981
|
2504 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
2505 |
|
2506 * miscellaneous/parseparams.m: New function. |
|
2507 |
5980
|
2508 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
2509 |
|
2510 * miscellaneous/doc.m: Swap order of --file and --directory |
|
2511 options for info program invocation. |
|
2512 |
5976
|
2513 2006-08-30 David Bateman <dbateman@free.fr> |
|
2514 |
5987
|
2515 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
2516 previous change. |
|
2517 |
5974
|
2518 2006-08-26 David Bateman <dbateman@free.fr> |
|
2519 |
|
2520 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
2521 absence of trailing "/" in OCTAVE_HOME. |
|
2522 |
5973
|
2523 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
2524 |
|
2525 * time/datenum.m: Allow arg to be character string. |
|
2526 |
5971
|
2527 2006-08-25 David Bateman <dbateman@free.fr> |
|
2528 |
|
2529 * pkg/pkg.m (install): Verify that package name correponds to the |
|
2530 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
2531 they are empty. If package directory is empty, remove it to fail |
|
2532 gracefully for system specific packages. |
|
2533 (extract_pkgadd, create_pkgadd): delete. |
|
2534 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
2535 (copy_files): Install both bin/ and doc/ directories, adding the |
|
2536 bin/ to the EXEC_PATH when the package is loaded. |
|
2537 |
5962
|
2538 2006-08-24 John W. Eaton <jwe@octave.org> |
|
2539 |
|
2540 * image/saveimage.m: Use logical indexing instead of |
|
2541 indices computed by calling find on the logical index. |
|
2542 |
5961
|
2543 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
2544 |
5967
|
2545 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
2546 Use logical indexing instead of indices computed by calling find |
|
2547 on the logical index. |
|
2548 |
|
2549 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
2550 |
5959
|
2551 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
2552 |
|
2553 * control/system/tf2zp.m: Simplify gain calculation. |
|
2554 |
5958
|
2555 2006-08-23 John W. Eaton <jwe@octave.org> |
|
2556 |
|
2557 * plot/__plt__.m: Insert using clauses for all plots. |
|
2558 |
5957
|
2559 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
2560 |
|
2561 * control/system/sysscale.m: Call tf and zp with correct number of |
|
2562 args. |
|
2563 |
5955
|
2564 2006-08-22 David Bateman <dbateman@free.fr> |
|
2565 |
|
2566 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
2567 Search inst/*.m and src/*.m files in the package for |
|
2568 PKG_ADD directives and append user supplied PKG_ADD. |
|
2569 (pkg): Call create_pkgadd after copying files. |
|
2570 |
5947
|
2571 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
2572 |
|
2573 * pkg/pkg.m: Handle multiple packages in a single file. |
|
2574 Insert directory separator between OCTAVE_HOME and rest of package |
|
2575 installation directory. |
|
2576 |
|
2577 2006-08-21 John W. Eaton <jwe@octave.org> |
|
2578 |
|
2579 * general/num2str.m: Early return if arg is empty. |
|
2580 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
2581 |
5946
|
2582 2006-08-21 David Bateman <dbateman@free.fr> |
|
2583 |
|
2584 * strings/mat2str.m: Compute NC before using. |
|
2585 |
5937
|
2586 2006-08-17 John W. Eaton <jwe@octave.org> |
|
2587 |
|
2588 * audio/wavread.m: Fix calculation of sample count. |
|
2589 |
5934
|
2590 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
2591 |
|
2592 * image/imshow.m: New Matlab-compatible version. |
|
2593 |
5930
|
2594 2006-08-15 John W. Eaton <jwe@octave.org> |
|
2595 |
|
2596 * deprecated/is_global.m: Delete. |
|
2597 |
5928
|
2598 2006-08-14 John W. Eaton <jwe@octave.org> |
|
2599 |
|
2600 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
2601 |
5926
|
2602 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
2603 |
|
2604 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
2605 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
2606 |
5928
|
2607 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
2608 |
6778
|
2609 * pkg/pkg.m: Don't pass function name to print_usage. |
5928
|
2610 Use addpath and rmpath instead of manipulating LOADPATH. |
|
2611 Handle changes to system function. |
|
2612 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
2613 recursive directory removal. |
5922
|
2614 |
5924
|
2615 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
2616 |
6778
|
2617 * colormap.m: Change global variable to persistent. |
5923
|
2618 |
5922
|
2619 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
2620 |
5920
|
2621 2006-08-14 John W. Eaton <jwe@octave.org> |
|
2622 |
|
2623 * strings/str2double.m: Fix missing semicolon. |
|
2624 |
5910
|
2625 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
2626 |
|
2627 * plot/plot3.m: Accept one complex or one real and one complex |
|
2628 argument and plot real and imaginary components for y and z. |
|
2629 |
5908
|
2630 2006-07-27 John W. Eaton <jwe@octave.org> |
|
2631 |
|
2632 * testfun/test.m: Call fflush after each block of calls to |
|
2633 fprintf, fputs, or fdisp. |
|
2634 |
5904
|
2635 2006-07-26 John W. Eaton <jwe@octave.org> |
|
2636 |
|
2637 * miscellaneous/mex.m: New function. |
|
2638 |
5901
|
2639 2006-07-22 John W. Eaton <jwe@octave.org> |
|
2640 |
|
2641 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
2642 |
5881
|
2643 2006-07-07 John W. Eaton <jwe@octave.org> |
|
2644 |
|
2645 * miscellaneous/orderfields.m: New file. |
|
2646 |
5873
|
2647 2006-06-30 John W. Eaton <jwe@octave.org> |
|
2648 |
|
2649 * time/datevec.m: Make another attempt to account for precision of |
|
2650 datenum format. |
|
2651 |
5868
|
2652 2006-06-29 John W. Eaton <jwe@octave.org> |
|
2653 |
|
2654 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
2655 Use feval instead of "type -q" to get values now that all the |
|
2656 symbols are functions. |
|
2657 |
5860
|
2658 2006-06-16 John W. Eaton <jwe@octave.org> |
|
2659 |
|
2660 * time/datevec.m: Avoid computing log of non-positive values. |
|
2661 |
5859
|
2662 2006-06-14 John W. Eaton <jwe@octave.org> |
|
2663 |
|
2664 * time/datevec.m: Attempt to account for precision of datenum format. |
|
2665 |
5839
|
2666 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
2667 |
|
2668 * audio/wavread.m: Fix file range error and add read support for |
|
2669 24-bit WAV files. |
|
2670 |
5837
|
2671 2006-06-01 David Bateman <dbateman@free.fr> |
|
2672 |
|
2673 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
2674 general/interp1.m, general/gradient.m, general/interp2.m, |
|
2675 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
2676 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
2677 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
2678 |
5835
|
2679 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
2680 |
|
2681 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
2682 * miscellaneous/texas_lotto.m: Fix warning message. |
|
2683 |
5830
|
2684 2006-05-26 John W. Eaton <jwe@octave.org> |
|
2685 |
|
2686 * miscellaneous/doc.m: Also handle nargin == 0. |
|
2687 |
5829
|
2688 2006-05-23 John W. Eaton <jwe@octave.org> |
|
2689 |
|
2690 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
2691 really needed. |
|
2692 |
5827
|
2693 2006-05-22 John W. Eaton <jwe@octave.org> |
|
2694 |
6754
|
2695 * general/lookup.m: New file from Octave Forge. |
5827
|
2696 |
|
2697 2006-05-22 David Bateman <dbateman@free.fr> |
|
2698 |
6754
|
2699 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
|
2700 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, |
|
2701 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, |
|
2702 special-matrix/wilkinson.m, special-matrix/pascal.m, |
|
2703 special-matrix/magic.m, special-matrix/hadamard.m, |
|
2704 strings/strtok.m: New files from Octave Forge. |
5827
|
2705 |
5824
|
2706 2006-05-19 David Bateman <dbateman@free.fr> |
|
2707 |
|
2708 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
2709 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
2710 |
5821
|
2711 2006-05-17 John W. Eaton <jwe@octave.org> |
|
2712 |
|
2713 * set/intersection.m: Delete |
|
2714 * deprecated/intersection.m: New file. |
|
2715 |
5820
|
2716 2006-05-17 David Bateman <dbateman@free.fr> |
|
2717 |
|
2718 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
2719 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
2720 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
2721 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
2722 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
2723 Forge. |
|
2724 |
5809
|
2725 2006-05-11 John W. Eaton <jwe@octave.org> |
|
2726 |
5815
|
2727 * path/path.m: Delete (now a built-in function). |
|
2728 |
5811
|
2729 * pkg/Makefile.in: New file. |
|
2730 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
2731 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
2732 |
5808
|
2733 2006-05-10 John W. Eaton <jwe@octave.org> |
|
2734 |
|
2735 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
2736 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
2737 |
5807
|
2738 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
2739 |
|
2740 * tar.m, untar.m, unzip.m: New files. |
|
2741 |
5801
|
2742 2006-05-10 John W. Eaton <jwe@octave.org> |
|
2743 |
5804
|
2744 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
2745 * path/setpath.m: Delete. |
|
2746 |
5801
|
2747 * pkg/pkg.m: New file. |
|
2748 |
5798
|
2749 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
2750 |
|
2751 * plot/plot.m: Doc string fix. |
|
2752 |
|
2753 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
2754 |
|
2755 * testfun/speeed.m: Use new interface to unique and assert. |
|
2756 Improve documentation. Approximate time complexity from log-log |
|
2757 plot. Return time complexity and raw times if requested. The |
|
2758 mean ratio is no longer returned. Provide complete control over |
|
2759 which n are computed. |
|
2760 |
|
2761 2006-05-09 John W. Eaton <jwe@octave.org> |
|
2762 |
|
2763 * path/path.m: Move here from miscellaneous. |
|
2764 Adapt to new LOADPATH definition. |
|
2765 |
5789
|
2766 2006-05-03 David Bateman <dbateman@free.fr> |
|
2767 |
|
2768 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
2769 explicit uses of a path seperation character with pathsep(). |
|
2770 |
5786
|
2771 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
2772 |
6778
|
2773 * set/setdiff.m: New arg, byrows. New tests. |
5786
|
2774 |
5781
|
2775 2006-04-29 John W. Eaton <jwe@octave.org> |
|
2776 |
|
2777 * startup/main-rcfile: Disable some warnings. |
|
2778 |
5762
|
2779 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
2780 |
|
2781 * strings/strcmpi.m: Return false instead of error if args are not |
|
2782 char or cellstr. |
|
2783 |
5750
|
2784 2006-04-10 John W. Eaton <jwe@octave.org> |
|
2785 |
|
2786 * miscellaneous/dir.m: Ensure that returned structure array is |
|
2787 Nx1, not 1xN. |
|
2788 |
5746
|
2789 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
2790 |
|
2791 * plot/hist.m: Ignore NaN in inputs. |
|
2792 |
5745
|
2793 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
2794 |
|
2795 * miscellaneous/mkoctfile.m: Doc string fix. |
|
2796 |
5741
|
2797 2006-04-05 John W. Eaton <jwe@octave.org> |
|
2798 |
|
2799 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
2800 are both empty. |
|
2801 * plot/__plt__.m: Ignore empty data and format strings returned |
|
2802 from __plt1__ or __plt2__. |
|
2803 |
5737
|
2804 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
2805 |
6778
|
2806 * set/unique.m: Properly handle single column input when |
5737
|
2807 "rows" is specified. |
|
2808 |
5732
|
2809 2006-04-04 John W. Eaton <jwe@octave.org> |
|
2810 |
5736
|
2811 * path/setpath.m: New file. |
|
2812 * path/savepath.m: Use setpath to set path instead of assigning |
|
2813 directly to LOADPATH. |
|
2814 |
5732
|
2815 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
2816 New files, adapted from Octave Forge by Keith Goodman |
|
2817 <kwgoodman@gmail.com>. |
|
2818 * path: New directory. |
|
2819 * Makefile.in (SUBDIRS): Add it to the list. |
|
2820 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
2821 |
5731
|
2822 2006-04-02 David Bateman <dbateman@free.fr> |
|
2823 |
|
2824 * general/tril.m, general.triu.m: |
|
2825 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
2826 to allow user types to work correctly. |
|
2827 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
2828 |
5727
|
2829 2006-04-03 David Bateman <dbateman@free.fr> |
|
2830 |
|
2831 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
2832 Accept keyword "minor" for minor grid. |
|
2833 |
5721
|
2834 2006-03-28 John W. Eaton <jwe@octave.org> |
|
2835 |
|
2836 * general/isscalar.m: Only require that all dimensions are 1 for |
|
2837 compatiblity. |
|
2838 |
|
2839 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
2840 |
|
2841 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
2842 compatibility. |
|
2843 |
5720
|
2844 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
2845 |
|
2846 * plot/__errplot__.m: Doc string fix. |
|
2847 |
|
2848 * miscellaneous/doc.m: Mark as command. |
|
2849 |
|
2850 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
2851 general/isequalwithequalnans.m, general/blkdiag.m, |
|
2852 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
2853 |
5717
|
2854 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
2855 |
|
2856 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
2857 return 3d matrices. |
|
2858 |
|
2859 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
2860 |
|
2861 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
2862 |
5708
|
2863 2006-03-22 John W. Eaton <jwe@octave.org> |
|
2864 |
|
2865 * plot/print.m: Don't replot after popping terminal setting. |
|
2866 |
5696
|
2867 2006-03-20 John W. Eaton <jwe@octave.org> |
|
2868 |
|
2869 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
2870 mkoctfile. Use fullfile to construct file name. |
|
2871 |
5695
|
2872 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
2873 |
|
2874 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
2875 shell script from Octave prompt. |
|
2876 |
5690
|
2877 2006-03-17 John W. Eaton <jwe@octave.org> |
|
2878 |
5693
|
2879 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
2880 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
2881 |
|
2882 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
2883 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
2884 Call new wbl functions to do the real work. |
|
2885 Swap args and provide default values as necessary to preserve |
|
2886 compatibility with old version of Octave. |
|
2887 |
|
2888 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
2889 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
2890 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
2891 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
2892 Swap scale and shape args for compatibility. |
|
2893 |
5692
|
2894 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
2895 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
2896 Preserve compatibility with old versions of Octave given new |
|
2897 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
2898 |
5692
|
2899 * statistics/distributions/logncdf.m, |
|
2900 statistics/distributions/logninv.m, |
|
2901 statistics/distributions/lognpdf.m, |
|
2902 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
2903 From Ben Barrowes <barrowes@alum.mit.edu> |
|
2904 |
5691
|
2905 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
2906 current 2.1.x version. |
|
2907 |
|
2908 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
2909 |
5690
|
2910 * miscellaneous/dir.m: Use readdir instead of glob. |
|
2911 Special case for "." to avoid globbing. Use list_in_columns. |
|
2912 Eliminate unused variables len and finfo. |
|
2913 |
5689
|
2914 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
2915 |
|
2916 * miscellaneous/dir.m: Improve compatibility. |
|
2917 |
5687
|
2918 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2919 |
|
2920 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
2921 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
2922 |
5686
|
2923 2006-03-16 John W. Eaton <jwe@octave.org> |
|
2924 |
|
2925 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
2926 of looking at sum of max dimensions. |
|
2927 |
5681
|
2928 2006-03-16 David Bateman <dbateman@free.fr> |
|
2929 |
|
2930 * testfun/test.m: Clear last warning before warning test to avoid |
|
2931 issues with previously set warnings. |
|
2932 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
2933 sparse matrices. Force matrix type from spqr solution to be |
|
2934 singular to force QR solvers to be used for assert. |
|
2935 |
5678
|
2936 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2937 |
|
2938 * strings/strfind.m: New file. |
|
2939 |
5677
|
2940 2006-03-16 John W. Eaton <jwe@octave.org> |
|
2941 |
|
2942 * general/rows.m, general/columns.m: Delete. |
|
2943 |
5674
|
2944 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2945 |
|
2946 * strings/strcmpi.m: Simplify. |
|
2947 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
2948 * strings/strtrunc.m: New file. |
5674
|
2949 |
5676
|
2950 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
2951 |
5672
|
2952 2006-03-15 John W. Eaton <jwe@octave.org> |
|
2953 |
|
2954 * miscellaneous/doc.m: New file. |
|
2955 From Soren Hauberg <soren@hauberg.org>. |
|
2956 |
5671
|
2957 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
2958 |
|
2959 * miscellaneous/mkoctfile.m: New file. |
|
2960 |
5670
|
2961 2006-03-15 John W. Eaton <jwe@octave.org> |
|
2962 |
|
2963 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
2964 |
5666
|
2965 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
2966 |
|
2967 * strings/bin2dec.m: Doc fix. |
|
2968 |
5661
|
2969 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
2970 |
|
2971 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
2972 * time/datenum.m: New function to compute day number from time. |
|
2973 |
5659
|
2974 2006-03-09 John W. Eaton <jwe@octave.org> |
|
2975 |
|
2976 * miscellaneous/unix.m, plot/print.m: |
|
2977 Swap order of outputs from system. |
|
2978 |
5642
|
2979 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
2980 |
|
2981 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
2982 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
2983 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
2984 control/base/__stepimp__.m, control/base/are.m, |
|
2985 control/base/controldemo.m, control/base/damp.m, |
|
2986 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
2987 control/base/step.m, control/system/abcddim.m, |
|
2988 control/system/is_abcd.m, control/system/is_controllable.m, |
|
2989 control/system/is_detectable.m, control/system/is_observable.m, |
|
2990 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
2991 control/system/jet707.m, control/system/sys2fir.m, |
|
2992 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
2993 control/system/tfout.m, control/system/ugain.m, |
|
2994 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
2995 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
2996 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
2997 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
2998 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
2999 general/circshift.m, general/columns.m, general/flipdim.m, |
|
3000 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
3001 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
3002 general/isequalwithequalnans.m, general/isscalar.m, |
|
3003 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
3004 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
3005 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
3006 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
3007 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
3008 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
3009 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
3010 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
3011 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
3012 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
3013 miscellaneous/license.m, miscellaneous/menu.m, |
|
3014 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
3015 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
3016 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
3017 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
3018 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
3019 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
3020 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
3021 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
3022 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
3023 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
3024 polynomial/polyinteg.m, polynomial/polyout.m, |
|
3025 polynomial/polyreduce.m, polynomial/polyval.m, |
|
3026 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
3027 set/create_set.m, set/intersection.m, set/ismember.m, |
|
3028 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
3029 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
3030 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
3031 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
3032 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
3033 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
3034 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
3035 special-matrix/vander.m, statistics/base/median.m, |
|
3036 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
3037 statistics/distributions/gaminv.m, |
|
3038 statistics/distributions/gampdf.m, |
|
3039 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
3040 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
3041 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
3042 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
3043 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
3044 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
3045 |
5633
|
3046 2006-02-27 John W. Eaton <jwe@octave.org> |
|
3047 |
|
3048 * time/tic.m: Move here from miscellaneous/tic.m. |
|
3049 * time/toc.m: Move here from miscellaneous/toc.m. |
|
3050 |
|
3051 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
3052 |
|
3053 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
3054 does not assign output of toc to a variable. |
|
3055 |
5627
|
3056 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
3057 |
|
3058 * axis.m: Catch limits that are the same and return an error. |
|
3059 |
5625
|
3060 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3061 |
|
3062 * plot/print.m: Accept emf device option to support Enhanced |
|
3063 Metafile format. |
|
3064 |
|
3065 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
3066 |
|
3067 * control/base/lqe.m: Doc fix. |
|
3068 |
5623
|
3069 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
3070 |
|
3071 * statistics/distributions/gamcdf.m: Doc fix. |
|
3072 * statistics/distributions/gaminv.m: Doc fix. |
|
3073 * statistics/distributions/gampdf.m: Doc fix. |
|
3074 * statistics/distributions/gamrnd.m: Doc fix. |
|
3075 |
5610
|
3076 2006-02-09 David Bateman <dbateman@free.fr> |
|
3077 |
6778
|
3078 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
3079 for arbitrary user type. |
|
3080 * general/tril.m: ditto. |
|
3081 * sparse/sprand.m: Doc fix. |
|
3082 * sparse/sprandn.m: Ditto. |
|
3083 * sparse/sprandsym.m: New function. |
|
3084 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
3085 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
3086 Update for syntax error for latest texinfo.tex file. |
5610
|
3087 |
5605
|
3088 2006-02-02 John W. Eaton <jwe@octave.org> |
|
3089 |
|
3090 * plot/grid.m: Append ";\n" to "set grid" command. |
|
3091 |
|
3092 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
3093 |
|
3094 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
3095 |
5597
|
3096 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3097 |
|
3098 * audio/Makefile.in, control/base/Makefile.in, |
|
3099 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
3100 control/system/Makefile.in, control/util/Makefile.in, |
|
3101 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
3102 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
3103 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
3104 optimization/Makefile.in, plot/Makefile.in, |
|
3105 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
3106 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
3107 special-matrix/Makefile.in, startup/Makefile.in, |
|
3108 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
3109 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
3110 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
3111 (all): Depend on PKG_ADD. |
|
3112 (PKG_ADD): New target. |
|
3113 |
|
3114 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3115 |
|
3116 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
3117 |
5596
|
3118 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3119 |
|
3120 * time/etime.m: Move here from miscellaneous/etime.m. |
|
3121 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
3122 |
5595
|
3123 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3124 |
6778
|
3125 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595
|
3126 * miscellaneous/fullfile.m: Likewise. |
|
3127 |
5592
|
3128 2006-01-12 David Bateman <dbateman@free.fr> |
|
3129 |
|
3130 * general/blkdiag.m: Compatible behavior for empty matrices |
|
3131 * statistics/base/unidrnd.m: Documentation buglet. |
|
3132 |
5583
|
3133 2005-12-14 David Bateman <dbateman@free.fr> |
|
3134 |
5589
|
3135 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
3136 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
3137 |
|
3138 * Makefile.in (SUBDIRS): Include testfun. |
|
3139 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
3140 |
5583
|
3141 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
3142 |
|
3143 * general/__isequal__.m: Remove reference to getfield. |
|
3144 |
|
3145 * plot/hist.m: Update test code for row/column discrepencies. |
|
3146 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
3147 Update the test code for this. |
|
3148 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
3149 |
5579
|
3150 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3151 |
|
3152 * cell/cell2mat.m: New file, from octave-forge. |
|
3153 |
5576
|
3154 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
3155 |
|
3156 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
3157 New graph theory functions. |
|
3158 |
5574
|
3159 2005-12-13 John W. Eaton <jwe@octave.org> |
|
3160 |
|
3161 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
3162 |
|
3163 * control/system/ss.m: Doc fix. |
|
3164 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3165 |
5572
|
3166 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
3167 |
|
3168 * audio/wavread.m, audio/wavwrite.m: |
|
3169 Correct scaling for 8-bit linear pcm samples. |
|
3170 Improve scaling for all other linear pcm resolutions. |
|
3171 |
5568
|
3172 2005-12-07 John W. Eaton <jwe@octave.org> |
|
3173 |
|
3174 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
3175 |
|
3176 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
3177 * strings/strjust.m: Likewise. |
|
3178 |
|
3179 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
3180 * signal/arma_rnd.m: Likewise. |
|
3181 * strings/strcat.m: Likewise. |
|
3182 * control/base/__freqresp__.m: Likewise. |
|
3183 * control/base/place.m: Likewise. |
|
3184 * control/base/pzmap.m: Likewise. |
|
3185 * control/base/pzmap.m: Likewise. |
|
3186 * control/system/sysappend.m: Likewise. |
|
3187 * control/system/syscont.m: Likewise. |
|
3188 * control/system/sysdisc.m: Likewise. |
|
3189 * control/system/sysgroup.m: Likewise. |
|
3190 * control/system/tfout.m: Likewise. |
|
3191 * control/system/zpout.m: Likewise. |
|
3192 * control/util/__outlist__.m: Likewise. |
|
3193 |
5567
|
3194 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3195 |
|
3196 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
3197 Avoid for loop in interleave/deinterleave steps. |
|
3198 |
5565
|
3199 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
3200 |
|
3201 * audio/wavread.m, audio/wavwrite.m: New files. |
|
3202 |
5563
|
3203 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3204 |
|
3205 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
3206 |
5560
|
3207 2005-12-05 John W. Eaton <jwe@octave.org> |
|
3208 |
5561
|
3209 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
3210 |
5558
|
3211 2005-12-02 John W. Eaton <jwe@octave.org> |
|
3212 |
|
3213 * miscellaneous/fileattrib.m: New function. |
|
3214 |
5556
|
3215 2005-12-01 John W. Eaton <jwe@octave.org> |
|
3216 |
|
3217 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
3218 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
3219 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
3220 |
5555
|
3221 2005-11-30 John W. Eaton <jwe@octave.org> |
|
3222 |
|
3223 * linear-algebra/krylov.m: Format doc string. |
|
3224 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3225 |
5551
|
3226 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
3227 |
|
3228 * general/blkdiag.m: Import from octave-forge. |
|
3229 Ignore empty matrices in the input. Add tests. |
5549
|
3230 |
|
3231 * general/isequal.m, general/isequalwithequalnans.m: |
|
3232 New wrapper scripts for general/__isequal__.m. |
|
3233 * general/__isequal__.m: Rename from general/isequal.m. |
|
3234 New arg, nans_compare_equal. |
|
3235 |
5548
|
3236 2005-11-29 John W. Eaton <jwe@octave.org> |
|
3237 |
|
3238 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
3239 calling system. Only append octave_forge_string if |
|
3240 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
3241 Call license instead of hard-coding license info here. |
|
3242 |
|
3243 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
3244 __octave_licenses__. Use puts instead of disp. |
5548
|
3245 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
3246 If nargout = 1, return license info instead of printing usage message. |
|
3247 |
5546
|
3248 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3249 |
|
3250 * miscellaneous/ver.m: New file. |
|
3251 * miscellaneous/license.m: New file. |
|
3252 |
5545
|
3253 2005-11-22 John W. Eaton <jwe@octave.org> |
|
3254 |
|
3255 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
3256 gnuplot set command. |
|
3257 |
5539
|
3258 2005-11-15 John W. Eaton <jwe@octave.org> |
|
3259 |
|
3260 * general/shiftdim.m: Doc fix. |
|
3261 |
5532
|
3262 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
3263 |
|
3264 * set/unique.m: Doc string fix. |
|
3265 |
5527
|
3266 2005-11-01 John W. Eaton <jwe@octave.org> |
|
3267 |
|
3268 * Makefile.in (distclean, maintainer-clean): |
|
3269 Also remove autom4te.cache directory. |
|
3270 From Quentin Spencer <qspencer@ieee.org>. |
|
3271 |
5518
|
3272 2005-10-28 John W. Eaton <jwe@octave.org> |
|
3273 |
|
3274 * general/shiftdim.m: Compatibility fix for row vectors. |
|
3275 Correct check for non-scalar non-integer shift. For positive |
|
3276 N, shift is remainder of N and number of dims. Always return NS. |
|
3277 Simplify. |
|
3278 |
5500
|
3279 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
3280 |
|
3281 * general/randperm.m: Improve compatibility by allowing input |
|
3282 value of zero. |
|
3283 |
5493
|
3284 2005-10-13 John W. Eaton <jwe@octave.org> |
|
3285 |
|
3286 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
3287 If in multiplot mode, clear plot before issuing new plot command. |
|
3288 |
|
3289 * plot/__setup_plot__.m: New function. |
|
3290 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
3291 Handle multiplot data and offsets here. |
|
3292 |
|
3293 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
3294 Move initialization to __setup_plot__.m. |
|
3295 |
|
3296 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
3297 Don't reset gnuplot_command_replot. |
|
3298 |
|
3299 * plot/replot.m: Handle multiplot data and offsets here. |
|
3300 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
3301 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
3302 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
3303 |
5489
|
3304 2005-10-12 John W. Eaton <jwe@octave.org> |
|
3305 |
|
3306 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
3307 |
5482
|
3308 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
3309 |
|
3310 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
3311 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
3312 _inv functions. |
|
3313 * chi2pdf.m: Fixed typos in the documentation. |
|
3314 |
5475
|
3315 2005-09-28 John W. Eaton <jwe@octave.org> |
|
3316 |
5476
|
3317 * miscellaneous/single.m: New function. |
|
3318 |
5475
|
3319 * statistics/base/unidrnd.m: New function. |
|
3320 |
5474
|
3321 2005-09-27 John W. Eaton <jwe@octave.org> |
|
3322 |
|
3323 * miscellaneous/dir.m: Filename never includes directory part. |
|
3324 |
5464
|
3325 2005-09-22 John W. Eaton <jwe@octave.org> |
|
3326 |
|
3327 * polynomial/residue.m: Use logical indexing instead of find.. |
|
3328 |
|
3329 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
3330 |
|
3331 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
3332 and zero poles. |
|
3333 |
5462
|
3334 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
3335 |
|
3336 * strings/deblank.m: Handle cell arrays. |
|
3337 * strings/split.m: New argument, N, to limit number of splits. |
|
3338 |
|
3339 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
3340 |
|
3341 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
3342 |
5460
|
3343 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
3344 |
|
3345 * control/base/rlocus.m: Doc fix. |
|
3346 |
5459
|
3347 2005-09-20 John W. Eaton <jwe@octave.org> |
|
3348 |
|
3349 * general/isvector.m: Improve compatibility. |
|
3350 |
|
3351 * general/postpad.m: Allow first argument to be a scalar. |
|
3352 Allow padding to extend dimensionality. |
|
3353 * general/prepad.m: Likewise. |
|
3354 |
5448
|
3355 2005-09-14 Daniel <durbano@shbano.com> |
|
3356 |
|
3357 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
3358 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
3359 /control/base/dgram.m: Doc string fixes. |
5448
|
3360 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3361 |
5446
|
3362 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
3363 |
|
3364 * saveimage.m: Do not ignore most significant bit when writing |
|
3365 black and white images to file. |
|
3366 |
5443
|
3367 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
3368 |
|
3369 * audio/playaudio.m, control/base/__bodquist__.m, |
|
3370 control/base/lqg.m, control/obsolete/dezero.m, |
|
3371 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
3372 control/system/c2d.m, control/system/cellidx.m, |
|
3373 control/system/d2c.m, control/system/dmr2d.m, |
|
3374 control/system/is_signal_list.m, control/system/listidx.m, |
|
3375 control/system/ss.m, control/system/sysappend.m, |
|
3376 control/system/sysconnect.m, control/system/sysdup.m, |
|
3377 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
3378 control/system/sysprune.m, control/system/syssetsignals.m, |
|
3379 control/system/tfout.m, control/system/zpout.m, |
|
3380 control/util/prompt.m, control/util/sortcom.m, |
|
3381 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
3382 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
3383 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
3384 general/strerror.m, image/colormap.m, image/imshow.m, |
|
3385 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
3386 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
3387 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
3388 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
3389 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
3390 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
3391 plot/print.m, plot/title.m, plot/top_title.m, |
|
3392 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
3393 statistics/base/mean.m, statistics/base/moment.m, |
|
3394 statistics/tests/cor_test.m, |
|
3395 statistics/tests/kolmogorov_smirnov_test.m, |
|
3396 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
3397 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
3398 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
3399 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
3400 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
3401 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
3402 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
3403 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
3404 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
3405 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
3406 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
3407 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
3408 isvector instead of is_vector. Use isstruct instead of |
|
3409 is_struct. Use char instead of setstr. |
|
3410 |
5435
|
3411 2005-08-31 Daniel <durbano@shbano.com> |
|
3412 |
|
3413 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
3414 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
3415 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3416 |
5431
|
3417 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
3418 |
|
3419 * image/saveimage.m: Open output file in binary mode. |
|
3420 |
|
3421 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
3422 |
5427
|
3423 2005-08-16 John W. Eaton <jwe@octave.org> |
|
3424 |
|
3425 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
3426 outputs. |
|
3427 |
5426
|
3428 2005-08-15 John W. Eaton <jwe@octave.org> |
|
3429 |
|
3430 * strings/strcat.m: Allow single argument. |
|
3431 |
5416
|
3432 2005-07-18 John W. Eaton <jwe@octave.org> |
|
3433 |
|
3434 * strings/strcmp.m: Delete. |
|
3435 |
5413
|
3436 2005-07-13 John W. Eaton <jwe@octave.org> |
|
3437 |
|
3438 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
3439 versions of Octave. |
|
3440 |
|
3441 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
3442 |
|
3443 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
3444 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
3445 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
3446 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
3447 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
3448 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
3449 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
3450 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
3451 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
3452 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
3453 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
3454 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
3455 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
3456 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
3457 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
3458 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
3459 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
3460 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
3461 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
3462 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
3463 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
3464 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
3465 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
3466 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
3467 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
3468 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
3469 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
3470 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
3471 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
3472 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
3473 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
3474 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
3475 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
3476 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
3477 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
3478 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
3479 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
3480 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
3481 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
3482 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
3483 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
3484 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
3485 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
3486 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
3487 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
3488 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
3489 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
3490 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
3491 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
3492 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
3493 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
3494 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
3495 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
3496 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
3497 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
3498 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
3499 |
|
3500 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
3501 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
3502 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
3503 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
3504 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
3505 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
3506 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
3507 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
3508 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
3509 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
3510 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
3511 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
3512 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
3513 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
3514 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
3515 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
3516 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
3517 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
3518 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
3519 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
3520 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
3521 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
3522 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
3523 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
3524 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
3525 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
3526 deprecated/wiener_rnd.m: New files. |
|
3527 |
5408
|
3528 2005-07-08 John W. Eaton <jwe@octave.org> |
|
3529 |
|
3530 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
3531 * deprecated/weibull_rnd.m: New file. |
|
3532 |
5407
|
3533 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
3534 |
|
3535 * strings/dec2base.m: Allow matrix arguments. |
|
3536 |
5406
|
3537 2005-07-08 John W. Eaton <jwe@octave.org> |
|
3538 |
|
3539 * plot/__errplot__.m: Use __plot_globals__. |
|
3540 * plot/__plt__.m: Likewise. |
|
3541 * plot/figure.m: Likewise. |
|
3542 |
|
3543 * plot/hold.m: New file. |
|
3544 * plot/ishold.m: New file. |
|
3545 * plot/__plot_globals__.m: New file. |
|
3546 |
5400
|
3547 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
3548 |
|
3549 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
3550 |
|
3551 2005-07-05 John W. Eaton <jwe@octave.org> |
|
3552 |
|
3553 * strings/findstr.m: Return [] for no matches. |
|
3554 |
5399
|
3555 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
3556 |
|
3557 * miscellaneous/tic.m: Fix doc string. |
|
3558 |
5395
|
3559 2005-06-15 John W. Eaton <jwe@octave.org> |
|
3560 |
|
3561 * polynomial/polyfit.m: Force return value to be a row vector. |
|
3562 |
5393
|
3563 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
3564 |
|
3565 * general/isequal.m: Correct nargin check. |
|
3566 |
5388
|
3567 2005-06-14 John W. Eaton <jwe@octave.org> |
|
3568 |
|
3569 * general/isvector.m: Handle N-d arrays. |
|
3570 From Bill Denney <denney@seas.upenn.edu>. |
|
3571 |
5381
|
3572 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
3573 |
|
3574 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
3575 |
5377
|
3576 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
3577 |
|
3578 * signal/freqz.m: Use correct calculations when given a vector of |
|
3579 frequencies. Improve accuracy of returned frequency vector. |
|
3580 Improve speed for medium length filters (at a slight cost for slow |
|
3581 filters). Add test cases. |
|
3582 |
5373
|
3583 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
3584 |
|
3585 * plot/loglog.m: Fix set commands. |
|
3586 |
5381
|
3587 2005-05-25 John W. Eaton <jwe@octave.org> |
|
3588 |
|
3589 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
3590 |
5371
|
3591 2005-05-24 John W. Eaton <jwe@octave.org> |
|
3592 |
5373
|
3593 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
3594 |
5372
|
3595 * strings/strncmp.m: New file, from Tom Holroyd |
|
3596 <tomh@kurage.nimh.nih.gov>. |
|
3597 |
5371
|
3598 * strings/strcmp.m: Return logical values in all cases. |
|
3599 |
5366
|
3600 2005-05-23 John W. Eaton <jwe@octave.org> |
|
3601 |
|
3602 * plot/orient.m: New file. Adapt to Octave coding style. |
|
3603 Texinfoize doc string. |
|
3604 |
|
3605 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
3606 PKG_ADD command. Use set terminal consistently throughout. Use |
|
3607 set terminal push/pop and unconditionally set output to screen |
|
3608 when done to avoid requiring gget. Use a cell array for dev_list |
|
3609 and cellidx to search for items in the list. Delete local |
|
3610 variable endl. Don't set and restore automatic_replot. Use {} |
|
3611 instead of nth to index varargin. Delete local variable |
|
3612 va_arg_cnt. |
|
3613 |
5355
|
3614 2005-05-18 John W. Eaton <jwe@octave.org> |
|
3615 |
|
3616 * general/num2str.m: Return early if X is a character string. |
|
3617 |
5347
|
3618 2005-05-11 John W. Eaton <jwe@octave.org> |
|
3619 |
5348
|
3620 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
3621 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
3622 |
5347
|
3623 * plot/polar.m: Don't call __pltopt__ here. |
|
3624 |
5333
|
3625 2005-05-02 John W. Eaton <jwe@octave.org> |
|
3626 |
|
3627 * mkdoc: Print header message. |
|
3628 |
5319
|
3629 2005-04-28 John W. Eaton <jwe@octave.org> |
|
3630 |
|
3631 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
3632 startup/octaverc. |
|
3633 |
5318
|
3634 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
3635 |
|
3636 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
3637 (__im_numeric_limits__): New internal function. |
|
3638 |
5317
|
3639 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
3640 |
|
3641 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
3642 data, not mean of group_mean. |
|
3643 |
|
3644 2005-04-28 John W. Eaton <jwe@octave.org> |
|
3645 |
|
3646 * startup/local-rcfile: New file. |
|
3647 * startup/main-rcfile: Rename from startup/octaverc. |
|
3648 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
3649 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
3650 Install local-rcfile in $(localfcnfiledir)/startup. |
|
3651 |
|
3652 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
3653 |
|
3654 * startup/inputrc: New file. |
|
3655 * startup/octaverc: Configure readline using inputrc from |
|
3656 startupfiledir. |
|
3657 * startup/Makefile.in (install, install-strip): Install octaverc |
|
3658 in $(fcnfiledir)/startup. |
|
3659 |
5310
|
3660 2005-04-27 John W. Eaton <jwe@octave.org> |
|
3661 |
|
3662 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
3663 |
5289
|
3664 2005-04-21 John W. Eaton <jwe@octave.org> |
|
3665 |
|
3666 * optimization/glpk.m: Handle SENSE argument. |
|
3667 |
|
3668 * optimization/qp.m, optimization/sqp.m: New files. |
|
3669 |
5276
|
3670 2005-04-08 John W. Eaton <jwe@octave.org> |
|
3671 |
|
3672 * Makefile.in (clean, distclean, maintainer-clean): |
|
3673 Avoid duplication in rules. |
|
3674 |
5252
|
3675 2005-03-28 John W. Eaton <jwe@octave.org> |
|
3676 |
|
3677 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
3678 setting {no,}parametric. |
|
3679 * plot/figure.m: Likewise, for setting terminal type. |
|
3680 |
|
3681 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
3682 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
3683 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
3684 plot/title.m, plot/top_title.m: Avoid eval. |
|
3685 |
5251
|
3686 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3687 |
5253
|
3688 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
3689 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
3690 Use __gnuplot_replot__ instead of replot. |
|
3691 |
5252
|
3692 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
3693 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
3694 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
3695 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
3696 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
3697 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
3698 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
3699 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
3700 |
5251
|
3701 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
3702 |
5244
|
3703 2005-03-24 John W. Eaton <jwe@octave.org> |
|
3704 |
|
3705 * optimization/glpkmex.m: Texinfoize Doc string. |
|
3706 * optimization/glpk.m: Likewise. |
|
3707 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
3708 (row vectors are orginary character strings). |
|
3709 * optimization/glpkparam.m: Delete. |
|
3710 |
5243
|
3711 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
3712 |
|
3713 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
3714 of dimensions of X. |
|
3715 |
5237
|
3716 2005-03-23 John W. Eaton <jwe@octave.org> |
|
3717 |
5239
|
3718 * general/tril.m, general/triu.m: Return value of same class as |
|
3719 argument. |
|
3720 |
5237
|
3721 * optimization/glpk.m: Simplify interface. By default, solve |
|
3722 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
3723 * optimization/glpkmex.m: New file. |
|
3724 |
5232
|
3725 2005-03-22 John W. Eaton <jwe@octave.org> |
|
3726 |
5237
|
3727 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
3728 list. |
|
3729 |
5233
|
3730 * optimization/glpk.m: Adapt to Octave coding style. |
|
3731 No need for varargout or varargin. |
|
3732 Print usage message if nargin > 11. |
|
3733 Allow any value of nargout. |
|
3734 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
3735 Avoid looping when checking character classes. |
|
3736 |
5232
|
3737 * optimization: New directory. |
|
3738 * Makefile.in (SUBDIRS): Add it to the list. |
|
3739 * optimization/Makefile.in: New file. |
|
3740 * optimization/glpk.m, optimization/glpkparams.m, |
|
3741 optimization/glpktest1, optimization/glpktest2: New files. |
|
3742 |
5218
|
3743 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
3744 |
|
3745 * strings/split.m: Quick return for empty second arg. |
|
3746 Improve warning for multi-line strings. |
|
3747 Speed up by avoiding sprintf in loop and eval. |
|
3748 |
5217
|
3749 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
3750 |
|
3751 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
3752 * polynomial/polyder.m: Ditto. |
6778
|
3753 * polynomial/polygcd.m: New function. |
5217
|
3754 |
5214
|
3755 2005-03-16 John W. Eaton <jwe@octave.org> |
|
3756 |
5215
|
3757 * control/base/__stepimp__.m, control/base/bode.m, |
|
3758 control/base/frdemo.m, control/base/nichols.m, |
|
3759 control/base/nyquist.m, control/base/pzmap.m, |
|
3760 control/base/rldemo.m, control/base/rlocus.m, |
|
3761 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
3762 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
3763 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
3764 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
3765 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
3766 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
3767 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
3768 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
3769 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
3770 plot/xlabel.m, quaternion/demoquat.m, |
|
3771 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
3772 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
3773 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
3774 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
3775 gsplot from @seealso docs. |
5214
|
3776 |
|
3777 * plot/replot.m: New file. |
|
3778 |
5205
|
3779 2005-03-15 David Bateman <dbateman@free.fr> |
|
3780 |
|
3781 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
3782 |
5196
|
3783 2005-03-09 John W. Eaton <jwe@octave.org> |
|
3784 |
|
3785 * statistics/Makefile.in (bin-dist): Delete target. |
|
3786 (BINDISTSUBDIRS): Delete variable. |
6754
|
3787 * control/Makefile.in: Likewise. |
5196
|
3788 |
5378
|
3789 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
3790 (BINDISTFILES): Delete variable. |
5378
|
3791 * control/base/Makefile.in: Likewise. |
|
3792 * control/hinf/Makefile.in: Likewise. |
|
3793 * control/obsolete/Makefile.in: Likewise. |
|
3794 * control/system/Makefile.in: Likewise. |
|
3795 * control/util/Makefile.in: Likewise. |
|
3796 * deprecated/Makefile.in: Likewise. |
|
3797 * elfun/Makefile.in: Likewise. |
|
3798 * finance/Makefile.in: Likewise. |
|
3799 * general/Makefile.in: Likewise. |
|
3800 * image/Makefile.in: Likewise. |
|
3801 * sparse/Makefile.in: Likewise. |
|
3802 * io/Makefile.in: Likewise. |
|
3803 * plot/Makefile.in: Likewise. |
|
3804 * Makefile.in: Likewise. |
|
3805 * miscellaneous/Makefile.in: Likewise. |
|
3806 * linear-algebra/Makefile.in: Likewise. |
|
3807 * polynomial/Makefile.in: Likewise. |
|
3808 * quaternion/Makefile.in: Likewise. |
|
3809 * set/Makefile.in: Likewise. |
|
3810 * signal/Makefile.in: Likewise. |
|
3811 * specfun/Makefile.in: Likewise. |
|
3812 * special-matrix/Makefile.in: Likewise. |
|
3813 * startup/Makefile.in: Likewise. |
|
3814 * statistics/base/Makefile.in: Likewise. |
|
3815 * statistics/distributions/Makefile.in: Likewise. |
|
3816 * statistics/models/Makefile.in: Likewise. |
|
3817 * statistics/tests/Makefile.in: Likewise. |
|
3818 * strings/Makefile.in: Likewise. |
|
3819 * time/Makefile.in: Likewise. |
5196
|
3820 |
5195
|
3821 2005-03-08 John W. Eaton <jwe@octave.org> |
|
3822 |
|
3823 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
3824 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
3825 |
5192
|
3826 2005-03-04 John W. Eaton <jwe@octave.org> |
|
3827 |
|
3828 * plot/clg.m: New file. |
|
3829 |
5193
|
3830 2005-03-03 John W. Eaton <jwe@octave.org> |
|
3831 |
|
3832 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
3833 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
3834 strings/strcmpi.m: |
|
3835 New files from Octave-forge. Adapt to Octave coding standards. |
|
3836 |
5181
|
3837 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
3838 |
|
3839 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
3840 computation range. |
|
3841 |
5164
|
3842 2005-02-25 John W. Eaton <jwe@octave.org> |
|
3843 |
|
3844 Sparse merge. |
|
3845 |
|
3846 2005-01-23 David Bateman <dbateman@free.fr> |
|
3847 |
|
3848 * sparse/randperm.m: Delete duplicate randperm.m. |
|
3849 |
|
3850 2005-01-10 John W. Eaton <jwe@octave.org> |
|
3851 |
|
3852 * sparse/Makefile.in: New file. |
|
3853 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
3854 |
|
3855 2005-01-07 David Bateman <dbateman@free.fr> |
|
3856 |
|
3857 * set/unique.m: import file from octave-forge. |
|
3858 |
|
3859 2005-01-05 David Bateman <dbateman@free.fr> |
|
3860 |
|
3861 * Makefile.in: include sparse directory in SUBDIRS. |
|
3862 |
|
3863 2004-12-30 John W. Eaton <jwe@octave.org> |
|
3864 |
|
3865 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
3866 src/DLD-FUNCTIONS/sparse.cc). |
|
3867 |
|
3868 2004-12-28 John W. Eaton <jwe@octave.org> |
|
3869 |
|
3870 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
3871 Andy Adler <adler@site.uottawa.ca>. |
|
3872 |
|
3873 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
3874 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
3875 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
3876 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
3877 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
3878 |
|
3879 * sparse: New directory. |
|
3880 |
5158
|
3881 2005-02-22 John W. Eaton <jwe@octave.org> |
|
3882 |
|
3883 * polynomial/residue.m: Force prepad to always create row vectors. |
|
3884 |
|
3885 * polynomial/poly.m: Quick return if m is 0. |
|
3886 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
3887 |
5154
|
3888 2005-02-21 David Bateman <dbateman@free.fr> |
|
3889 |
|
3890 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
3891 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
3892 Fix for row vectors with at least one element of lambda not in |
|
3893 (0, Inf). |
|
3894 |
5152
|
3895 2005-02-21 John W. Eaton <jwe@octave.org> |
|
3896 |
5153
|
3897 * statistics/base/qqplot.m: Use feval instead of eval. |
|
3898 |
5152
|
3899 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
3900 plot/__axis_label__.m: Issue replot command. |
|
3901 |
5135
|
3902 2005-02-09 John W. Eaton <jwe@octave.org> |
|
3903 |
|
3904 * polynomial/polyderiv.m: Force P to be a row vector. |
|
3905 |
5133
|
3906 2005-02-08 John W. Eaton <jwe@octave.org> |
|
3907 |
|
3908 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
3909 provided and len <= computed max_len. |
|
3910 |
5125
|
3911 2005-01-27 David Bateman <dbateman@free.fr> |
|
3912 |
|
3913 * strings/dec2base.m: Be even more careful about handling all digits. |
|
3914 |
|
3915 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
3916 |
|
3917 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
3918 |
5123
|
3919 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
3920 |
|
3921 * statistics/base/median.m: Make it work for the scalar case too. |
|
3922 |
6308
|
3923 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117
|
3924 |
|
3925 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
3926 Simplify logic for decoding args. |
5117
|
3927 |
5115
|
3928 2005-01-24 John W. Eaton <jwe@octave.org> |
|
3929 |
5116
|
3930 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
3931 |
|
3932 * plot/__plt__.m: No need to save and reset hold state now. |
|
3933 (first_plot): Delete unused variable. |
|
3934 |
5115
|
3935 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
3936 |
|
3937 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
3938 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
3939 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
3940 plot/__plt2vv__.m: |
|
3941 Return data and gnuplot commands instead of evaluating them. |
|
3942 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
3943 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
3944 |
5108
|
3945 2005-01-18 John W. Eaton <jwe@octave.org> |
|
3946 |
|
3947 * linear-algebra/cross.m: Allocate idx1 before use. |
|
3948 |
5096
|
3949 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
3950 |
|
3951 * statistics/base/range.m: Fix varargin usage. |
|
3952 |
5091
|
3953 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
3954 |
|
3955 * strings/deblank.m: Remove all trailing whitespace (check with |
|
3956 isspace), not just SPC. |
|
3957 |
5090
|
3958 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
3959 |
|
3960 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
3961 |
5073
|
3962 2004-11-09 John W. Eaton <jwe@octave.org> |
|
3963 |
|
3964 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
3965 From Julius Smith <jos@ccrma.stanford.edu>. |
|
3966 |
5072
|
3967 2004-11-08 John W. Eaton <jwe@octave.org> |
|
3968 |
|
3969 * plot/__plt2vm__.m: Delete debugging statement. |
|
3970 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
3971 |
5065
|
3972 2004-11-04 John W. Eaton <jwe@octave.org> |
|
3973 |
|
3974 * plot/hist.m: Always return row vectors for vector args. |
|
3975 |
5031
|
3976 2004-09-23 John W. Eaton <jwe@octave.org> |
|
3977 |
|
3978 * strings/strcmp.m: If args are not strings or cell arrays of |
|
3979 strings, return zero instead of reporting an error. |
|
3980 |
5021
|
3981 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
3982 |
|
3983 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
3984 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
3985 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
3986 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
3987 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
3988 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
3989 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
3990 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
3991 control/system/is_detectable.m, control/system/is_sample.m, |
|
3992 control/system/is_siso.m, control/system/is_stable.m, |
|
3993 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
3994 control/system/sys2tf.m, control/system/sys2zp.m, |
|
3995 control/system/sysappend.m, control/system/sysconnect.m, |
|
3996 control/system/sysdisc.m, control/system/sysdup.m, |
|
3997 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
3998 control/system/syssetsignals.m, control/system/syssub.m, |
|
3999 control/system/tf2sys.m, control/system/ugain.m, |
|
4000 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4001 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
4002 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
4003 |
|
4004 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
4005 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
4006 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
4007 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
4008 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
4009 control/system/sysappend.m, control/system/sysconnect.m, |
|
4010 control/system/sysdup.m, control/system/sysgroup.m, |
|
4011 control/system/sysprune.m, control/system/sysreorder.m, |
|
4012 control/system/sysscale.m, control/system/syssub.m, |
|
4013 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
4014 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
4015 polynomial/polyout.m, specfun/log2.m: |
|
4016 Add output arguments in doc strings. |
|
4017 |
|
4018 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
4019 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
4020 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
4021 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
4022 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
4023 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
4024 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
4025 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
4026 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
4027 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
4028 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
4029 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
4030 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
4031 control/system/c2d.m, control/system/is_abcd.m, |
|
4032 control/system/is_controllable.m, control/system/is_detectable.m, |
|
4033 control/system/is_observable.m, control/system/is_stable.m, |
|
4034 control/system/jet707.m, control/system/ord2.m, |
|
4035 control/system/starp.m, control/system/sys2fir.m, |
|
4036 control/system/sys2ss.m, control/system/sys2tf.m, |
|
4037 control/system/sys2zp.m, control/system/syscont.m, |
|
4038 control/system/sysdisc.m, control/system/sysdup.m, |
|
4039 control/system/sysgettype.m, control/system/sysgroup.m, |
|
4040 control/system/sysmult.m, control/system/sysprune.m, |
|
4041 control/system/sysreorder.m, control/system/sysscale.m, |
|
4042 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
4043 control/system/tf2ss.m, control/system/tf2sys.m, |
|
4044 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4045 control/util/axis2dlim.m, control/util/prompt.m, |
|
4046 control/util/zgfmul.m, control/util/zginit.m, |
|
4047 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
4048 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
4049 in doc strings. |
|
4050 |
|
4051 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
4052 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
4053 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
4054 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4055 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4056 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4057 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4058 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
4059 control/system/c2d.m, control/system/fir2sys.m, |
|
4060 control/system/is_stabilizable.m, control/system/jet707.m, |
|
4061 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
4062 control/util/zgshsr.m, polynomial/polyout.m: |
|
4063 New @tex section(s) in doc strings for better formating of printed |
|
4064 output. |
|
4065 |
|
4066 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
4067 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
4068 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
4069 Use proper double quote marks for TeX. |
|
4070 |
|
4071 * control/base/DEMOcontrol.m: Add missing ; |
|
4072 |
|
4073 * control/base/nichols.m, control/base/rlocus.m, |
|
4074 control/obsolete/minfo.m, control/system/is_digital.m, |
|
4075 control/system/ss2zp.m, control/system/sysmin.m, |
|
4076 control/system/tf2zp.m, control/util/sortcom.m: |
|
4077 Convert documentation to use or more completely use Texinfo. |
|
4078 |
|
4079 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
4080 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
4081 control/system/parallel.m, control/system/ss2tf.m, |
|
4082 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
4083 art splitting over a page boundary. |
|
4084 |
|
4085 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4086 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4087 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4088 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4089 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
4090 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
4091 the TeX documentation. |
|
4092 |
|
4093 * control/system/is_stabilizable.m: |
|
4094 Add Copyright so that help is displayed correctly. |
|
4095 |
|
4096 * special-matrix/vander.m: Octave indexes start at 1. |
|
4097 |
5011
|
4098 2004-09-21 David Bateman <dbateman@free.fr> |
|
4099 |
|
4100 * general/rotdim.m: New function for rotation of an N-d array in an |
|
4101 arbitrary plane. |
|
4102 |
|
4103 * general/flipdim.m: New function to flip an N-d array about an |
|
4104 arbitrary axis. |
|
4105 |
5003
|
4106 2004-09-15 David Bateman <dbateman@free.fr> |
|
4107 |
|
4108 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
4109 |
4992
|
4110 2004-09-15 John W. Eaton <jwe@octave.org> |
|
4111 |
|
4112 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
4113 Use iscellstr to check for cells rather than iscell. |
|
4114 Improve diagnostics for invalid args. |
4992
|
4115 |
4983
|
4116 2004-09-10 David Bateman <dbateman@free.fr> |
|
4117 |
|
4118 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
4119 and p with n > 1, and fix for matrix n and p with n == 1. |
|
4120 |
|
4121 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
4122 due to row vs. column vector operations. |
|
4123 |
4964
|
4124 2004-09-03 David Bateman <dbateman@free.fr> |
|
4125 |
|
4126 * general/repmat.m: Fix to allow logical classes. |
|
4127 |
4950
|
4128 2004-08-31 John W. Eaton <jwe@octave.org> |
|
4129 |
|
4130 * general/isa.m: New function, from Octave-forge. |
|
4131 |
|
4132 2004-08-31 David Bateman <dbateman@free.fr> |
|
4133 |
|
4134 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
4135 limitation on the use of int64 and uint64 types, and the use |
|
4136 of the eval. |
|
4137 |
|
4138 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
4139 in .^ with integer types is fixed. |
|
4140 |
|
4141 * general/repmat.m: Adapt to allow integer types. |
4945
|
4142 |
|
4143 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
4144 |
|
4145 * plot/axis.m: Don't reset axes when querying them. |
|
4146 |
4942
|
4147 2004-08-27 David Bateman <dbateman@free.fr> |
|
4148 |
|
4149 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
4150 Eliminate loop. |
|
4151 |
4918
|
4152 2004-07-27 David Bateman <dbateman@free.fr> |
|
4153 |
|
4154 * general/num2str.m: Also insert spaces in output when precision |
|
4155 argument is supplied. |
|
4156 |
4915
|
4157 2004-07-23 David Bateman <dbateman@free.fr> |
|
4158 |
|
4159 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
4160 |
4911
|
4161 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4162 |
|
4163 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
4164 |
|
4165 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
4166 |
|
4167 * miscellaneous/unix.m: Fix doc string. |
|
4168 |
|
4169 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
4170 |
|
4171 * plot/figure.m: Clarification of documentation. |
|
4172 |
|
4173 * image/imshow.m: Warn for complex images. |
|
4174 Only estimate colourmap for images in [0, 65536]. |
|
4175 |
|
4176 2004-07-22 David Bateman <dbateman@free.fr> |
|
4177 |
|
4178 * general/num2str.m: Fix the case of an all zero input. |
|
4179 |
4906
|
4180 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4181 |
|
4182 * general/ind2sub.m: Doc fix. |
|
4183 |
4900
|
4184 2004-06-08 John W. Eaton <jwe@octave.org> |
|
4185 |
|
4186 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
4187 convert function handle to string for eval. |
|
4188 |
4898
|
4189 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
4190 |
|
4191 * plot/errorbar.m: Remove debugging output. |
|
4192 |
|
4193 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4194 |
|
4195 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
4196 |
4897
|
4197 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4198 |
4898
|
4199 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
4200 |
|
4201 * polynomial/polyout.m: Use parenthesis if necessary around |
|
4202 complex polynomial coefficient. |
|
4203 |
4897
|
4204 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
4205 the bug which causes __errplot__ to ignore the last argument. |
|
4206 |
4894
|
4207 2004-06-03 David Bateman <dbateman@free.fr> |
|
4208 |
|
4209 * general/shiftdim.m: New function based on JWE code snippet. |
|
4210 |
|
4211 * general/circdim.m: New function. |
|
4212 |
4890
|
4213 2004-05-06 David Bateman <dbateman@free.fr> |
|
4214 |
|
4215 * general/issquare.m: Fail if ndim(x) > 2. |
|
4216 |
|
4217 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
4218 |
|
4219 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
4220 N-d array arguments. Add optional dim argument to define |
|
4221 dimension along which to operate. |
|
4222 |
|
4223 * linear-algebra/dmult.m: Allow N-d arrays. |
|
4224 |
|
4225 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
4226 |
4885
|
4227 2004-04-29 David Bateman <dbateman@free.fr> |
|
4228 |
|
4229 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
4230 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
4231 statistics/base/statistics.m, statistics/base/skewness.m |
|
4232 statistics/base/iqr.m: |
|
4233 Make N-d array aware. Allow optional argument to define the |
|
4234 dimension along which to operate. Update the documentation. |
|
4235 |
|
4236 * statistics/base/ranks.m: Change algorithm to use sort, |
|
4237 and adjust for the ties after. |
|
4238 |
|
4239 * statistics/base/run_counts.m: Change algorithm to use |
|
4240 the a combination of diff and find, rather than a for-loop. |
|
4241 |
4881
|
4242 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
4243 |
|
4244 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
4245 |
4878
|
4246 2004-04-23 David Bateman <dbateman@free.fr> |
|
4247 |
|
4248 * general/int2str.m: Treat only real part of argument, and treat |
|
4249 NDArrays by stacking the slices through the matrix vertically. |
|
4250 |
|
4251 * general/num2str.m: Improve format of integer matrices, and the |
|
4252 conversion of complex matrices added. Treat NDArrays by stacking |
|
4253 the slices through the matrix vertically. |
|
4254 |
|
4255 * deprecated/com2str.m: Moved here from general subdirectory. |
|
4256 |
4877
|
4257 2004-04-22 John W. Eaton <jwe@octave.org> |
|
4258 |
|
4259 * quaternion/qtransvmat.m: Use continuation characters to make |
|
4260 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
4261 |
4869
|
4262 2004-04-21 David Bateman <dbateman@free.fr> |
|
4263 |
5378
|
4264 * elfun/lcm.m: Make N-d aware. |
4870
|
4265 |
4869
|
4266 * general/diff.m: Make the code N-d array aware. Allow an |
|
4267 optional argument to define the dimension along which to perform |
|
4268 the differences and allow the order of the differences to be larger |
|
4269 than the dimension itself. |
|
4270 |
|
4271 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
4272 use of these functions to 1- and 2-d arrays. |
|
4273 |
4863
|
4274 2004-04-16 John W. Eaton <jwe@octave.org> |
|
4275 |
|
4276 * elfun/gcd.m: Delete. |
|
4277 |
4862
|
4278 2004-04-15 David Bateman <dbateman@free.fr> |
|
4279 |
|
4280 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
4281 |
|
4282 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
4283 array aware and and optional argument for the dimension along |
|
4284 which to operate. |
|
4285 |
5378
|
4286 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
4287 argument for the dimension to be consistent with other N-d array |
|
4288 functions. |
|
4289 |
4860
|
4290 2004-04-08 David Bateman <dbateman@free.fr> |
|
4291 |
|
4292 * statistics/distributions/discrete_cdf.m, |
|
4293 statistics/distributions/discrete_inv.m, |
|
4294 statistics/distributions/discrete_pdf.m, |
|
4295 statistics/distributions/discrete_rnd.m, |
|
4296 statistics/distributions/exponential_cdf.m, |
|
4297 statistics/distributions/exponential_inv.m, |
|
4298 statistics/distributions/exponential_pdf.m, |
|
4299 statistics/distributions/exponential_rnd.m, |
|
4300 statistics/distributions/f_cdf.m, |
|
4301 statistics/distributions/f_inv.m, |
|
4302 statistics/distributions/f_pdf.m, |
|
4303 statistics/distributions/f_rnd.m, |
|
4304 statistics/distributions/geometric_cdf.m, |
|
4305 statistics/distributions/geometric_inv.m, |
|
4306 statistics/distributions/geometric_pdf.m, |
|
4307 statistics/distributions/geometric_rnd.m, |
|
4308 statistics/distributions/hypergeometric_rnd.m, |
|
4309 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
4310 statistics/distributions/laplace_cdf.m, |
|
4311 statistics/distributions/laplace_inv.m, |
|
4312 statistics/distributions/laplace_pdf.m, |
|
4313 statistics/distributions/laplace_rnd.m, |
|
4314 statistics/distributions/logistic_inv.m, |
|
4315 statistics/distributions/logistic_rnd.m, |
|
4316 statistics/distributions/lognormal_cdf.m, |
|
4317 statistics/distributions/lognormal_inv.m, |
|
4318 statistics/distributions/lognormal_pdf.m, |
|
4319 statistics/distributions/lognormal_rnd.m, |
|
4320 statistics/distributions/pascal_cdf.m, |
|
4321 statistics/distributions/pascal_inv.m, |
|
4322 statistics/distributions/pascal_pdf.m, |
|
4323 statistics/distributions/pascal_rnd.m, |
|
4324 statistics/distributions/poisson_cdf.m, |
|
4325 statistics/distributions/poisson_inv.m, |
|
4326 statistics/distributions/poisson_pdf.m, |
|
4327 statistics/distributions/poisson_rnd.m, |
|
4328 statistics/distributions/t_cdf.m, |
|
4329 statistics/distributions/t_inv.m, |
|
4330 statistics/distributions/t_pdf.m, |
|
4331 statistics/distributions/t_rnd.m, |
|
4332 statistics/distributions/weibull_cdf.m, |
|
4333 statistics/distributions/weibull_inv.m, |
|
4334 statistics/distributions/weibull_pdf.m, |
|
4335 statistics/distributions/weibull_rnd.m: |
|
4336 Allow N-d arrays. |
|
4337 |
|
4338 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
4339 that results in NaN in places where it should not have had. |
|
4340 |
|
4341 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
4342 allow creating arbitrary matrices, compatiable with the other |
5583
|
4343 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
4344 |
|
4345 * statistics/distributions/empirical_rnd.m: New argument formats |
|
4346 to allow creating arbitrary matrices, compatiable with the other |
5583
|
4347 *_rnd.m functions. Maintain compatibility with previous |
4860
|
4348 format. Allow N-d arrays. |
|
4349 |
|
4350 * statistics/distributions/hypergeometric_cdf.m, |
|
4351 statistics/distributions/hypergeometric_inv.m, |
|
4352 statistics/distributions/hypergeometric_pdf.m, |
|
4353 statistics/distributions/wiener_rnd.m: |
|
4354 Error for non-scalar arguments. |
|
4355 |
|
4356 * statistics/distributions/pascal_rnd.m: |
|
4357 Correct for n = 1 bug, where all elements were equal. |
|
4358 |
4849
|
4359 2004-04-06 David Bateman <dbateman@free.fr> |
|
4360 |
4854
|
4361 * general/common_size.m, miscellaneous/bincoeff.m, |
|
4362 statistics/distributions/beta_cdf.m, |
|
4363 statistics/distributions/beta_inv.m, |
|
4364 statistics/distributions/beta_pdf.m, |
|
4365 statistics/distributions/beta_rnd.m, |
|
4366 statistics/distributions/binomial_cdf.m, |
|
4367 statistics/distributions/binomial_inv.m, |
|
4368 statistics/distributions/binomial_pdf.m, |
|
4369 statistics/distributions/binomial_rnd.m, |
|
4370 statistics/distributions/cauchy_cdf.m, |
|
4371 statistics/distributions/cauchy_inv.m, |
|
4372 statistics/distributions/cauchy_pdf.m, |
|
4373 statistics/distributions/cauchy_rnd.m, |
|
4374 statistics/distributions/chisquare_cdf.m, |
|
4375 statistics/distributions/chisquare_inv.m, |
|
4376 statistics/distributions/chisquare_pdf.m, |
|
4377 statistics/distributions/chisquare_rnd.m, |
|
4378 statistics/distributions/gamma_cdf.m, |
|
4379 statistics/distributions/gamma_inv.m, |
|
4380 statistics/distributions/gamma_pdf.m, |
|
4381 statistics/distributions/gamma_rnd.m, |
|
4382 statistics/distributions/normal_cdf.m, |
|
4383 statistics/distributions/normal_inv.m, |
|
4384 statistics/distributions/normal_pdf.m, |
|
4385 statistics/distributions/normal_rnd.m, |
|
4386 statistics/distributions/stdnormal_cdf.m, |
|
4387 statistics/distributions/stdnormal_pdf.m, |
|
4388 statistics/distributions/stdnormal_rnd.m, |
|
4389 statistics/distributions/uniform_cdf.m, |
|
4390 statistics/distributions/uniform_inv.m, |
|
4391 statistics/distributions/uniform_pdf.m, |
|
4392 statistics/distributions/uniform_rnd.m: |
|
4393 Allow the inputs to be N-d arrays. |
|
4394 |
4852
|
4395 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
4396 * statistics/base/median.m: Likewise. |
4849
|
4397 |
4844
|
4398 2004-04-02 David Bateman <dbateman@free.fr> |
|
4399 |
|
4400 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
4401 * statistics/base/center.m, statistics/base/meansq.m, |
|
4402 statistics/base/moment.m, statistics/base/range.m: |
4852
|
4403 Update for N-d arrays. |
4844
|
4404 * signal/fftshift.m: Fix dimensioning error. |
|
4405 |
|
4406 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
4407 N-d arrays. |
4844
|
4408 |
4852
|
4409 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
4410 |
|
4411 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
4412 |
4852
|
4413 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
4414 |
|
4415 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
4416 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
4417 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
4418 |
|
4419 * control/system/sysidx.m: Use cellidx and not listidx. |
|
4420 |
4841
|
4421 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4422 |
|
4423 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
4424 default of "" (so it is off unless explicitly set by the user). |
|
4425 |
4836
|
4426 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
4427 |
|
4428 * image/imshow.m: Accept "truesize" argument. |
|
4429 Ignore current colormap. New tests and demos. |
|
4430 |
4834
|
4431 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
4432 |
|
4433 * signal/sinewave.m: Allow N to default to M. |
|
4434 |
4826
|
4435 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4436 |
|
4437 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
4438 |
4818
|
4439 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4440 |
|
4441 * general/deal.m: New function. |
4819
|
4442 Add tests from Paul Kienzle. |
4818
|
4443 |
4811
|
4444 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4445 |
|
4446 * plot/hist.m: Compute histogram correctly for n>=30. |
|
4447 |
5095
|
4448 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
4449 |
|
4450 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
4451 |
4806
|
4452 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4453 |
|
4454 * miscellaneous/horzcat.m: Delete. |
|
4455 * miscellaneous/vertcat.m: Delete. |
|
4456 |
4790
|
4457 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4458 |
|
4459 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
4460 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
4461 |
4789
|
4462 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4463 |
|
4464 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
4465 doing multiple plots in the same gnuplot frame. |
|
4466 |
4780
|
4467 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4468 |
|
4469 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
4470 control/system/cellidx.m, control/system/ss.m, |
|
4471 control/system/tf.m, control/system/zp.m: New functions. |
|
4472 |
4778
|
4473 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
4474 |
|
4475 * statistics/distributions/discrete_inv.m: |
|
4476 Reduce memory requirements. |
|
4477 |
4772
|
4478 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4479 |
|
4480 * plot/__errcomm__.m: Fix thinko in previous change. |
|
4481 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
4482 |
4771
|
4483 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
4484 |
|
4485 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
4486 control/base/analdemo.m, control/base/bddemo.m, |
|
4487 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
4488 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
4489 control/base/rldemo.m, control/base/rlocus.m, |
|
4490 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
4491 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
4492 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
4493 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
4494 control/obsolete/packsys.m, control/obsolete/series.m, |
|
4495 control/system/__sysdefioname__.m, |
|
4496 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
4497 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
4498 control/system/c2d.m, control/system/d2c.m, |
|
4499 control/system/dmr2d.m, control/system/fir2sys.m, |
|
4500 control/system/is_signal_list.m, control/system/is_siso.m, |
|
4501 control/system/jet707.m, control/system/listidx.m, |
|
4502 control/system/moddemo.m, control/system/ord2.m, |
|
4503 control/system/packedform.m, control/system/parallel.m, |
|
4504 control/system/ss2sys.m, control/system/sys2tf.m, |
|
4505 control/system/sys2zp.m, control/system/sysadd.m, |
|
4506 control/system/sysappend.m, control/system/sysconnect.m, |
|
4507 control/system/syscont.m, control/system/sysdimensions.m, |
|
4508 control/system/sysdisc.m, control/system/sysdup.m, |
|
4509 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
4510 control/system/sysgroup.m, control/system/sysmin.m, |
|
4511 control/system/sysmult.m, control/system/sysprune.m, |
|
4512 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
4513 control/system/syssetsignals.m, control/system/syssub.m, |
|
4514 control/system/sysupdate.m, control/system/tf2sys.m, |
|
4515 control/system/ugain.m, control/system/zp2ss.m, |
|
4516 control/system/zp2sys.m, control/util/__outlist__.m, |
|
4517 control/util/__zgpbal__.m, control/util/strappend.m: |
|
4518 Use cell arrays instead of lists. |
|
4519 |
4723
|
4520 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
4521 |
|
4522 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
4523 so that bar (1, 1) will work. |
|
4524 |
4710
|
4525 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4526 |
4717
|
4527 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
4528 * plot/__errplot__.m: Likewise. |
|
4529 * plot/__plt__.m: Likewise. |
|
4530 * plot/plot_border.m: Likewise. |
|
4531 |
4710
|
4532 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
4533 not $(DOCSTRINGS). |
|
4534 |
4706
|
4535 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
4536 |
|
4537 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
4538 rank ([], tol). |
|
4539 |
4691
|
4540 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4541 |
4692
|
4542 * elfun/acot.m: Return atan (1./z). |
|
4543 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
4544 |
4691
|
4545 * miscellaneous/dir.m: New file. |
|
4546 |
|
4547 * general/num2str.m: Use "%d" as format if values are ints with |
|
4548 magnitude less than 1e10. |
|
4549 |
|
4550 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4551 |
|
4552 * general/num2str.m: If single arg is string, return it. |
|
4553 |
|
4554 * miscellaneous/not.m: New file. |
|
4555 |
|
4556 * miscellaneous/unix.m: New file. |
|
4557 |
|
4558 * miscellaneous/isunix.m: New file. |
|
4559 * miscellaneous/ispc.m: New file. |
|
4560 |
|
4561 * miscellaneous/computer.m: New file. |
|
4562 |
|
4563 * miscellaneous/delete.m: New file. |
|
4564 |
4689
|
4565 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4566 |
|
4567 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
4568 |
|
4569 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4570 |
|
4571 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
4572 Always return substituted version of LOADPATH if nargout != 0. |
|
4573 |
4685
|
4574 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
4575 |
|
4576 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
4577 before continuing. |
|
4578 |
|
4579 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
4580 |
4677
|
4581 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4582 |
|
4583 * general/ind2sub.m: New file. |
|
4584 * general/sub2ind.m: New file. |
|
4585 |
4675
|
4586 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4587 |
|
4588 * control/system/zp2ss.m: Don't save and restore |
|
4589 warn_empty_list_elements. |
|
4590 |
|
4591 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
4592 |
6778
|
4593 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675
|
4594 |
4673
|
4595 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
4596 |
|
4597 * statistics/base/mean.m: Remove special case for row vectors. |
|
4598 |
4637
|
4599 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
4600 |
|
4601 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
4602 |
4631
|
4603 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
4604 |
|
4605 * statistics/base/iqr.m: Handle matrices. |
|
4606 |
4630
|
4607 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4608 |
|
4609 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
4610 |
4629
|
4611 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4612 |
|
4613 * miscellaneous/path.m: Fix thinko in previous change. |
|
4614 |
4609
|
4615 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
4616 |
4629
|
4617 * control/base/dare.m: Check positive (semi)definiteness and |
|
4618 dimensions of r (and q). |
|
4619 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
4620 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
4621 near unit circle. |
4611
|
4622 |
|
4623 * control/system/is_detectable.m: Use Hautus Lemma. |
|
4624 Correct the behavior for discrete-time systems. |
|
4625 * control/system/is_stabilizable.m: Likewise. |
|
4626 |
4609
|
4627 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
4628 |
|
4629 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
4630 |
4610
|
4631 * general/isdefinite.m: New function. |
|
4632 |
4567
|
4633 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4634 |
|
4635 * general/reshape: Delete. |
|
4636 |
4559
|
4637 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4638 |
|
4639 * general/numel.m: Delete. |
|
4640 |
4535
|
4641 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4642 |
4536
|
4643 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
4644 |
|
4645 * deprecated/isstr.m: New file. |
4535
|
4646 |
4529
|
4647 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4648 |
|
4649 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
4650 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
4651 |
4525
|
4652 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
4653 |
|
4654 * statistics/base/mean.m: Fix missing semicolon problem. |
|
4655 |
4503
|
4656 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
4657 |
|
4658 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
4659 |
4492
|
4660 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
4661 |
|
4662 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
4663 Allow optional length argument. |
|
4664 |
4491
|
4665 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4666 |
|
4667 * polynomial/polyfit.m: Avoid calling flipud. |
|
4668 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
4669 Return structure as second output value for improved Matlab |
|
4670 compatibility. |
|
4671 |
4476
|
4672 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4673 |
4478
|
4674 * linear-algebra/cond.m: Behave as though old built-in variable |
|
4675 propagate_empty_matrices is always 1. Also handle empty matrices |
|
4676 with one non-zero dimension. |
|
4677 |
4476
|
4678 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
4679 warn_single_quote_string to the list. |
4478
|
4680 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
4681 from the list. |
4476
|
4682 |
5095
|
4683 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
4684 |
|
4685 * signal/autocov.m: Transpose result of conj because diag returns |
|
4686 a column vector, not a row vector. |
|
4687 |
|
4688 * audio/playaudio.m, audio/record.m, image/image.m, |
|
4689 miscellaneous/bug_report.m: Protect spaces in filenames |
|
4690 with quotes. |
|
4691 |
4466
|
4692 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4693 |
4468
|
4694 * io/printf.m, io/puts.m: Delete. |
|
4695 |
4466
|
4696 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
4697 default_return_value from the list. |
|
4698 Add warn_undefined_return_values to the list. |
|
4699 |
|
4700 |
4464
|
4701 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4702 |
|
4703 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
4704 and initialize_global_variables from the list. |
|
4705 |
4460
|
4706 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4707 |
4463
|
4708 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
4709 |
|
4710 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
4711 |
|
4712 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
4713 * control/system/sys2fir.m: Likewise. |
|
4714 |
|
4715 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
4716 * control/system/__tf2sysl__.m: Likewise. |
|
4717 |
|
4718 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
4719 |
|
4720 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
4721 and [] concatenation. |
|
4722 * control/system/sys2fir.m: Likewise. |
|
4723 |
|
4724 * control/base/dgram.m, control/base/freqchkw.m, |
|
4725 control/base/gram.m, control/system/__abcddims__.m, |
|
4726 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
4727 control/system/is_sample.m, control/system/is_signal_list.m, |
|
4728 control/system/is_siso.m, control/system/sys2fir.m, |
|
4729 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
4730 control/system/sysgettype.m, control/system/tf2zp.m, |
|
4731 control/system/ugain.m, control/util/prompt.m, |
|
4732 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
4733 control/util/zgshsr.m: |
|
4734 Improve conformance to Octave coding style. |
|
4735 |
4461
|
4736 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
4737 the list. |
|
4738 Delete resize_on_range_error from the list. |
|
4739 |
4460
|
4740 * control/base/pzmap.m, control/base/place.m, |
|
4741 control/base/__freqresp__.m, control/system/sysappend.m, |
|
4742 control/system/syscont.m, control/system/sysdisc.m, |
|
4743 control/system/sysgroup.m, control/system/tfout.m, |
|
4744 control/system/zp2ss.m, control/system/zpout.m, |
|
4745 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
4746 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
4747 empty_list_elements_ok. |
|
4748 |
|
4749 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
4750 Delete empty_list_elements_ok from the list. |
|
4751 |
4457
|
4752 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4753 |
|
4754 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
4755 list. |
|
4756 Delete treat_neg_dim_as_zero from the list. |
|
4757 |
|
4758 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
4759 |
4451
|
4760 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4761 |
4455
|
4762 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
4763 was not used in the code in any case). |
|
4764 |
|
4765 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
4766 do_fortran_indexing. |
|
4767 |
4452
|
4768 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
4769 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
4770 |
4451
|
4771 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
4772 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
4773 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
4774 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
4775 warn_fortran_indexing in the list. |
|
4776 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
4777 implicit_str_to_num_ok, do_fortran_indexing, and |
|
4778 prefer_column_vectors from list. |
4451
|
4779 |
4440
|
4780 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4781 |
|
4782 * Makefile.in (distclean, maintainer-clean): Also remove |
|
4783 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
4784 directory. |
|
4785 |
5095
|
4786 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
4787 |
|
4788 * plot/hist.m: Don't forget to define n if x is a vector. |
|
4789 |
5095
|
4790 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
4791 |
|
4792 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
4793 return "." with extension. |
|
4794 |
4422
|
4795 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4796 |
|
4797 * control/base/__stepimp__.m, control/base/nichols.m, |
|
4798 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
4799 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
4800 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
4801 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
4802 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
4803 |
4413
|
4804 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4805 |
|
4806 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
4807 |
5095
|
4808 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
4809 |
|
4810 * plot/hist.m: Improve performance by using different algorithms |
|
4811 depending on number of bins. |
|
4812 |
4404
|
4813 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4814 |
|
4815 * control/system/sysadd.m: If systems are not "tf", convert before |
|
4816 adding. |
|
4817 |
5095
|
4818 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
4819 |
|
4820 * image/imagesc.m: Accept data limits parameter for colormap. |
|
4821 |
5095
|
4822 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
4823 |
|
4824 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
4825 the impulse by t_step. |
|
4826 |
4373
|
4827 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4828 |
|
4829 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
4830 column vectors. |
|
4831 |
5095
|
4832 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
4833 |
|
4834 * linear-algebra/null.m: Handle empty matrix arg. |
|
4835 |
4369
|
4836 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4837 |
|
4838 * general/shift.m: Force empty_list_elements_ok to 1. |
|
4839 |
4358
|
4840 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4841 |
|
4842 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
4843 New files. |
|
4844 |
4348
|
4845 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4846 |
|
4847 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
4848 function handle to pass to feval. |
|
4849 * statistics/base/qqplot.m: Likewise. |
|
4850 * statistics/base/ppplot.m: Likewise. |
|
4851 * signal/spectral_xdf.m: Likewise. |
|
4852 * signal/spectral_adf.m: Likewise. |
|
4853 |
4340
|
4854 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4855 |
|
4856 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
4857 |
4334
|
4858 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4859 |
|
4860 * linear-algebra/logm.m: New file. |
|
4861 |
5095
|
4862 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
4863 |
|
4864 * mkpkgadd: Scan C++ files as well |
|
4865 |
5095
|
4866 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
4867 |
|
4868 * strings/findstr.m: Return empty set for zero-length target. |
|
4869 |
5095
|
4870 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
4871 |
|
4872 * set/union.m: Preserve the orientation of inputs. |
|
4873 |
4305
|
4874 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4875 |
|
4876 * general/int2str.m: Eliminate leading spaces. |
|
4877 |
4303
|
4878 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4879 |
|
4880 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
4881 |
5095
|
4882 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
4883 |
|
4884 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
4885 $(BUILD_LDFLAGS) to compiler. |
|
4886 |
4295
|
4887 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4888 |
|
4889 * general/num2str.m: Don't specify field width for scalars. |
|
4890 |
4292
|
4891 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4892 |
|
4893 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
4894 |
4265
|
4895 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4896 |
4279
|
4897 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
4898 |
4266
|
4899 * miscellaneous/tempname.m: New file. |
|
4900 |
|
4901 * miscellaneous/tempdir.m: New file. |
|
4902 |
4265
|
4903 * miscellaneous/fullfile.m: New file. |
|
4904 |
4259
|
4905 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4906 |
4264
|
4907 * miscellaneous/fileparts.m: New file. |
|
4908 |
|
4909 * io/beep.m: New file. |
|
4910 |
4260
|
4911 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
4912 format only. |
4259
|
4913 |
4257
|
4914 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4915 |
|
4916 * strings/strcmp.m: Handle cell arrays of strings. |
|
4917 |
4229
|
4918 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4919 |
|
4920 * general/int2str.m: Handle matrices. |
|
4921 * general/num2str.m: Likewise. |
|
4922 Also handle optional precision, and format args. |
|
4923 |
4225
|
4924 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4925 |
|
4926 * audio/Makefile.in, control/base/Makefile.in, |
|
4927 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
4928 control/system/Makefile.in, elfun/Makefile.in, |
|
4929 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
4930 io/Makefile.in, linear-algebra/Makefile.in, |
|
4931 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
4932 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
4933 specfun/Makefile.in, special-matrix/Makefile.in, |
|
4934 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
4935 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
4936 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
4937 deprecated/Makefile.in: Use new do-script-install and |
|
4938 do-script-uninstall macros. |
|
4939 |
|
4940 * mkpkgadd: New script. |
|
4941 |
|
4942 * plot/close.m: New file. |
|
4943 |
4184
|
4944 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4945 |
|
4946 * image/image.m: Use -raw option for xv. |
|
4947 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
4948 |
4172
|
4949 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4950 |
4174
|
4951 * control/base/lsim.m: Use approximate test for step size change. |
|
4952 |
4172
|
4953 * signal/bartlett.m: Avoid row/column mismatch error. |
|
4954 |
5095
|
4955 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
4956 |
|
4957 * statistics/base/var.m: Use better formula for improved accuracy. |
|
4958 |
5095
|
4959 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
4960 |
|
4961 * control/base/lsim.m: Correct doc string. |
|
4962 |
5095
|
4963 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
4964 |
|
4965 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
4966 |
4148
|
4967 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4968 |
|
4969 * plot/contour.m: Handle x and y as matrices too. |
|
4970 |
5095
|
4971 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
4972 |
|
4973 * plot/contour.m: Fix error and usage messages. |
|
4974 |
4146
|
4975 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4976 |
|
4977 * plot/contour.m: Correct orientation of plot. |
|
4978 |
4139
|
4979 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4980 |
|
4981 * control/base/analdemo.m: Fix typo. |
|
4982 |
5095
|
4983 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
4984 |
|
4985 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
4986 |
4098
|
4987 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4988 |
|
4989 * mkdoc: Exit immediately on errors. |
|
4990 Exit with error if gethelp does not exist. |
|
4991 |
|
4992 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
4993 |
4093
|
4994 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4995 |
|
4996 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
4997 |
5095
|
4998 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
4999 |
|
5000 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
5001 * statistics/distributions/normal_pdf.m: Likewise. |
|
5002 * statistics/distributions/normal_inv.m: Likewise. |
|
5003 |
5095
|
5004 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
5005 |
|
5006 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
5007 |
5095
|
5008 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
5009 |
|
5010 * statistics/base/var.m: Handle complex values. |
|
5011 |
4031
|
5012 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5013 |
|
5014 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
5015 list. |
|
5016 * deprecated/Makefile.in: New file. |
|
5017 |
5095
|
5018 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
5019 |
|
5020 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
5021 * statistics/distributions/binomial_cdf.m: Likewise. |
|
5022 * statistics/distributions/f_cdf.m: Likewise. |
|
5023 * statistics/distributions/t_cdf.m: Likewise. |
|
5024 |
|
5025 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
5026 * specfun/beta.m: Likewise. |
|
5027 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
5028 * statistics/distributions/gamma_pdf.m: Likewise. |
|
5029 * statistics/distributions/poisson_pdf.m: Likewise. |
|
5030 |
|
5031 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
5032 * statistics/distributions/poisson_cdf.m: Likewise. |
|
5033 |
4026
|
5034 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5035 |
4028
|
5036 * deprecated/is_bool.m: New file. |
|
5037 * deprecated/is_complex.m: New file. |
|
5038 * deprecated/is_global.m: New file. |
|
5039 * deprecated/is_list.m: New file. |
|
5040 * deprecated/is_matrix.m: New file. |
|
5041 * deprecated/is_scalar.m: New file. |
|
5042 * deprecated/is_square.m: New file. |
|
5043 * deprecated/is_stream.m: New file. |
|
5044 * deprecated/is_struct.m: New file. |
|
5045 * deprecated/is_symmetric.m: New file. |
|
5046 * deprecated/is_vector.m: New file. |
4030
|
5047 * Change all callers of these functions to use the new names. |
4028
|
5048 |
4029
|
5049 * deprecated: New directory. |
|
5050 * Makefile.in (SUBDIRS): Add it to the list. |
|
5051 |
4026
|
5052 * general/isscalar.m: Rename from is_scalar.m. |
|
5053 * general/issquare.m: Rename from is_square.m. |
|
5054 * general/issymmetric.m: Rename from is_symmetric.m. |
|
5055 * general/isvector.m: Rename from is_vector.m. |
|
5056 |
4022
|
5057 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5058 |
|
5059 * statistics/base/mean.m: Allow empty matrices. |
|
5060 Handle DIM arg. |
|
5061 |
5095
|
5062 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
5063 |
|
5064 * plot/__errcomm__.m: If format is not specified, default to error |
|
5065 bar format. |
|
5066 |
4011
|
5067 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5068 |
|
5069 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
5070 __F_SETFL__ and __O_NONBLOCK__. |
|
5071 |
|
5072 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
5073 * miscellaneous/bug_report.m: Likewise. |
|
5074 |
4007
|
5075 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5076 |
4008
|
5077 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
5078 * general/rem.m: Likewise. |
|
5079 |
|
5080 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
5081 * plot/semilogxerr.m: Likewise. |
4007
|
5082 * plot/semilogyerr.m: Likewise. |
|
5083 |
5095
|
5084 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
5085 |
|
5086 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
5087 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
5088 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
5089 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
5090 |
|
5091 * plot/errorbar.m: Use __errcomm__.m. |
|
5092 * plot/__errplot__.m: Minor cleanups. |
|
5093 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
5094 * plot/__pltopt1__.m: Likewise. |
|
5095 |
3980
|
5096 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5097 |
3981
|
5098 * general/rem.m: Delete redundant call to usage. |
|
5099 |
3980
|
5100 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
5101 |
5095
|
5102 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
5103 |
|
5104 * general/mod.m: New function. |
|
5105 |
3979
|
5106 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5107 |
|
5108 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
5109 * control/system/sysadd.m: Likewise. |
|
5110 * control/system/sysgroup.m: Likewise. |
|
5111 * control/system/syssub.m: Likewise. |
|
5112 * elfun/gcd.m: Likewise. |
|
5113 * elfun/lcm.m: Likewise. |
|
5114 * general/common_size.m: Likewise. |
|
5115 * io/printf.m: Likewise. |
|
5116 * miscellaneous/menu.m: Likewise. |
|
5117 * miscellaneous/path.m: Likewise. |
|
5118 * plot/__errplot__.m: Likewise. |
|
5119 * plot/__plt__.m: Likewise. |
|
5120 * plot/axis.m: Likewise. |
|
5121 * plot/errorbar.m: Likewise. |
|
5122 * plot/mplot.m: Likewise. |
|
5123 * plot/loglog.m: Likewise. |
|
5124 * plot/plot.m: Likewise. |
|
5125 * plot/plot_border.m: Likewise. |
|
5126 * plot/semilogx.m: Likewise. |
|
5127 * plot/semilogy.m: Likewise. |
|
5128 * plot/xlabel.m: Likewise. |
|
5129 * plot/ylabel.m: Likewise. |
|
5130 * plot/zlabel.m: Likewise. |
|
5131 * statistics/base/ppplot.m: Likewise. |
|
5132 * statistics/base/qqplot.m: Likewise. |
|
5133 * statistics/tests/bartlett_test.m: Likewise. |
|
5134 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
5135 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
5136 * strings/str2mat.m: Likewise. |
|
5137 * strings/strcat.m: Likewise. |
|
5138 |
5095
|
5139 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
5140 |
|
5141 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
5142 |
3924
|
5143 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5144 |
|
5145 * skip-autoheader: New file, for autogen.sh. |
3925
|
5146 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
5147 |
5095
|
5148 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
5149 |
|
5150 * general/repmat.m: New function. |
|
5151 |
5095
|
5152 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
5153 |
|
5154 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
5155 Use optional parameter to specify the number of bits in the input. |
|
5156 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
5157 floats in the range [-1,1], 2x speedup. |
|
5158 |
|
5159 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
5160 |
3910
|
5161 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5162 |
|
5163 * linear-algebra/kron.m: Delete. |
|
5164 |
5095
|
5165 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
5166 |
|
5167 * signal/freqz.m: If nargout is zero, plot results instead of |
|
5168 returning them. |
|
5169 * signal/freqz_plot.m: New file. |
|
5170 |
5095
|
5171 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
5172 |
5378
|
5173 * signal/unwrap.m: New file. |
3906
|
5174 |
5095
|
5175 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
5176 |
|
5177 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
5178 divide by zero warning. |
|
5179 |
5095
|
5180 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
5181 |
3894
|
5182 * strings/deblank.m: Trim \0 as well as blank. |
|
5183 |
5378
|
5184 * freqz.m: Evaluate a specific range of frequencies |
3893
|
5185 expressed in radians or Hz relative to a supplied sample rate. |
|
5186 |
5095
|
5187 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
5188 |
|
5189 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
5190 |
3891
|
5191 * strings/findstr.m: Vectorize as much as possible. |
|
5192 |
5095
|
5193 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
5194 |
|
5195 * special-matrix/invhilb.m: New version that is faster and more |
|
5196 accurate. |
|
5197 |
5095
|
5198 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
5199 |
|
5200 * configure.in: Update for autoconf 2.5x. |
|
5201 |
5095
|
5202 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
5203 |
|
5204 * special-matrix/vander.m: Code tidy and vectorize. |
|
5205 |
5095
|
5206 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
5207 |
3883
|
5208 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
5209 to vectors. Issue a warning in the case x matches y' but return a |
|
5210 column vector as Octave currently does. |
|
5211 |
3882
|
5212 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
5213 |
|
5214 * control/system/starp.m: Leave more of the documentation |
|
5215 processing to texinfo and less to the @format block. |
|
5216 |
|
5217 * image/imagesc.m: Only display image if no output is requested. |
|
5218 Code tidying. |
|
5219 |
3876
|
5220 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5221 |
|
5222 * statistics/base/center.m: Accept and return empty matrix. |
|
5223 |
3872
|
5224 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5225 |
|
5226 * specfun/erfinv.m: Fix usage message. |
|
5227 |
3869
|
5228 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5229 |
|
5230 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
5231 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
5232 |
3837
|
5233 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5234 |
|
5235 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
5236 capitalized variable names. |
|
5237 |
3836
|
5238 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
5239 |
|
5240 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
5241 |
5095
|
5242 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
5243 |
|
5244 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
5245 |
3803
|
5246 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
5247 |
3833
|
5248 * general/cart2pol.m: New file. |
|
5249 * general/pol2cart.m: New file. |
|
5250 * general/cart2sph.m: New file. |
|
5251 * general/sph2cart.m: New file. |
|
5252 * image/rgb2hsv.m: New file. |
|
5253 * image/hsv2rgb.m: New file. |
3803
|
5254 |
|
5255 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5256 |
|
5257 * plot/meshgrid.m: Avoid for loops. |
|
5258 * plot/meshdom.m: Likewise. |
|
5259 |
3801
|
5260 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5261 |
|
5262 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
5263 |
|
5264 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
5265 |
|
5266 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
5267 norm. |
|
5268 |
3792
|
5269 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
5270 |
|
5271 * statistics/tests/welch_test.m: Fix typo. |
|
5272 |
|
5273 * statistics/distributions/chisquare_cdf.m: |
|
5274 Don't restrict inputs to be only positive integers. |
|
5275 * statistics/distributions/chisquare_inv.m: Likewise. |
|
5276 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
5277 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
5278 * statistics/distributions/f_cdf.m: Likewise. |
|
5279 * statistics/distributions/f_inv.m: Likewise. |
|
5280 * statistics/distributions/f_pdf.m: Likewise. |
|
5281 * statistics/distributions/f_rnd.m: Likewise. |
|
5282 * statistics/distributions/t_cdf.m: Likewise. |
|
5283 * statistics/distributions/t_inv.m: Likewise. |
|
5284 * statistics/distributions/t_pdf.m: Likewise. |
|
5285 * statistics/distributions/t_rnd.m: Likewise. |
|
5286 |
3790
|
5287 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5288 |
|
5289 * strings/dec2base.m: New file. |
|
5290 * strings/base2dec.m: New file. |
|
5291 * strings/strjust.m: New file. |
|
5292 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
5293 * strings/dec2bin.m: Likewise. |
|
5294 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
5295 * strings/bin2dec.m: Likewise. |
|
5296 |
5095
|
5297 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
5298 |
|
5299 * statistics/base/ppplot.m: Use gset, not set. |
|
5300 * statistics/base/qqplot.m: Likewise. |
|
5301 |
5095
|
5302 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
5303 |
|
5304 * control/system/c2d.m: Add missing endif. |
|
5305 |
3759
|
5306 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5307 |
|
5308 * strings/index.m: Return 0 if either string is empty. |
|
5309 |
|
5310 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
5311 |
|
5312 * control/system/c2d.m: Allow option of matched pole/zero |
|
5313 equivalent for conversion. |
|
5314 |
|
5315 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
5316 |
|
5317 * strings/findstr.m: Return empty matrix if search string is empty. |
|
5318 |
3757
|
5319 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
5320 |
|
5321 * saveimage.m: Do create rawbit image for black and white images, |
|
5322 but do it correctly. |
|
5323 |
3754
|
5324 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5325 |
6778
|
5326 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
5327 result polynomials. |
3754
|
5328 |
3748
|
5329 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5330 |
|
5331 * image/saveimage.m: Don't try to create rawbit image. |
|
5332 |
3740
|
5333 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5334 |
|
5335 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
5336 |
5095
|
5337 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
5338 |
|
5339 * plot/contour.m: Reorder args for Matlab compatibility. |
|
5340 |
3727
|
5341 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
5342 |
|
5343 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
5344 |
3717
|
5345 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5346 |
3718
|
5347 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
5348 |
3717
|
5349 * plot/mesh.m: Also set nologscale before plotting. |
|
5350 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
5351 xyerrorbars instead of just errorbars. |
|
5352 |
3714
|
5353 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
5354 |
|
5355 * image/image.m: Try display (from ImageMagick) first. |
|
5356 |
3709
|
5357 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
5358 |
|
5359 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
5360 conjugate transpose. |
|
5361 |
3705
|
5362 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5363 |
|
5364 * strings/str2mat.m: Apply setstr to each argument. |
|
5365 |
3696
|
5366 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
5367 |
|
5368 * control/base/dkalman.m: New file. |
|
5369 * control/base/dlqe.m: Handle singular A matrix. |
|
5370 * control/base/dlqr.m: Likewise. |
|
5371 |
3695
|
5372 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5373 |
|
5374 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
5375 dimensions don't match. |
|
5376 |
3690
|
5377 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
5378 |
|
5379 * plot/hist.m: Allow 3 argument form to work. |
|
5380 |
5095
|
5381 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
5382 |
|
5383 * plot/plot.m: Add examples in doc string. |
|
5384 |
5095
|
5385 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
5386 |
|
5387 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
5388 Do the right thing even if automatic_replot is not zero. |
|
5389 Avoid failure if system has pure imaginary poles. |
|
5390 |
3674
|
5391 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5392 |
|
5393 * general/logical.m: Return arg if it is empty. Better error |
|
5394 message for non-numeric types. |
|
5395 |
5095
|
5396 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
5397 |
|
5398 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
5399 about difference with Matlab dlqe function. |
|
5400 |
|
5401 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
5402 |
5095
|
5403 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
5404 |
|
5405 * strings/strrep.m: Fix typo. |
|
5406 |
3666
|
5407 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5408 |
|
5409 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
5410 |
5095
|
5411 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
5412 |
|
5413 * strings/strrep.m: Avoid for loop for speed. |
3667
|
5414 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
5415 |
5095
|
5416 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
5417 |
|
5418 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
5419 guess for iteration. |
|
5420 |
3651
|
5421 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5422 |
|
5423 * image/image.m: Allow image (A) or image (x, y, A). |
|
5424 * image/imagesc.m: Likewise. |
|
5425 |
|
5426 * image/image.m: If zoom is not supplied, or if it is an empty |
|
5427 matrix, autoscale the image. |
|
5428 |
3618
|
5429 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5430 |
3619
|
5431 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
5432 Undo string escapes in text twice(!) before sending to gnuplot. |
|
5433 |
3618
|
5434 * image/saveimage.m: Add comment to file saying who created it and |
|
5435 when it was created. Suggested by Stephen Eglen |
|
5436 <stephen@cogsci.ed.ac.uk>. |
|
5437 |
5095
|
5438 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
5439 |
|
5440 * polynomial/polyreduce.m: Simplify by looking for the first |
|
5441 non-zero element rather than the last of the first set of zero |
|
5442 elements. |
|
5443 |
|
5444 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
5445 |
5095
|
5446 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
5447 |
|
5448 * image/saveimage.m: Swap black and white colormaps so zero is |
|
5449 displayed as black and 1 is displayed as white. |
|
5450 Fix indexing bug in ppm case. |
|
5451 |
3604
|
5452 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
5453 |
|
5454 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
5455 between the two distributions (took same approach as ks.test() in R.) |
|
5456 |
3603
|
5457 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5458 |
|
5459 * control/base/bode.m: Temporarily disable automatic_replot. |
|
5460 |
3599
|
5461 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5462 |
3601
|
5463 * Makefile.in (clean): Also remove gethelp. |
|
5464 |
3599
|
5465 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
5466 |
5095
|
5467 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
5468 |
|
5469 * set/create_set.m: Use find to avoid while loop. |
|
5470 |
5095
|
5471 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
5472 |
|
5473 * plot/hist.m: New optional third argument. |
|
5474 |
|
5475 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5476 |
|
5477 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
5478 number appended. |
|
5479 |
3575
|
5480 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5481 |
|
5482 * gethelp.cc: Sprinkle with std:: qualifier. |
|
5483 |
3498
|
5484 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5485 |
|
5486 * image/saveimage.m: Delete some debugging code. |
|
5487 |
3486
|
5488 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5489 |
|
5490 * signal/sinc.m: Avoid reshaping. |
|
5491 |
|
5492 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
5493 * image/ind2rgb.m: Ditto. |
|
5494 * image/ind2gray.m: Ditto. |
|
5495 * general/reshape.m: Ditto. Also no longer needs to reset |
|
5496 implicit_str_to_num_ok. |
|
5497 |
3483
|
5498 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5499 |
|
5500 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
5501 a list of file structures, not a vector of numeric file ids. |
|
5502 |
3474
|
5503 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5504 |
3476
|
5505 * plot/__axis_label__.m: New function. |
|
5506 Undo string escapes in text twice(!) before sending to gnuplot. |
|
5507 * plot/xlabel.m: Use it. |
|
5508 * plot/ylabel.m: Ditto. |
|
5509 * plot/zlabel.m: Ditto. |
|
5510 |
3474
|
5511 * plot/mesh.m: Fix error message to reflect reality. |
|
5512 |
5095
|
5513 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
5514 |
|
5515 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
5516 |
5095
|
5517 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
5518 |
|
5519 * audio/saveaudio.m: Also accept files with .ul extension. |
|
5520 * audio/loadaudio.m: Ditto. |
|
5521 * audio/playaudio.m: Ditto. |
|
5522 |
3456
|
5523 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5524 |
|
5525 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
5526 * statistics/distributions/beta_inv.m: Ditto. |
|
5527 * statistics/distributions/beta_pdf.m: Ditto. |
|
5528 * statistics/distributions/beta_rnd.m: Ditto. |
|
5529 * statistics/distributions/binomial_cdf.m: Ditto. |
|
5530 * statistics/distributions/binomial_inv.m: Ditto. |
|
5531 * statistics/distributions/binomial_pdf.m: Ditto. |
|
5532 * statistics/distributions/binomial_rnd.m: Ditto. |
|
5533 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
5534 * statistics/distributions/cauchy_inv.m: Ditto. |
|
5535 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
5536 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
5537 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
5538 * statistics/distributions/chisquare_inv.m: Ditto. |
|
5539 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
5540 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
5541 * statistics/distributions/discrete_cdf.m: Ditto. |
|
5542 * statistics/distributions/discrete_inv.m: Ditto. |
|
5543 * statistics/distributions/discrete_pdf.m: Ditto. |
|
5544 * statistics/distributions/discrete_rnd.m: Ditto. |
|
5545 * statistics/distributions/empirical_cdf.m: Ditto. |
|
5546 * statistics/distributions/empirical_inv.m: Ditto. |
|
5547 * statistics/distributions/empirical_pdf.m: Ditto. |
|
5548 * statistics/distributions/empirical_rnd.m: Ditto. |
|
5549 * statistics/distributions/exponential_cdf.m: Ditto. |
|
5550 * statistics/distributions/exponential_inv.m: Ditto. |
|
5551 * statistics/distributions/exponential_pdf.m: Ditto. |
|
5552 * statistics/distributions/exponential_rnd.m: Ditto. |
|
5553 * statistics/distributions/f_cdf.m: Ditto. |
|
5554 * statistics/distributions/f_inv.m: Ditto. |
|
5555 * statistics/distributions/f_pdf.m: Ditto. |
|
5556 * statistics/distributions/f_rnd.m: Ditto. |
|
5557 * statistics/distributions/gamma_cdf.m: Ditto. |
|
5558 * statistics/distributions/gamma_inv.m: Ditto. |
|
5559 * statistics/distributions/gamma_pdf.m: Ditto. |
|
5560 * statistics/distributions/gamma_rnd.m: Ditto. |
|
5561 * statistics/distributions/geometric_cdf.m: Ditto. |
|
5562 * statistics/distributions/geometric_inv.m: Ditto. |
|
5563 * statistics/distributions/geometric_pdf.m: Ditto. |
|
5564 * statistics/distributions/geometric_rnd.m: Ditto. |
|
5565 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
5566 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
5567 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
5568 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
5569 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
5570 * statistics/distributions/laplace_cdf.m: Ditto. |
|
5571 * statistics/distributions/laplace_inv.m: Ditto. |
|
5572 * statistics/distributions/laplace_pdf.m: Ditto. |
|
5573 * statistics/distributions/laplace_rnd.m: Ditto. |
|
5574 * statistics/distributions/logistic_cdf.m: Ditto. |
|
5575 * statistics/distributions/logistic_inv.m: Ditto. |
|
5576 * statistics/distributions/logistic_pdf.m: Ditto. |
|
5577 * statistics/distributions/logistic_rnd.m: Ditto. |
|
5578 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
5579 * statistics/distributions/lognormal_inv.m: Ditto. |
|
5580 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
5581 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
5582 * statistics/distributions/normal_cdf.m: Ditto. |
|
5583 * statistics/distributions/normal_inv.m: Ditto. |
|
5584 * statistics/distributions/normal_pdf.m: Ditto. |
|
5585 * statistics/distributions/normal_rnd.m: Ditto. |
|
5586 * statistics/distributions/pascal_cdf.m: Ditto. |
|
5587 * statistics/distributions/pascal_inv.m: Ditto. |
|
5588 * statistics/distributions/pascal_pdf.m: Ditto. |
|
5589 * statistics/distributions/pascal_rnd.m: Ditto. |
|
5590 * statistics/distributions/poisson_cdf.m: Ditto. |
|
5591 * statistics/distributions/poisson_inv.m: Ditto. |
|
5592 * statistics/distributions/poisson_pdf.m: Ditto. |
|
5593 * statistics/distributions/poisson_rnd.m: Ditto. |
|
5594 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
5595 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
5596 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
5597 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
5598 * statistics/distributions/t_cdf.m: Ditto. |
|
5599 * statistics/distributions/t_inv.m: Ditto. |
|
5600 * statistics/distributions/t_pdf.m: Ditto. |
|
5601 * statistics/distributions/t_rnd.m: Ditto. |
|
5602 * statistics/distributions/uniform_cdf.m: Ditto. |
|
5603 * statistics/distributions/uniform_inv.m: Ditto. |
|
5604 * statistics/distributions/uniform_pdf.m: Ditto. |
|
5605 * statistics/distributions/uniform_rnd.m: Ditto. |
|
5606 * statistics/distributions/weibull_cdf.m: Ditto. |
|
5607 * statistics/distributions/weibull_inv.m: Ditto. |
|
5608 * statistics/distributions/weibull_pdf.m: Ditto. |
|
5609 * statistics/distributions/weibull_rnd.m: Ditto. |
|
5610 * statistics/distributions/wiener_rnd.m: Ditto. |
|
5611 |
3453
|
5612 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5613 |
|
5614 * statistics/base/values.m: Texinfoize doc string. |
|
5615 * statistics/base/var.m: Ditto. |
|
5616 * statistics/base/table.m: Ditto. |
|
5617 * statistics/base/studentize.m: Ditto. |
|
5618 * statistics/base/statistics.m: Ditto. |
|
5619 * statistics/base/spearman.m: Ditto. |
|
5620 * statistics/base/run_count.m: Ditto. |
|
5621 * statistics/base/ranks.m: Ditto. |
|
5622 * statistics/base/range.m: Ditto. |
|
5623 * statistics/base/qqplot.m: Ditto. |
|
5624 * statistics/base/probit.m: Ditto. |
|
5625 * statistics/base/ppplot.m: Ditto. |
|
5626 * statistics/base/moment.m: Ditto. |
|
5627 * statistics/base/meansq.m: Ditto. |
|
5628 * statistics/base/logit.m: Ditto. |
|
5629 * statistics/base/kendall.m: Ditto. |
|
5630 * statistics/base/iqr.m: Ditto. |
|
5631 * statistics/base/cut.m: Ditto. |
|
5632 * statistics/base/cor.m: Ditto. |
|
5633 * statistics/base/cloglog.m: Ditto. |
|
5634 * statistics/base/center.m: Ditto. |
3454
|
5635 * statistics/models/logistic_regression.m: Ditto. |
|
5636 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
5637 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
5638 * statistics/tests/anova.m: Ditto. |
|
5639 * statistics/tests/bartlett_test.m: Ditto. |
|
5640 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
5641 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
5642 * statistics/tests/cor_test.m: Ditto. |
|
5643 * statistics/tests/f_test_regression.m: Ditto. |
|
5644 * statistics/tests/hotelling_test.m: Ditto. |
|
5645 * statistics/tests/hotelling_test_2.m: Ditto. |
|
5646 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
5647 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
5648 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
5649 * statistics/tests/manova.m: Ditto. |
|
5650 * statistics/tests/mcnemar_test.m: Ditto. |
|
5651 * statistics/tests/prop_test_2.m: Ditto. |
|
5652 * statistics/tests/run_test.m: Ditto. |
|
5653 * statistics/tests/sign_test.m: Ditto. |
|
5654 * statistics/tests/t_test.m: Ditto. |
|
5655 * statistics/tests/t_test_2.m: Ditto. |
|
5656 * statistics/tests/t_test_regression.m: Ditto. |
|
5657 * statistics/tests/u_test.m: Ditto. |
|
5658 * statistics/tests/var_test.m: Ditto. |
|
5659 * statistics/tests/welch_test.m: Ditto. |
|
5660 * statistics/tests/wilcoxon_test.m: Ditto. |
|
5661 * statistics/tests/z_test.m: Ditto. |
|
5662 * statistics/tests/z_test_2.m: Ditto. |
3453
|
5663 |
3446
|
5664 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5665 |
|
5666 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
5667 * plot/__plr1__.m: Ditto. |
|
5668 * plot/__pltopt__.m: Ditto. |
|
5669 * plot/__plt__.m: Ditto. |
|
5670 * plot/__plt2vv__.m: Ditto. |
|
5671 * plot/__plr2__.m: Ditto. |
|
5672 * plot/__plr__.m: Ditto. |
|
5673 * plot/__plt1__.m: Ditto. |
|
5674 * plot/__plt2__.m: Ditto. |
|
5675 * plot/__plt2mm__.m: Ditto. |
|
5676 * plot/__plt2mv__.m: Ditto. |
|
5677 * plot/__plt2ss__.m: Ditto. |
|
5678 * miscellaneous/paren.m: Ditto. |
|
5679 * miscellaneous/comma.m: Ditto. |
|
5680 * miscellaneous/semicolon.m: Ditto. |
|
5681 * miscellaneous/path.m: Ditto. |
|
5682 * miscellaneous/list_primes.m: Ditto. |
|
5683 * miscellaneous/flops.m: Ditto. |
|
5684 * miscellaneous/dump_prefs.m: Ditto. |
|
5685 * miscellaneous/bug_report.m: Ditto. |
|
5686 * linear-algebra/dot.m: Ditto |
|
5687 * linear-algebra/dmult.m: Ditto. |
|
5688 * general/randperm.m: Ditto. |
|
5689 * general/logical.m: Ditto. |
|
5690 * general/is_duplicate_entry.m: Ditto. |
|
5691 * signal/arch_fit.m: Ditto. |
|
5692 * signal/arch_rnd.m: Ditto. |
|
5693 * signal/arch_test.m: Ditto. |
|
5694 * signal/arma_rnd.m: Ditto. |
|
5695 * signal/autocor.m: Ditto. |
|
5696 * signal/autocov.m: Ditto. |
|
5697 * signal/autoreg_matrix.m: Ditto. |
|
5698 * signal/bartlett.m: Ditto. |
|
5699 * signal/blackman.m: Ditto. |
|
5700 * signal/detrend.m: Ditto. |
|
5701 * signal/diffpara.m: Ditto. |
|
5702 * signal/durbinlevinson.m: Ditto. |
|
5703 * signal/fftconv.m: Ditto. |
|
5704 * signal/fftfilt.m: Ditto. |
|
5705 * signal/fftshift.m: Ditto. |
|
5706 * signal/fractdiff.m: Ditto. |
|
5707 * signal/freqz.m: Ditto. |
|
5708 * signal/hamming.m: Ditto. |
|
5709 * signal/hanning.m: Ditto. |
|
5710 * signal/hurst.m: Ditto. |
|
5711 * signal/periodogram.m: Ditto. |
|
5712 * signal/rectangle_lw.m: Ditto. |
|
5713 * signal/rectangle_sw.m: Ditto. |
|
5714 * signal/sinc.m: Ditto. |
|
5715 * signal/sinetone.m: Ditto. |
|
5716 * signal/sinewave.m: Ditto. |
|
5717 * signal/spectral_adf.m: Ditto. |
|
5718 * signal/spectral_xdf.m: Ditto. |
|
5719 * signal/spencer.m: Ditto. |
|
5720 * signal/stft.m: Ditto. |
|
5721 * signal/synthesis.m: Ditto. |
|
5722 * signal/triangle_lw.m: Ditto. |
|
5723 * signal/triangle_sw.m: Ditto. |
|
5724 * signal/yulewalker.m: Ditto. |
3450
|
5725 * control/util/strappend.m: Ditto. |
3451
|
5726 * control/base/nichols.m: Ditto. |
3452
|
5727 * control/system/is_signal_list.m: Ditto. |
|
5728 * control/system/listidx.m: Ditto. |
|
5729 * control/system/sysgettsam.m: Ditto. |
|
5730 * control/system/sysidx.m: Ditto. |
3446
|
5731 |
3438
|
5732 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5733 |
|
5734 * control/system/__abcddims__.m: Rename from |
|
5735 control/system/abcddims.m, change all callers. |
|
5736 * control/base/__bodquist__.m: Likewise. |
|
5737 * control/base/__freqresp__.m: Likewise. |
|
5738 * control/util/__outlist__.m: Likewise. |
|
5739 * control/base/__stepimp__.m: Likewise. |
|
5740 * control/system/__syschnamesl__.m: Likewise. |
|
5741 * control/system/__syscont_disc__.m: Likewise. |
|
5742 * control/system/__sysdefioname__.m: Likewise. |
|
5743 * control/system/__sysdefstname__.m: Likewise. |
|
5744 * control/system/__sysgroupn__.m: Likewise. |
|
5745 * control/system/__tf2sysl__.m: Likewise. |
|
5746 * control/util/__zgpbal__.m: Likewise. |
|
5747 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
5748 |
|
5749 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
5750 * quaternion/qconj.m: Ditto. |
|
5751 * quaternion/qcoordinate_plot.m: Ditto. |
|
5752 * quaternion/qderiv.m: Ditto. |
|
5753 * quaternion/qderivmat.m: Ditto. |
|
5754 * quaternion/qinv.m: Ditto. |
|
5755 * quaternion/qmult.m: Ditto. |
|
5756 * quaternion/qtrans.m: Ditto. |
|
5757 * quaternion/qtransv.m: Ditto. |
|
5758 * quaternion/qtransvmat.m: Ditto. |
|
5759 * quaternion/quaternion.m: Ditto. |
3438
|
5760 |
3436
|
5761 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5762 |
|
5763 * control/base/Makefile.in: Ditto. |
|
5764 * control/hinf/Makefile.in: New file. |
|
5765 * control/marsyas/Makefile.in: Ditto. |
|
5766 * control/obsolete/Makefile.in: Ditto. |
|
5767 * control/system/Makefile.in: Ditto. |
|
5768 * control/util/Makefile.in: Ditto. |
|
5769 |
|
5770 * strings/com2str.m: Move here from control directory. |
|
5771 |
|
5772 * control/base: New directory. |
|
5773 * control/base/DEMOcontrol.m: Move here from control directory. |
|
5774 * control/base/analdemo.m: Ditto. |
|
5775 * control/base/are.m: Ditto. |
|
5776 * control/base/bddemo.m: Ditto. |
|
5777 * control/base/bode.m: Ditto. |
|
5778 * control/base/bode_bounds.m: Ditto. |
|
5779 * control/base/bodquist.m: Ditto. |
|
5780 * control/base/controldemo.m: Ditto. |
|
5781 * control/base/ctrb.m: Ditto. |
|
5782 * control/base/damp.m: Ditto. |
|
5783 * control/base/dare.m: Ditto. |
|
5784 * control/base/dcgain.m: Ditto. |
|
5785 * control/base/dgram.m: Ditto. |
|
5786 * control/base/dlqe.m: Ditto. |
|
5787 * control/base/dlqr.m: Ditto. |
|
5788 * control/base/dlyap.m: Ditto. |
|
5789 * control/base/dre.m: Ditto. |
|
5790 * control/base/frdemo.m: Ditto. |
|
5791 * control/base/freqchkw.m: Ditto. |
|
5792 * control/base/freqresp.m: Ditto. |
|
5793 * control/base/gram.m: Ditto. |
|
5794 * control/base/impulse.m: Ditto. |
|
5795 * control/base/lqe.m: Ditto. |
|
5796 * control/base/lqg.m: Ditto. |
|
5797 * control/base/lqr.m: Ditto. |
|
5798 * control/base/lsim.m: Ditto. |
|
5799 * control/base/ltifr.m: Ditto. |
|
5800 * control/base/lyap.m: Ditto. |
|
5801 * control/base/nichols.m: Ditto. |
|
5802 * control/base/nyquist.m: Ditto. |
|
5803 * control/base/obsv.m: Ditto. |
|
5804 * control/base/place.m: Ditto. |
|
5805 * control/base/pzmap.m: Ditto. |
|
5806 * control/base/rldemo.m: Ditto. |
|
5807 * control/base/rlocus.m: Ditto. |
|
5808 * control/base/step.m: Ditto. |
|
5809 * control/base/stepimp.m: Ditto. |
|
5810 * control/base/tzero.m: Ditto. |
|
5811 * control/base/tzero2.m: Ditto. |
|
5812 |
|
5813 * control/hinf: New directory. |
|
5814 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
5815 * control/hinf/h2norm.m: Ditto. |
|
5816 * control/hinf/h2syn.m: Ditto. |
|
5817 * control/hinf/hinf_ctr.m: Ditto. |
|
5818 * control/hinf/hinfdemo.m: Ditto. |
|
5819 * control/hinf/hinfnorm.m: Ditto. |
|
5820 * control/hinf/hinfsyn.m: Ditto. |
|
5821 * control/hinf/hinfsyn_chk.m: Ditto. |
|
5822 * control/hinf/hinfsyn_ric.m: Ditto. |
|
5823 * control/hinf/wgt1o.m: Ditto. |
3441
|
5824 * control/hinf/dgkfdemo.m: Ditto. |
|
5825 * control/hinf/is_dgkf.m: Ditto. |
3436
|
5826 |
|
5827 * control/marsyas: New directory. |
|
5828 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
5829 * control/marsyas/susball.m: Ditto. |
|
5830 |
|
5831 * control/obsolete/dezero.m: Move here from control directory. |
|
5832 * control/obsolete/rotg.m: Ditto. |
|
5833 |
|
5834 * control/system: New directory. |
|
5835 * control/system/abcddim.m: Move here from control directory. |
|
5836 * control/system/abcddims.m: Ditto. |
|
5837 * control/system/buildssic.m: Ditto. |
|
5838 * control/system/c2d.m: Ditto. |
|
5839 * control/system/d2c.m: Ditto. |
|
5840 * control/system/dmr2d.m: Ditto. |
|
5841 * control/system/fir2sys.m: Ditto. |
|
5842 * control/system/is_abcd.m: Ditto. |
|
5843 * control/system/is_digital.m: Ditto. |
|
5844 * control/system/is_sample.m: Ditto. |
|
5845 * control/system/is_signal_list.m: Ditto. |
|
5846 * control/system/is_siso.m: Ditto. |
3441
|
5847 * control/system/is_controllable.m: Ditto. |
|
5848 * control/system/is_detectable.m: Ditto. |
|
5849 * control/system/is_observable.m: Ditto. |
|
5850 * control/system/is_stabilizable.m: Ditto. |
|
5851 * control/system/is_stable.m: Ditto. |
3436
|
5852 * control/system/jet707.m: Ditto. |
|
5853 * control/system/listidx.m: Ditto. |
|
5854 * control/system/moddemo.m: Ditto. |
|
5855 * control/system/ord2.m: Ditto. |
|
5856 * control/system/packedform.m: Ditto. |
|
5857 * control/system/parallel.m: Ditto. |
|
5858 * control/system/ss2sys.m: Ditto. |
|
5859 * control/system/ss2tf.m: Ditto. |
|
5860 * control/system/ss2zp.m: Ditto. |
|
5861 * control/system/starp.m: Ditto. |
|
5862 * control/system/sys2fir.m: Ditto. |
|
5863 * control/system/sys2ss.m: Ditto. |
|
5864 * control/system/sys2tf.m: Ditto. |
|
5865 * control/system/sys2zp.m: Ditto. |
|
5866 * control/system/sysadd.m: Ditto. |
|
5867 * control/system/sysappend.m: Ditto. |
|
5868 * control/system/syschnamesl.m: Ditto. |
|
5869 * control/system/syschtsam.m: Ditto. |
|
5870 * control/system/sysconnect.m: Ditto. |
|
5871 * control/system/syscont.m: Ditto. |
|
5872 * control/system/syscont_disc.m: Ditto. |
|
5873 * control/system/sysdefioname.m: Ditto. |
|
5874 * control/system/sysdefstname.m: Ditto. |
|
5875 * control/system/sysdimensions.m: Ditto. |
|
5876 * control/system/sysdisc.m: Ditto. |
|
5877 * control/system/sysdup.m: Ditto. |
|
5878 * control/system/sysgetsignals.m: Ditto. |
|
5879 * control/system/sysgettsam.m: Ditto. |
|
5880 * control/system/sysgettype.m: Ditto. |
|
5881 * control/system/sysgroup.m: Ditto. |
|
5882 * control/system/sysgroupn.m: Ditto. |
|
5883 * control/system/sysidx.m: Ditto. |
|
5884 * control/system/sysmin.m: Ditto. |
|
5885 * control/system/sysmult.m: Ditto. |
|
5886 * control/system/sysout.m: Ditto. |
|
5887 * control/system/sysprune.m: Ditto. |
|
5888 * control/system/sysreorder.m: Ditto. |
|
5889 * control/system/sysrepdemo.m: Ditto. |
|
5890 * control/system/sysscale.m: Ditto. |
|
5891 * control/system/syssetsignals.m: Ditto. |
|
5892 * control/system/syssub.m: Ditto. |
|
5893 * control/system/sysupdate.m: Ditto. |
|
5894 * control/system/tf2ss.m: Ditto. |
|
5895 * control/system/tf2sys.m: Ditto. |
|
5896 * control/system/tf2sysl.m: Ditto. |
|
5897 * control/system/tf2zp.m: Ditto. |
|
5898 * control/system/tfout.m: Ditto. |
|
5899 * control/system/ugain.m: Ditto. |
|
5900 * control/system/zp2ss.m: Ditto. |
|
5901 * control/system/zp2ssg2.m: Ditto. |
|
5902 * control/system/zp2sys.m: Ditto. |
|
5903 * control/system/zp2tf.m: Ditto. |
|
5904 * control/system/zpout.m: Ditto. |
|
5905 |
|
5906 * control/util: New directory. |
|
5907 * control/util/axis2dlim.m: Move here from control directory. |
|
5908 * control/util/outlist.m: Ditto. |
|
5909 * control/util/prompt.m: Ditto. |
|
5910 * control/util/run_cmd.m: Ditto. |
|
5911 * control/util/sortcom.m: Ditto. |
|
5912 * control/util/strappend.m: Ditto. |
|
5913 * control/util/swap.m: Ditto. |
|
5914 * control/util/zgfmul.m: Ditto. |
|
5915 * control/util/zgfslv.m: Ditto. |
|
5916 * control/util/zginit.m: Ditto. |
|
5917 * control/util/zgpbal.m: Ditto. |
|
5918 * control/util/zgreduce.m: Ditto. |
|
5919 * control/util/zgrownorm.m: Ditto. |
|
5920 * control/util/zgscal.m: Ditto. |
|
5921 * control/util/zgsgiv.m: Ditto. |
|
5922 * control/util/zgshsr.m: Ditto. |
|
5923 |
3427
|
5924 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5925 |
|
5926 * gethelp.cc (extract_help_text): Discard first space character |
|
5927 after consecutive comment characters. |
|
5928 |
3422
|
5929 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
5930 |
|
5931 * control/obsolete: New directory |
|
5932 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
5933 * control/obsolete/swapcols.m: Ditto. |
|
5934 * control/obsolete/dlqg.m: Ditto. |
|
5935 * control/obsolete/minfo.m: Ditto. |
|
5936 * control/obsolete/packsys.m: Ditto. |
|
5937 * control/obsolete/qzval.m: Ditto. |
|
5938 * control/obsolete/unpacksys.m: Ditto. |
|
5939 * control/obsolete/series.m: Ditto. |
|
5940 * control/obsolete/syschnames.m: Ditto. |
|
5941 * polynomial/polyout.m: Ditto. |
3422
|
5942 |
3420
|
5943 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5944 |
|
5945 * general/fliplr.m: Eliminate useless copy of arg. |
|
5946 * general/flipud.m: Ditto. |
|
5947 |
3418
|
5948 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5949 |
|
5950 * linear-algebra/cross.m: Only return a row vector if both args |
|
5951 are row vectors. |
|
5952 * polynomial/polyfit.m: Likewise. |
|
5953 |
|
5954 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
5955 |
|
5956 * statistics/distributions/discrete_rnd.m: |
|
5957 Always generate a row vector. |
|
5958 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
5959 |
5095
|
5960 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
5961 |
|
5962 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
5963 |
|
5964 * audio/setaudio.m: Texinfoize doc string. |
|
5965 * control/com2str.m: Likewise. |
|
5966 * control/controldemo.m: Likewise. |
|
5967 * control/DEMOcontrol.m: Likewise. |
|
5968 * control/dezero.m: Likewise. |
|
5969 * control/dre.m: Likewise. |
|
5970 * control/hinfsyn_ric.m: Likewise. |
|
5971 |
5095
|
5972 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
5973 |
|
5974 * io/printf.m: Add @seealso{...} to doc string. |
|
5975 * io/puts.m: Likewise. |
|
5976 * plot/semilogx.m: Likewise. |
|
5977 * plot/semilogy.m: Likewise. |
|
5978 * plot/__pltopt__.m: Likewise. |
|
5979 * plot/bar.m: Likewise. |
|
5980 * plot/xlabel.m: Likewise. |
|
5981 * plot/grid.m: Likewise. |
|
5982 * plot/shg.m: Likewise. |
|
5983 * plot/title.m: Likewise. |
|
5984 * plot/mesh.m: Likewise. |
|
5985 * plot/__pltopt1__.m: Likewise. |
|
5986 * plot/contour.m: Likewise. |
|
5987 * plot/hist.m: Likewise. |
|
5988 * plot/stairs.m: Likewise. |
|
5989 * plot/meshgrid.m: Likewise. |
|
5990 * plot/polar.m: Likewise. |
|
5991 * plot/loglog.m: Likewise. |
|
5992 * plot/plot.m: Likewise. |
|
5993 * miscellaneous/semicolon.m: Likewise. |
|
5994 * miscellaneous/menu.m: Likewise. |
|
5995 * miscellaneous/etime.m: Likewise. |
|
5996 * miscellaneous/texas_lotto.m: Likewise. |
|
5997 * miscellaneous/comma.m: Likewise. |
|
5998 * audio/lin2mu.m: Likewise. |
|
5999 * audio/playaudio.m: Likewise. |
|
6000 * audio/loadaudio.m: Likewise. |
|
6001 * audio/saveaudio.m: Likewise. |
|
6002 * audio/mu2lin.m: Likewise. |
|
6003 * audio/record.m: Likewise. |
|
6004 * strings/isletter.m: Likewise. |
|
6005 * strings/lower.m: Likewise. |
|
6006 * strings/lower.m: Likewise. |
|
6007 * strings/upper.m: Likewise. |
|
6008 * specfun/erfinv.m: Likewise. |
|
6009 * specfun/gammai.m: Likewise. |
|
6010 * specfun/log2.m: Likewise. |
|
6011 * specfun/pow2.m: Likewise. |
|
6012 * elfun/gcd.m: Likewise. |
|
6013 * elfun/lcm.m: Likewise. |
|
6014 * special-matrix/vander.m: Likewise. |
|
6015 * special-matrix/sylvester_matrix.m: Likewise. |
|
6016 * special-matrix/hilb.m: Likewise. |
|
6017 * special-matrix/hankel.m: Likewise. |
|
6018 * special-matrix/toeplitz.m: Likewise. |
|
6019 * special-matrix/invhilb.m: Likewise. |
|
6020 * statistics/base/std.m: Likewise. |
|
6021 * statistics/base/median.m: Likewise. |
|
6022 * linear-algebra/cond.m: Likewise. |
|
6023 * linear-algebra/norm.m: Likewise. |
|
6024 * finance/nper.m: Likewise. |
|
6025 * finance/pmt.m: Likewise. |
|
6026 * finance/pv.m: Likewise. |
|
6027 * finance/rate.m: Likewise. |
|
6028 * finance/npv.m: Likewise. |
|
6029 * general/fliplr.m: Likewise. |
|
6030 * general/flipud.m: Likewise. |
|
6031 * general/is_scalar.m: Likewise. |
|
6032 * general/rem.m: Likewise. |
|
6033 * general/perror.m: Likewise. |
|
6034 * general/tril.m: Likewise. |
|
6035 * general/rot90.m: Likewise. |
|
6036 * general/num2str.m: Likewise. |
|
6037 * general/int2str.m: Likewise. |
|
6038 * general/reshape.m: Likewise. |
|
6039 * general/logspace.m: Likewise. |
|
6040 * general/is_symmetric.m: Likewise. |
|
6041 * general/is_vector.m: Likewise. |
|
6042 * general/nextpow2.m: Likewise. |
|
6043 * general/columns.m: Likewise. |
|
6044 * general/is_square.m: Likewise. |
|
6045 * general/rows.m: Likewise. |
|
6046 * control/ugain.m: Likewise. |
|
6047 * control/damp.m: Likewise. |
|
6048 * control/dare.m: Likewise. |
|
6049 * control/are.m: Likewise. |
|
6050 * control/sys2fir.m: Likewise. |
|
6051 * control/abcddim.m: Likewise. |
|
6052 * control/is_abcd.m: Likewise. |
|
6053 * control/step.m: Likewise. |
|
6054 * control/is_observable.m: Likewise. |
|
6055 * control/is_controllable.m: Likewise. |
|
6056 * control/jet707.m: Likewise. |
|
6057 * control/polyout.m: Likewise. |
|
6058 * control/impulse.m: Likewise. |
|
6059 * control/lqg.m: Likewise. |
|
6060 * control/is_detectable.m: Likewise. |
|
6061 * control/sysdimensions.m: Likewise. |
|
6062 * control/sysupdate.m: Likewise. |
|
6063 * control/stepimp.m: Likewise. |
|
6064 * control/is_stable.m: Likewise. |
|
6065 * control/tfout.m: Likewise. |
|
6066 * control/zpout.m: Likewise. |
|
6067 |
3405
|
6068 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6069 |
|
6070 * set/complement.m: Add @seealso{} stuff. |
|
6071 * set/create_set.m: Likewise. |
|
6072 * set/intersection.m: Likewise. |
|
6073 * set/union.m: Likewise. |
|
6074 |
3399
|
6075 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6076 |
3400
|
6077 * control/d2c.m: Use double quotes instead of single quotes for |
|
6078 string constants. |
|
6079 * control/dgkfdemo.m: Likewise. |
|
6080 * control/fir2sys.m: Likewise. |
|
6081 * control/frdemo.m: Likewise. |
|
6082 * control/moddemo.m: Likewise. |
|
6083 * control/minfo.m: Likewise. |
|
6084 * control/is_stabilizable.m: Likewise. |
|
6085 * control/is_dgkf.m: Likewise. |
|
6086 * control/polyout.m: Likewise. |
|
6087 * control/sysconnect.m: Likewise. |
|
6088 * control/sysrepdemo.m: Likewise. |
|
6089 * control/tf2sys.m: Likewise. |
|
6090 * control/tfout.m: Likewise. |
|
6091 * control/zp2sys.m: Likewise. |
|
6092 * control/zpout.m: Likewise. |
|
6093 * control/tzero.m: Likewise. |
|
6094 |
|
6095 * control/DEMOcontrol.m: Handle moddemo case too. |
|
6096 |
|
6097 * image/loadimage.m: Use double quotes instead of single quotes |
|
6098 for string constants. Use sprintf instead of square brackets to |
|
6099 construct string. |
|
6100 |
3399
|
6101 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
6102 * control/fir2sys.m: Likewise. |
3399
|
6103 |
3390
|
6104 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6105 |
|
6106 * mkdoc: Only delete spaces before @ characters at the beginning |
|
6107 of a line. |
|
6108 |
3383
|
6109 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6110 |
3388
|
6111 * control/bddemo.m: Make it more likely to work with any value of |
|
6112 whitespace_in_literal_matrix. |
3386
|
6113 * control/analdemo.m: Ditto. |
|
6114 * control/dgkfdemo.m: Ditto. |
|
6115 * control/frdemo.m: Ditto. |
|
6116 * control/sysrepdemo.m: Ditto. |
|
6117 * control/moddemo.m: Ditto. |
3388
|
6118 * control/zp2ss.m: Ditto. |
3387
|
6119 * control/zp2tf.m: Ditto. |
3388
|
6120 * control/syssub.m: Ditto. |
|
6121 * finance/npv.m: Ditto. |
|
6122 * statistics/base/studentize.m: Ditto. |
|
6123 * statistics/base/values.m: Ditto. |
|
6124 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6125 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
6126 |
3384
|
6127 * control/dezero.m: Use toascii to convert string to ASCII value |
|
6128 instead of multiplying it by 1. |
|
6129 |
3383
|
6130 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
6131 * control/zpout.m: Ditto. |
|
6132 * control/tfout.m: Ditto. |
|
6133 * control/tf2sys.m: Ditto. |
|
6134 * control/syssub.m: Ditto. |
|
6135 * control/syssetsignals.m: Ditto. |
|
6136 * control/sysout.m: Ditto. |
|
6137 * control/sysmult.m: Ditto. |
|
6138 * control/sysgroup.m: Ditto. |
|
6139 * control/sysdup.m: Ditto. |
|
6140 * control/sysdisc.m: Ditto. |
|
6141 * control/syscont.m: Ditto. |
|
6142 * control/sysconnect.m: Ditto. |
|
6143 * control/sysappend.m: Ditto. |
|
6144 * control/sysadd.m: Ditto. |
|
6145 * control/ss2sys.m: Ditto. |
|
6146 * control/nyquist.m: Ditto. |
|
6147 * control/lqg.m: Ditto. |
|
6148 * control/fir2sys.m: Ditto. |
|
6149 * control/dmr2d.m: Ditto. |
|
6150 * control/dezero.m: Ditto. |
|
6151 * control/d2c.m: Ditto. |
|
6152 * control/c2d.m: Ditto. |
|
6153 * control/bddemo.m: Ditto. |
|
6154 * control/pzmap.m: Ditto. |
|
6155 |
5095
|
6156 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
6157 |
|
6158 * signal/spectral_adf.m: Fix typo. |
|
6159 |
3372
|
6160 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6161 |
|
6162 * linear-algebra/cond.m: Texinfoize doc string. |
|
6163 * linear-algebra/kron.m: Ditto. |
|
6164 * linear-algebra/norm.m: Ditto. |
|
6165 * linear-algebra/null.m: Ditto. |
|
6166 * linear-algebra/orth.m: Ditto. |
|
6167 * linear-algebra/rank.m: Ditto. |
|
6168 * linear-algebra/trace.m: Ditto. |
|
6169 * linear-algebra/qzhess.m: Ditto. |
|
6170 * miscellaneous/menu.m: Ditto. |
3373
|
6171 * general/perror.m: Ditto. |
|
6172 * general/strerror.m: Ditto. |
|
6173 * general/columns.m: Ditto. |
|
6174 * general/rows.m: Ditto. |
|
6175 * image/colormap.m: Ditto. |
|
6176 * image/gray.m: Ditto. |
|
6177 * image/gray2ind.m: Ditto. |
|
6178 * image/image.m: Ditto. |
|
6179 * image/imagesc.m: Ditto. |
|
6180 * image/imshow.m: Ditto. |
|
6181 * image/ind2gray.m: Ditto. |
|
6182 * image/ind2rgb.m: Ditto. |
|
6183 * image/loadimage.m: Ditto. |
|
6184 * image/rgb2ntsc.m: Ditto. |
|
6185 * image/ntsc2rgb.m: Ditto. |
|
6186 * image/ocean.m: Ditto. |
|
6187 * image/rgb2ind.m: Ditto. |
|
6188 * image/saveimage.m: Ditto. |
3372
|
6189 * io/printf.m: Ditto. |
|
6190 * io/puts.m: Ditto. |
|
6191 |
3369
|
6192 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6193 |
|
6194 * special-matrix/hankel.m: Texinfoize doc string. |
|
6195 * special-matrix/hilb.m: Ditto. |
|
6196 * special-matrix/invhilb.m: Ditto. |
|
6197 * special-matrix/sylvester_matrix.m: Ditto. |
|
6198 * special-matrix/toeplitz.m: Ditto. |
|
6199 * special-matrix/vander.m: Ditto. |
|
6200 * linear-algebra/vec.m: Ditto. |
|
6201 * linear-algebra/vech.m: Ditto. |
|
6202 * general/common_size.m: Ditto. |
|
6203 * general/diff.m: Ditto. |
|
6204 * general/fliplr.m: Ditto. |
|
6205 * general/flipud.m: Ditto. |
|
6206 * general/rot90.m: Ditto. |
|
6207 * general/reshape.m: Ditto. |
|
6208 * general/shift.m: Ditto. |
|
6209 * general/tril.m: Ditto. |
|
6210 * general/triu.m: Ditto. |
|
6211 * general/logspace.m: Ditto. |
3371
|
6212 * general/nargchk.m: Ditto. |
3369
|
6213 |
3367
|
6214 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6215 |
|
6216 * statistics/base/mean: Texinfoize doc string. |
|
6217 * statistics/base/median: Ditto. |
|
6218 * statistics/base/std: Ditto. |
|
6219 * statistics/base/cov: Ditto. |
|
6220 * statistics/base/corrcoef: Ditto. |
|
6221 * statistics/base/kurtosis: Ditto. |
|
6222 * statistics/base/mahalanobis: Ditto. |
|
6223 * statistics/base/skewness: Ditto. |
3368
|
6224 * statistics/base/gls.m: Ditto. |
|
6225 * statistics/base/ols.m: Ditto. |
3367
|
6226 * signal/detrend.m: Ditto. |
|
6227 * signal/freqz.m: Ditto. |
|
6228 * signal/sinc.m: Ditto. |
|
6229 * signal/fftconv.m: Ditto. |
|
6230 * signal/fftfilt.m: Ditto. |
3368
|
6231 * set/create_set.m: Ditto. |
|
6232 * set/union.m: Ditto. |
|
6233 * set/intersection.m: Ditto. |
|
6234 * set/complement.m: Ditto. |
|
6235 * poly/compan.m: Ditto. |
|
6236 * poly/conv: Ditto. |
|
6237 * poly/deconv: Ditto. |
|
6238 * poly/poly: Ditto. |
|
6239 * poly/polyderiv: Ditto. |
|
6240 * poly/polyfit: Ditto. |
|
6241 * poly/polyinteg: Ditto. |
|
6242 * poly/polyreduce: Ditto. |
|
6243 * poly/polyval: Ditto. |
|
6244 * poly/polyvalm: Ditto. |
|
6245 * poly/residue: Ditto. |
|
6246 * poly/roots: Ditto. |
|
6247 * plot/top_title.m: Ditto |
|
6248 * plot/subwindow.m: Ditto |
|
6249 * plot/subplot.m: Ditto |
|
6250 * plot/plot_border.m: Ditto |
|
6251 * plot/oneplot.m: Ditto |
|
6252 * plot/multiplot.m: Ditto |
|
6253 * plot/mplot.m: Ditto |
|
6254 * plot/xlabel.m: Ditto |
|
6255 * plot/figure.m: Ditto |
|
6256 * plot/meshdom.m: Ditto |
|
6257 * plot/mesh.m: Ditto |
|
6258 * plot/stairs.m: Ditto |
|
6259 * plot/polar.m: Ditto |
|
6260 * plot/loglog.m: Ditto |
|
6261 * plot/hist.m: Ditto |
|
6262 * plot/contour.m: Ditto |
|
6263 * plot/bar.m: Ditto |
|
6264 * plot/axis.m: Ditto |
|
6265 * plot/plot.m: Ditto. |
3367
|
6266 |
3361
|
6267 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6268 |
3365
|
6269 * control/pinv.m: Delete. |
|
6270 |
3364
|
6271 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
6272 |
3361
|
6273 * strings/blanks.m: Texinfoize doc string. |
|
6274 * strings/strcat.m: Ditto. |
|
6275 * strings/str2mat.m: Ditto. |
|
6276 * strings/deblank.m: Ditto. |
|
6277 * strings/findstr.m: Ditto. |
|
6278 * strings/index.m: Ditto. |
|
6279 * strings/rindex.m: Ditto. |
|
6280 * strings/split.m: Ditto. |
|
6281 * strings/strcmp.m: Ditto. |
|
6282 * strings/strrep.m: Ditto. |
|
6283 * strings/substr.m: Ditto. |
|
6284 * general/int2str.m: Ditto. |
|
6285 * general/num2str.m: Ditto. |
|
6286 * strings/dec2bin.m: Ditto. |
|
6287 * strings/bin2dec: Ditto. |
|
6288 * strings/dec2bin: Ditto. |
|
6289 * strings/dec2hex: Ditto. |
|
6290 * strings/hex2dec: Ditto. |
|
6291 * strings/str2num: Ditto. |
|
6292 |
3347
|
6293 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6294 |
|
6295 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
6296 |
5095
|
6297 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
6298 |
|
6299 * control/DEMOcontrol.m: Texinfoize doc string. |
|
6300 * control/abcddim.m: Ditto. |
|
6301 * control/abcddims.m: Ditto. |
|
6302 * control/analdemo.m: Ditto. |
|
6303 * control/are.m: Ditto. |
|
6304 * control/axis2dlim.m: Ditto. |
|
6305 * control/bddemo.m: Ditto. |
|
6306 * control/bode.m: Ditto. |
|
6307 * control/bode_bounds.m: Ditto. |
|
6308 * control/bodquist.m: Ditto. |
|
6309 * control/buildssic.m: Ditto. |
|
6310 * control/c2d.m: Ditto. |
|
6311 * control/ctrb.m: Ditto. |
|
6312 * control/d2c.m: Ditto. |
|
6313 * control/damp.m: Ditto. |
|
6314 * control/dare.m: Ditto. |
|
6315 * control/dcgain.m: Ditto. |
|
6316 * control/dgkfdemo.m: Ditto. |
|
6317 * control/dgram.m: Ditto. |
|
6318 * control/dlqe.m: Ditto. |
|
6319 * control/dlqr.m: Ditto. |
|
6320 * control/dlyap.m: Ditto. |
|
6321 * control/dmr2d.m: Ditto. |
|
6322 * control/fir2sys.m: Ditto. |
|
6323 * control/frdemo.m: Ditto. |
|
6324 * control/freqchkw.m: Ditto. |
|
6325 * control/freqresp.m: Ditto. |
|
6326 * control/gram.m: Ditto. |
|
6327 * control/h2norm.m: Ditto. |
|
6328 * control/h2syn.m: Ditto. |
|
6329 * control/hinf_ctr.m: Ditto. |
|
6330 * control/hinfdemo.m: Ditto. |
|
6331 * control/hinfnorm.m: Ditto. |
|
6332 * control/hinfsyn.m: Ditto. |
|
6333 * control/hinfsyn_chk.m: Ditto. |
|
6334 * control/impulse.m: Ditto. |
|
6335 * control/is_abcd.m: Ditto. |
|
6336 * control/is_controllable.m: Ditto. |
|
6337 * control/is_detectable.m: Ditto. |
|
6338 * control/is_dgkf.m: Ditto. |
|
6339 * control/is_digital.m: Ditto. |
|
6340 * control/is_observable.m: Ditto. |
|
6341 * control/is_sample.m: Ditto. |
|
6342 * control/is_signal_list.m: Ditto. |
|
6343 * control/is_siso.m: Ditto. |
|
6344 * control/is_stabilizable.m: Ditto. |
|
6345 * control/is_stable.m: Ditto. |
|
6346 * control/jet707.m: Ditto. |
|
6347 * control/lqe.m: Ditto. |
|
6348 * control/lqg.m: Ditto. |
|
6349 * control/lqr.m: Ditto. |
|
6350 * control/lsim.m: Ditto. |
|
6351 * control/ltifr.m: Ditto. |
|
6352 * control/lyap.m: Ditto. |
|
6353 * control/moddemo.m: Ditto. |
|
6354 * control/nyquist.m: Ditto. |
|
6355 * control/obsv.m: Ditto. |
|
6356 * control/ord2.m: Ditto. |
|
6357 * control/outlist.m: Ditto. |
|
6358 * control/pinv.m: Ditto. |
|
6359 * control/place.m: Ditto. |
|
6360 * control/polyout.m: Ditto. |
|
6361 * control/prompt.m: Ditto. |
|
6362 * control/pzmap.m: Ditto. |
|
6363 * control/qzval.m: Ditto. |
|
6364 * control/rldemo.m: Ditto. |
|
6365 * control/rlocus.m: Ditto. |
|
6366 * control/sortcom.m: Ditto. |
|
6367 * control/ss2sys.m: Ditto. |
|
6368 * control/ss2tf.m: Ditto. |
|
6369 * control/ss2zp.m: Ditto. |
|
6370 * control/starp.m: Ditto. |
|
6371 * control/step.m: Ditto. |
|
6372 * control/stepimp.m: Ditto. |
|
6373 * control/susball.m: Ditto. |
|
6374 * control/sys2fir.m: Ditto. |
|
6375 * control/sys2ss.m: Ditto. |
|
6376 * control/sys2tf.m: Ditto. |
|
6377 * control/sys2zp.m: Ditto. |
|
6378 * control/sysadd.m: Ditto. |
|
6379 * control/sysappend.m: Ditto. |
|
6380 * control/syschnames.m: Ditto. |
|
6381 * control/syschnamesl.m: Ditto. |
|
6382 * control/syschtsam.m: Ditto. |
|
6383 * control/sysconnect.m: Ditto. |
|
6384 * control/syscont.m: Ditto. |
|
6385 * control/syscont_disc.m: Ditto. |
|
6386 * control/sysdefioname.m: Ditto. |
|
6387 * control/sysdefstname.m: Ditto. |
|
6388 * control/sysdimensions.m: Ditto. |
|
6389 * control/sysdisc.m: Ditto. |
|
6390 * control/sysdup.m: Ditto. |
|
6391 * control/sysgetsignals.m: Ditto. |
|
6392 * control/sysgettype.m: Ditto. |
|
6393 * control/sysgroup.m: Ditto. |
|
6394 * control/sysgroupn.m: Ditto. |
|
6395 * control/sysmult.m: Ditto. |
|
6396 * control/sysout.m: Ditto. |
|
6397 * control/sysprune.m: Ditto. |
|
6398 * control/sysreorder.m: Ditto. |
|
6399 * control/sysrepdemo.m: Ditto. |
|
6400 * control/sysscale.m: Ditto. |
|
6401 * control/syssetsignals.m: Ditto. |
|
6402 * control/syssub.m: Ditto. |
|
6403 * control/sysupdate.m: Ditto. |
|
6404 * control/tf2ss.m: Ditto. |
|
6405 * control/tf2sys.m: Ditto. |
|
6406 * control/tf2sysl.m: Ditto. |
|
6407 * control/tf2zp.m: Ditto. |
|
6408 * control/tfout.m: Ditto. |
|
6409 * control/tzero.m: Ditto. |
|
6410 * control/tzero2.m: Ditto. |
|
6411 * control/ugain.m: Ditto. |
|
6412 * control/wgt1o.m: Ditto. |
|
6413 * control/zgfmul.m: Ditto. |
|
6414 * control/zgfslv.m: Ditto. |
|
6415 * control/zginit.m: Ditto. |
|
6416 * control/zgpbal.m: Ditto. |
|
6417 * control/zgreduce.m: Ditto. |
|
6418 * control/zgrownorm.m: Ditto. |
|
6419 * control/zgscal.m: Ditto. |
|
6420 * control/zgsgiv.m: Ditto. |
|
6421 * control/zgshsr.m: Ditto. |
|
6422 * control/zp2ss.m: Ditto. |
|
6423 * control/zp2ssg2.m: Ditto. |
|
6424 * control/zp2sys.m: Ditto. |
|
6425 * control/zp2tf.m: Ditto. |
|
6426 * control/zpout.m: Ditto. |
|
6427 |
5095
|
6428 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
6429 |
5378
|
6430 * audio/lin2mu.m: Texinfoize doc string. |
|
6431 * audio/loadaudio.m: Ditto. |
|
6432 * audio/mu2lin.m: Ditto. |
|
6433 * audio/playaudio.m: Ditto. |
|
6434 * audio/record.m: Ditto. |
|
6435 * audio/saveaudio.m: Ditto. |
3332
|
6436 |
5095
|
6437 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
6438 |
|
6439 * elfun/acot.m: Texinfoize doc string. |
|
6440 * elfun/acsc.m: Ditto. |
|
6441 * elfun/acsch.m: Ditto. |
|
6442 * elfun/asec.m: Ditto. |
|
6443 * elfun/asech.m: Ditto. |
|
6444 * elfun/cot.m: Ditto. |
|
6445 * elfun/coth.m: Ditto. |
|
6446 * elfun/csc.m: Ditto. |
|
6447 * elfun/csch.m: Ditto. |
|
6448 * elfun/gcd.m: Ditto. |
|
6449 * elfun/lcm.m: Ditto. |
|
6450 * elfun/sec.m: Ditto. |
|
6451 * elfun/sech.m: Ditto. |
|
6452 * general/nextpow2.m: Ditto. |
|
6453 * general/rem.m: Ditto. |
|
6454 * linear-algebra/commutation_matrix.m: Ditto. |
|
6455 * linear-algebra/cross.m: Ditto. |
|
6456 * linear-algebra/duplication_matrix.m: Ditto. |
|
6457 * miscellaneous/bincoeff.m: Ditto. |
|
6458 * miscellaneous/xor.m: Ditto. |
|
6459 * specfun/bessel.m: Ditto. |
|
6460 * specfun/beta.m: Ditto. |
|
6461 * specfun/betai.m: Ditto. |
|
6462 * specfun/erfinv.m: Ditto. |
|
6463 * specfun/gammai.m: Ditto. |
|
6464 * specfun/log2.m: Ditto. |
|
6465 * specfun/pow2.m: Ditto. |
|
6466 |
5095
|
6467 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
6468 |
|
6469 * general/is_scalar.m: Texinfoize help text. |
|
6470 * general/is_square.m: Ditto. |
|
6471 * general/is_symmetric.m: Ditto. |
|
6472 |
3320
|
6473 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6474 |
|
6475 * strings/split.m: If the string to be split is empty, just return |
|
6476 an empty string. |
|
6477 |
3319
|
6478 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6479 |
|
6480 * Makefile.in (ALL_M_FILES): New macro. |
|
6481 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
6482 |
3306
|
6483 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6484 |
|
6485 * control/bode.m: Don't return anything if nargout == 0. |
|
6486 |
|
6487 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
6488 |
|
6489 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
6490 |
3305
|
6491 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6492 |
|
6493 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
6494 gethelp.cc to the list. |
|
6495 |
3296
|
6496 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6497 |
3301
|
6498 * time/asctime.m: Texinfoize help text. |
|
6499 * time/clock.m: Ditto. |
|
6500 * time/date.m: Ditto. |
|
6501 * miscellaneous/cputime.m: Ditto. |
|
6502 * miscellaneous/etime.m: Ditto. |
|
6503 * miscellaneous/is_leap_year.m: Ditto. |
|
6504 * miscellaneous/popen2.m: Ditto. |
|
6505 * miscellaneous/version.m: Ditto. |
|
6506 * miscellaneous/tic.m: Ditto. |
|
6507 * miscellaneous/toc.m: Just refer to tic.m. |
|
6508 |
3297
|
6509 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
6510 `cd dir; $(MAKE); cd ..'. |
|
6511 ($(SUBDIRS)): Likewise. |
|
6512 |
|
6513 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
6514 |
|
6515 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
6516 of `cd dir; $(MAKE)'. |
|
6517 |
3296
|
6518 * gethelp.cc, mkdoc: New files. |
|
6519 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
6520 sources. |
|
6521 |
3291
|
6522 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6523 |
|
6524 * linear-algebra/kron.m: Fix typo in previous change |
|
6525 |
3282
|
6526 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6527 |
|
6528 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
6529 |
5095
|
6530 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
6531 |
|
6532 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
6533 rank when V has more columns than rows. |
|
6534 |
|
6535 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6536 |
|
6537 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
6538 |
|
6539 * statistics/tests/manova.m: Avoid problems if |
|
6540 whitespace_in_literal_matrix is set to "traditional". |
|
6541 * statistics/tests/t_test_regression.m: Likewise. |
|
6542 * statistics/tests/u_test.m: Likewise. |
|
6543 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
6544 * statistics/tests/anova.m: Likewise. |
|
6545 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
6546 * statistics/base/statistics.m: Likewise. |
|
6547 * image/saveimage.m: Likewise. |
|
6548 * signal/arch_fit.m: Likewise. |
|
6549 * signal/autoreg_matrix.m: Likewise. |
|
6550 * signal/triangle_lw.m: Likewise. |
|
6551 * strings/dec2hex.m: Likewise. |
|
6552 |
3268
|
6553 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6554 |
|
6555 * image/saveimage.m: Initialize scale. |
|
6556 |
|
6557 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6558 |
|
6559 * general/reshape.m: Allow reshape (a, size (b)). |
|
6560 |
3266
|
6561 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6562 |
|
6563 * specfun/erfinv.m: Improve stopping criterion. |
|
6564 Add iteration count as second return value. |
|
6565 |
3265
|
6566 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6567 |
|
6568 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
6569 |
3263
|
6570 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6571 |
|
6572 * miscellaneous/pack.m: New function. |
|
6573 |
|
6574 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6575 |
|
6576 * plot/figure.m: Always return figure number. With no args, |
|
6577 figure now creates a new figure window and returns its number. |
|
6578 Accept figure (property, value) syntax, but do nothing. |
|
6579 |
5095
|
6580 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
6581 |
|
6582 * general/shift.m: Avoid printing temporary value for backward shift. |
|
6583 |
3260
|
6584 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6585 |
|
6586 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
6587 evenly spaced. |
|
6588 |
3250
|
6589 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6590 |
|
6591 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
6592 contain only zeros. |
|
6593 |
5095
|
6594 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
6595 |
|
6596 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
6597 instead of appending them. |
|
6598 |
|
6599 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6600 |
|
6601 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
6602 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
6603 Update from A. S. Hodel. |
|
6604 |
3246
|
6605 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6606 |
|
6607 * polynomial/polyfit.m: Correct previous change. |
|
6608 |
3243
|
6609 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6610 |
|
6611 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
6612 |
5095
|
6613 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
6614 |
|
6615 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
6616 version of krylov and krylovb. |
|
6617 |
|
6618 * control/outlist.m, control/sysout.m: Fix typos. |
|
6619 |
|
6620 * control/sysdimensions.m: Add option for total number of states. |
|
6621 |
|
6622 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
6623 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
6624 arguments. |
|
6625 |
|
6626 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6627 |
|
6628 * strings/index.m: Fail with meaningful error message if either |
|
6629 arg is a string array. |
|
6630 |
3238
|
6631 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6632 |
|
6633 * linear-algebra/norm.m: Do the right thing for 1- and |
|
6634 infinity-norms of complex matrices. From Sven Khatri |
|
6635 <khatri@saturn.vocalpoint.com>. |
|
6636 |
5095
|
6637 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
6638 |
|
6639 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
6640 |
|
6641 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6642 |
|
6643 * strings/split.m: Avoid problems when splitting strings that have |
|
6644 \ in them. |
|
6645 |
5095
|
6646 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
6647 |
|
6648 * image/colormap.m: Do better arg checking, handle string args |
|
6649 that name the colormap function to call (e.g., colormap ("ocean")). |
|
6650 |
5095
|
6651 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
6652 |
|
6653 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
6654 * linear-algebra/dot.m: Likewise. |
|
6655 * linear-algebra/cross.m: Likewise. |
|
6656 * general/rot90.m: Likewise. |
|
6657 |
5095
|
6658 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
6659 |
|
6660 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
6661 that the leading column is not all zeros. |
|
6662 |
|
6663 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6664 |
|
6665 * general/shift.m: Fix potential problems with |
|
6666 whitespace_in_literal_matrix. |
|
6667 * signal/arch_rnd.m: Ditto. |
|
6668 * signal/autocov.m: Ditto. |
|
6669 * signal/diffpara.m: Ditto. |
|
6670 * signal/hurst.m: Ditto. |
|
6671 * signal/periodogram.m: Ditto. |
|
6672 * signal/spectral_adf.m: Ditto. |
|
6673 * signal/spectral_xdf.m: Ditto. |
|
6674 * signal/spencer.m: Ditto. |
|
6675 * signal/synthesis.m: Ditto. |
|
6676 * statistics/distributions/wiener_rnd.m: Ditto. |
|
6677 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
6678 * statistics/models/logistic_regression.m: Ditto. |
|
6679 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
6680 * statistics/tests/run_test.m: Ditto. |
|
6681 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
6682 |
5095
|
6683 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
6684 |
|
6685 * plot/__plr2__.m: Fix typo. |
|
6686 |
3233
|
6687 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6688 |
|
6689 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
6690 |
5095
|
6691 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
6692 |
|
6693 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
6694 function. |
|
6695 |
5095
|
6696 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
6697 |
|
6698 * control/ss2sys.m: Fix typo. |
|
6699 |
|
6700 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6701 |
|
6702 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
6703 |
|
6704 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
6705 signal names as lists of strings instead of string arrays. |
|
6706 |
3225
|
6707 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6708 |
3233
|
6709 * quaternion: New directory of functions from A. S. Hodel |
3225
|
6710 <a.s.hodel@eng.auburn.edu>. |
|
6711 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
6712 * quaternion/Makefile.in: New file. |
|
6713 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
6714 |
|
6715 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6716 |
|
6717 * image/saveimage.m: Make it work again for black and white colormaps. |
|
6718 |
|
6719 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
6720 since there can be fewer rows than columns. Round values to |
|
6721 nearest position in colormap instead of truncating. Correct usage |
|
6722 message. |
|
6723 |
5095
|
6724 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
6725 |
|
6726 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
6727 zero rows of [A,v] as householder pivots; this avoids spurious |
|
6728 non-zero entries in returned orthogonal matrix U, but destroys the |
|
6729 Householder matrix structure of H. |
|
6730 |
|
6731 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6732 |
|
6733 * general/logical.m: Just copy input to output if argument is |
|
6734 already a logical object. |
|
6735 |
3215
|
6736 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6737 |
|
6738 * New files from OCST, in control subdiretory: |
|
6739 |
|
6740 DEMOcontrol.m is_siso.m syschnames.m |
|
6741 abcddim.m is_stabilizable.m syschnamesl.m |
|
6742 abcddims.m is_stable.m syschtsam.m |
|
6743 analdemo.m jet707.m sysconnect.m |
|
6744 are.m lqe.m syscont.m |
|
6745 axis2dlim.m lqg.m syscont_disc.m |
|
6746 bddemo.m lqr.m sysdefioname.m |
|
6747 bode.m lsim.m sysdefstname.m |
|
6748 bode_bounds.m ltifr.m sysdimensions.m |
|
6749 bodquist.m lyap.m sysdisc.m |
|
6750 buildssic.m mb.m sysdup.m |
|
6751 c2d.m minfo.m sysgetsignals.m |
6302
|
6752 com2str.m moddemo.m sysgettsam.m |
3215
|
6753 controldemo.m nichols.m sysgettype.m |
|
6754 ctrb.m nyquist.m sysgroup.m |
|
6755 d2c.m obsv.m sysgroupn.m |
|
6756 damp.m ord2.m sysmult.m |
|
6757 dare.m outlist.m sysout.m |
|
6758 dcgain.m packedform.m sysprune.m |
|
6759 demomarsyas.m packsys.m sysreorder.m |
|
6760 dezero.m; parallel.m sysrepdemo.m |
|
6761 dgkfdemo.m place.m sysscale.m |
|
6762 dgram.m polyout.m syssub.m |
|
6763 dhinfdemo.m prompt.m sysupdate.m |
|
6764 dlqe.m pzmap.m tf2ss.m |
|
6765 dlqg.m qzval.m tf2sys.m |
|
6766 dlqr.m rldemo.m tf2sysl.m |
|
6767 dlyap.m rlocus.m tf2zp.m |
|
6768 dmr2d.m rotg.m tfout.m |
|
6769 fir2sys.m run_cmd.m; tzero.m |
|
6770 frdemo.m series.m tzero2.m |
|
6771 freqchkw.m sortcom.m ugain.m |
|
6772 freqresp.m ss2sys.m unpacksys.m |
|
6773 gram.m ss2tf.m wgt1o.m |
|
6774 h2norm.m ss2zp.m zgfmul.m |
|
6775 h2syn.m starp.m zgfslv.m |
|
6776 hinf_ctr.m step.m zginit.m |
|
6777 hinfdemo.m stepimp.m zgpbal.m |
|
6778 hinfnorm.m strappend.m; zgreduce.m |
|
6779 hinfsyn.m susball.m zgrownorm.m |
|
6780 hinfsyn_chk.m swap.m zgscal.m |
|
6781 impulse.m swapcols.m zgsgiv.m |
|
6782 is_abcd.m swaprows.m zgshsr.m |
|
6783 is_controllable.m sys2fir.m zp2ss.m |
|
6784 is_detectable.m sys2ss.m zp2ssg2.m |
|
6785 is_dgkf.m sys2tf.m zp2sys.m |
|
6786 is_digital.m sys2zp.m zp2tf.m |
|
6787 is_observable.m sysadd.m zpout.m |
|
6788 is_sample.m sysappend.m |
|
6789 |
|
6790 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6791 |
|
6792 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
6793 |
|
6794 * strings/deblank.m: Make it work for string arrays too. |
|
6795 |
3211
|
6796 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6797 |
|
6798 * linear-algebra/housh.m: New file from the OCST. |
|
6799 * linear-algebra/krygetq.m: Ditto. |
|
6800 * linear-algebra/krylov.m: Ditto. |
|
6801 * linear-algebra/krylovb.m: Ditto. |
|
6802 * linear-algebra/qrhouse.m: Ditto. |
|
6803 * general/is_duplicate_entry.m: Ditto. |
|
6804 |
|
6805 * general/is_symmetric.m: Call is_square instead of doing that |
|
6806 check in line. |
|
6807 |
3196
|
6808 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6809 |
3202
|
6810 * general/is_square.m: |
|
6811 |
|
6812 * general/isempty.m, general/is_matrix.m: Delete. |
|
6813 |
|
6814 * general/is_symmetric: Delete special case for strings. Whether |
|
6815 the conversion is valid should depend on implicit_str_to_num_ok. |
|
6816 |
|
6817 * general/is_square.m: If arg is not a matrix, don't check size, |
|
6818 just return 0. |
|
6819 * general/is_symmetric: Likewise. |
|
6820 * general/is_vector.m: Likewise. |
|
6821 * general/is_scalar.m: Likewise. |
|
6822 |
3196
|
6823 * general/length.m: Delete. |
|
6824 |
3191
|
6825 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6826 |
|
6827 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
6828 statistics/distributions/Makefile, statistics/models/Makefile, |
|
6829 and statistics/tests/Makefile to the list of files to create. |
|
6830 |
|
6831 * finance/Makefile.in, statistics/base/Makefile.in, |
|
6832 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
6833 statistics/tests/Makefile.in: New files. |
|
6834 * statistics/Makefile.in: Delete file lists. Now only handle |
|
6835 subdirectories. |
|
6836 * Makefile.in (SUBDIRS): Add finance. |
|
6837 |
|
6838 * Move the following files from statistics to statistics/base: |
|
6839 |
|
6840 corrcoef.m |
|
6841 kurtosis.m |
|
6842 mahalanobis.m |
|
6843 median.m |
|
6844 ols.m |
|
6845 skewness.m |
|
6846 std.m |
|
6847 |
|
6848 New files, from Kurt Hornik's octave-ci package: |
|
6849 |
|
6850 * finance (new directory): |
|
6851 |
|
6852 fv.m |
|
6853 fvl.m |
|
6854 irr.m |
|
6855 nper.m |
|
6856 npv.m |
|
6857 pmt.m |
|
6858 pv.m |
|
6859 pvl.m |
|
6860 rate.m |
|
6861 vol.m |
|
6862 |
|
6863 * linear-algebra/dmult.m |
|
6864 |
|
6865 * signal: |
|
6866 |
|
6867 arch_fit.m |
|
6868 arch_rnd.m |
|
6869 arch_test.m |
|
6870 arma_rnd.m |
|
6871 autocor.m |
|
6872 autocov.m |
|
6873 autoreg_matrix.m |
|
6874 bartlett.m |
|
6875 blackman.m |
|
6876 diffpara.m |
|
6877 durbinlevinson.m |
|
6878 fractdiff.m |
|
6879 hamming.m |
|
6880 hanning.m |
|
6881 hurst.m |
|
6882 periodogram.m |
|
6883 rectangle_lw.m |
|
6884 rectangle_sw.m |
|
6885 sinetone.m |
|
6886 sinewave.m |
|
6887 spectral_adf.m |
|
6888 spectral_xdf.m |
|
6889 spencer.m |
|
6890 stft.m |
|
6891 synthesis.m |
|
6892 triangle_lw.m |
|
6893 triangle_sw.m |
|
6894 yulewalker.m |
|
6895 |
|
6896 * statistics/base (new directory): |
|
6897 |
|
6898 center.m |
|
6899 cloglog.m |
|
6900 cor.m |
|
6901 cov.m |
|
6902 cut.m |
|
6903 iqr.m |
|
6904 kendall.m |
|
6905 logit.m |
|
6906 mean.m |
|
6907 meansq.m |
|
6908 moment.m |
|
6909 ppplot.m |
|
6910 probit.m |
|
6911 qqplot.m |
|
6912 range.m |
|
6913 ranks.m |
|
6914 run_count.m |
|
6915 spearman.m |
|
6916 statistics.m |
|
6917 studentize.m |
|
6918 table.m |
|
6919 values.m |
|
6920 var.m |
|
6921 |
|
6922 (Replaces cov.m and mean.m with new versions.) |
|
6923 |
|
6924 * statistics/distributions (new directory): |
|
6925 |
|
6926 beta_cdf.m |
|
6927 beta_inv.m |
|
6928 beta_pdf.m |
|
6929 beta_rnd.m |
|
6930 binomial_cdf.m |
|
6931 binomial_inv.m |
|
6932 binomial_pdf.m |
|
6933 binomial_rnd.m |
|
6934 cauchy_cdf.m |
|
6935 cauchy_inv.m |
|
6936 cauchy_pdf.m |
|
6937 cauchy_rnd.m |
|
6938 chisquare_cdf.m |
|
6939 chisquare_inv.m |
|
6940 chisquare_pdf.m |
|
6941 chisquare_rnd.m |
|
6942 discrete_cdf.m |
|
6943 discrete_inv.m |
|
6944 discrete_pdf.m |
|
6945 discrete_rnd.m |
|
6946 empirical_cdf.m |
|
6947 empirical_inv.m |
|
6948 empirical_pdf.m |
|
6949 empirical_rnd.m |
|
6950 exponential_cdf.m |
|
6951 exponential_inv.m |
|
6952 exponential_pdf.m |
|
6953 exponential_rnd.m |
|
6954 f_cdf.m |
|
6955 f_inv.m |
|
6956 f_pdf.m |
|
6957 f_rnd.m |
|
6958 gamma_cdf.m |
|
6959 gamma_inv.m |
|
6960 gamma_pdf.m |
|
6961 gamma_rnd.m |
|
6962 geometric_cdf.m |
|
6963 geometric_inv.m |
|
6964 geometric_pdf.m |
|
6965 geometric_rnd.m |
|
6966 hypergeometric_cdf.m |
|
6967 hypergeometric_inv.m |
|
6968 hypergeometric_pdf.m |
|
6969 hypergeometric_rnd.m |
|
6970 kolmogorov_smirnov_cdf.m |
|
6971 laplace_cdf.m |
|
6972 laplace_inv.m |
|
6973 laplace_pdf.m |
|
6974 laplace_rnd.m |
|
6975 logistic_cdf.m |
|
6976 logistic_inv.m |
|
6977 logistic_pdf.m |
|
6978 logistic_rnd.m |
|
6979 lognormal_cdf.m |
|
6980 lognormal_inv.m |
|
6981 lognormal_pdf.m |
|
6982 lognormal_rnd.m |
|
6983 normal_cdf.m |
|
6984 normal_inv.m |
|
6985 normal_pdf.m |
|
6986 normal_rnd.m |
|
6987 pascal_cdf.m |
|
6988 pascal_inv.m |
|
6989 pascal_pdf.m |
|
6990 pascal_rnd.m |
|
6991 poisson_cdf.m |
|
6992 poisson_inv.m |
|
6993 poisson_pdf.m |
|
6994 poisson_rnd.m |
|
6995 stdnormal_cdf.m |
|
6996 stdnormal_inv.m |
|
6997 stdnormal_pdf.m |
|
6998 stdnormal_rnd.m |
|
6999 t_cdf.m |
|
7000 t_inv.m |
|
7001 t_pdf.m |
|
7002 t_rnd.m |
|
7003 uniform_cdf.m |
|
7004 uniform_inv.m |
|
7005 uniform_pdf.m |
|
7006 uniform_rnd.m |
|
7007 weibull_cdf.m |
|
7008 weibull_inv.m |
|
7009 weibull_pdf.m |
|
7010 weibull_rnd.m |
|
7011 wiener_rnd.m |
|
7012 |
|
7013 * statistics/models (new directory): |
|
7014 |
|
7015 logistic_regression.m |
|
7016 logistic_regression_derivatives.m |
|
7017 logistic_regression_likelihood.m |
|
7018 |
|
7019 * statistics/tests (new directory): |
|
7020 |
|
7021 anova.m |
|
7022 bartlett_test.m |
|
7023 chisquare_test_homogeneity.m |
|
7024 chisquare_test_independence.m |
|
7025 cor_test.m |
|
7026 f_test_regression.m |
|
7027 hotelling_test.m |
|
7028 hotelling_test_2.m |
|
7029 kolmogorov_smirnov_test.m |
|
7030 kolmogorov_smirnov_test_2.m |
|
7031 kruskal_wallis_test.m |
|
7032 manova.m |
|
7033 mcnemar_test.m |
|
7034 prop_test_2.m |
|
7035 run_test.m |
|
7036 sign_test.m |
|
7037 t_test.m |
|
7038 t_test_2.m |
|
7039 t_test_regression.m |
|
7040 u_test.m |
|
7041 var_test.m |
|
7042 welch_test.m |
|
7043 wilcoxon_test.m |
|
7044 z_test.m |
|
7045 z_test_2.m |
|
7046 |
|
7047 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7048 |
|
7049 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
7050 compatibility and to avoid Y2K problems. |
|
7051 |
3190
|
7052 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7053 |
|
7054 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
7055 least-squares solution. |
|
7056 |
3180
|
7057 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7058 |
|
7059 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
7060 |
|
7061 * strings/strrep.m: Don't convert args to numeric values. |
|
7062 Prevent warnings for empty string args. |
|
7063 From Georg Thimm <thimm@idiap.ch>. |
|
7064 |
|
7065 * strings/strcat.m: Prevent warnings for empty string args. |
|
7066 |
|
7067 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7068 |
|
7069 * miscellaneous/menu.m: Remove special case for empty string |
|
7070 returned from input(). Add second arg to eval() to catch errors. |
|
7071 |
3178
|
7072 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7073 |
|
7074 * plot/__plt__.m: Don't call usleep. |
|
7075 |
3175
|
7076 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7077 |
|
7078 * linear-algebra/dot.m: New function. |
|
7079 |
|
7080 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
7081 compatibility. |
|
7082 |
|
7083 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7084 |
|
7085 * plot/hist.m: Also allow just one output argument. |
|
7086 |
|
7087 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7088 |
|
7089 * strings/deblank.m: Make it work if the string is only blanks. |
|
7090 |
|
7091 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7092 |
|
7093 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
7094 |
|
7095 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7096 |
|
7097 * plot/oneplot.m: Fix typo. |
|
7098 |
3174
|
7099 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7100 |
|
7101 * miscellaneous/flops.m: Allow a single argument too. |
|
7102 |
|
7103 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7104 |
|
7105 * strings/str2mat.m: Also handle case when there are no empty |
|
7106 strings correctly. |
|
7107 |
|
7108 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7109 |
|
7110 * strings/isletter.m: New function, for Matlab compatibility. |
|
7111 |
3168
|
7112 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7113 |
|
7114 * strings/str2mat.m: Handle string matrices too. |
|
7115 |
3167
|
7116 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7117 |
|
7118 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
7119 linear encoding. |
|
7120 |
|
7121 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
7122 audio/record.m: Open files in binary mode. |
|
7123 |
3164
|
7124 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7125 |
|
7126 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
7127 Move functionality of dump_1_pref here, but use built-in function |
|
7128 type to extract value, and put it inside try/catch block. |
|
7129 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
7130 |
3162
|
7131 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7132 |
|
7133 * plot/__pltopt1.m__: New file. |
|
7134 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
7135 __pltopt1__ multiple times and returning a string array with rows |
|
7136 corresponding to the rows of opt. |
|
7137 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
7138 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
7139 array. |
|
7140 |
|
7141 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7142 |
|
7143 * plot/mplot.m: Fix misspellings of global variables. |
|
7144 Don't call clearplot. |
|
7145 |
|
7146 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7147 |
|
7148 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
7149 "cle;rep" when going in ot multiplot mode. |
|
7150 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
7151 switching out of multiplot mode. |
|
7152 |
3156
|
7153 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
7154 |
3156
|
7155 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
7156 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
7157 |
3141
|
7158 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7159 |
|
7160 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
7161 |
|
7162 * miscellaneous/bug_report.m: Don't try to get smart with |
|
7163 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
7164 |
|
7165 * Makefile.in (install): Create separate ls-R files for |
|
7166 $(datadir) and $(libexecdir). |
|
7167 (uninstall): Remove both ls-R files. |
|
7168 |
3136
|
7169 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7170 |
|
7171 * signal/fftshift.m: New file. |
|
7172 |
|
7173 * plot/contour.m: Fix for non-square case. |
|
7174 |
|
7175 * general/randperm.m: New file. |
|
7176 |
|
7177 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7178 |
|
7179 * specfun/betai.m: Restore file for compatibility with previous |
|
7180 versions. Call betainc with reordered args. |
|
7181 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
7182 |
3131
|
7183 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7184 |
|
7185 * plot/contour.m: Handle discrete contour levels. |
|
7186 |
|
7187 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7188 |
|
7189 * control/lyap.m: For compatibility with Matlab, solve |
|
7190 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
7191 |
3124
|
7192 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7193 |
|
7194 * specfun/bessel.m: New file. |
|
7195 |
|
7196 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
7197 specfun/gammainc.m: Delete. |
|
7198 |
3106
|
7199 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7200 |
|
7201 * image/colormap.m: Initialize __current_color_map__ in global |
|
7202 statement. |
|
7203 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
7204 statement. |
|
7205 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
7206 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7207 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
7208 |
3103
|
7209 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7210 |
|
7211 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
7212 * time/toc.m: Likewise. |
|
7213 |
|
7214 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
7215 |
|
7216 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
7217 anything special for automatic_replot when in multiplot mode -- |
|
7218 recent 3.6beta releases handle this correctly. |
|
7219 |
|
7220 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
7221 setting the terminal type. |
|
7222 |
|
7223 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7224 plot/subwindow.m: Use leading and trailing underscores for |
|
7225 `private' globals. |
|
7226 |
|
7227 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
7228 |
3101
|
7229 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7230 |
|
7231 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
7232 |
3091
|
7233 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7234 |
3092
|
7235 * specfun/gammai.m: Avoid problems with whitespace when |
|
7236 constructing matrices. |
|
7237 |
3091
|
7238 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
7239 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
7240 original y vector. |
|
7241 |
3085
|
7242 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7243 |
|
7244 * linear-algebra/cross.m: Use direct formula instead of calling |
|
7245 det three times in a loop. If both args are column (row) vectors, |
|
7246 return a column (row) vector. If they don't match, pay attention |
|
7247 to the value of prefer_column_vectors. |
|
7248 |
5095
|
7249 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
7250 |
|
7251 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
7252 nonsymmetric matrices. |
|
7253 |
|
7254 * general/tril.m: Fix usage message. |
|
7255 |
|
7256 * polynomial/polyvalm.m: Fix error messages. |
|
7257 * polynomial/polyderiv.m: Likewise. |
|
7258 * polynomial/polyval.m: Likewise. |
|
7259 |
3081
|
7260 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7261 |
|
7262 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
7263 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
7264 |
3063
|
7265 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7266 |
|
7267 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
7268 |
5095
|
7269 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
7270 |
|
7271 * plot/__pltopt__.m: Handle key/legend names. |
|
7272 Correctly set colors, line styles, and point styles. |
|
7273 |
3061
|
7274 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7275 |
|
7276 * polynomial/polyfit.m: Return fit y values as second output. |
|
7277 Don't use QR factorization to solve least squares problem. |
|
7278 |
|
7279 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7280 |
|
7281 * control/dlqr.m: Use ao, not a, to compute k. |
|
7282 |
3024
|
7283 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7284 |
|
7285 * miscellaneous/path.m: New file. |
|
7286 |
2993
|
7287 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7288 |
|
7289 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
7290 name. |
|
7291 |
2968
|
7292 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7293 |
|
7294 * specfun/erfinv.m: Add missing semicolon. |
|
7295 |
2870
|
7296 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7297 |
|
7298 * miscellaneous/xor.m: Make type of return value logical. |
|
7299 |
2853
|
7300 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7301 |
|
7302 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
7303 warn_comma_in_global_decl. |
|
7304 |
2831
|
7305 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7306 |
|
7307 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
7308 octave-bug script. |
|
7309 |
2823
|
7310 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7311 |
2824
|
7312 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
7313 prefer_zero_one_indexing. |
|
7314 |
2823
|
7315 * general/logical.m: New file. |
|
7316 |
2816
|
7317 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7318 |
|
7319 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
7320 and is_vector(). |
|
7321 |
5095
|
7322 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
7323 |
|
7324 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
7325 Use tolerance of 2 * eps. |
|
7326 |
2811
|
7327 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7328 |
|
7329 * Makefile.in (install-strip): New target. |
|
7330 * audio/Makefile.in: Ditto. |
|
7331 * control/Makefile.in: Ditto. |
|
7332 * elfun/Makefile.in: Ditto. |
|
7333 * general/Makefile.in: Ditto. |
|
7334 * image/Makefile.in: Ditto. |
|
7335 * io/Makefile.in: Ditto. |
|
7336 * linear-algebra/Makefile.in: Ditto. |
|
7337 * miscellaneous/Makefile.in: Ditto. |
|
7338 * plot/Makefile.in: Ditto. |
|
7339 * polynomial/Makefile.in: Ditto. |
|
7340 * set/Makefile.in: Ditto. |
|
7341 * signal/Makefile.in: Ditto. |
|
7342 * specfun/Makefile.in: Ditto. |
|
7343 * special-matrix/Makefile.in: Ditto. |
|
7344 * startup/Makefile.in: Ditto. |
|
7345 * statistics/Makefile.in: Ditto. |
|
7346 * strings/Makefile.in: Ditto. |
|
7347 |
2809
|
7348 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7349 |
|
7350 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
7351 |
2798
|
7352 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7353 |
|
7354 * statistics/corrcoef.m: Make it actually work. |
|
7355 |
2795
|
7356 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7357 |
2798
|
7358 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
7359 |
2779
|
7360 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
7361 |
|
7362 * Version 2.0.5 released. |
|
7363 |
2745
|
7364 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7365 |
2749
|
7366 * Makefile.in (maintainer-clean): Also remove configure. |
|
7367 |
2746
|
7368 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
7369 |
2745
|
7370 * general/is_matrix.m: Return zero for empty matrices. |
|
7371 |
|
7372 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7373 |
|
7374 * linear-algebra/vech.m: Size result just once. |
|
7375 |
2726
|
7376 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7377 |
|
7378 * general/is_square.m: Handle empty matrices correctly. |
|
7379 * general/is_symmetric.m: Handle empty matrices and strings. |
|
7380 |
2716
|
7381 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7382 |
|
7383 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
7384 * polynomial/deconv.m: Likewise. |
|
7385 * polynomial/polyderiv.m: Likewise. |
|
7386 * polynomial/polyinteg.m: Likewise. |
|
7387 * polynomial/polyreduce.m: Likewise. |
|
7388 * polynomial/polyval.m: Likewise. |
|
7389 * polynomial/polyvalm.m: Likewise. |
|
7390 * general/postpad.m: Likewise. |
|
7391 * general/prepad.m: Likewise. |
|
7392 |
|
7393 * polynomial/compan.m: Check input with is_vector(), not |
|
7394 is_matrix(). Handle scalar case. |
|
7395 |
2711
|
7396 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7397 |
2715
|
7398 * plot/contour.m: Order data so that it is consistent with |
|
7399 meshgrid and mesh. |
|
7400 |
2711
|
7401 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
7402 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
7403 |
2709
|
7404 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
7405 |
|
7406 * Version 2.0.4 released. |
|
7407 |
2706
|
7408 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7409 |
2702
|
7410 * miscellaneous/paren.m: New file. |
|
7411 |
2693
|
7412 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
7413 |
|
7414 * Version 2.0.3 released. |
|
7415 |
2676
|
7416 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7417 |
|
7418 * image/saveimage.m: Only clip image data that is actually out of |
|
7419 range. |
|
7420 |
2667
|
7421 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7422 |
|
7423 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
7424 also be considered to be matrices. |
|
7425 |
|
7426 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
7427 |
|
7428 * general/isempty.m: Use size(), not rows() and columns(). |
|
7429 |
|
7430 * plot/contour.m: Convert set to gset. |
|
7431 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
7432 |
2663
|
7433 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7434 |
|
7435 * specfun/erfinv.m: Fix typo in last change. |
|
7436 |
2650
|
7437 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7438 |
|
7439 * image/loadimage.m: Make it possible to load files with image |
|
7440 data named X or img. |
|
7441 |
|
7442 * image/default.img: Change name of image from X to img to match |
|
7443 what saveimage does now. |
|
7444 |
|
7445 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
7446 does now. |
|
7447 |
2632
|
7448 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7449 |
2634
|
7450 * Version 2.0.2 released. |
|
7451 |
2632
|
7452 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
7453 weird missing-lines bug without creating extra plots unecessarily. |
|
7454 |
2624
|
7455 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7456 |
|
7457 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
7458 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
7459 io/Makefile.in, linear-algebra/Makefile.in, |
|
7460 miscellaneous/Makefile.in, plot/Makefile.in, |
|
7461 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
7462 specfun/Makefile.in, special-matrix/Makefile.in, |
|
7463 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
7464 time/Makefile.in (bin-dist): New target. |
|
7465 |
2621
|
7466 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7467 |
|
7468 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
7469 |
|
7470 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7471 |
|
7472 * miscellaneous/xor.m: Make it work. |
|
7473 |
2613
|
7474 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7475 |
|
7476 * plot/sombrero.m: Doc fix. |
|
7477 |
2602
|
7478 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7479 |
|
7480 * Version 2.0.1 released. |
|
7481 |
2601
|
7482 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7483 |
|
7484 * elfun/lcm.m: Replace missing if statement. |
|
7485 |
|
7486 * elfun/gcd.m: Report error if no input args. |
|
7487 * elfun/lcm.m: Likewise. |
|
7488 |
2597
|
7489 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7490 |
|
7491 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
7492 Also list contents of $libexecdir/octave in ls-R database. |
|
7493 |
2583
|
7494 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7495 |
|
7496 * Version 2.0 released. |
|
7497 |
2575
|
7498 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7499 |
|
7500 * Version 1.94. |
|
7501 |
2558
|
7502 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7503 |
|
7504 * strings/str2num.m: New file. |
|
7505 |
2554
|
7506 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7507 |
|
7508 * Version 1.93. |
|
7509 |
2540
|
7510 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7511 |
|
7512 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
7513 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
7514 linear-algebra/vech.m: New files from Kurt Hornik. |
|
7515 |
|
7516 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
7517 general/common_size.m: New files from Kurt Hornik. |
|
7518 |
|
7519 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
7520 New files from Kurt Hornik. |
|
7521 |
|
7522 * signal/detrend.m: New file from Kurt Hornik. |
|
7523 |
|
7524 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
7525 specfun/pow2.m, specfun/log2.m: |
|
7526 New files and updates from Kurt Hornik. |
|
7527 |
2523
|
7528 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7529 |
|
7530 * plot/__plt__.m: Add explicit replot after last command is |
|
7531 issued, to force all lines to be displayed. Hmm. |
|
7532 |
2512
|
7533 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7534 |
2520
|
7535 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
7536 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
7537 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
7538 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
7539 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
7540 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
7541 Uset gset, not set. |
|
7542 |
2512
|
7543 * Version 1.92. |
|
7544 |
2482
|
7545 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7546 |
2486
|
7547 * image/saveimage.m: When writing PostScript, name Octave as the |
|
7548 almighty Creator. Use single call to fprintf instead of looping. |
|
7549 |
|
7550 * image/Makefile.in: Delete references to octtopnm. |
|
7551 |
|
7552 * general/logspace.m: Doc fix. |
|
7553 |
2482
|
7554 * Version 1.91. |
|
7555 |
2458
|
7556 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7557 |
|
7558 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
7559 |
|
7560 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
7561 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
7562 deleted. |
|
7563 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
7564 of a system() command to delete the tmp file. |
|
7565 |
2452
|
7566 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7567 |
|
7568 * Version 1.90. |
|
7569 |
|
7570 * Makefile.in (DISTFILES): Add ChangeLog. |
|
7571 |
2360
|
7572 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7573 |
|
7574 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
7575 Don't check for string value of automatic_replot. |
|
7576 |
|
7577 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
7578 Temporarily set do_fortran_indexing to 1, not "true". |
|
7579 |
|
7580 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
7581 not "false". |
|
7582 |
|
7583 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
7584 "false". |
|
7585 |
2355
|
7586 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
7587 |
|
7588 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
7589 |
2330
|
7590 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7591 |
|
7592 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
7593 system command. |
|
7594 |
|
7595 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7596 |
|
7597 * __plr1__.m: Renamed from polar_int_1.m. |
|
7598 * __plr2__.m: Renamed from polar_int_2.m. |
|
7599 * __plr__.m: Renamed from polar_int.m. |
|
7600 * __plt1__.m: Renamed from plot_int_1.m. |
|
7601 * __plt2__.m: Renamed from plot_int_2.m. |
|
7602 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
7603 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
7604 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
7605 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
7606 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
7607 * __plt__.m: Renamed from plot_int.m. |
|
7608 * __pltopt__.m: Renamed from plot_opt.m. |
|
7609 Change all callers. |
|
7610 |
|
7611 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7612 |
|
7613 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
7614 comments like those found in Emacs lisp files. |
|
7615 |
|
7616 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7617 |
|
7618 * All .m files: Change comment style. |
|
7619 |
|
7620 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7621 |
|
7622 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
7623 subplot.m, subwindow.m, top_title.m: |
|
7624 Print error message if gnuplot_has_multiplot is not true. |
|
7625 |
|
7626 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7627 |
|
7628 * plot/figure.m: New function. |
|
7629 |
|
7630 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7631 |
|
7632 * strings/strrep.m: New function. |
|
7633 |
|
7634 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7635 |
|
7636 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
7637 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
7638 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
7639 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
7640 New functions from Kurt Hornik, heavily modified by jwe. |
|
7641 |
|
7642 * general/reshape.m: Allow strings to be reshaped too. |
|
7643 |
|
7644 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
7645 Always return a scalar. |
|
7646 |
|
7647 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7648 |
|
7649 * polynomial/polyfit.m: Make orientation of result compatible with |
|
7650 Matlab. |
|
7651 |
|
7652 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7653 |
|
7654 * polynomial/polyfit.m: Add missing close paren. |
|
7655 |
|
7656 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7657 |
|
7658 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
7659 |
|
7660 * io/scanf.m: Delete. |
|
7661 |
|
7662 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7663 |
|
7664 * statistics/median.m: Fix typo in usage message. |
|
7665 |
|
7666 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7667 |
|
7668 * miscellaneous/popen2.m: New file. |
|
7669 |
|
7670 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7671 |
|
7672 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
7673 |
|
7674 * io: New directory. |
|
7675 * Makefile.in (SUBDIRS): Add it to the list. |
|
7676 |
|
7677 * miscellaneous/flops.m: New file. |
|
7678 |
|
7679 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7680 |
|
7681 * miscellaneous/cputime.m: Return three arguments instead of a |
|
7682 vector, for compatibility with previous versions and with Matlab |
|
7683 (which only returns one scalar value). |
|
7684 |
|
7685 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
7686 |
|
7687 * general/triu.m: Compute lower bound on loop index correctly. |
|
7688 * general/tril.m: Likewise, for upper bound. |
|
7689 |
|
7690 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7691 |
|
7692 * image/saveimage.m: For color images, make sure indices into |
|
7693 temporary colormap and result matrix have proper orientation. |
|
7694 Set grey flag correctly. |
|
7695 |
|
7696 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7697 |
|
7698 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
7699 jrv@vanzandt.mv.com). |
|
7700 |
|
7701 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7702 |
|
7703 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
7704 * mesh.m: Transpose Z if only one arg. |
|
7705 Handle case of all three args being matrices (from Jim Van Zandt |
|
7706 jrv@vanzandt.mv.com). |
|
7707 * meshdom.m: Undo previous change. |
|
7708 |
|
7709 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7710 |
|
7711 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
7712 |
|
7713 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7714 |
|
7715 * audio: New directory of files from Kurt Hornik and Andreas |
|
7716 Weingessel. |
|
7717 * audio/Makefile.in: New file. |
|
7718 * Makefile.in (SUBDIRS): Add audio to the list. |
|
7719 |
|
7720 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7721 |
|
7722 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
7723 |
|
7724 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7725 |
|
7726 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
7727 columns (z), not the other way around. |
|
7728 * plot/meshdom.m: Don't reverse order of elements in y. |
|
7729 |
|
7730 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7731 |
|
7732 * plot/axis.m: Return current axis if nargin == 0. |
|
7733 |
|
7734 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7735 |
|
7736 * polynomial/roots.m: Updates from Kurt Hornik. |
|
7737 |
|
7738 * polynomial/polyder.m: New file. |
|
7739 |
|
7740 * polynomial/polyderiv.m: Give return value and arg different names. |
|
7741 |
|
7742 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7743 |
|
7744 * specfun/betainc.m: New file. |
|
7745 * specfun/gammainc.m: New file. |
|
7746 |
|
7747 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7748 |
|
7749 * general/strerror.m: New file. |
|
7750 * general/perror.m: Implement using strerror(). |
|
7751 |
|
7752 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7753 |
|
7754 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
7755 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
7756 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
7757 |
|
7758 * image/saveimage.m: Round img values first. |
|
7759 |
|
7760 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7761 |
|
7762 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
7763 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
7764 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
7765 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
7766 special-matrix/hankel.m special-matrix/toeplitz.m |
|
7767 tuwien/strfun/split.m: Add missing semicolons. |
|
7768 |
|
7769 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
7770 |
|
7771 * image/Makefile.in: Don't build or install octtoppm. |
|
7772 |
|
7773 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
6653
|
7774 routines so that people who don't have the pbm stuff installed |
2330
|
7775 can still use this function. |
|
7776 |
|
7777 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7778 |
|
7779 * image/saveimage.m: Better error checking, clean up a bit. |
|
7780 |
|
7781 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7782 |
|
7783 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
7784 avoid conflict with new built-in text-style function more. |
|
7785 |
|
7786 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
7787 |
|
7788 * startup/Makefile.in (install): Also install octaverc in |
|
7789 $localfcnfiledir/startup/octavrc. |
|
7790 |
|
7791 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7792 |
|
7793 * mkinstalldirs: New file. |
|
7794 * Makefile.in (DISTFILES): Add it to the list. |
|
7795 |
|
7796 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
7797 |
|
7798 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7799 |
|
7800 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
7801 r(1) != c(nr), not if r(1) != c(1). |
|
7802 |
|
7803 * signal/filter.m: Doc fix. |
|
7804 |
|
7805 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7806 |
|
7807 * miscellaneous/cputime.m: Use new resource structure names (no |
|
7808 ru_ or tv_ prefixes). |
|
7809 |
|
7810 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7811 |
|
7812 * time/ctime.m: Fix doc string and usage message. |
|
7813 |
|
7814 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7815 |
|
7816 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
7817 |
|
7818 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7819 |
|
7820 * control/c2d.m: Make function work for any value of |
|
7821 whitespace_in_literal_matrix. |
|
7822 * control/dare.m: Likewise. |
|
7823 * control/tzero.m: Likewise. |
|
7824 * elfun/gcd.m: Likewise. |
|
7825 * elfun/lcm.m: Likewise. |
|
7826 * general/postpad.m: Likewise. |
|
7827 * general/prepad.m: Likewise. |
|
7828 * linear-algebra/kron.m: Likewise. |
|
7829 * miscellaneous/etime.m: Likewise. |
|
7830 * polynomial/conv.m: Likewise. |
|
7831 * polynomial/deconv.m: Likewise. |
|
7832 * polynomial/poly.m: Likewise. |
|
7833 * polynomial/roots.m: Likewise. |
|
7834 * signal/filter.m: Likewise. |
|
7835 * signal/freqz.m: Likewise. |
|
7836 * signal/fftfilt.m: Likewise. |
|
7837 |
|
7838 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
7839 |
|
7840 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
7841 |
|
7842 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
7843 |
|
7844 * plot/polar_int_2.m: Add missing semicolons. |
|
7845 Set theta = theta', not rho'. |
|
7846 |
|
7847 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
7848 |
|
7849 * polynomial/roots.m: Make it work for any value of |
|
7850 whitespace_in_literal_matrix. |
|
7851 |
|
7852 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
7853 |
|
7854 * configure.in: New file. |
|
7855 |
|
7856 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
7857 |
|
7858 * control/lyap.m: Add missing semicolon. |
|
7859 |
|
7860 * miscellaneous/cputime.m: New function file. |
|
7861 |
|
7862 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
7863 |
|
7864 * time: New directory. |
|
7865 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
7866 New function files. |
|
7867 * time/Makefile.in: New file. |
|
7868 * Makefile.in (SUBDIRS): Add time. |
|
7869 |
|
7870 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
7871 |
|
7872 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
7873 |
|
7874 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
7875 |
|
7876 * plot/plot_int_1.m: Transpose data with .', not '. |
|
7877 |
|
7878 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
7879 |
|
7880 * Makefile.in (install uninstall clean mostlyclean distclean |
|
7881 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
7882 |
|
7883 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
7884 |
|
7885 * Makefile.in (install): Create ls-R database file. |
|
7886 (uninstall): Delete it. |
|
7887 |
|
7888 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
7889 |
5378
|
7890 * image/saveimage.m: Fix typo. |
2330
|
7891 |
|
7892 See ChangeLog.1 in the top level directory for earlier changes. |