7078
|
1 2007-10-30 David Bateman <dbateman@free.fr> |
|
2 |
|
3 * plot/__go_draw_axes__.m (do_linestyle_command): |
|
4 Use point type 0 for ".". |
|
5 |
7073
|
6 2007-10-26 John W. Eaton <jwe@octave.org> |
|
7 |
7074
|
8 * image/imshow.m: Improve compatibility. |
|
9 * image/image.m: Return handle if nargou > 0. |
|
10 |
7073
|
11 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
|
12 |
7069
|
13 2007-10-25 John W. Eaton <jwe@octave.org> |
|
14 |
|
15 * miscellaneous/compare_versions.m: Style fixes. |
|
16 |
7060
|
17 2007-10-24 John W. Eaton <jwe@octave.org> |
|
18 |
7061
|
19 * image/saveimage.m: Use functional form of save instead of eval. |
|
20 Use -text instead of -ascii. |
|
21 |
7060
|
22 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
|
23 |
7054
|
24 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
|
25 |
|
26 * plot/legend.m: Also extract location string from varargin (lost |
|
27 when 2007-10-08 patch was applied). |
|
28 |
7049
|
29 2007-10-23 David Bateman <dbateman@free.fr> |
|
30 |
|
31 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, |
|
32 miscellaneous/what.m: New functions |
|
33 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new |
|
34 functions. |
|
35 |
7045
|
36 2007-10-22 David Bateman <dbateman@free.fr> |
|
37 |
|
38 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. |
|
39 * miscellaneous/Makefile.in (SOURCES): remove cputim.m |
|
40 * time/Makefile.in (SOURCES): Remov tic.m and toc.m |
|
41 |
7042
|
42 2007-10-19 Kai Habel <kai.habel@gmx.de> |
|
43 |
|
44 * plot/contourf.m: New function. |
|
45 * plot/Makefile.in (SOURCES): Add it to the list. |
|
46 |
7040
|
47 2007-10-19 John W. Eaton <jwe@octave.org> |
|
48 |
|
49 * plot/subplot.m: Doc fix. |
|
50 |
7039
|
51 2007-10-19 David Bateman <dbateman@free.fr> |
|
52 |
7041
|
53 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039
|
54 |
7037
|
55 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
|
56 |
|
57 * plot/print.m: Handle -textspecial and -textnormal flags for fig |
|
58 output. |
|
59 |
7031
|
60 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
|
61 |
|
62 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, |
|
63 statistics/models/logistic_regression.m, polynomial/polygcd.m, |
|
64 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, |
|
65 control/system/syssetsignals.m, control/base/lqg.m, |
|
66 strings/str2double.m, control/system/sysscale.m, |
|
67 control/hinf/hinfdemo.m, general/cplxpair.m: |
|
68 Make help text fit on pages when using smallbook. |
|
69 |
7028
|
70 2007-10-15 David Bateman <dbateman@free.fr> |
|
71 |
7032
|
72 * plot/print.m: Call drawnow before printing to ensure the plot is |
|
73 on the screen. |
|
74 |
7028
|
75 * testfun/test.m: In error/warning blocks test for an error before |
|
76 a warning to avoid unexpected failures. |
|
77 |
7027
|
78 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
|
79 |
|
80 * testfun/assert.m: Correct documentation of absolution versus |
|
81 relative error tolerance and add tests. |
|
82 |
7024
|
83 2007-10-14 David Bateman <dbateman@free.fr> |
|
84 |
|
85 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in |
|
86 src directory. |
|
87 * plot/Makefile.in (SOURCES): Add fill.m. |
|
88 |
7020
|
89 2007-10-13 David Bateman <dbateman@free.fr> |
|
90 |
|
91 * plot/__patch__.m: Allow multiple patches to be defined and |
|
92 return a single patch object. Allow Faces/Vertices form of |
|
93 patch. Flag failure so the patch can call print_usage. |
|
94 * plot/patch.m: Update help string for Faces/Vertices |
|
95 call. Respect the fail flag returned by __patch__. Add demo code |
|
96 that tests the functionality of patch. |
|
97 * plot/__go_draw_axes__.m: Treat an array of patches in a single |
|
98 patch object. |
|
99 * plot/fill.m: New function. |
|
100 |
7016
|
101 2007-10-12 John W. Eaton <jwe@octave.org> |
|
102 |
|
103 * Change copyright notices in all files that are part of Octave to |
|
104 GPLv3 or any later version. |
|
105 |
7012
|
106 2007-10-11 John W. Eaton <jwe@octave.org> |
|
107 |
|
108 * plot/__go_draw_axes__.m (get_axis_limits): |
|
109 Return lim = [] if logscale and no positive values. |
|
110 (__go_draw_axes__): Skip plotting if computed axis limits are empty. |
|
111 Set initial min and min positive values to Inf, max values to -Inf. |
|
112 (get_data_limits): Correctly handle xminp when no positive values |
|
113 are found. |
|
114 |
7011
|
115 2007-10-11 Ben Abbott <bpabbott@mac.com> |
|
116 |
|
117 * polynomial/residue.m: New optional input for pole multiplicity. |
|
118 Doc fix. Fix tests. |
|
119 |
7010
|
120 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
121 |
|
122 * toplev.cc (Foctave_config_info): Add field "mac". |
|
123 |
|
124 * miscellaneous/ismac.m: New function. |
|
125 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
|
126 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. |
|
127 |
7009
|
128 2007-10-11 Arno Onken <asnelt@asnelt.org> |
|
129 |
|
130 * statistics/distributions/hygernd.m: Allow size to be specified |
|
131 as a scalar. Handle three argument case. Allow T, M, and N to be |
|
132 scalars or matrices of a common size. |
|
133 |
7007
|
134 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
|
135 |
|
136 * control/csrefcard.lt, control/system/is_detectable.m, |
|
137 control/system/sysgroup.m, geometry/voronoin.m, |
|
138 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, |
|
139 statistics/base/mode.m, statistics/distributions/betarnd.m, |
|
140 statistics/distributions/binornd.m, |
|
141 statistics/distributions/cauchy_rnd.m, |
|
142 statistics/distributions/chi2rnd.m, |
|
143 statistics/distributions/discrete_rnd.m, |
|
144 statistics/distributions/exprnd.m, |
|
145 statistics/distributions/frnd.m, |
|
146 statistics/distributions/gamrnd.m, |
|
147 statistics/distributions/geornd.m, |
|
148 statistics/distributions/laplace_rnd.m, |
|
149 statistics/distributions/logistic_rnd.m, |
|
150 statistics/distributions/lognrnd.m, |
|
151 statistics/distributions/nbinrnd.m, |
|
152 statistics/distributions/normrnd.m, |
|
153 statistics/distributions/poissrnd.m, |
|
154 statistics/distributions/stdnormal_rnd.m, |
|
155 statistics/distributions/trnd.m, |
|
156 statistics/distributions/unifrnd.m, |
|
157 statistics/distributions/wblrnd.m: Spelling fixes. |
|
158 |
7005
|
159 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
160 |
|
161 * time/tic.m: New optional output value. |
|
162 |
|
163 * general/int2str.m: Doc fix. |
|
164 |
7002
|
165 2007-10-10 Arno Onken <asnelt@asnelt.org> |
|
166 |
|
167 * statistics/distributions/hygecdf.m, |
|
168 statistics/distributions/hygeinv.m, |
|
169 statistics/distributions/hygepdf.m, |
|
170 statistics/distributions/hygernd.m: |
|
171 Swap order of T and M args for compatibility. |
|
172 |
7001
|
173 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
|
174 |
|
175 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, |
|
176 control/system/buildssic.m, control/system/c2d.m, |
|
177 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, |
|
178 control/system/ss2sys.m, control/system/ss2tf.m, |
|
179 control/system/syscont.m, control/system/sysdimensions.m, |
|
180 control/system/sysdisc.m, control/system/sysmult.m, |
|
181 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, |
|
182 finance/fv.m, general/cumtrapz.m, general/gradient.m, |
|
183 general/interp1.m, general/interp2.m, general/interp3.m, |
|
184 general/interpft.m, general/interpn.m, general/polyarea.m, |
|
185 general/rat.m, general/structfun.m, general/trapz.m, |
|
186 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, |
|
187 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, |
|
188 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, |
|
189 plot/plot3.m, plot/stem.m, polynomial/deconv.m, |
|
190 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, |
|
191 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, |
|
192 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, |
|
193 statistics/base/meansq.m, statistics/base/var.m, |
|
194 statistics/tests/chisquare_test_independence.m, |
|
195 statistics/tests/t_test.m, statistics/tests/u_test.m, |
|
196 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, |
|
197 testfun/test.m: Spelling fixes. |
|
198 |
6998
|
199 2007-10-10 Ben Abbott <bpabbott@mac.com> |
|
200 |
|
201 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). |
|
202 |
6997
|
203 2007-10-10 John W. Eaton <jwe@octave.org> |
|
204 |
|
205 * general/num2str.m: Always allow for sign for automatically |
|
206 computed format widths. |
|
207 |
6988
|
208 2007-10-09 David Bateman <dbateman@free.fr> |
|
209 |
|
210 * plot/patch.m: Accept a handle as the first argument. |
|
211 |
6987
|
212 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
|
213 |
7010
|
214 * general/repmat.m: Handle sparse input. Add tests. |
6987
|
215 |
6985
|
216 2007-10-09 John W. Eaton <jwe@octave.org> |
|
217 |
|
218 * audio/wavwrite.m: Accept arguments in compatible order. |
|
219 |
6979
|
220 2007-10-08 David Bateman <dbateman@free.fr> |
|
221 |
|
222 * general/interp2.m: Relax test for values outside the grid to |
|
223 allow monotonically decreasing abscissa as well. |
|
224 |
6978
|
225 2007-10-08 Ben Abbott <bpabbott@mac.com> |
|
226 |
|
227 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity |
|
228 as output parameter. |
|
229 |
6977
|
230 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
|
231 |
|
232 * plot/__go_draw_axes__.m, plot/legend.m: |
|
233 Handle compatible position specifiers as strings. |
|
234 |
6975
|
235 2007-10-08 John Swensen <jpswensen@comcast.net> |
|
236 |
|
237 * general/num2str.m: Eliminate extra whitespace in output. |
|
238 * strings/strtrim.m: New function. |
|
239 * strings/Makefile.in (SOURCES): Add it to the list. |
|
240 |
6968
|
241 2007-10-06 John W. Eaton <jwe@octave.org> |
|
242 |
|
243 * polynomial/residue.m: New test from test/test_poly.m. |
|
244 |
6967
|
245 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
|
246 |
|
247 * image/saveimage.m: Handle saving color images without a colormap. |
|
248 * image/__img_via_file__.m: Add missing semicolon. |
|
249 |
|
250 2007-10-06 Bill Denney <wsloand@gmail.com> |
|
251 |
7010
|
252 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967
|
253 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
|
254 |
6965
|
255 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
|
256 |
|
257 * plot/print.m: Handle svg output type. Accept new -S option to |
|
258 specify size for PNG and SVG output types. |
|
259 |
|
260 2007-10-05 Ben Abbott <bpabbott@mac.com> |
6964
|
261 |
|
262 * polynomial/mpoles.m: New function. |
|
263 * polynomial/residue.m: Modified to behave in reciprocal |
|
264 manner. No longer compute 4th output, "e". No longer accept |
|
265 tolerance input. Explicitly set tolerance parameter to 0.001. |
|
266 Respect maximum relative difference in poles when determining |
|
267 their multiplicity. Use mpoles to determine the multiplicity of |
|
268 poles. |
|
269 |
6963
|
270 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
|
271 |
|
272 * plot/__go_draw_axes__.m: Add cbrange to the plot stream |
|
273 for surface plots. |
|
274 |
6962
|
275 2007-10-05 John W. Eaton <jwe@octave.org> |
|
276 |
|
277 * plot/__next_line_color__.m: Get color_rotation from axes |
|
278 colororder property. |
|
279 |
6953
|
280 2007-10-03 John W. Eaton <jwe@octave.org> |
|
281 |
6955
|
282 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
|
283 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". |
|
284 |
6953
|
285 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
|
286 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate |
|
287 special for __vnorm__. |
|
288 |
6951
|
289 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
|
290 |
6952
|
291 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951
|
292 |
6950
|
293 2007-10-03 David Bateman <dbateman@free.fr> |
|
294 |
|
295 * pkg/pkg.m (is_architecture_dependent): New function to identify |
|
296 if a file is architecture dependent based on a list of file |
|
297 extensions. |
|
298 (configure_make): Simplify the search for architecture dependent |
|
299 files based on this function. |
|
300 (load_pakages_and_dependencies): Also look for bin directory in |
|
301 the architecture dependent directory. |
|
302 |
6947
|
303 2007-10-03 John W. Eaton <jwe@octave.org> |
|
304 |
|
305 * miscellaneous/dir.m: Create empty struct with field names. |
|
306 Include datenum in struct. |
|
307 |
6943
|
308 2007-10-02 David Bateman <dbateman@free.fr> |
|
309 |
|
310 * miscellaneous/ls.m: If nargout return string array of files |
|
311 returned by ls. |
|
312 |
6942
|
313 2007-10-01 John W. Eaton <jwe@octave.org> |
|
314 |
|
315 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting |
|
316 range values. |
|
317 |
6937
|
318 2007-10-01 David Bateman <dbateman@free.fr> |
|
319 |
7010
|
320 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938
|
321 speed with small vectors. |
6937
|
322 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
|
323 rather than OCTAVE_HOME(). |
|
324 |
6935
|
325 2007-09-30 Ben Abbott <bpabbott@mac.com> |
|
326 |
|
327 * plot/findobj.m: New function. |
|
328 * plot/Makefile.m (SOURCES): Add it to SOURCES. |
|
329 |
6925
|
330 2007-09-26 David Bateman <dbateman@free.fr> |
|
331 |
|
332 * pkg/pkg.m: Add second argument to setting for prefix for |
|
333 architecture dependent files. Use throughout. |
|
334 (pkg:issuperuser): New function, use through to check for |
|
335 root user. |
|
336 (pkg:getarchprefix): function to give the archiecture dependent |
|
337 prefix for a package. |
|
338 (pkg:getarchdir): New function giving location of architetcure |
|
339 dependent directory. Use through out. |
|
340 (pkg:install): Treat architecture dependent directory separately |
|
341 as in might not be a sub-directory of the package directory. |
|
342 (pkg:uninstall): ditto. |
|
343 (pkg:create_pkgadddel): Check for global or local install for |
|
344 architecture dependent directory. |
|
345 (pkg:finish_installation): ditto. |
|
346 (pkg:write_INDEX): ditto. |
|
347 (pkg:load_packages_and_dependencies): ditto. |
|
348 (pkg:copy_files): ditto. Add step to copy architecture dependent |
|
349 files to a new location if user is root. |
|
350 (pkg:rm_rf): Check if file or directory exists before removing. |
|
351 (pkg:dirempty): Check if directory exists before checking. |
|
352 |
|
353 * plot/___patch__.m: Allow face colors to be passed as strings |
|
354 |
|
355 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" |
|
356 needed for calls to "hold" without an argument. |
|
357 |
6920
|
358 2007-09-21 John W. Eaton <jwe@octave.org> |
|
359 |
6921
|
360 * optimization/sqp.m: Fix typo. |
|
361 |
6920
|
362 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
|
363 |
6919
|
364 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
|
365 |
|
366 * control/hinf/h2norm: Compute d*d', not d'*d. |
|
367 |
6918
|
368 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
|
369 |
|
370 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, |
|
371 unidpdf.m and unidinv.m |
|
372 |
6914
|
373 2007-09-18 John W. Eaton <jwe@octave.org> |
|
374 |
|
375 * plot/__go_draw_axes__.m: Use %.15g throughout. |
|
376 (do_tics_1): Set numeric axes formats to "%.15g". |
|
377 |
6912
|
378 2007-09-18 David Bateman <dbateman@free.fr> |
|
379 |
|
380 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead |
|
381 of %g when writing data. |
|
382 |
6908
|
383 2007-09-17 John W. Eaton <jwe@octave.org> |
|
384 |
|
385 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. |
|
386 |
6903
|
387 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
|
388 |
|
389 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for |
|
390 noninteger N with N-K < 1. |
|
391 |
6901
|
392 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
393 |
|
394 * strings/index.m: Correct for strings differing after the third |
|
395 position (bug reported by Maude Martin). |
|
396 |
6895
|
397 2007-09-13 John W. Eaton <jwe@octave.org> |
|
398 |
|
399 * plot/__default_colormap__.m: Delete. |
|
400 * plot/Makefile (SOURCES): Remove from the list. |
|
401 |
6898
|
402 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
|
403 |
|
404 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. |
|
405 |
6885
|
406 2007-09-10 David Bateman <dbateman@free.fr> |
|
407 |
|
408 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but |
|
409 limit the selection of colors in the same way as for lines. |
|
410 * plot/__patch__.m: Allow matrix arguments with one patch per |
|
411 column. |
|
412 * plot/__bar__.m: Adapt to use "patch". |
|
413 |
6870
|
414 2007-09-06 John W. Eaton <jwe@octave.org> |
|
415 |
|
416 * plot/drawnow.m (drawnow): New arg, debug_file. |
|
417 (init_plot_stream): Split from open_plot_stream. |
|
418 * plot/print.m: Accept -debug=FILE argument. |
|
419 |
6868
|
420 2007-09-06 David Bateman <dbateman@free.fr> |
|
421 |
7010
|
422 * general/celldisp.m: New function. |
|
423 * general/Makefile.in (SOURCES): Add celldisp.m. |
|
424 * miscellaneous/swapbytes.m: New function. |
|
425 * miscellaneous/gzip.m: New function. |
|
426 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. |
6868
|
427 |
6863
|
428 2007-09-05 David Bateman <dbateman@free.fr> |
|
429 |
7010
|
430 * general/structfun.m: New function. |
|
431 * general/Makefile.in (SOURCES): Add it to sources. |
|
432 * miscellaneous/run.m: New function. |
|
433 * miscellaneous/Makefile.in (SOURCES): Add it to sources. |
|
434 * statistics/base/mode.m: New function. |
|
435 * statistics/base//Makefile.in (SOURCES): Add it to sources. |
6863
|
436 |
6862
|
437 2007-09-05 John W. Eaton <jwe@octave.org> |
|
438 |
|
439 * miscellaneous/orderfields.m: Use numel instead of length. |
|
440 |
|
441 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> |
|
442 |
|
443 * miscellaneous/orderfields.m: Handle empty structs. |
|
444 |
6861
|
445 2007-09-05 John W. Eaton <jwe@octave.org> |
|
446 |
|
447 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with |
|
448 DATA_IDX. |
|
449 |
|
450 2007-09-04 David Bateman <dbateman@free.fr> |
|
451 |
|
452 * general/isdir.m: Return a logical value. |
|
453 |
6859
|
454 2007-09-04 David Bateman <dbateman@free.fr> |
|
455 |
|
456 * statistics/distributions/chi2pdf.m, |
|
457 statistics/distributions/chi2cdf.m, |
|
458 statistics/distributions/chi2inv.m: Modifiy the call to the gamma |
|
459 distribution functions to account for inverse of scale factor in |
|
460 gamma functions. |
|
461 |
6857
|
462 2007-09-01 John W. Eaton <jwe@octave.org> |
|
463 |
|
464 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. |
|
465 |
6853
|
466 2007-09-01 David Bateman <dbateman@free.fr> |
|
467 |
|
468 * polynomial/polyint.m: New function like polyinteg but with |
|
469 explicit integration constant. |
|
470 * polynomial/polyinteg.m: Remove. |
|
471 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove |
|
472 polyinteg.m. |
|
473 * deprecated/polyinteg.m: Move version here. |
|
474 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. |
|
475 |
6852
|
476 * geometry/voronoi.m: Add large box around data to get a good |
|
477 approximation of the rays to infinity. |
|
478 |
6851
|
479 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
|
480 |
|
481 * plot/axes.m: Allow parent to be specified when creating axes |
|
482 objects. Support non-figure parents. |
|
483 |
|
484 2007-08-31 John W. Eaton <jwe@octave.org> |
|
485 |
|
486 * plot/ancestor.m: New function, adapted from Octave Forge. |
|
487 |
6850
|
488 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
|
489 |
7010
|
490 * polynomial/polygcd.m: Better layout of example. |
|
491 * polynomial/compan.m: Remove unnecessary check. |
|
492 * polynomial/roots.m: Added example to help text. |
|
493 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. |
|
494 * polynomial/poly.m: Added example to help text. |
6850
|
495 |
6848
|
496 2007-08-30 John W. Eaton <jwe@octave.org> |
|
497 |
|
498 * optimization/qp.m: Increase maxit to 200. |
|
499 |
6847
|
500 2007-08-30 David Bateman <dbateman@free.fr> |
|
501 |
|
502 * geometry/inpolygon.m: New file. |
|
503 * geometry/Makefile.in (SOURCES): Add inpolygon.m. |
|
504 |
6843
|
505 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
|
506 |
|
507 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. |
|
508 |
6829
|
509 2007-08-24 David Bateman <dbateman@free.fr> |
|
510 |
|
511 * plot/__go_draw_axes__.m: Treat text color property. |
|
512 |
6828
|
513 2007-08-24 John W. Eaton <jwe@octave.org> |
|
514 |
|
515 * plot/subplot.m, plot/plot.m, plot/grid.m: |
|
516 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. |
|
517 |
|
518 * miscellaneous/movefile.m: Separate second and third args and |
|
519 use p1 and p2, not f1 and f2 when constructing arguments for |
|
520 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. |
|
521 |
6825
|
522 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
|
523 |
|
524 * set/intersect.m: Make it work with cell arrays of strings. |
|
525 |
6823
|
526 2007-08-24 David Bateman <dbateman@free.fr> |
|
527 |
7010
|
528 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823
|
529 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
|
530 functions ported from octave-forge. |
7010
|
531 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823
|
532 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
|
533 geometry/triplot.m, geometry/tsearchn.m: |
|
534 New functions. |
7010
|
535 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
|
536 * geometry/Makefile.in (SOURCES): Add functions above. |
|
537 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. |
6823
|
538 |
6820
|
539 2007-08-23 John W. Eaton <jwe@octave.org> |
|
540 |
|
541 * pkg/pkg.m: Avoid using installed_packages for both function and |
|
542 variable name. |
|
543 |
|
544 2007-08-23 David Bateman <dbateman@free.fr> |
|
545 |
|
546 * plot/plot.m: Allow first arg to be axes handle. |
|
547 |
6818
|
548 2007-08-22 David Bateman <dbateman@free.fr> |
|
549 |
|
550 * control/base/nichols.m: Correct for misnamed variable, and ensure |
|
551 outputs are returned only if requested. |
|
552 |
|
553 2007-08-22 Donald Parsons <dparsons@brightdsl.net> |
|
554 |
|
555 * control/base/nichols.m: Fix typo. |
|
556 |
6813
|
557 2007-08-13 John W. Eaton <jwe@octave.org> |
|
558 |
|
559 * plot/meshgrid.m: Use repmat instead of multiplication. |
|
560 |
6809
|
561 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
|
562 |
|
563 * plot/__go_draw_axes__.m: Add axes position to the usingclause, |
|
564 use axes position in each appropriate gnuplot set statement. |
|
565 |
6808
|
566 2007-08-10 John W. Eaton <jwe@octave.org> |
|
567 |
|
568 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. |
|
569 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
570 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
571 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. |
|
572 |
6807
|
573 2007-08-10 Kai Habel <kai.habel@gmx.de> |
|
574 |
|
575 * plot/patch.m, plot/__patch__.m: New files. |
|
576 * plot/Makefile.in (SOURCES): Add them to the list. |
|
577 |
|
578 2007-08-07 John W. Eaton <jwe@octave.org> |
|
579 |
|
580 * path/savepath.m: Use single quotes for argument to PATH command |
|
581 that is inserted in file. |
|
582 |
6805
|
583 2007-07-27 John W. Eaton <jwe@octave.org> |
|
584 |
|
585 * plot/drawnow.m: Only set default value for term if GNUTERM is |
|
586 not set in the environment. |
|
587 |
6796
|
588 2007-07-25 David Bateman <dbateman@free.fr> |
|
589 |
|
590 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
591 control/base/Makefile.in, control/hinf/Makefile.in, |
|
592 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
593 control/util/Makefile.in, deprecated/Makefile.in, |
|
594 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
595 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
596 miscellaneous/Makefile.in, optimizaton/Makefile.in, |
|
597 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
598 polynomial/Makefile.in, quaternion/Makefile.in, |
|
599 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, |
|
600 specfun/Makefile.in, special-matrix/Makefile.in, |
|
601 startup/Makefile.in, statistics/Makefile.in, |
|
602 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
603 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
604 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
605 Adjust DISTFILES to allow out of tree "make dist" to work. |
|
606 |
6795
|
607 2007-07-25 John W. Eaton <jwe@octave.org> |
|
608 |
|
609 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. |
|
610 |
6793
|
611 2007-07-24 David Bateman <dbateman@free.fr> |
|
612 |
|
613 * image/flag.m: New colormap function. |
|
614 * images/Makefile.in: Include it in SOURCES. |
|
615 |
|
616 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
617 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
618 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
619 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. |
|
620 * image/gray.m, image/ocean.m: Use the same means of finding the |
|
621 number of colormap elements as the other colormap functions. |
|
622 |
6790
|
623 2007-07-24 Kai Habel <kai.habel@gmx.de> |
|
624 |
|
625 * plot/__go_draw_axes__.m: Handle patch. |
|
626 |
6788
|
627 2007-07-23 David Bateman <dbateman@free.fr> |
|
628 |
|
629 * general/rat.m: New function for ration approximation imported |
|
630 from octave-forge. |
|
631 * general/del2.m: New function for discrete laplacian operator. |
|
632 * general/Makefile.in: Include rat.m and del2.m in SOURCES. |
|
633 |
|
634 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
635 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
636 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
637 image/winter.m, image/brighten.m: Port image functions from |
|
638 octave-forge. |
|
639 * image/Makefile.in: Add ported functions to SOURCES. |
|
640 * image/gray.m, image/ocean.m: Don't set the colormap for |
|
641 compatibility with matlab. |
|
642 |
|
643 * plot/meshc.m, plot/peaks.m: Port plotting function from |
|
644 octave-forge |
|
645 * plot/Makefile.in: Add ported functions to SOURCES. |
|
646 * plot/__go_draw_axes__.m: Set the palette for the surfaces if |
|
647 using gnuplot 4.2 or greater. |
|
648 |
6785
|
649 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
|
650 |
|
651 * general/cart2sph.m: Fix unbalanced paranthesis. |
|
652 |
6781
|
653 2007-07-19 David Bateman <dbateman@free.fr> |
|
654 |
|
655 * plot/fplot.m: More compatible version. |
|
656 |
6780
|
657 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
|
658 |
|
659 * plot/clf.m: Check for valid handle before deleting. |
|
660 |
|
661 * plot/figure.m: Pass "figure" property/value pairs directly to |
|
662 __go_figure__ instead of using regular "set" call. |
|
663 |
6779
|
664 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
|
665 |
|
666 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal |
|
667 type for gnuplot. |
|
668 |
6778
|
669 2007-07-18 John W. Eaton <jwe@octave.org> |
|
670 |
|
671 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to |
|
672 gnuplot for each set of axes. |
|
673 |
6777
|
674 2007-07-18 David Bateman <dbateman@free.fr> |
|
675 |
6778
|
676 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
|
677 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, |
|
678 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, |
|
679 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: |
|
680 Use standard scale factor rather than one on the scale factor for |
|
681 compatibility. |
|
682 |
|
683 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, |
|
684 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
|
685 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
686 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: |
|
687 Preserve backward compatibility. |
6777
|
688 |
6776
|
689 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
|
690 |
|
691 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp |
|
692 to avoid issues with regexp special characters in the path strings. |
|
693 |
6770
|
694 2007-07-06 David Bateman <dbateman@free.fr> |
|
695 |
6778
|
696 * general/accumarray.m: New function to create an array by |
|
697 accumulating the elements. |
6770
|
698 |
6768
|
699 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
|
700 |
|
701 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. |
|
702 (fdjac): Set nx outside of if block. |
|
703 (cf_ub_lb, cigrad_ub_lb): New subfunctons. |
|
704 |
6765
|
705 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
706 |
|
707 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. |
|
708 |
|
709 * plot/axis.m: Also set "visible" property when setting axes to |
|
710 on/off. |
|
711 |
6762
|
712 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
|
713 |
|
714 * image/colormap.m: Only return colormap if nargout > 0. |
|
715 Mark as command. |
|
716 |
6758
|
717 2007-06-25 John W. Eaton <jwe@octave.org> |
|
718 |
|
719 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of |
|
720 strcmp for selected property comparisons. |
|
721 |
6756
|
722 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
|
723 |
6778
|
724 * image/imshow.m: Fix check for colormap arguments. |
6756
|
725 |
6754
|
726 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
|
727 |
|
728 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. |
|
729 |
6756
|
730 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754
|
731 |
6778
|
732 * statistics/base/median.m: Update help text to mention 'dim' |
6754
|
733 argument, and note that the data should be sorted for the |
|
734 definition of the median to be correct. |
|
735 |
6778
|
736 * statistics/base/std.m: Add missing square to definition of |
6754
|
737 standard deviation. |
|
738 |
6778
|
739 * statistics/base/cov.m: Add definition of covariance to the help text. |
|
740 |
|
741 * statistics/base/kurtosis.m, statistics/base/skewness.m, |
6754
|
742 statistics/base/std.m: |
|
743 Note that \bar{x} is the mean value of x in the help text. |
|
744 |
6778
|
745 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754
|
746 coefficient to the help text. |
|
747 |
6778
|
748 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
|
749 |
|
750 * statistics/base/var.m: Put N in @math in help text. |
|
751 |
|
752 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
6754
|
753 statistics/tests/kolmogorov_smirnov_test.m: |
|
754 Write about possible values of 'dist' in help text. |
|
755 |
6778
|
756 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754
|
757 Add definition of correlation to the help text. |
|
758 |
6778
|
759 * statistics/base/logit.m, statistics/base/kendall.m, |
|
760 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, |
6754
|
761 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
|
762 TeXification of help text. |
|
763 |
|
764 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. |
|
765 |
|
766 * statistics/tests/var_test.m, statistics/tests/welch_test.m: |
|
767 Add missing @var's to help text. |
|
768 |
|
769 * statistics/models/logistic_regression.m: Fix typos in help text. |
|
770 |
|
771 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part |
|
772 of help text. |
|
773 |
|
774 * statistics/distributions/unidinv.m: Add a missing 'discrete' to |
|
775 help text. |
|
776 |
|
777 * statistics/distributions/unidpdf.m, |
|
778 statistics/distributions/discrete_pdf.m: |
|
779 Replace 'pDF' with 'PDF' in help text. |
|
780 |
6753
|
781 2007-06-25 John W. Eaton <jwe@octave.org> |
|
782 |
|
783 * strings/substr.m: Use offset consistently in code and doc string. |
|
784 From Rafael Laboissiere <rafael@debian.org>. |
|
785 |
6752
|
786 2007-06-25 Pete Gustafson <petegus@umich.edu> |
|
787 |
6778
|
788 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752
|
789 |
6751
|
790 2007-06-25 John W. Eaton <jwe@octave.org> |
|
791 |
|
792 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. |
|
793 Recycle tic labels if necessary. From Juhani Saastamoinen |
|
794 <juhani@cs.joensuu.fi>. |
|
795 |
6748
|
796 2007-06-20 John W. Eaton <jwe@octave.org> |
|
797 |
6749
|
798 * strings/index.m: Allow strings to be empty. |
|
799 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> |
|
800 |
6748
|
801 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
|
802 |
6747
|
803 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
|
804 |
|
805 * sparse/pcg.m: Allow the preconditioner to be passed as two |
|
806 separate matrices. |
|
807 |
6746
|
808 2007-06-19 David Bateman <dbateman@free.fr> |
|
809 |
|
810 * plot/axis.m: Prefer to use legend rather than the older Octave |
|
811 only ";;" legend syntax. |
|
812 * polynomial/mkpp.m: ditto. |
|
813 * polynomial/pchip.m: ditto. |
|
814 * signal/freqz_plot.m: ditto. |
|
815 * sparse/gplot.m: ditto. |
|
816 * sparse/treeplot.m: ditto. |
|
817 |
6745
|
818 2007-06-19 John W. Eaton <jwe@octave.org> |
|
819 |
|
820 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. |
|
821 (__go_draw_axes__): Call do_tics to handle tic marks. |
|
822 |
6742
|
823 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
824 |
6778
|
825 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742
|
826 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
|
827 to check for NA. |
|
828 |
6741
|
829 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
830 |
6778
|
831 * optimization/glpk.m: TeXified the help text. |
|
832 * optimization/qp.m: TeXified the help text. |
|
833 * optimization/sqp.m: TeXified the help text. |
6741
|
834 |
6740
|
835 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
|
836 |
6778
|
837 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740
|
838 |
6738
|
839 2007-06-15 John W. Eaton <jwe@octave.org> |
|
840 |
|
841 * plot/__go_draw_axes__.m: Only attempt label rotation if |
|
842 have_newer_gnuplot is true. |
|
843 |
6736
|
844 2007-06-15 Pete Gustafson <petegus@umich.edu> |
|
845 |
6778
|
846 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
|
847 * plot/__axis_label__.m Assign ylabel default rotation property |
6737
|
848 to 90, all others 0. |
|
849 |
6778
|
850 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
|
851 * plot/__go_draw_axes__.m: Removed undefined tx from call to |
6736
|
852 get_data_limits. |
6778
|
853 * plot/__plotopt1__.m: Intercept and strip format string when |
6736
|
854 called by __errplot__. |
|
855 |
6730
|
856 2007-06-15 John W. Eaton <jwe@octave.org> |
|
857 |
|
858 * testfun/test.m: Also return number of expected failures. |
|
859 |
6724
|
860 2007-06-14 John W. Eaton <jwe@octave.org> |
|
861 |
6730
|
862 * set/ismember.m: Mark two tests known to fail with xtest. |
|
863 |
6724
|
864 * plot/__go_draw_axes__.m: Handle text rotation property. |
|
865 |
6728
|
866 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
|
867 |
|
868 * testfun/test.m: Add xtest support for tests known to fail. |
|
869 |
6727
|
870 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
|
871 |
|
872 * plot/print.m: Handle pstex, pslatex, epslatex, and |
|
873 epslatexstandalone terminals. |
|
874 |
6721
|
875 2007-06-14 David Bateman <dbateman@free.fr> |
|
876 |
|
877 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, |
|
878 as permutation of results was incorrect. |
|
879 * general/interp1.m: Add demo on second derivative |
|
880 * general/interpn.m: Convert "y" to vectors for __splinen__ |
6722
|
881 call. Add 3D demo. Fix typos |
|
882 * general/interp3.m: Fix typos. Correct permutation for use of |
|
883 interpn. |
6721
|
884 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
|
885 |
6717
|
886 2007-06-13 John W. Eaton <jwe@octave.org> |
|
887 |
|
888 * miscellaneous/mkoctfile.m: Quote args too. |
6712
|
889 |
6706
|
890 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
|
891 |
|
892 * miscellaneous/mkoctfile.m: Quote script name for call to system. |
|
893 |
6704
|
894 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
|
895 |
|
896 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". |
|
897 Set have_linestyle to true if two character linestyle is found. |
|
898 |
6702
|
899 2007-06-12 David Bateman <dbateman@free.fr> |
|
900 |
6717
|
901 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
|
902 and interpn.m. |
|
903 |
|
904 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in |
|
905 structure before using it. |
|
906 |
|
907 2007-06-12 David Bateman <dbateman@free.fr> |
|
908 |
6704
|
909 * general/interp1.m: Change examples to use new graphics interface. |
6702
|
910 * general/__splinen__.m: New support function for N-dimensional |
|
911 spline interpolation. |
|
912 * general/bicubic.m: Allow definition of extrapolation |
|
913 value. Adapt tests to use new graphics interface |
|
914 * general/interp2.m: Call __splinen__ for 2-D spline |
|
915 interpolation. Make the lookup table code only be called for |
|
916 linear and nearest methods. |
|
917 * general/interpn.m: New function for N-dimensional, linear, nearest |
|
918 and spline interpolation. |
|
919 * general/interp3.m: New function for 3-dimensional, linear, nearest |
|
920 and spline interpolation. |
6704
|
921 * polynomial/spline.m: Change examples to use new graphics interface. |
6702
|
922 |
6701
|
923 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
|
924 |
|
925 * statistics/tests/wilcoxon_test.m: Error if N <= 25. |
|
926 |
6699
|
927 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
|
928 |
|
929 * plot/fplot.m: If function is inline, vectorize it. |
|
930 |
6698
|
931 2007-06-10 David Bateman <dbateman@free.fr> |
|
932 |
|
933 * pkg/pkg.m (pkg:installed_packages): truncate start of package |
|
934 directory if need to, so that it fits on a line. |
|
935 |
6695
|
936 2007-06-07 David Bateman <dbateman@free.fr> |
|
937 |
|
938 * pkg/pkg.m (pkg): For rebuild target, force package order in |
|
939 saved file so that dependent packages are loaded first, and if |
|
940 nargout==0 don't return any arguments. |
|
941 (pkg:install): Only load packages that are marked autoload after |
|
942 install. Various fixes. Save in order. |
|
943 (pkg:uninstall): Save in order |
|
944 (pkg:load_packages): Use load_package_and_dependencies to load |
|
945 packages. |
|
946 (pkg:save_order): New function to sort package list with dependent |
|
947 packages first. |
|
948 (pkg:load_packages_and_dependencies): New function to load both a |
|
949 list of packages and their dependencies. |
|
950 (pkg:load_package_dirs): New function that returns a vector of the |
|
951 indexes into the installed package list indicating the packages to |
|
952 load and the order to load them in to respect the dependencies. |
|
953 |
6688
|
954 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
|
955 |
|
956 * plot/axes.m: Eliminate redundant else clause. |
|
957 |
6686
|
958 2007-06-03 David Bateman <dbateman@free.fr> |
|
959 |
|
960 * polynomial/spline.m: Add a small tolerance to spline tests. |
6687
|
961 * pkg/pkg.m: Protect against multiple actions being define. |
|
962 |
6683
|
963 2007-06-01 David Bateman <dbateman@free.fr> |
|
964 |
|
965 * pkg.m (pkg:is_superuser): Remove function used in one place and |
|
966 incorporate into main pkg function. |
|
967 (pkg:install): Check for existence of files to install before |
|
968 globbing and warn the user if they don't exist. |
|
969 |
6675
|
970 2007-05-31 David Bateman <dbateman@free.fr> |
|
971 |
6679
|
972 * miscellaneous/copyfile.m: Split copying of multiple files to a |
|
973 directory over several copy command to limit the line length. |
|
974 * miscellaneous/movefile.m: Ditto. |
|
975 |
6675
|
976 * pkg.m: Add build option to allow binary Octave packages to be |
|
977 built from source packages. Probe absolute path of prefix, global |
|
978 and local lists. Use strcat, rather that [] for strings. |
|
979 (pkg:build): New function to binary binary package. |
|
980 (pkg:absolute_pathname): Use fileattrib to probe absolute path. |
|
981 (pkg:repackage): Package binary Octave package from installation. |
|
982 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives |
|
983 from m-files into main installation directory. |
|
984 (pkg:shell): Suppress verbose messages from shell and only display |
|
985 them with the verbose flag. |
|
986 (pkg:installed_packages): Also include the loaded flag in the |
|
987 local and global packages. |
|
988 (pkg:uninstall): On uninstall, only rmpath the package if it is |
|
989 flagged as loaded. |
|
990 |
|
991 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> |
|
992 |
|
993 * pkg.m (pkg:load_packages): Correctly load a mix of packages |
|
994 with and without architecture dependent directories. |
|
995 (pkg:installed_packages): Probe the global_list file even if it is |
|
996 the same as the local_list. |
|
997 |
6669
|
998 2007-05-29 John W. Eaton <jwe@octave.org> |
|
999 |
|
1000 * sparse/spy.m: Set axis to "ij" mode. |
|
1001 |
6664
|
1002 2007-05-24 John W. Eaton <jwe@octave.org> |
|
1003 |
|
1004 * set/ismember.m: Quote first arg of "fail" tests. |
|
1005 |
6663
|
1006 2007-05-24 David Bateman <dbateman@free.fr> |
|
1007 |
6778
|
1008 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663
|
1009 |
6655
|
1010 2007-05-22 David Bateman <dbateman@free.fr> |
|
1011 |
|
1012 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than |
|
1013 error(lasterr()(8:end)). |
|
1014 (pkg:install): Warning for empty packages being removed. Suppress |
|
1015 spurious output. Warning rather than error for uninstalling a |
|
1016 package that is not installed to avoid RPM issue. |
|
1017 (pkg:configure_make): Fix for parsing of src/FILES. Don't create |
|
1018 inst or architecture dependent directory if it exists. |
|
1019 |
6653
|
1020 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1021 |
|
1022 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, |
|
1023 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, |
|
1024 signal/freqz.m: Fix typos. |
|
1025 |
6645
|
1026 2007-05-21 David Bateman <dbateman@free.fr> |
|
1027 |
|
1028 * pkg/pkg.m: Add rebuild target, and -local, -global option to |
|
1029 force installation location. |
|
1030 (rebuild): New subfunction to rebuild package database from |
|
1031 installed packages. Also allows changing of autoload status |
|
1032 (install): Warn use if attempting to install from non existent |
|
1033 file. |
|
1034 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
|
1035 "USER", "root"))' for root test. |
|
1036 |
|
1037 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> |
|
1038 |
|
1039 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms |
|
1040 and replace "\" characters with "/". |
|
1041 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
|
1042 characters with "/" throughout. |
|
1043 (shell): New subfunction that wraps system and is careful with the |
|
1044 shell on windows platforms. |
|
1045 (configure_make): Explictly pass complier etc to configure |
|
1046 process. |
|
1047 (issuperuser): Force default to global install for Windows machines. |
|
1048 |
6636
|
1049 2007-05-19 Kristan Onu |
|
1050 |
|
1051 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. |
|
1052 |
6634
|
1053 2007-05-18 David Bateman <dbateman@free.fr> |
|
1054 |
|
1055 * pkg/pkg.m (install): More verbosity. |
|
1056 (configure_make): Ditto. |
|
1057 (create_pkgadddel): Install in architecture dependent directory if |
|
1058 it exists to address issues with autoload/mfilename. |
|
1059 (write_INDEX): Check in archiecture dependent directories as well. |
|
1060 |
6633
|
1061 2007-05-17 David Bateman <dbateman@free.fr> |
|
1062 |
|
1063 * plot/hbar.m: Remove. |
|
1064 * plot/barh.m: and move it here. |
|
1065 |
6631
|
1066 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
|
1067 |
|
1068 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
1069 |
6629
|
1070 2007-05-16 John W. Eaton <jwe@octave.org> |
|
1071 |
|
1072 * general/logspace.m: Return second arg if fewer than two values |
|
1073 are requested. |
|
1074 |
6619
|
1075 2007-05-14 John W. Eaton <jwe@octave.org> |
|
1076 |
|
1077 * plot/__go_draw_figure__.m: Ensure that a reset commands starts |
|
1078 on a new line. |
|
1079 |
6617
|
1080 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
|
1081 |
|
1082 * statistics/distributions/norminv.m, |
|
1083 statistics/distributions/norminv.m, |
|
1084 statistics/distributions/normpdf.m, |
|
1085 statistics/distributions/normrnd.m: |
|
1086 Use standard deviation, not variance. |
|
1087 * statistics/distributions/lognpdf.m: Adapt to change in norminv. |
|
1088 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. |
|
1089 * deprecated/normal_cdf.m, deprecated/normal_inv.m, |
|
1090 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve |
|
1091 backward compatibility. |
|
1092 |
6616
|
1093 2007-05-14 David Bateman <dbateman@free.fr> |
|
1094 |
|
1095 * pkg/pkg.m: Mark loaded packages with "*". |
|
1096 |
6615
|
1097 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
|
1098 |
|
1099 * miscellaneous/single.m: Doc fix. |
|
1100 Convert to double instead of returning argument unchanged. |
|
1101 |
|
1102 * miscellaneous/doc.m: Doc fix. |
|
1103 |
|
1104 * miscellaneous/ver.m: Doc fix. |
|
1105 Don't display information about Octave Forge. |
|
1106 |
6614
|
1107 2007-05-12 David Bateman <dbateman@free.fr> |
|
1108 |
|
1109 * pkg/pkg.m: Add a "-verbose" option that allows all output of an |
|
1110 install to be printed. An error in the on_uninstall script causes |
|
1111 a failure to uninstall. Place oct- and mex-files in an |
|
1112 architecture dependent directory. |
|
1113 |
6611
|
1114 2007-05-09 John W. Eaton <jwe@octave.org> |
|
1115 |
|
1116 * plot/__go_draw_axes__.m: Break plot command over multiple lines. |
|
1117 |
6609
|
1118 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1119 |
|
1120 * statistics/distributions/normcdf.m: Use standard deviation |
|
1121 instead of variance for compatibility. |
|
1122 |
|
1123 2007-05-08 John W. Eaton <jwe@octave.org> |
|
1124 |
|
1125 |
|
1126 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). |
|
1127 |
|
1128 * set/ismember.m: Always return logical values. |
|
1129 |
|
1130 * set/ismember.m: Return early if no matches are found. New tests. |
6749
|
1131 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609
|
1132 |
|
1133 * general/__isequal__.m: Allow numeric values of different classes |
|
1134 to compare equal. |
|
1135 |
6606
|
1136 2007-05-07 David Bateman <dbateman@free.fr> |
|
1137 |
6607
|
1138 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
|
1139 compatiable, accepting LineSpec and markersize arguments. |
6606
|
1140 |
6605
|
1141 2007-05-02 John W. Eaton <jwe@octave.org> |
|
1142 |
|
1143 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. |
|
1144 |
6604
|
1145 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1146 |
|
1147 * contour.m: Rewrite help string. |
|
1148 |
6599
|
1149 2007-04-28 John W. Eaton <jwe@octave.org> |
|
1150 |
|
1151 * miscellaneous/unzip.m, miscellaneous/untar.m, |
|
1152 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: |
|
1153 Special case nargout == 0. |
|
1154 |
6597
|
1155 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
|
1156 |
|
1157 * general/sub2ind.m: Handle empty input, add tests. |
|
1158 |
6590
|
1159 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1160 |
|
1161 * plot/contourc.m: Doc fix. |
|
1162 |
6586
|
1163 2007-04-26 David Bateman <dbateman@free.fr> |
|
1164 |
|
1165 * plot/hist.m: Partially remove previous patch. |
|
1166 |
6582
|
1167 2007-04-26 David Bateman <dbateman@free.fr> |
|
1168 |
|
1169 * plot/hist.m: Support returning of handle |
|
1170 * plot/__bar__.m: __pltopt__ should only be called on strings or |
|
1171 cells. |
|
1172 |
6575
|
1173 2007-04-25 John W. Eaton <jwe@octave.org> |
|
1174 |
6579
|
1175 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
|
1176 "title \"\"", not "". |
|
1177 |
6575
|
1178 * plot/legend.m: Initialize WARNED to false. |
|
1179 |
6567
|
1180 2007-04-24 John W. Eaton <jwe@octave.org> |
|
1181 |
|
1182 * io/beep.m: Fix cut and paste error. |
|
1183 From S�ren Hauberg <soren@hauberg.org>. |
|
1184 |
|
1185 2007-04-23 John W. Eaton <jwe@octave.org> |
|
1186 |
|
1187 * plot/box.m: Delete extra endfunction keyword. |
|
1188 |
6560
|
1189 2007-04-23 David Bateman <dbateman@free.fr> |
|
1190 |
|
1191 * plot/plot3.m: Call newplot. |
|
1192 |
6553
|
1193 2007-04-20 John W. Eaton <jwe@octave.org> |
|
1194 |
|
1195 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. |
|
1196 |
6546
|
1197 2007-04-19 John W. Eaton <jwe@octave.org> |
|
1198 |
|
1199 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of |
|
1200 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1201 |
6544
|
1202 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1203 |
|
1204 * control/util/axis2dlim.m: Delete extraneous line. |
|
1205 |
6542
|
1206 2007-04-18 John W. Eaton <jwe@octave.org> |
|
1207 |
|
1208 * specfun/factorial.m: Increase tolerance in large value test. |
|
1209 |
6540
|
1210 2007-04-18 David Bateman <dbateman@free.fr> |
|
1211 |
|
1212 * __bar__.m: New support function for bar/hbar to support graphic |
|
1213 handles, and additional arguments. |
|
1214 * bar.m: Convert to use __bar__. |
|
1215 * hbar.m: New function |
|
1216 * hist.m: Explicitly set the width of the bar plot. |
|
1217 |
6533
|
1218 2007-04-17 John W. Eaton <jwe@octave.org> |
|
1219 |
6534
|
1220 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
|
1221 |
6533
|
1222 * set/ismember.m: New tests. |
|
1223 From David Grohmann <grohmann@arlut.utexas.edu> |
|
1224 |
6532
|
1225 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
|
1226 |
|
1227 * specfun/factorial.m: Use gamma function instead of cumprod. |
|
1228 Add tests. |
|
1229 |
6527
|
1230 2007-04-16 John W. Eaton <jwe@octave.org> |
|
1231 |
6528
|
1232 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
|
1233 looks_like_copyright in src/help.cc. |
|
1234 From S�ren Hauberg <soren@hauberg.org>. |
|
1235 |
6527
|
1236 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
|
1237 |
6526
|
1238 2007-04-13 John W. Eaton <jwe@octave.org> |
|
1239 |
6527
|
1240 * optimization/sqp.m: Initialize info to 0. |
|
1241 |
6526
|
1242 * optimization/qp.m: Undo previous change. |
|
1243 |
6524
|
1244 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1245 |
|
1246 * spdiags.m: Fixed the four-argument case to work for columns of |
|
1247 length one. |
|
1248 |
6523
|
1249 2007-04-12 John W. Eaton <jwe@octave.org> |
|
1250 |
|
1251 * optimization/qp.m: Avoid Octave indexing bug. |
|
1252 |
6521
|
1253 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
|
1254 |
6522
|
1255 * miscellaneous/menu.m, control/base/bddemo.m, |
|
1256 control/hinf/dgkfdemo.m, control/system/packedform.m, |
|
1257 control/system/sysrepdemo.m: |
|
1258 Adapt to page_screen_output as a function. |
6521
|
1259 |
6518
|
1260 2007-04-11 John W. Eaton <jwe@octave.org> |
|
1261 |
|
1262 * miscellaneous/not.m: Delete. |
|
1263 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. |
|
1264 |
|
1265 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1266 |
|
1267 * control/util/axis2dlim.m: Try harder to handle min and max vals |
|
1268 that are close but not exactly equal. |
|
1269 |
6515
|
1270 2007-04-11 David Bateman <dbateman@free.fr> |
|
1271 |
|
1272 * general/bitcmp.m: Make it work again. |
|
1273 |
6512
|
1274 2007-04-10 John W. Eaton <jwe@octave.org> |
|
1275 |
|
1276 * plot/__go_draw_axes__.m: Try harder to handle min and max vals |
|
1277 that are close but not exactly equal. |
|
1278 |
6511
|
1279 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
|
1280 |
|
1281 * plot/stem.m: Add back the baseline line and let it be not adjustable |
|
1282 in response to a change in x limits for now. |
|
1283 |
6510
|
1284 2007-04-09 John W. Eaton <jwe@octave.org> |
|
1285 |
|
1286 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. |
|
1287 (__go_draw_axes__): Use it to write data to plot stream. |
|
1288 |
6509
|
1289 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1290 |
|
1291 * plot/stem.m: Fix typos in doc string. Fix typo in call to |
|
1292 zeros. Set markerfacecolor property in call to plot. |
|
1293 |
6508
|
1294 2007-04-06 John W. Eaton <jwe@octave.org> |
|
1295 |
|
1296 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. |
|
1297 |
|
1298 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1299 |
|
1300 * plot/stem.m: Use plot instead of a series of calls to line. |
|
1301 |
6494
|
1302 2007-04-05 John W. Eaton <jwe@octave.org> |
|
1303 |
6499
|
1304 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
|
1305 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, |
|
1306 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
1307 sparse/spstats.m, sparse/treeplot.m: Style fixes. |
|
1308 |
6496
|
1309 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500
|
1310 Use strcmpi instead of strcmp+tolower. |
6496
|
1311 Style fixes. |
|
1312 |
6494
|
1313 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
|
1314 Plotting fixes. Style fixes. |
|
1315 |
|
1316 * testfun/test.m: Use "strcat (...)" instead of "[...]". |
|
1317 Style fixes. |
|
1318 |
|
1319 * testfun/fail.m: No need to check for evalin and lastwarn. |
|
1320 Style fixes. |
|
1321 |
|
1322 * testfun/demo.m, testfun/example.m: Style fixes. |
|
1323 Use "strcat (...)" instead of "[...]". |
|
1324 Use format specifiers in calls to warning. |
|
1325 |
|
1326 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". |
|
1327 Use "strcat (...)" instead of "[...]". |
|
1328 Use "x(end)" instead of "x(length (x))". |
|
1329 Check NA before NaN. |
|
1330 Style fixes. |
|
1331 |
6473
|
1332 2007-03-29 John W. Eaton <jwe@octave.org> |
|
1333 |
6474
|
1334 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473
|
1335 |
6467
|
1336 2007-03-27 John W. Eaton <jwe@octave.org> |
|
1337 |
|
1338 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1339 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1340 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1341 control/util/Makefile.in, deprecated/Makefile.in, |
|
1342 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1343 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1344 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1345 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1346 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1347 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1348 special-matrix/Makefile.in, startup/Makefile.in, |
|
1349 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1350 statistics/distributions/Makefile.in, |
|
1351 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1352 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1353 Use ln instead of $(LN_S) in dist target. |
|
1354 |
6465
|
1355 2007-03-27 David Bateman <dbateman@free.fr> |
|
1356 |
|
1357 * plot/__go_draw_axes__.m: Allow linewidth settings to work with |
|
1358 gnuplot 4.0. |
|
1359 |
6464
|
1360 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1361 |
|
1362 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. |
|
1363 |
6461
|
1364 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1365 |
|
1366 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via |
|
1367 plot stream and using binary data. |
|
1368 |
6459
|
1369 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1370 |
|
1371 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1372 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1373 plot/__plt2vv__.m: Accept properties in addtition to options struct. |
|
1374 |
|
1375 2007-03-26 David Bateman <dbateman@free.fr> |
|
1376 |
6461
|
1377 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
|
1378 |
6459
|
1379 * plot/plot3.m: Handle line properties. |
|
1380 * plot/plot.m: Update docstring. |
|
1381 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. |
|
1382 * plot/__plt__.m: Also gather properties. |
|
1383 |
6455
|
1384 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
|
1385 |
|
1386 * testfun/assert.m: Delete special check for empty objects. |
|
1387 Add test. |
|
1388 |
6453
|
1389 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1390 |
6454
|
1391 * plot/drawnow.m: Exit early if call is recursive. |
|
1392 |
6453
|
1393 * plot/__go_draw_axes__.m (get_data_limits): New function. |
|
1394 Check for Inf too. |
|
1395 (__go_draw_axes__): Use get_data_limits. |
|
1396 |
6450
|
1397 2007-03-24 John W. Eaton <jwe@octave.org> |
|
1398 |
6451
|
1399 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
|
1400 send terminal setting command with title option to plot stream. |
|
1401 |
6450
|
1402 * plot/legend.m: Correctly increment index into list of children.. |
|
1403 |
6434
|
1404 2007-03-23 John W. Eaton <jwe@octave.org> |
|
1405 |
6448
|
1406 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
|
1407 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, |
|
1408 control/base/nyquist.m, control/base/nichols.m, |
|
1409 control/base/frdemo.m, signal/freqz_plot.m, |
|
1410 control/base/__stepimp__.m, control/base/bode.m, |
|
1411 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, |
|
1412 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: |
6447
|
1413 Update plotting code. |
|
1414 |
|
1415 * control/base/bode.m: Unwrap phase angle. |
|
1416 |
|
1417 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. |
|
1418 |
|
1419 * plot/axis.m: Don't check automatic_replot, or call replot. |
|
1420 |
|
1421 * quaternion/demoquat.m: Delete comments with obsolete plotting |
|
1422 commands. |
6446
|
1423 |
6442
|
1424 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444
|
1425 Handle numeric color specs. |
6442
|
1426 * plot/plot.m: Remove "-@" and "@" from docstring. |
|
1427 |
6441
|
1428 * plot/orient.m: Fix tests to avoid creating a plot window. |
|
1429 |
6440
|
1430 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
1431 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
1432 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, |
|
1433 general/arrayfun.m, miscellaneous/compare_versions.m, |
|
1434 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, |
|
1435 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, |
|
1436 polynomial/pchip.m: Fix copyright notice, correct FSF address. |
|
1437 |
6438
|
1438 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
|
1439 plot, not just multiplots. |
|
1440 |
6436
|
1441 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
|
1442 |
6434
|
1443 * plot/contour.m: Don't call drawnow. |
|
1444 |
6431
|
1445 2007-03-22 John W. Eaton <jwe@octave.org> |
|
1446 |
6432
|
1447 * plot/drawnow.m: Check and optionally, set, the __modified__ |
|
1448 property of each figure. |
|
1449 |
6431
|
1450 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
|
1451 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1452 |
|
1453 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1454 |
|
1455 * linear-algebra/null.m: Set elements of retval with magnitudes |
|
1456 less than eps to 0. |
|
1457 |
6429
|
1458 2007-03-21 David Bateman <dbateman@free.fr> |
6425
|
1459 |
|
1460 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. |
6429
|
1461 * testfun/speed.m: Documentation and example fix. |
|
1462 |
6424
|
1463 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1464 |
|
1465 * plot/subplot.m: If we find an existing subplot region, set |
|
1466 it to be the "currentaxes" property for the current figure. |
6425
|
1467 Delete old axes objects if the new axes object overlaps the old. |
6424
|
1468 |
6422
|
1469 2007-03-20 David Bateman <dbateman@free.fr> |
|
1470 |
|
1471 * general/Makefile.in: Include arrayfun.m in SOURCES. |
|
1472 |
|
1473 2007-03-20 Bill Denney <denney@seas.upenn.edu> |
|
1474 |
|
1475 * general/arrayfun.m: New function. |
|
1476 |
6418
|
1477 2007-03-20 John W. Eaton <jwe@octave.org> |
|
1478 |
6419
|
1479 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
|
1480 * plot/text.m: Call __request_drawnow__ after creating text objects. |
|
1481 |
|
1482 * plot/clf.m: Don't call drawnow. |
|
1483 |
6431
|
1484 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419
|
1485 |
6420
|
1486 * image/__img__.m: Maybe set yaxis to reverse for images. |
|
1487 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for |
|
1488 images. |
|
1489 |
6418
|
1490 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419
|
1491 instead of global. Only register __go_close_all__ with atexit if |
|
1492 the plot stream is successfully opened. |
6418
|
1493 |
6413
|
1494 2007-03-15 John W. Eaton <jwe@octave.org> |
|
1495 |
6418
|
1496 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413
|
1497 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1498 |
|
1499 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1500 |
|
1501 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. |
6415
|
1502 Use numeric line types. |
6413
|
1503 |
|
1504 * control/base/rlocus.m: Add asymptotes to the plot. Use wider |
6415
|
1505 lines and larger markers. Remove key titles from line type |
|
1506 properties. |
6413
|
1507 |
6405
|
1508 2007-03-14 John W. Eaton <jwe@octave.org> |
|
1509 |
6412
|
1510 * plot/__axis_label__.m: Accept additional property-value pairs |
|
1511 and pass them to __go_text__. Simply return the handle obtained |
|
1512 from __go_text__ instead of calling get on the current axis. |
|
1513 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. |
|
1514 Allow for extra property value pairs to be passed along. |
|
1515 * plot/title.m: Implement with __axis_label__ since it does all |
|
1516 that title needs to do. |
|
1517 |
6410
|
1518 * plot/clf.m: Set currentaxes property for current figure to []. |
|
1519 |
6405
|
1520 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
|
1521 |
|
1522 * plot/__plt__.m: Return line handles from all calls to __plt1__ |
|
1523 and __plt2__, not just the last. |
|
1524 |
|
1525 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. |
|
1526 (SOURCES_IN, GEN_M): Delete. |
|
1527 (FCN_FILES): Don't include $(GEN_M). |
|
1528 (all): Don't depend on $(GEN_M). |
|
1529 ($(GEN_M) : %.m : %.in): Delete pattern rule. |
|
1530 |
|
1531 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. |
|
1532 |
|
1533 * plot/newplot.m: Call __go_axes_init__ instead of |
|
1534 __uiobject_axes_init__. |
|
1535 |
|
1536 * plot/mesh.m: Use __go_surface__ instead of |
|
1537 __uiobject_surface_ctor__. Don't access object fields directly. |
|
1538 |
|
1539 * plot/line.m: Use __line__ to do actual work. |
|
1540 * plot/__line__.m: New function. |
|
1541 |
|
1542 * plot/axes.m: Use __go_axes__ to create axes graphics handle. |
|
1543 Use get and set instead of accessing object fields directly. |
|
1544 |
|
1545 * plot/figure.m: Use __go_figure__ to create figure graphics |
|
1546 handle. |
|
1547 |
|
1548 * plot/drawnow.m: Register __go_close_all__ with atexit instead of |
|
1549 __uiobject_close_all. Call __go_draw_figure__ instead of |
|
1550 __uiobject_draw_figure__. |
|
1551 |
|
1552 * plot/clf.m: Use get instead of accessing object fields |
|
1553 directly. Simply delete children. Don't set currentaxes. |
|
1554 |
|
1555 * plot/close.m (close_all_figures): New subfunction. |
|
1556 Use it instead of getting list of figures to close from |
|
1557 __uiobject_figures__. |
|
1558 |
|
1559 * plot/closereq.m: Simply delete the current figure. Don't set |
|
1560 currentfigure. |
|
1561 |
|
1562 * plot/__errplot__.m: Call __line__ instead of |
|
1563 __uiobject_line_ctor__. Use set instead of accesing object fields |
|
1564 directly. Don't call __uiobject_adopt__. |
|
1565 |
|
1566 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, |
|
1567 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, |
|
1568 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, |
|
1569 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, |
|
1570 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, |
|
1571 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, |
|
1572 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, |
|
1573 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, |
|
1574 plot/__uiobject_init_root_figure__.in, |
|
1575 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, |
|
1576 plot/__uiobject_root_figure_ctor__.m, |
|
1577 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
1578 plot/get.in, plot/include-globals.awk, plot/ishandle.m, |
|
1579 plot/set.in: Delete. |
6408
|
1580 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405
|
1581 |
|
1582 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. |
|
1583 Pass "hidden" as second arg to close. |
|
1584 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. |
|
1585 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. |
6408
|
1586 * plot/Makefile.in (SOURCES_M): Rename in list. |
|
1587 |
6405
|
1588 * image/__img__.m: Use __go_image__ to create image graphics |
|
1589 handle. |
|
1590 |
|
1591 * miscellaneous/delete.m: Call __go_delete__, not |
|
1592 __uiobject_delete__. Check that arg is a graphics handle before |
|
1593 calling __go_delete__. |
|
1594 |
6403
|
1595 2007-03-13 John W. Eaton <jwe@octave.org> |
|
1596 |
|
1597 * miscellaneous/cast.m: Use feval and strcmp with cell to check |
|
1598 arg instead of switch statement. |
6528
|
1599 From S�ren Hauberg <soren@hauberg.org>. |
6403
|
1600 |
|
1601 2007-03-12 John W. Eaton <jwe@octave.org> |
|
1602 |
|
1603 * miscellaneous/cast.m: New function. |
|
1604 |
|
1605 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. |
|
1606 |
6398
|
1607 2007-03-08 John W. Eaton <jwe@octave.org> |
|
1608 |
|
1609 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform |
|
1610 tilde expansion on target filename before passing it to the shell. |
|
1611 |
|
1612 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. |
|
1613 * statistics/distributions/Makefile.in (SOURCES): Add it here. |
|
1614 |
6396
|
1615 2007-03-08 David Bateman <dbateman@free.fr> |
|
1616 |
|
1617 * statistics/base/unidrnd.m: Move to statistics/distributions |
|
1618 replacing slower version based on dicrete_rnd. |
|
1619 |
6392
|
1620 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1621 |
6395
|
1622 * control/base/rlocus.m: Update for current plotting functions. |
|
1623 |
|
1624 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1625 |
|
1626 * control/base/rlocus.m: Improve display. |
|
1627 |
|
1628 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1629 |
|
1630 * plot/legend.m: Only handle positions -1:4. |
|
1631 * plot/__pltopt1__.m: Don't set linestyle if only marker style is |
|
1632 found in option string |
|
1633 * plot/__uiobject_draw_axes__.m: Handle key position. |
|
1634 |
6394
|
1635 * plot/newplot.m: Always reset next line color. |
|
1636 |
6392
|
1637 * testfun/assert.m: Check that number of dimensions match before |
|
1638 checking dimensions. |
|
1639 |
6391
|
1640 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
1641 |
|
1642 * specfun/perms.m, specfun/factorial.m: Check args. |
|
1643 |
6387
|
1644 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1645 |
6390
|
1646 * plot/mesh.m: Call newplot before doing anything. |
|
1647 |
|
1648 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not |
|
1649 just "e". Only flush plot stream once. |
|
1650 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1651 |
6387
|
1652 * strings/blanks.m: Omit first index in assignment. |
|
1653 |
6386
|
1654 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
|
1655 |
|
1656 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. |
|
1657 |
6385
|
1658 2007-03-06 David Bateman <dbateman@free.fr> |
|
1659 John W. Eaton <jwe@octave.org> |
|
1660 |
|
1661 * set/setdiff.m: Ignore "rows" for cell array args. |
|
1662 Handle cellstr args. |
|
1663 |
6382
|
1664 2007-03-05 John W. Eaton <jwe@octave.org> |
|
1665 |
|
1666 * optimization/sqp.m: Defer first call to obj_hess until after |
|
1667 calling obj_fun. |
|
1668 |
6377
|
1669 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
|
1670 |
|
1671 * specfun/nchoosek.m: Fix nargin check. |
|
1672 |
6376
|
1673 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1674 |
|
1675 * image/__img__.m: Don't set xlim and ylim properties. |
|
1676 |
6374
|
1677 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
|
1678 |
|
1679 * general/interp1.m: Fix *style cases for decreasing x. |
|
1680 |
6372
|
1681 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
|
1682 |
|
1683 * polynomial/roots.m: Check nargin before accessing arg. |
|
1684 |
6369
|
1685 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1686 |
|
1687 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't |
|
1688 increment data_idx unless using gnuplot for display. |
|
1689 |
6368
|
1690 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1691 |
|
1692 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for |
|
1693 plots with images. |
|
1694 * image/image.m, image/imagesc.m, image/imshow.m: |
|
1695 Deprecate zoom argument. |
|
1696 |
6366
|
1697 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1698 |
|
1699 * plot/__uiobject_draw_axes__.m: Use fullfile to generate |
|
1700 temporary file names. Keep image and colormap file ids separate. |
|
1701 |
|
1702 * general/interp1.m: Correctly compute min and max values when |
|
1703 values are decreasing and not evenly spaced. |
|
1704 From Ricardo Marranita <ricardo.marranita@gmail.com>. |
|
1705 |
6365
|
1706 2007-02-27 John W. Eaton <jwe@octave.org> |
|
1707 |
|
1708 * testfun/test.m (test): Handle possibility of file_in_loadpath |
|
1709 returning an empty cell array. |
|
1710 |
6546
|
1711 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364
|
1712 |
|
1713 * pkg/pkg.m: Use fullfile to create filenames from parts. |
|
1714 |
6546
|
1715 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358
|
1716 |
|
1717 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1718 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1719 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1720 control/util/Makefile.in, deprecated/Makefile.in, |
|
1721 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1722 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1723 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1724 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1725 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1726 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1727 special-matrix/Makefile.in, startup/Makefile.in, |
|
1728 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1729 statistics/distributions/Makefile.in, |
|
1730 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1731 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1732 Use $(LN_S) instead of ln or ln -s. |
|
1733 |
6356
|
1734 2007-02-24 David Bateman <dbateman@free.fr> |
|
1735 |
|
1736 * pkg/pkg.m (configure_make): Ignore blank lines and trailing |
|
1737 '\n' in FILES file. |
6357
|
1738 (configure_make): Also install any mex files. |
6356
|
1739 |
6353
|
1740 2007-02-24 David Bateman <dbateman@free.fr> |
|
1741 |
|
1742 * statistics/distributions (SOURCES): Add nbincdf.m, |
|
1743 nbininv.m, nbinpdf.m and nbinrnd.m. |
|
1744 |
6351
|
1745 2007-02-23 John W. Eaton <jwe@octave.org> |
|
1746 |
|
1747 * statistics/distributions/Makefile.in (SOURCES): Remove |
|
1748 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. |
|
1749 |
|
1750 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, |
|
1751 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. |
|
1752 |
6349
|
1753 2007-02-23 David Bateman <dbateman@free.fr> |
|
1754 |
|
1755 * statistics/distributions/discrete_rnd.m, |
|
1756 statistics/distributions/geornd.m, |
|
1757 statistics/distributions/lognnd.m, |
|
1758 statistics/distributions/nbinrnd.m, |
|
1759 statistics/distributions/wblrnd.m: Accelerate distributions. |
|
1760 |
|
1761 * statistics/distributions/unidcdf.m, |
|
1762 statistics/distributions/unidinv.m, |
|
1763 statistics/distributions/unidpdf.m, |
|
1764 statistics/distributions/unidrnd.m: New functions based on |
6351
|
1765 discrete_cdf, etc. |
6349
|
1766 |
|
1767 * statistics/distributions/pascal_cdf.m, |
|
1768 statistics/distributions/pascal_inv.m, |
|
1769 statistics/distributions/pascal_pdf.m, |
|
1770 statistics/distributions/pascal_rnd.m: Remove. |
|
1771 * statistics/distributions/nbincdf.m, |
|
1772 statistics/distributions/nbininv.m, |
|
1773 statistics/distributions/nbinpdf.m, |
|
1774 statistics/distributions/nbinrnd.m: Replace with matlab |
|
1775 compatible functions. |
|
1776 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, |
|
1777 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new |
|
1778 nbincdf, etc functions to implement these. |
|
1779 |
6344
|
1780 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1781 |
|
1782 * plot/__uiobject_draw_axes__.m: Insert newline between plot |
|
1783 command and data. |
|
1784 |
|
1785 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1786 |
|
1787 * miscellaneous/doc.m: If index search fails, try again without |
|
1788 the index search option. |
|
1789 |
6339
|
1790 2007-02-22 David Bateman <dbateman@free.fr> |
|
1791 |
6341
|
1792 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
|
1793 |
6340
|
1794 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
|
1795 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, |
|
1796 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
|
1797 statistics/distributions/betarnd.m: Convert to use randg, rande |
|
1798 and randp to accelerate. |
|
1799 |
6339
|
1800 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
|
1801 |
6338
|
1802 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1803 |
|
1804 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, |
|
1805 cache data and display after xlim and ylim have been determined. |
|
1806 |
6337
|
1807 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1808 |
|
1809 * plot/__uiobject_draw_axes__.m: |
|
1810 Allow multiple images to be displayed with gnuplot. |
|
1811 |
6333
|
1812 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
|
1813 |
|
1814 * optimization/glpk.m: Document the fact that extra.mem does not work |
|
1815 for versions of GLPK 4.15 and later. |
|
1816 |
6328
|
1817 2007-02-19 John W. Eaton <jwe@octave.org> |
|
1818 |
|
1819 * plot/__uiobject_alloc__.in: If next available element in |
|
1820 __uiobject_list__ is 0, grow list before doing anything else. |
|
1821 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on |
|
1822 first call when size of __uiobject_list__ is 0. |
|
1823 |
6323
|
1824 2007-02-16 John W. Eaton <jwe@octave.org> |
|
1825 |
|
1826 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. |
|
1827 |
6321
|
1828 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
|
1829 |
|
1830 * miscellaneous/popen2.m: Remove as replaced with builtin. |
|
1831 |
6316
|
1832 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
|
1833 |
|
1834 * specfun/nchoosek.m: Check nargin. |
|
1835 |
6314
|
1836 2007-02-15 John W. Eaton <jwe@octave.org> |
|
1837 |
6315
|
1838 * path/addpath.m, path/rmpath.m: Delete |
|
1839 * path/Makefile.in (SOURCES): Remove them from the list. |
|
1840 |
6314
|
1841 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
|
1842 Delete title, xlabel, ylabel, and zlabel properties before |
|
1843 reassigning. |
|
1844 * plot/__uiobject_axes_init__.in: New arg, mode. |
|
1845 Don't init outerposition if "mode" is "replace". |
|
1846 * plot/newplot.m: Check both figure and axes nextplot properties. |
|
1847 If axes nextplot property is replace, pass "replace" as mode arg |
|
1848 to __uiobject_axes_init__. |
|
1849 |
6308
|
1850 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1851 |
6310
|
1852 * image/imshow.m: Don't restore old colormap. |
|
1853 |
6309
|
1854 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
|
1855 * image/__img__.m: New file containing common parts of image.m and |
|
1856 imshow.m. |
6312
|
1857 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309
|
1858 * image/image.m, image/imshow.m: Call __img__. |
|
1859 * plot/__uiobject_draw_axes__.m: |
|
1860 Handle rgb imaged data stored in 3-d arrays. |
|
1861 |
6308
|
1862 * plot/figure.m: Doc fix. |
|
1863 |
6304
|
1864 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1865 |
|
1866 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes |
|
1867 for reading and writing data. New tests. Improve rounding. |
|
1868 |
6302
|
1869 2007-02-13 John W. Eaton <jwe@octave.org> |
|
1870 |
6303
|
1871 * plot/stem.m: New file, adapted from OctPlot. |
|
1872 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1873 |
6302
|
1874 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
1875 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1876 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1877 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, |
|
1878 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, |
|
1879 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
1880 plot/semilogyerr.m: Return handles to line objects. |
|
1881 |
6301
|
1882 2007-02-11 John W. Eaton <jwe@octave.org> |
|
1883 |
|
1884 * plot/__uiobject_close_all.m: New file. |
|
1885 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1886 |
6298
|
1887 2007-02-10 John W. Eaton <jwe@octave.org> |
|
1888 |
|
1889 * plot/drawnow.m: Arrange for plot streams to be close on exit. |
|
1890 * plot/__uiobject_globals__.m: Don't call mlock. |
|
1891 |
|
1892 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. |
|
1893 * plot/__uiobject_delete__.m: Send quit command and flush stream |
|
1894 before calling pclose. |
|
1895 |
6291
|
1896 2007-02-09 John W. Eaton <jwe@octave.org> |
|
1897 |
6295
|
1898 * plot/subplot.m: Delete spurious call to axes. |
|
1899 |
6293
|
1900 * plot/figure.m: Call drawnow for current figure before creating |
|
1901 or switching to a new figure. |
|
1902 * plot/__uiobject_init_figure__.in: Handle empty arg the same as |
|
1903 nargin == 0 case. |
|
1904 |
6291
|
1905 * testfun/assert.m: Try to avoid problems when comparisons involve |
|
1906 strange values like Inf+NaNi. |
|
1907 |
6283
|
1908 2007-02-08 John W. Eaton <jwe@octave.org> |
|
1909 |
6286
|
1910 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
|
1911 and check gnuplot_use_title_option instead of just assuming -title |
|
1912 works. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1913 |
6285
|
1914 * Makefile.in (DISTFILES): Add move-if-change to the list. |
|
1915 |
6284
|
1916 * audio/Makefile.in, control/base/Makefile.in, |
|
1917 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
1918 control/system/Makefile.in, control/util/Makefile.in, |
|
1919 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
1920 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
1921 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
1922 optimization/Makefile.in, plot/Makefile.in, |
|
1923 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1924 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1925 special-matrix/Makefile.in, startup/Makefile.in, |
|
1926 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
1927 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1928 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, |
|
1929 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. |
|
1930 |
6283
|
1931 * plot/figure.m: Don't call drawnow. Correctly init figure when |
|
1932 only given property list. |
|
1933 |
6278
|
1934 2007-02-07 John W. Eaton <jwe@octave.org> |
|
1935 |
6280
|
1936 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
|
1937 properties. |
|
1938 |
6278
|
1939 * plot/sombrero.m: Call box ("off") after mesh. |
|
1940 |
|
1941 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style |
|
1942 line default" commands with older versions of gnuplot. |
|
1943 |
|
1944 * plot/close.m: Use get (0, "currentifgure") instead of gcf. |
|
1945 |
6273
|
1946 2007-02-06 John W. Eaton <jwe@octave.org> |
|
1947 |
|
1948 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". |
|
1949 * sparse/gplot.m: Use line style - instead of 1. |
|
1950 |
6272
|
1951 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
|
1952 |
|
1953 * plot/print.m: Avoid error message from cellidx. |
|
1954 |
|
1955 2007-02-05 John W. Eaton <jwe@octave.org> |
|
1956 |
|
1957 * plot/legend.m: Fix check for data. |
|
1958 |
6270
|
1959 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
1960 |
|
1961 * plot/__uiobject_draw_axes__.m (do_linestyle_command): |
|
1962 Always set lt and pt. |
|
1963 |
6269
|
1964 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
|
1965 |
|
1966 * plot/contourc.m: Correctly compute X and Y. |
|
1967 |
6268
|
1968 2007-02-05 John W. Eaton <jwe@octave.org> |
|
1969 |
|
1970 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. |
|
1971 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. |
|
1972 |
6264
|
1973 2007-02-01 John W. Eaton <jwe@octave.org> |
|
1974 |
6266
|
1975 * plot/__uiobject_draw_axes__.m: |
|
1976 Don't try to set axis limits unless we have data. |
|
1977 |
6264
|
1978 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1979 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1980 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
1981 plot/__pltopt__.m, plot/plot3.m: Set and use options struct |
|
1982 instead of of key and fmt strings. |
|
1983 |
|
1984 * plot/__pltopt1__.m: Greatly simplify. |
|
1985 |
|
1986 * plot/__next_line_color__.m: New file. |
|
1987 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1988 * plot/newplot.m: Call __next_line_color__ here to reset rotation. |
|
1989 |
|
1990 * plot/__default_plot_options__.m: New file. |
|
1991 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1992 |
|
1993 * plot/__plt3__.m: Delete. |
|
1994 * plot/Makefile.in (SOURCES_M): Remove it from the list. |
|
1995 |
6259
|
1996 2007-01-31 John W. Eaton <jwe@octave.org> |
|
1997 |
6263
|
1998 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
|
1999 linestyle, linewidth, marker, and markersize properties. |
|
2000 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker |
|
2001 colors and widths, and line styles. |
|
2002 |
|
2003 * plot/__plt__.m, image/image.m: Don't call drawnow. |
6262
|
2004 |
6261
|
2005 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
|
2006 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2007 |
|
2008 * plot/__uiobject_draw_axes__.m: Delete useless call to |
|
2009 __gnuplot_save_data__. |
|
2010 |
6259
|
2011 * image/image.m: Accept 2 args, but ignore the second for now. |
|
2012 |
6258
|
2013 2007-01-30 David Bateman <dbateman@free.fr> |
|
2014 |
|
2015 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
|
2016 to flag a package as to be autoloaded. Add install flags -noauto, |
|
2017 -auto to force autoload behavior. |
|
2018 (installed_packages): Make list of installed packages unique. |
|
2019 |
6259
|
2020 2007-01-30 John W. Eaton <jwe@octave.org> |
|
2021 |
|
2022 * Merge of changes from graphics-branch: |
|
2023 |
|
2024 2007-01-29 John W. Eaton <jwe@octave.org> |
6257
|
2025 |
|
2026 * plot/subplot.m: Set nextplot property of current figure to "add". |
|
2027 |
|
2028 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
|
2029 property if it exists. |
|
2030 |
6259
|
2031 2007-01-26 John W. Eaton <jwe@octave.org> |
6257
|
2032 |
|
2033 * plot/__uiobject_draw_axes__.m: Move initialization of max and |
|
2034 min values outside of loop over child objects. |
|
2035 |
|
2036 * plot/contour.m, plot/contourc.m: New files. |
|
2037 * plot/Makefile.in (SOURCES_M): Add them to the list. |
|
2038 |
|
2039 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we |
|
2040 find a gnuplot version newer than 4.0. |
|
2041 * image/__img_gnuplot__.m: Delete. |
|
2042 * image/image.m: Create image graphics object. |
|
2043 Call newplot to setup and drawnow to finish. |
|
2044 Eliminate ZOOM arg. |
|
2045 |
|
2046 * plot/__uiobject_draw_axes__.m: Handle image data. |
|
2047 |
|
2048 * plot/legend.m: Eliminate useless variable "warned". |
|
2049 |
|
2050 * plot/__uiobject_image_ctor__.m: New file. |
|
2051 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2052 |
|
2053 * plot/gcf.m: Also create new figure if currentfigure is 0. |
|
2054 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. |
|
2055 |
|
2056 * plot/__uiobject_root_figure_ctor__.m: Set visible property. |
|
2057 |
|
2058 * plot/__default_colormap__.m: New file. |
|
2059 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2060 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap |
|
2061 property. |
|
2062 * image/colormap.m: Use colormap property of current figure |
|
2063 to store colormap instead of using persistent variable. |
|
2064 Call __default_colormap__ to get default map value. |
|
2065 * image/ocean.m, image/gray.m: Set colormap for current figure. |
|
2066 |
|
2067 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. |
|
2068 Handle some tick mark options. |
|
2069 |
|
2070 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, |
|
2071 set corresponding *mode to "manual". If we set dataaspectratio, |
|
2072 set dataaspectratiomode to "manual". |
|
2073 |
|
2074 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, |
|
2075 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. |
|
2076 |
|
2077 * plot/axis.m: New file. |
|
2078 * plot/Makefile.in (SOURCES_M): Include it in the list. |
|
2079 |
|
2080 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, |
|
2081 set corresponding *limmode to "manual". |
|
2082 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. |
|
2083 Use it to compute autosclaled limits. |
|
2084 Arg is now handle, not object. Change all callers. |
|
2085 Compute data limits. |
|
2086 |
6259
|
2087 2007-01-25 John W. Eaton <jwe@octave.org> |
6257
|
2088 |
|
2089 * plot/drawnow: Fix visibility check for zero args. |
|
2090 |
|
2091 * plot/text.m: New file. |
|
2092 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2093 * plot/__uiobject_draw_axes__.m: Handle text objects. |
|
2094 * plot/__uiobject_text_ctor__.m: Include units, position, and |
|
2095 horizontalalignment properties. |
|
2096 |
|
2097 * plot/figure.m: Set options for f we just constructed or were |
|
2098 given as an argument, not gcf. Only return handle if nargout > 0. |
|
2099 |
|
2100 * plot/drawnow.m: Handle visible field for figure here. |
|
2101 * plot/__uiobject_figure_ctor__.m: Set default visible field. |
|
2102 |
|
2103 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on |
|
2104 title and axis labels. |
|
2105 |
|
2106 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. |
|
2107 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. |
|
2108 * plot/__uiobject_axes_init__.in: Set default view field for object. |
|
2109 * plot/view.m: New file. |
|
2110 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2111 |
|
2112 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: |
|
2113 Call __request_drawnow__. |
|
2114 |
|
2115 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. |
|
2116 |
|
2117 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2118 Call set to set properties. Return handle instead of structure. |
|
2119 Change all callers. |
|
2120 |
|
2121 * plot/__uiobject_axes_setr__.m: New file. |
|
2122 * plot/set.in: Check for __setter__ field. |
|
2123 |
|
2124 * plot/__uiobject_axes_init__.in: |
|
2125 Rename from plot/__uiobject_axes_init__.m. |
|
2126 Include __uiobject_globals__. |
|
2127 Accept handle as arg instead of structure |
|
2128 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m |
|
2129 from the list. |
|
2130 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. |
|
2131 |
6259
|
2132 2007-01-24 John W. Eaton <jwe@octave.org> |
6257
|
2133 |
|
2134 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
|
2135 |
|
2136 * plot/__uiobject_globals__.m: Call __lock_global__ when |
|
2137 initializing each global variable. |
|
2138 |
6259
|
2139 2007-01-18 John W. Eaton <jwe@octave.org> |
6257
|
2140 |
|
2141 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
|
2142 __uiobject_figure_handles_free_list__): New global variables. |
|
2143 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
|
2144 Place unused handles on the free list. |
|
2145 |
|
2146 * plot/__uiobject_get_figure_handle__.in: Delete. |
|
2147 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
|
2148 |
|
2149 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
|
2150 handles here. Return figure handle. |
|
2151 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
|
2152 |
6259
|
2153 2007-01-11 John W. Eaton <jwe@octave.org> |
6257
|
2154 |
|
2155 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
|
2156 data for gnuplot. |
|
2157 |
|
2158 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of |
|
2159 files. |
|
2160 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. |
|
2161 (DISTFILES): Include include-globals.awk in the list. |
|
2162 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). |
|
2163 ($(GEN_M) : %.m : %.in): New rule. |
|
2164 |
|
2165 * include-globals.awk: New file. |
|
2166 |
|
2167 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
|
2168 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, |
|
2169 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, |
|
2170 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, |
|
2171 plot/__uiobject_init_root_figure__.in, |
|
2172 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: |
|
2173 Rename from corresponding .m files. |
|
2174 |
|
2175 * move-if-change: New file. |
|
2176 |
|
2177 * plot/__uiobject_delete__.m: New file. |
|
2178 * plot/delete.m, plot/__uiobject_delete_children__.m, |
|
2179 plot/__uiobject_delete_child__.m: Delete. |
|
2180 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is |
|
2181 not a character string. |
|
2182 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: |
|
2183 Fix assignment to tmp key value in loop. |
|
2184 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ |
|
2185 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. |
|
2186 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: |
|
2187 Inline code to delete children. |
|
2188 * plot/__uiobject_free__.m: Arg is now handle, not index into |
|
2189 __uiobject_list__. |
|
2190 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
|
2191 and free child. |
|
2192 |
6259
|
2193 2006-12-08 John W. Eaton <jwe@octave.org> |
|
2194 |
|
2195 * plot/gcf.m: Check if the root figure object's currentfigure |
|
2196 handle is empty, not 0. |
|
2197 * plot/__uiobject_root_figure_ctor__.m: |
|
2198 Set currentfigure to [], not 0. |
|
2199 |
|
2200 * plot/stairs.m: Handle matrix arguments. Improve compatibility. |
|
2201 |
|
2202 2006-12-07 John W. Eaton <jwe@octave.org> |
|
2203 |
|
2204 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, |
|
2205 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, |
|
2206 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, |
|
2207 plot/__uiobject_delete_children__.m, |
|
2208 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, |
|
2209 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, |
|
2210 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, |
|
2211 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, |
|
2212 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, |
|
2213 plot/__uiobject_init_figure__.m, |
|
2214 plot/__uiobject_init_root_figure__.m, |
|
2215 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, |
|
2216 plot/__uiobject_remove_child__.m, |
|
2217 plot/__uiobject_root_figure_ctor__.m, |
|
2218 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, |
|
2219 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, |
|
2220 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, |
|
2221 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, |
|
2222 plot/set.m: New files. |
|
2223 |
|
2224 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, |
|
2225 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, |
|
2226 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, |
|
2227 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, |
|
2228 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, |
|
2229 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, |
|
2230 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, |
|
2231 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, |
|
2232 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, |
|
2233 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, |
|
2234 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, |
|
2235 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, |
|
2236 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, |
|
2237 plot/semilogyerr.m, plot/replot.m: |
|
2238 Adapt to new graphics data structure. |
|
2239 |
|
2240 * plot/__do_legend__.m, plot/__gnuplot_version__.m, |
|
2241 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, |
|
2242 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
|
2243 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
|
2244 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2245 plot/plot_border.m, plot/subwindow.m: Delete. |
|
2246 |
|
2247 2007-01-24 David Bateman <dbateman@free.fr> |
|
2248 |
|
2249 * pkg/pkg.m: Install ChangeLog file if it exists. |
|
2250 Delete bare newline in string passed to write_INDEX. |
|
2251 |
|
2252 * sparse/sprandsym.m: Make work for even values of N. |
|
2253 |
|
2254 2007-01-24 John W. Eaton <jwe@octave.org> |
|
2255 |
|
2256 * miscellaneous/news.m: New file. |
|
2257 |
|
2258 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2259 |
|
2260 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. |
|
2261 |
|
2262 * strings/strncmp.m: Delete (we now have a built-in version). |
|
2263 |
|
2264 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
|
2265 |
|
2266 * testfun/test.m: Check for all files in path, use first found. |
|
2267 |
|
2268 2007-01-22 David Bateman <dbateman@free.fr> |
|
2269 |
|
2270 * polynomial/spline.m: Make DG a column instead of a row vector. |
|
2271 |
|
2272 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
|
2273 |
|
2274 * pkg/pkg.m (copy_files): Call write_INDEX with correct target |
|
2275 file name. |
|
2276 |
|
2277 * image/ind2rgb.m: Better input checking. Return 3-d array if |
|
2278 nargout is 1. Handle colormaps that have too few colors. |
|
2279 |
|
2280 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". |
|
2281 (configure_make): Use fullfile instead of concatenating with "/". |
|
2282 |
6258
|
2283 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
|
2284 |
|
2285 * set/ismember.m: Handle N-d arrays. |
|
2286 |
|
2287 2007-01-10 David Bateman <dbateman@free.fr> |
|
2288 |
|
2289 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
2290 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
2291 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
|
2292 New files. |
|
2293 |
|
2294 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
|
2295 |
6778
|
2296 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258
|
2297 |
|
2298 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
|
2299 |
|
2300 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
|
2301 instead of concatenating with "/". Use mlock to ensure that |
|
2302 persistent variables are not clobbered if user types clear all. |
|
2303 |
|
2304 2007-01-08 John W. Eaton <jwe@octave.org> |
|
2305 |
|
2306 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2307 Improve handling of file names containing globbing characters. |
|
2308 From S�ren Hauberg <hauberg@gmail.com>. |
|
2309 |
|
2310 2007-01-05 John W. Eaton <jwe@octave.org> |
|
2311 |
|
2312 * optimization/optimset.m, optimization/__fsolve_defopts__.m: |
|
2313 New files. |
|
2314 |
|
2315 2006-12-30 John W. Eaton <jwe@octave.org> |
|
2316 |
|
2317 * sparse/spfun.m: Check for "function_handle" not "function handle". |
|
2318 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. |
|
2319 |
|
2320 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
|
2321 |
|
2322 * image/imshow.m: Strip NaNs from image. |
|
2323 |
|
2324 2006-12-08 David Bateman <dbateman@free.fr> |
|
2325 |
|
2326 * sparse/normest.m: New file. |
|
2327 |
6286
|
2328 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209
|
2329 |
6210
|
2330 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2331 Work on Windows systems without cp or mv. |
|
2332 |
6209
|
2333 * startup/inputrc: Include sequences for Windows. |
|
2334 |
6203
|
2335 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
|
2336 |
|
2337 * pkg/pkg.m (unload_packages): New function. |
|
2338 (pkg): Handle unload action. |
|
2339 |
|
2340 * __errplot__.m: Add missing semicolon. |
|
2341 |
6193
|
2342 2006-11-30 John W. Eaton <jwe@octave.org> |
|
2343 |
|
2344 * miscellaneous/mexext.m: New file. |
|
2345 |
6189
|
2346 2006-11-29 David Bateman <dbateman@free.fr> |
|
2347 |
|
2348 * pkg/pkg.m: Add local_list and global_list options that allow the |
|
2349 location of package lists to be probed and set. |
|
2350 |
6179
|
2351 2006-11-17 John W. Eaton <jwe@octave.org> |
|
2352 |
6181
|
2353 * plot/__render_plot1__.m: Reverse y axis for images. |
|
2354 |
6179
|
2355 * plot/__render_plot__.m: New args, terminal and output. |
|
2356 * plot/print.m: Don't set output and term here. Instead, call |
|
2357 __render_plot__ with terminal and output. |
|
2358 |
6178
|
2359 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2360 |
|
2361 * plot/__render_plot1__.m: New file. |
|
2362 * plot/__render_plot__.m: Use it. Loop over multiplots. |
|
2363 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |
|
2364 gnuplot. Let __render_plot__ do that. |
|
2365 |
6177
|
2366 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
|
2367 |
|
2368 * plot/plot.m: Fix doc string. |
|
2369 |
6173
|
2370 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2371 |
|
2372 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots |
|
2373 before sending anything to the plotter. |
|
2374 |
6172
|
2375 2006-11-15 John W. Eaton <jwe@octave.org> |
|
2376 |
|
2377 * image/__img_gnuplot__.m: Store more info in global plot |
|
2378 structures and use __render_plot__ to build plot command to |
|
2379 display image. |
|
2380 |
|
2381 * plot/__plt3__.m: New arg, parametric. Change all callers. |
|
2382 |
|
2383 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, |
|
2384 __plot_command_sep__): Delete. |
|
2385 (__plot_data_type__, __plot_data_parametric__, |
|
2386 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, |
|
2387 __plot_usingstr__, __plot_withstr__): New variables. |
|
2388 * plot/__init_plot_vars__.m: Initialize them. |
|
2389 |
|
2390 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: |
|
2391 Don't handle sep or cmd. |
|
2392 |
|
2393 * plot/__render_plot__.m: New function. |
|
2394 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: |
|
2395 Store more info in global plot structures and use __render_plot__ |
|
2396 to build plot command. |
|
2397 * plot/replot.m: Simply call __render_plot__. |
|
2398 |
|
2399 * plot/contour.m, plot/mesh.m, plot/plot3.m: |
|
2400 Set __plot_data_parametric__ here. |
|
2401 |
6164
|
2402 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2403 |
6166
|
2404 * plot/bottom_title.m, plot/top_title.m: Delete. |
|
2405 |
6164
|
2406 * image/image_viewer.m: Set default values here. |
|
2407 * image/image.m: Not here. |
|
2408 |
|
2409 * image/image_viewer.m: Always return old values. Check arguments. |
|
2410 * image/__img_gnuplot__.m: Rename from __img__m. |
|
2411 |
|
2412 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
|
2413 |
|
2414 * image/image_viewer.m: New function. |
|
2415 * image/__img_via_file__.m: New function. |
|
2416 * image/image.m: Use image_viewer to determine which program to |
|
2417 use for image viewing. |
6754
|
2418 * image/__img__.m: Silently accept more than 3 args. |
6164
|
2419 |
6163
|
2420 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2421 |
|
2422 * plot/__do_legend__.m, plot/__errplot__.m, |
|
2423 plot/__init_plot_vars__.m, plot/__plot_globals__.m, |
|
2424 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, |
|
2425 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2426 plot/replot.m, plot/subplot.m, plot/subwindow.m: |
|
2427 Use __plot_globals__ for multiplot variables. Keep track of |
|
2428 multiplot info for each figure. Eliminate __multiplot_xscale__. |
|
2429 |
6157
|
2430 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2431 |
6158
|
2432 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
|
2433 |
6157
|
2434 * miscellaneous/substruct.m: New function. |
|
2435 |
|
2436 * testfun/assert.m: Force orientation to match when comparing |
|
2437 struct elements. |
|
2438 |
|
2439 * general/__isequal__.m: Avoid assignment of comma-separated lists |
|
2440 when comparing structs. |
|
2441 |
|
2442 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
|
2443 |
6754
|
2444 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
|
2445 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, |
|
2446 linear-algebra/dot.m, image/imshow.m, general/interp2.m, |
|
2447 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, |
|
2448 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, |
|
2449 general/rem.m, image/rgb2ind.m, general/sph2cart.m, |
|
2450 general/trapz.m, miscellaneous/xor.m: Use size_equal. |
6157
|
2451 |
6156
|
2452 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2453 |
|
2454 * plot/mesh.m: Use size_equal to compare dimensions. |
|
2455 |
6154
|
2456 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
|
2457 |
|
2458 * plot/mesh.m: Simplify. Set hidden3d for the plot. |
|
2459 |
6152
|
2460 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
|
2461 |
|
2462 * miscellaneous/copyfile.m: Fix docs to match function. |
|
2463 |
6145
|
2464 2006-11-08 John W. Eaton <jwe@octave.org> |
|
2465 |
6146
|
2466 * plot/legend.m: New function, adapted from Octave Forge. |
|
2467 |
|
2468 * plot/__do_legend__.m: New function. |
|
2469 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, |
|
2470 plot/replot.m: Call it before plotting. |
|
2471 |
|
2472 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set |
|
2473 noparametric" to gnuplot.. |
|
2474 |
|
2475 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
|
2476 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, |
|
2477 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept |
|
2478 and return key title separate from line format. Accept format and |
|
2479 key as cellstr. Always return data as cell array. Return format |
|
2480 and key title as cellstr. |
|
2481 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: |
|
2482 Handle line format and key titles separately. |
|
2483 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. |
|
2484 |
|
2485 * plot/__plot_globals__.m (__plot_line_offset__, |
|
2486 __plot_key_labels__, __plot_key_properties__): New global |
|
2487 variables. Initialize them. |
|
2488 * plot/__init_plot_vars__.m (__plot_line_offset__, |
|
2489 __plot_key_labels__, __plot_key_properties__): Initialize. |
|
2490 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m |
|
2491 (__plot_line_offset__, __plot_key_labels__, |
|
2492 __plot_key_properties__): Store information about plot key titles. |
|
2493 |
|
2494 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, |
|
2495 plot/__plt__.m: Use cf, mxi, and myi as shorthand for |
|
2496 __current_figure__, __multiplot_xi__, and __multiplot_yi__, |
|
2497 respectively. |
|
2498 |
|
2499 * plot/__errcomm__.m: Allow fmt to be cellstr. |
|
2500 |
6145
|
2501 * strings/strcat.m: Disable Octave:empty-list-elements warning |
|
2502 whle concatenating args. |
|
2503 |
6144
|
2504 2006-11-07 John W. Eaton <jwe@octave.org> |
|
2505 |
|
2506 * startup/main-rcfile: Conditionally set PAGER_FLAGS. |
|
2507 |
6142
|
2508 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
|
2509 |
6143
|
2510 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
|
2511 option to regexp. |
|
2512 |
6142
|
2513 * image/__img__.m: Send "set size ratio -1" before plotting. |
|
2514 |
6138
|
2515 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
|
2516 |
6139
|
2517 * strings/index.m: New arg, direction. Simplify and speed up. |
|
2518 * strings/rindex.m: Implement using index (..., "last"); |
|
2519 |
6754
|
2520 * blanks.m, strcat.m: Simplify. Add tests. |
6138
|
2521 |
6130
|
2522 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
|
2523 |
|
2524 * general/__isequal__.m: Test size and class more consistently. |
|
2525 |
6116
|
2526 2006-10-27 John W. Eaton <jwe@octave.org> |
|
2527 |
6117
|
2528 * miscellaneous/ls_command.m: Use /D instead of /w. |
|
2529 From Michael Goffioul <michael.goffioul@swing.be>. |
|
2530 |
6116
|
2531 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
|
2532 * miscellaneous/dir.m: Mark as a command. |
|
2533 |
6112
|
2534 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2535 |
|
2536 * miscellaneous/unpack.m: Fix missing comma in strcat call. |
|
2537 |
6088
|
2538 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2539 |
|
2540 * image/image.m: Set x = y = [] when nargin == 0; |
|
2541 |
|
2542 2006-10-25 Quentin Spencer <qspencer@ieee.org> |
|
2543 |
|
2544 * image/image.m: Call __img__ if gnuplot version is > 4.0. |
|
2545 * image/__img__.m: New file, originally from |
|
2546 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2547 |
6087
|
2548 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2549 |
|
2550 * plot/__gnuplot_version__.m: New function, originally from |
|
2551 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
|
2552 Quentin Spencer <qspencer@ieee.org>. |
|
2553 |
6085
|
2554 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
|
2555 |
|
2556 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. |
|
2557 |
6081
|
2558 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
|
2559 |
|
2560 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, |
|
2561 miscellaneous/gunzip.m: New files. |
|
2562 * miscellaneous/untar.m, miscellaneous/unzip.m: |
|
2563 Call unpack to do the real work. |
|
2564 |
6075
|
2565 2006-10-24 John W. Eaton <jwe@octave.org> |
|
2566 |
6078
|
2567 * plot/plot3.m: If we have a format string, then also pass using |
|
2568 string to __plt3__. |
|
2569 |
6077
|
2570 * plot/sombrero.m: Don't return anything if nargout == 0. |
|
2571 |
6075
|
2572 * plot/__plt3__.m: Create using clause if none is supplied. |
6077
|
2573 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075
|
2574 |
6069
|
2575 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
|
2576 |
|
2577 * movefile.m, copyfile.m: Handle cellstr lists of files. |
|
2578 Quote filenames in shell commands. |
|
2579 |
6055
|
2580 2006-10-17 David Bateman <dbateman@free.fr> |
|
2581 |
|
2582 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if |
|
2583 the package directory is missing. |
|
2584 |
6052
|
2585 2006-10-13 John W. Eaton <jwe@octave.org> |
|
2586 |
|
2587 * plot/box.m: New function. |
|
2588 |
6050
|
2589 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
|
2590 |
|
2591 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. |
|
2592 |
6049
|
2593 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
|
2594 |
|
2595 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. |
|
2596 |
6047
|
2597 2006-10-10 John W. Eaton <jwe@octave.org> |
|
2598 |
|
2599 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. |
|
2600 |
6046
|
2601 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
|
2602 |
|
2603 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
2604 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
2605 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, |
|
2606 control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
2607 control/base/are.m, control/base/bode.m, control/base/ctrb.m, |
|
2608 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, |
|
2609 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, |
|
2610 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, |
|
2611 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, |
|
2612 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, |
|
2613 control/hinf/h2norm.m, control/hinf/h2syn.m, |
|
2614 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
2615 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, |
|
2616 control/obsolete/dezero.m, control/system/__sysdefioname__.m, |
|
2617 control/system/buildssic.m, control/system/c2d.m, |
|
2618 control/system/cellidx.m, control/system/d2c.m, |
|
2619 control/system/dmr2d.m, control/system/fir2sys.m, |
|
2620 control/system/is_abcd.m, control/system/is_controllable.m, |
|
2621 control/system/is_detectable.m, control/system/is_digital.m, |
|
2622 control/system/is_observable.m, control/system/is_siso.m, |
|
2623 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
2624 control/system/jet707.m, control/system/listidx.m, |
|
2625 control/system/ord2.m, control/system/parallel.m, |
|
2626 control/system/ss.m, control/system/ss2zp.m, |
|
2627 control/system/starp.m, control/system/sys2ss.m, |
|
2628 control/system/sys2tf.m, control/system/sys2zp.m, |
|
2629 control/system/sysadd.m, control/system/sysappend.m, |
|
2630 control/system/syschtsam.m, control/system/sysconnect.m, |
|
2631 control/system/syscont.m, control/system/sysdimensions.m, |
|
2632 control/system/sysdisc.m, control/system/sysdup.m, |
|
2633 control/system/sysgetsignals.m, control/system/sysgettsam.m, |
|
2634 control/system/sysgroup.m, control/system/sysidx.m, |
|
2635 control/system/sysmin.m, control/system/sysmult.m, |
|
2636 control/system/sysout.m, control/system/sysprune.m, |
|
2637 control/system/sysscale.m, control/system/syssetsignals.m, |
|
2638 control/system/syssub.m, control/system/sysupdate.m, |
|
2639 control/system/tf.m, control/system/tfout.m, |
|
2640 control/system/ugain.m, control/system/zp.m, |
|
2641 control/system/zpout.m, control/util/__outlist__.m, |
|
2642 control/util/__zgpbal__.m, control/util/prompt.m, |
|
2643 control/util/sortcom.m, control/util/strappend.m, |
|
2644 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, |
|
2645 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, |
|
2646 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, |
|
2647 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, |
|
2648 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
2649 finance/pvl.m, finance/rate.m, finance/vol.m, |
|
2650 general/__isequal__.m, general/bitcmp.m, general/bitget.m, |
|
2651 general/bitset.m, general/blkdiag.m, general/cart2sph.m, |
|
2652 general/cell2mat.m, general/circshift.m, general/cplxpair.m, |
|
2653 general/cumtrapz.m, general/deal.m, general/diff.m, |
|
2654 general/flipdim.m, general/fliplr.m, general/flipud.m, |
|
2655 general/ind2sub.m, general/int2str.m, |
|
2656 general/is_duplicate_entry.m, general/isdefinite.m, |
|
2657 general/isequal.m, general/isequalwithequalnans.m, |
|
2658 general/isscalar.m, general/issquare.m, general/issymmetric.m, |
|
2659 general/isvector.m, general/logical.m, general/logspace.m, |
|
2660 general/mod.m, general/nargchk.m, general/nextpow2.m, |
|
2661 general/perror.m, general/postpad.m, general/prepad.m, |
|
2662 general/randperm.m, general/rem.m, general/repmat.m, |
|
2663 general/rot90.m, general/rotdim.m, general/shift.m, |
|
2664 general/shiftdim.m, general/sph2cart.m, general/strerror.m, |
|
2665 general/sub2ind.m, general/trapz.m, general/tril.m, |
|
2666 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, |
|
2667 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, |
|
2668 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, |
|
2669 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, |
|
2670 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, |
|
2671 linear-algebra/cross.m, linear-algebra/dmult.m, |
|
2672 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, |
|
2673 linear-algebra/krylov.m, linear-algebra/krylovb.m, |
|
2674 linear-algebra/logm.m, linear-algebra/norm.m, |
|
2675 linear-algebra/null.m, linear-algebra/orth.m, |
|
2676 linear-algebra/qzhess.m, linear-algebra/rank.m, |
|
2677 linear-algebra/trace.m, linear-algebra/vec.m, |
|
2678 linear-algebra/vech.m, miscellaneous/bincoeff.m, |
|
2679 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, |
|
2680 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, |
|
2681 miscellaneous/flops.m, miscellaneous/fullfile.m, |
|
2682 miscellaneous/ispc.m, miscellaneous/isunix.m, |
|
2683 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, |
|
2684 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, |
|
2685 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, |
|
2686 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, |
|
2687 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
2688 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, |
|
2689 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
|
2690 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, |
|
2691 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, |
|
2692 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, |
|
2693 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, |
|
2694 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, |
|
2695 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, |
|
2696 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, |
|
2697 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
2698 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, |
|
2699 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, |
|
2700 polynomial/polyder.m, polynomial/polyderiv.m, |
|
2701 polynomial/polyfit.m, polynomial/polygcd.m, |
|
2702 polynomial/polyinteg.m, polynomial/polyout.m, |
|
2703 polynomial/polyreduce.m, polynomial/polyval.m, |
|
2704 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, |
|
2705 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, |
|
2706 set/complement.m, set/create_set.m, set/intersect.m, |
|
2707 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, |
|
2708 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, |
|
2709 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, |
|
2710 signal/bartlett.m, signal/blackman.m, signal/detrend.m, |
|
2711 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, |
|
2712 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, |
|
2713 signal/freqz.m, signal/hamming.m, signal/hanning.m, |
|
2714 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, |
|
2715 signal/sinewave.m, signal/spencer.m, signal/stft.m, |
|
2716 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, |
|
2717 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, |
|
2718 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, |
|
2719 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, |
|
2720 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, |
|
2721 special-matrix/hankel.m, special-matrix/hilb.m, |
|
2722 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, |
|
2723 special-matrix/toeplitz.m, special-matrix/vander.m, |
|
2724 statistics/base/center.m, statistics/base/cloglog.m, |
|
2725 statistics/base/cor.m, statistics/base/corrcoef.m, |
|
2726 statistics/base/cov.m, statistics/base/cut.m, |
|
2727 statistics/base/gls.m, statistics/base/iqr.m, |
|
2728 statistics/base/kendall.m, statistics/base/kurtosis.m, |
|
2729 statistics/base/logit.m, statistics/base/mahalanobis.m, |
|
2730 statistics/base/mean.m, statistics/base/meansq.m, |
|
2731 statistics/base/median.m, statistics/base/moment.m, |
|
2732 statistics/base/ols.m, statistics/base/ppplot.m, |
|
2733 statistics/base/probit.m, statistics/base/qqplot.m, |
|
2734 statistics/base/range.m, statistics/base/ranks.m, |
|
2735 statistics/base/run_count.m, statistics/base/skewness.m, |
|
2736 statistics/base/spearman.m, statistics/base/statistics.m, |
|
2737 statistics/base/std.m, statistics/base/studentize.m, |
|
2738 statistics/base/table.m, statistics/base/values.m, |
|
2739 statistics/base/var.m, statistics/distributions/betacdf.m, |
|
2740 statistics/distributions/betainv.m, |
|
2741 statistics/distributions/betapdf.m, |
|
2742 statistics/distributions/betarnd.m, |
|
2743 statistics/distributions/binocdf.m, |
|
2744 statistics/distributions/binoinv.m, |
|
2745 statistics/distributions/binopdf.m, |
|
2746 statistics/distributions/binornd.m, |
|
2747 statistics/distributions/cauchy_cdf.m, |
|
2748 statistics/distributions/cauchy_inv.m, |
|
2749 statistics/distributions/cauchy_pdf.m, |
|
2750 statistics/distributions/cauchy_rnd.m, |
|
2751 statistics/distributions/chi2cdf.m, |
|
2752 statistics/distributions/chi2inv.m, |
|
2753 statistics/distributions/chi2pdf.m, |
|
2754 statistics/distributions/chi2rnd.m, |
|
2755 statistics/distributions/discrete_cdf.m, |
|
2756 statistics/distributions/discrete_inv.m, |
|
2757 statistics/distributions/discrete_pdf.m, |
|
2758 statistics/distributions/discrete_rnd.m, |
|
2759 statistics/distributions/empirical_rnd.m, |
|
2760 statistics/distributions/expcdf.m, |
|
2761 statistics/distributions/expinv.m, |
|
2762 statistics/distributions/exppdf.m, |
|
2763 statistics/distributions/exprnd.m, |
|
2764 statistics/distributions/fcdf.m, statistics/distributions/finv.m, |
|
2765 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, |
|
2766 statistics/distributions/gamcdf.m, |
|
2767 statistics/distributions/gaminv.m, |
|
2768 statistics/distributions/gampdf.m, |
|
2769 statistics/distributions/gamrnd.m, |
|
2770 statistics/distributions/geocdf.m, |
|
2771 statistics/distributions/geoinv.m, |
|
2772 statistics/distributions/geopdf.m, |
|
2773 statistics/distributions/geornd.m, |
|
2774 statistics/distributions/hygecdf.m, |
|
2775 statistics/distributions/hygeinv.m, |
|
2776 statistics/distributions/hygepdf.m, |
|
2777 statistics/distributions/hygernd.m, |
|
2778 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
2779 statistics/distributions/laplace_cdf.m, |
|
2780 statistics/distributions/laplace_inv.m, |
|
2781 statistics/distributions/laplace_pdf.m, |
|
2782 statistics/distributions/laplace_rnd.m, |
|
2783 statistics/distributions/logistic_cdf.m, |
|
2784 statistics/distributions/logistic_inv.m, |
|
2785 statistics/distributions/logistic_pdf.m, |
|
2786 statistics/distributions/logistic_rnd.m, |
|
2787 statistics/distributions/logncdf.m, |
|
2788 statistics/distributions/logninv.m, |
|
2789 statistics/distributions/lognpdf.m, |
|
2790 statistics/distributions/lognrnd.m, |
|
2791 statistics/distributions/normcdf.m, |
|
2792 statistics/distributions/norminv.m, |
|
2793 statistics/distributions/normpdf.m, |
|
2794 statistics/distributions/normrnd.m, |
|
2795 statistics/distributions/pascal_cdf.m, |
|
2796 statistics/distributions/pascal_inv.m, |
|
2797 statistics/distributions/pascal_pdf.m, |
|
2798 statistics/distributions/pascal_rnd.m, |
|
2799 statistics/distributions/poisscdf.m, |
|
2800 statistics/distributions/poissinv.m, |
|
2801 statistics/distributions/poisspdf.m, |
|
2802 statistics/distributions/poissrnd.m, |
|
2803 statistics/distributions/stdnormal_cdf.m, |
|
2804 statistics/distributions/stdnormal_inv.m, |
|
2805 statistics/distributions/stdnormal_pdf.m, |
|
2806 statistics/distributions/stdnormal_rnd.m, |
|
2807 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, |
|
2808 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, |
|
2809 statistics/distributions/unifcdf.m, |
|
2810 statistics/distributions/unifinv.m, |
|
2811 statistics/distributions/unifpdf.m, |
|
2812 statistics/distributions/unifrnd.m, |
|
2813 statistics/distributions/wblcdf.m, |
|
2814 statistics/distributions/wblinv.m, |
|
2815 statistics/distributions/wblpdf.m, |
|
2816 statistics/distributions/wblrnd.m, |
|
2817 statistics/distributions/wienrnd.m, statistics/tests/anova.m, |
|
2818 statistics/tests/bartlett_test.m, |
|
2819 statistics/tests/chisquare_test_homogeneity.m, |
|
2820 statistics/tests/chisquare_test_independence.m, |
|
2821 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, |
|
2822 statistics/tests/hotelling_test.m, |
|
2823 statistics/tests/hotelling_test_2.m, |
|
2824 statistics/tests/kolmogorov_smirnov_test.m, |
|
2825 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
2826 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, |
|
2827 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, |
|
2828 statistics/tests/run_test.m, statistics/tests/sign_test.m, |
|
2829 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
2830 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
2831 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
2832 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
2833 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
2834 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, |
|
2835 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, |
|
2836 strings/index.m, strings/isletter.m, strings/lower.m, |
|
2837 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
2838 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
2839 strings/strfind.m, strings/strjust.m, strings/strmatch.m, |
|
2840 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, |
|
2841 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, |
|
2842 strings/upper.m, testfun/assert.m, testfun/demo.m, |
|
2843 testfun/example.m, testfun/fail.m, testfun/speed.m, |
|
2844 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, |
|
2845 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
2846 time/etime.m, time/is_leap_year.m: |
|
2847 Use print_usage instead of usage. |
|
2848 |
6044
|
2849 2006-10-09 David Bateman <dbateman@free.fr> |
|
2850 |
|
2851 * time/datevec.m: Add additional compatible default parsing strings. |
|
2852 |
6395
|
2853 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041
|
2854 |
6042
|
2855 * pkg/pkg.m: Remove trailing "\n" from error messages. |
|
2856 Remove compare_versions subfunction. |
|
2857 |
|
2858 * miscellaneous/compare_versions.m: New function to compare |
|
2859 version numbers as strings with any boolean operators. |
|
2860 |
6041
|
2861 * miscellaneous/untar.m: Check more rigorously to see if the tar |
|
2862 file exists. |
|
2863 |
6036
|
2864 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2865 |
|
2866 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
2867 |
6032
|
2868 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
2869 |
6037
|
2870 * pkg/pkg.m: Update docs. Handle prefix option. |
|
2871 Handle dependencies for load option. |
6032
|
2872 |
6029
|
2873 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2874 |
6030
|
2875 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
2876 |
|
2877 * plot/clg.m: Delete. |
|
2878 * plot/__init_plot_vars__.m: New function. |
|
2879 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
2880 |
6025
|
2881 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
2882 |
|
2883 * pkg/pkg.m: Avoid calling addpath with no args. |
|
2884 |
6024
|
2885 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
2886 |
|
2887 * audio/loadaudio.m, control/base/nyquist.m, |
|
2888 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
2889 linear-algebra/krylov.m, statistics/base/center.m, |
|
2890 statistics/base/median.m, statistics/base/std.m, |
|
2891 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
2892 find first or last element matching a condition. |
|
2893 |
6023
|
2894 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
2895 |
|
2896 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
2897 general/__isequal__.m: Minimize looping using cellfun. |
|
2898 |
6020
|
2899 2006-10-02 David Bateman <dbateman@free.fr> |
|
2900 |
|
2901 * pkg/pkg.m (copy_files): always create installation directory. |
|
2902 |
6016
|
2903 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
2904 |
|
2905 * miscellaneous/doc.m: Swap file and directory args to info. |
|
2906 |
|
2907 2006-10-01 Arno Onken <whyly@gmx.net> |
|
2908 |
|
2909 * statistics/distributions/exprnd.m: Fix typo. |
|
2910 |
6014
|
2911 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
2912 |
|
2913 * polynomial/ppval.m: Use .' instead of '. |
|
2914 * polynomial/spline.m: Likewise. New tests. |
|
2915 |
6004
|
2916 2006-09-26 David Bateman <dbateman@free.fr> |
|
2917 |
|
2918 * __plt3__.m: Using global variables __plot_data__, |
|
2919 __plot_data_offset__ and __plot_command__ to store plots and |
|
2920 correctly handle multiplots, and hold state. Only accept a single |
|
2921 data parameter plus, using, format and with strings. Remove |
|
2922 setting of gnuplot parameters. |
|
2923 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
2924 * __setup_plot__.m: Convert to a function and pass the plotting |
|
2925 command to use. |
|
2926 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
2927 * contour.m: Use unwind protect on the parametric state of plot |
|
2928 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
2929 * mesh.m: ditto. |
|
2930 * plot3.m: Error checking, setting of parametric state and |
|
2931 formation of matrix to plot moved from old __plt3__. |
|
2932 |
5996
|
2933 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
2934 |
5997
|
2935 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
2936 |
|
2937 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
2938 |
|
2939 * signal/filter2.m: Correct texinfo doc. |
|
2940 |
|
2941 2006-09-22 David Bateman <dbateman@free.fr> |
|
2942 |
|
2943 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
2944 |
5993
|
2945 2006-09-15 David Bateman <dbateman@free.fr> |
|
2946 |
|
2947 * pkg/pkg.m (prepare_installation): Don't create package |
|
2948 installation directory here. |
|
2949 (copy_files): Create it here instead, to avoid issues with |
|
2950 upgrades. Also install the COPYING file in packinfo. |
|
2951 |
5989
|
2952 2006-09-13 John W. Eaton <jwe@octave.org> |
|
2953 |
|
2954 * general/blkdiag.m: Adjust to new cellfun rules. |
|
2955 |
5987
|
2956 2006-08-30 David Bateman <dbateman@free.fr> |
|
2957 |
|
2958 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
2959 error message for archive name not matching package name. |
|
2960 (installed_packages): Size header of printed results to |
|
2961 arguments. Sort the list of installed packages before printing |
|
2962 them. |
|
2963 |
5986
|
2964 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
2965 |
|
2966 * signal/freqz.m: Update tests. |
|
2967 |
|
2968 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
2969 |
|
2970 * signal/freqz.m: Corretly postpad arrays. |
|
2971 Don't call fliplr on a column vector. |
|
2972 |
5984
|
2973 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2974 |
|
2975 * general/shiftdim.m: Use permute instead of reshape. |
|
2976 |
5981
|
2977 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
2978 |
|
2979 * miscellaneous/parseparams.m: New function. |
|
2980 |
5980
|
2981 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
2982 |
|
2983 * miscellaneous/doc.m: Swap order of --file and --directory |
|
2984 options for info program invocation. |
|
2985 |
5976
|
2986 2006-08-30 David Bateman <dbateman@free.fr> |
|
2987 |
5987
|
2988 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
2989 previous change. |
|
2990 |
5974
|
2991 2006-08-26 David Bateman <dbateman@free.fr> |
|
2992 |
|
2993 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
2994 absence of trailing "/" in OCTAVE_HOME. |
|
2995 |
5973
|
2996 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
2997 |
|
2998 * time/datenum.m: Allow arg to be character string. |
|
2999 |
5971
|
3000 2006-08-25 David Bateman <dbateman@free.fr> |
|
3001 |
|
3002 * pkg/pkg.m (install): Verify that package name correponds to the |
|
3003 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
3004 they are empty. If package directory is empty, remove it to fail |
|
3005 gracefully for system specific packages. |
|
3006 (extract_pkgadd, create_pkgadd): delete. |
|
3007 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
3008 (copy_files): Install both bin/ and doc/ directories, adding the |
|
3009 bin/ to the EXEC_PATH when the package is loaded. |
|
3010 |
5962
|
3011 2006-08-24 John W. Eaton <jwe@octave.org> |
|
3012 |
|
3013 * image/saveimage.m: Use logical indexing instead of |
|
3014 indices computed by calling find on the logical index. |
|
3015 |
5961
|
3016 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
3017 |
5967
|
3018 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
3019 Use logical indexing instead of indices computed by calling find |
|
3020 on the logical index. |
|
3021 |
|
3022 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
3023 |
5959
|
3024 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
3025 |
|
3026 * control/system/tf2zp.m: Simplify gain calculation. |
|
3027 |
5958
|
3028 2006-08-23 John W. Eaton <jwe@octave.org> |
|
3029 |
|
3030 * plot/__plt__.m: Insert using clauses for all plots. |
|
3031 |
5957
|
3032 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
3033 |
|
3034 * control/system/sysscale.m: Call tf and zp with correct number of |
|
3035 args. |
|
3036 |
5955
|
3037 2006-08-22 David Bateman <dbateman@free.fr> |
|
3038 |
|
3039 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
3040 Search inst/*.m and src/*.m files in the package for |
|
3041 PKG_ADD directives and append user supplied PKG_ADD. |
|
3042 (pkg): Call create_pkgadd after copying files. |
|
3043 |
5947
|
3044 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
3045 |
|
3046 * pkg/pkg.m: Handle multiple packages in a single file. |
|
3047 Insert directory separator between OCTAVE_HOME and rest of package |
|
3048 installation directory. |
|
3049 |
|
3050 2006-08-21 John W. Eaton <jwe@octave.org> |
|
3051 |
|
3052 * general/num2str.m: Early return if arg is empty. |
|
3053 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
3054 |
5946
|
3055 2006-08-21 David Bateman <dbateman@free.fr> |
|
3056 |
|
3057 * strings/mat2str.m: Compute NC before using. |
|
3058 |
5937
|
3059 2006-08-17 John W. Eaton <jwe@octave.org> |
|
3060 |
|
3061 * audio/wavread.m: Fix calculation of sample count. |
|
3062 |
5934
|
3063 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3064 |
|
3065 * image/imshow.m: New Matlab-compatible version. |
|
3066 |
5930
|
3067 2006-08-15 John W. Eaton <jwe@octave.org> |
|
3068 |
|
3069 * deprecated/is_global.m: Delete. |
|
3070 |
5928
|
3071 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3072 |
|
3073 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
3074 |
5926
|
3075 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3076 |
|
3077 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
3078 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
3079 |
5928
|
3080 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3081 |
6778
|
3082 * pkg/pkg.m: Don't pass function name to print_usage. |
5928
|
3083 Use addpath and rmpath instead of manipulating LOADPATH. |
|
3084 Handle changes to system function. |
|
3085 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
3086 recursive directory removal. |
5922
|
3087 |
5924
|
3088 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
3089 |
6778
|
3090 * colormap.m: Change global variable to persistent. |
5923
|
3091 |
5922
|
3092 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
3093 |
5920
|
3094 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3095 |
|
3096 * strings/str2double.m: Fix missing semicolon. |
|
3097 |
5910
|
3098 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
3099 |
|
3100 * plot/plot3.m: Accept one complex or one real and one complex |
|
3101 argument and plot real and imaginary components for y and z. |
|
3102 |
5908
|
3103 2006-07-27 John W. Eaton <jwe@octave.org> |
|
3104 |
|
3105 * testfun/test.m: Call fflush after each block of calls to |
|
3106 fprintf, fputs, or fdisp. |
|
3107 |
5904
|
3108 2006-07-26 John W. Eaton <jwe@octave.org> |
|
3109 |
|
3110 * miscellaneous/mex.m: New function. |
|
3111 |
5901
|
3112 2006-07-22 John W. Eaton <jwe@octave.org> |
|
3113 |
|
3114 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
3115 |
5881
|
3116 2006-07-07 John W. Eaton <jwe@octave.org> |
|
3117 |
|
3118 * miscellaneous/orderfields.m: New file. |
|
3119 |
5873
|
3120 2006-06-30 John W. Eaton <jwe@octave.org> |
|
3121 |
|
3122 * time/datevec.m: Make another attempt to account for precision of |
|
3123 datenum format. |
|
3124 |
5868
|
3125 2006-06-29 John W. Eaton <jwe@octave.org> |
|
3126 |
|
3127 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
3128 Use feval instead of "type -q" to get values now that all the |
|
3129 symbols are functions. |
|
3130 |
5860
|
3131 2006-06-16 John W. Eaton <jwe@octave.org> |
|
3132 |
|
3133 * time/datevec.m: Avoid computing log of non-positive values. |
|
3134 |
5859
|
3135 2006-06-14 John W. Eaton <jwe@octave.org> |
|
3136 |
|
3137 * time/datevec.m: Attempt to account for precision of datenum format. |
|
3138 |
5839
|
3139 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
3140 |
|
3141 * audio/wavread.m: Fix file range error and add read support for |
|
3142 24-bit WAV files. |
|
3143 |
5837
|
3144 2006-06-01 David Bateman <dbateman@free.fr> |
|
3145 |
|
3146 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
3147 general/interp1.m, general/gradient.m, general/interp2.m, |
|
3148 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
3149 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
3150 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
3151 |
5835
|
3152 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
3153 |
|
3154 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
3155 * miscellaneous/texas_lotto.m: Fix warning message. |
|
3156 |
5830
|
3157 2006-05-26 John W. Eaton <jwe@octave.org> |
|
3158 |
|
3159 * miscellaneous/doc.m: Also handle nargin == 0. |
|
3160 |
5829
|
3161 2006-05-23 John W. Eaton <jwe@octave.org> |
|
3162 |
|
3163 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
3164 really needed. |
|
3165 |
5827
|
3166 2006-05-22 John W. Eaton <jwe@octave.org> |
|
3167 |
6754
|
3168 * general/lookup.m: New file from Octave Forge. |
5827
|
3169 |
|
3170 2006-05-22 David Bateman <dbateman@free.fr> |
|
3171 |
6754
|
3172 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
|
3173 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, |
|
3174 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, |
|
3175 special-matrix/wilkinson.m, special-matrix/pascal.m, |
|
3176 special-matrix/magic.m, special-matrix/hadamard.m, |
|
3177 strings/strtok.m: New files from Octave Forge. |
5827
|
3178 |
5824
|
3179 2006-05-19 David Bateman <dbateman@free.fr> |
|
3180 |
|
3181 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
3182 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
3183 |
5821
|
3184 2006-05-17 John W. Eaton <jwe@octave.org> |
|
3185 |
|
3186 * set/intersection.m: Delete |
|
3187 * deprecated/intersection.m: New file. |
|
3188 |
5820
|
3189 2006-05-17 David Bateman <dbateman@free.fr> |
|
3190 |
|
3191 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
3192 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
3193 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
3194 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
3195 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
3196 Forge. |
|
3197 |
5809
|
3198 2006-05-11 John W. Eaton <jwe@octave.org> |
|
3199 |
5815
|
3200 * path/path.m: Delete (now a built-in function). |
|
3201 |
5811
|
3202 * pkg/Makefile.in: New file. |
|
3203 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
3204 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
3205 |
5808
|
3206 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3207 |
|
3208 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
3209 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
3210 |
5807
|
3211 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
3212 |
|
3213 * tar.m, untar.m, unzip.m: New files. |
|
3214 |
5801
|
3215 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3216 |
5804
|
3217 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
3218 * path/setpath.m: Delete. |
|
3219 |
5801
|
3220 * pkg/pkg.m: New file. |
|
3221 |
5798
|
3222 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
3223 |
|
3224 * plot/plot.m: Doc string fix. |
|
3225 |
|
3226 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
3227 |
|
3228 * testfun/speeed.m: Use new interface to unique and assert. |
|
3229 Improve documentation. Approximate time complexity from log-log |
|
3230 plot. Return time complexity and raw times if requested. The |
|
3231 mean ratio is no longer returned. Provide complete control over |
|
3232 which n are computed. |
|
3233 |
|
3234 2006-05-09 John W. Eaton <jwe@octave.org> |
|
3235 |
|
3236 * path/path.m: Move here from miscellaneous. |
|
3237 Adapt to new LOADPATH definition. |
|
3238 |
5789
|
3239 2006-05-03 David Bateman <dbateman@free.fr> |
|
3240 |
|
3241 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
3242 explicit uses of a path seperation character with pathsep(). |
|
3243 |
5786
|
3244 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
3245 |
6778
|
3246 * set/setdiff.m: New arg, byrows. New tests. |
5786
|
3247 |
5781
|
3248 2006-04-29 John W. Eaton <jwe@octave.org> |
|
3249 |
|
3250 * startup/main-rcfile: Disable some warnings. |
|
3251 |
5762
|
3252 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
3253 |
|
3254 * strings/strcmpi.m: Return false instead of error if args are not |
|
3255 char or cellstr. |
|
3256 |
5750
|
3257 2006-04-10 John W. Eaton <jwe@octave.org> |
|
3258 |
|
3259 * miscellaneous/dir.m: Ensure that returned structure array is |
|
3260 Nx1, not 1xN. |
|
3261 |
5746
|
3262 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
3263 |
|
3264 * plot/hist.m: Ignore NaN in inputs. |
|
3265 |
5745
|
3266 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
3267 |
|
3268 * miscellaneous/mkoctfile.m: Doc string fix. |
|
3269 |
5741
|
3270 2006-04-05 John W. Eaton <jwe@octave.org> |
|
3271 |
|
3272 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
3273 are both empty. |
|
3274 * plot/__plt__.m: Ignore empty data and format strings returned |
|
3275 from __plt1__ or __plt2__. |
|
3276 |
5737
|
3277 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
3278 |
6778
|
3279 * set/unique.m: Properly handle single column input when |
5737
|
3280 "rows" is specified. |
|
3281 |
5732
|
3282 2006-04-04 John W. Eaton <jwe@octave.org> |
|
3283 |
5736
|
3284 * path/setpath.m: New file. |
|
3285 * path/savepath.m: Use setpath to set path instead of assigning |
|
3286 directly to LOADPATH. |
|
3287 |
5732
|
3288 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
3289 New files, adapted from Octave Forge by Keith Goodman |
|
3290 <kwgoodman@gmail.com>. |
|
3291 * path: New directory. |
|
3292 * Makefile.in (SUBDIRS): Add it to the list. |
|
3293 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
3294 |
5731
|
3295 2006-04-02 David Bateman <dbateman@free.fr> |
|
3296 |
|
3297 * general/tril.m, general.triu.m: |
|
3298 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
3299 to allow user types to work correctly. |
|
3300 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
3301 |
5727
|
3302 2006-04-03 David Bateman <dbateman@free.fr> |
|
3303 |
|
3304 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
3305 Accept keyword "minor" for minor grid. |
|
3306 |
5721
|
3307 2006-03-28 John W. Eaton <jwe@octave.org> |
|
3308 |
|
3309 * general/isscalar.m: Only require that all dimensions are 1 for |
|
3310 compatiblity. |
|
3311 |
|
3312 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
3313 |
|
3314 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
3315 compatibility. |
|
3316 |
5720
|
3317 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
3318 |
|
3319 * plot/__errplot__.m: Doc string fix. |
|
3320 |
|
3321 * miscellaneous/doc.m: Mark as command. |
|
3322 |
|
3323 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
3324 general/isequalwithequalnans.m, general/blkdiag.m, |
|
3325 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
3326 |
5717
|
3327 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
3328 |
|
3329 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
3330 return 3d matrices. |
|
3331 |
|
3332 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
3333 |
|
3334 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
3335 |
5708
|
3336 2006-03-22 John W. Eaton <jwe@octave.org> |
|
3337 |
|
3338 * plot/print.m: Don't replot after popping terminal setting. |
|
3339 |
5696
|
3340 2006-03-20 John W. Eaton <jwe@octave.org> |
|
3341 |
|
3342 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
3343 mkoctfile. Use fullfile to construct file name. |
|
3344 |
5695
|
3345 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
3346 |
|
3347 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
3348 shell script from Octave prompt. |
|
3349 |
5690
|
3350 2006-03-17 John W. Eaton <jwe@octave.org> |
|
3351 |
5693
|
3352 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
3353 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
3354 |
|
3355 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
3356 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
3357 Call new wbl functions to do the real work. |
|
3358 Swap args and provide default values as necessary to preserve |
|
3359 compatibility with old version of Octave. |
|
3360 |
|
3361 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
3362 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
3363 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
3364 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
3365 Swap scale and shape args for compatibility. |
|
3366 |
5692
|
3367 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
3368 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
3369 Preserve compatibility with old versions of Octave given new |
|
3370 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
3371 |
5692
|
3372 * statistics/distributions/logncdf.m, |
|
3373 statistics/distributions/logninv.m, |
|
3374 statistics/distributions/lognpdf.m, |
|
3375 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
3376 From Ben Barrowes <barrowes@alum.mit.edu> |
|
3377 |
5691
|
3378 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
3379 current 2.1.x version. |
|
3380 |
|
3381 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
3382 |
5690
|
3383 * miscellaneous/dir.m: Use readdir instead of glob. |
|
3384 Special case for "." to avoid globbing. Use list_in_columns. |
|
3385 Eliminate unused variables len and finfo. |
|
3386 |
5689
|
3387 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
3388 |
|
3389 * miscellaneous/dir.m: Improve compatibility. |
|
3390 |
5687
|
3391 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3392 |
|
3393 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
3394 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
3395 |
5686
|
3396 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3397 |
|
3398 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
3399 of looking at sum of max dimensions. |
|
3400 |
5681
|
3401 2006-03-16 David Bateman <dbateman@free.fr> |
|
3402 |
|
3403 * testfun/test.m: Clear last warning before warning test to avoid |
|
3404 issues with previously set warnings. |
|
3405 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
3406 sparse matrices. Force matrix type from spqr solution to be |
|
3407 singular to force QR solvers to be used for assert. |
|
3408 |
5678
|
3409 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3410 |
|
3411 * strings/strfind.m: New file. |
|
3412 |
5677
|
3413 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3414 |
|
3415 * general/rows.m, general/columns.m: Delete. |
|
3416 |
5674
|
3417 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3418 |
|
3419 * strings/strcmpi.m: Simplify. |
|
3420 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
3421 * strings/strtrunc.m: New file. |
5674
|
3422 |
5676
|
3423 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
3424 |
5672
|
3425 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3426 |
|
3427 * miscellaneous/doc.m: New file. |
|
3428 From Soren Hauberg <soren@hauberg.org>. |
|
3429 |
5671
|
3430 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
3431 |
|
3432 * miscellaneous/mkoctfile.m: New file. |
|
3433 |
5670
|
3434 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3435 |
|
3436 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
3437 |
5666
|
3438 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
3439 |
|
3440 * strings/bin2dec.m: Doc fix. |
|
3441 |
5661
|
3442 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
3443 |
|
3444 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
3445 * time/datenum.m: New function to compute day number from time. |
|
3446 |
5659
|
3447 2006-03-09 John W. Eaton <jwe@octave.org> |
|
3448 |
|
3449 * miscellaneous/unix.m, plot/print.m: |
|
3450 Swap order of outputs from system. |
|
3451 |
5642
|
3452 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
3453 |
|
3454 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
3455 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
3456 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
3457 control/base/__stepimp__.m, control/base/are.m, |
|
3458 control/base/controldemo.m, control/base/damp.m, |
|
3459 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
3460 control/base/step.m, control/system/abcddim.m, |
|
3461 control/system/is_abcd.m, control/system/is_controllable.m, |
|
3462 control/system/is_detectable.m, control/system/is_observable.m, |
|
3463 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
3464 control/system/jet707.m, control/system/sys2fir.m, |
|
3465 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
3466 control/system/tfout.m, control/system/ugain.m, |
|
3467 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
3468 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
3469 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
3470 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
3471 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
3472 general/circshift.m, general/columns.m, general/flipdim.m, |
|
3473 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
3474 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
3475 general/isequalwithequalnans.m, general/isscalar.m, |
|
3476 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
3477 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
3478 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
3479 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
3480 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
3481 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
3482 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
3483 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
3484 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
3485 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
3486 miscellaneous/license.m, miscellaneous/menu.m, |
|
3487 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
3488 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
3489 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
3490 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
3491 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
3492 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
3493 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
3494 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
3495 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
3496 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
3497 polynomial/polyinteg.m, polynomial/polyout.m, |
|
3498 polynomial/polyreduce.m, polynomial/polyval.m, |
|
3499 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
3500 set/create_set.m, set/intersection.m, set/ismember.m, |
|
3501 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
3502 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
3503 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
3504 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
3505 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
3506 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
3507 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
3508 special-matrix/vander.m, statistics/base/median.m, |
|
3509 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
3510 statistics/distributions/gaminv.m, |
|
3511 statistics/distributions/gampdf.m, |
|
3512 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
3513 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
3514 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
3515 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
3516 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
3517 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
3518 |
5633
|
3519 2006-02-27 John W. Eaton <jwe@octave.org> |
|
3520 |
|
3521 * time/tic.m: Move here from miscellaneous/tic.m. |
|
3522 * time/toc.m: Move here from miscellaneous/toc.m. |
|
3523 |
|
3524 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
3525 |
|
3526 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
3527 does not assign output of toc to a variable. |
|
3528 |
5627
|
3529 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
3530 |
|
3531 * axis.m: Catch limits that are the same and return an error. |
|
3532 |
5625
|
3533 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3534 |
|
3535 * plot/print.m: Accept emf device option to support Enhanced |
|
3536 Metafile format. |
|
3537 |
|
3538 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
3539 |
|
3540 * control/base/lqe.m: Doc fix. |
|
3541 |
5623
|
3542 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
3543 |
|
3544 * statistics/distributions/gamcdf.m: Doc fix. |
|
3545 * statistics/distributions/gaminv.m: Doc fix. |
|
3546 * statistics/distributions/gampdf.m: Doc fix. |
|
3547 * statistics/distributions/gamrnd.m: Doc fix. |
|
3548 |
5610
|
3549 2006-02-09 David Bateman <dbateman@free.fr> |
|
3550 |
6778
|
3551 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
3552 for arbitrary user type. |
|
3553 * general/tril.m: ditto. |
|
3554 * sparse/sprand.m: Doc fix. |
|
3555 * sparse/sprandn.m: Ditto. |
|
3556 * sparse/sprandsym.m: New function. |
|
3557 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
3558 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
3559 Update for syntax error for latest texinfo.tex file. |
5610
|
3560 |
5605
|
3561 2006-02-02 John W. Eaton <jwe@octave.org> |
|
3562 |
|
3563 * plot/grid.m: Append ";\n" to "set grid" command. |
|
3564 |
|
3565 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
3566 |
|
3567 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
3568 |
5597
|
3569 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3570 |
|
3571 * audio/Makefile.in, control/base/Makefile.in, |
|
3572 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
3573 control/system/Makefile.in, control/util/Makefile.in, |
|
3574 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
3575 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
3576 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
3577 optimization/Makefile.in, plot/Makefile.in, |
|
3578 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
3579 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
3580 special-matrix/Makefile.in, startup/Makefile.in, |
|
3581 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
3582 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
3583 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
3584 (all): Depend on PKG_ADD. |
|
3585 (PKG_ADD): New target. |
|
3586 |
|
3587 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3588 |
|
3589 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
3590 |
5596
|
3591 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3592 |
|
3593 * time/etime.m: Move here from miscellaneous/etime.m. |
|
3594 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
3595 |
5595
|
3596 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3597 |
6778
|
3598 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595
|
3599 * miscellaneous/fullfile.m: Likewise. |
|
3600 |
5592
|
3601 2006-01-12 David Bateman <dbateman@free.fr> |
|
3602 |
|
3603 * general/blkdiag.m: Compatible behavior for empty matrices |
|
3604 * statistics/base/unidrnd.m: Documentation buglet. |
|
3605 |
5583
|
3606 2005-12-14 David Bateman <dbateman@free.fr> |
|
3607 |
5589
|
3608 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
3609 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
3610 |
|
3611 * Makefile.in (SUBDIRS): Include testfun. |
|
3612 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
3613 |
5583
|
3614 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
3615 |
|
3616 * general/__isequal__.m: Remove reference to getfield. |
|
3617 |
|
3618 * plot/hist.m: Update test code for row/column discrepencies. |
|
3619 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
3620 Update the test code for this. |
|
3621 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
3622 |
5579
|
3623 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3624 |
|
3625 * cell/cell2mat.m: New file, from octave-forge. |
|
3626 |
5576
|
3627 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
3628 |
|
3629 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
3630 New graph theory functions. |
|
3631 |
5574
|
3632 2005-12-13 John W. Eaton <jwe@octave.org> |
|
3633 |
|
3634 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
3635 |
|
3636 * control/system/ss.m: Doc fix. |
|
3637 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3638 |
5572
|
3639 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
3640 |
|
3641 * audio/wavread.m, audio/wavwrite.m: |
|
3642 Correct scaling for 8-bit linear pcm samples. |
|
3643 Improve scaling for all other linear pcm resolutions. |
|
3644 |
5568
|
3645 2005-12-07 John W. Eaton <jwe@octave.org> |
|
3646 |
|
3647 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
3648 |
|
3649 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
3650 * strings/strjust.m: Likewise. |
|
3651 |
|
3652 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
3653 * signal/arma_rnd.m: Likewise. |
|
3654 * strings/strcat.m: Likewise. |
|
3655 * control/base/__freqresp__.m: Likewise. |
|
3656 * control/base/place.m: Likewise. |
|
3657 * control/base/pzmap.m: Likewise. |
|
3658 * control/base/pzmap.m: Likewise. |
|
3659 * control/system/sysappend.m: Likewise. |
|
3660 * control/system/syscont.m: Likewise. |
|
3661 * control/system/sysdisc.m: Likewise. |
|
3662 * control/system/sysgroup.m: Likewise. |
|
3663 * control/system/tfout.m: Likewise. |
|
3664 * control/system/zpout.m: Likewise. |
|
3665 * control/util/__outlist__.m: Likewise. |
|
3666 |
5567
|
3667 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3668 |
|
3669 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
3670 Avoid for loop in interleave/deinterleave steps. |
|
3671 |
5565
|
3672 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
3673 |
|
3674 * audio/wavread.m, audio/wavwrite.m: New files. |
|
3675 |
5563
|
3676 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3677 |
|
3678 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
3679 |
5560
|
3680 2005-12-05 John W. Eaton <jwe@octave.org> |
|
3681 |
5561
|
3682 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
3683 |
5558
|
3684 2005-12-02 John W. Eaton <jwe@octave.org> |
|
3685 |
|
3686 * miscellaneous/fileattrib.m: New function. |
|
3687 |
5556
|
3688 2005-12-01 John W. Eaton <jwe@octave.org> |
|
3689 |
|
3690 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
3691 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
3692 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
3693 |
5555
|
3694 2005-11-30 John W. Eaton <jwe@octave.org> |
|
3695 |
|
3696 * linear-algebra/krylov.m: Format doc string. |
|
3697 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3698 |
5551
|
3699 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
3700 |
|
3701 * general/blkdiag.m: Import from octave-forge. |
|
3702 Ignore empty matrices in the input. Add tests. |
5549
|
3703 |
|
3704 * general/isequal.m, general/isequalwithequalnans.m: |
|
3705 New wrapper scripts for general/__isequal__.m. |
|
3706 * general/__isequal__.m: Rename from general/isequal.m. |
|
3707 New arg, nans_compare_equal. |
|
3708 |
5548
|
3709 2005-11-29 John W. Eaton <jwe@octave.org> |
|
3710 |
|
3711 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
3712 calling system. Only append octave_forge_string if |
|
3713 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
3714 Call license instead of hard-coding license info here. |
|
3715 |
|
3716 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
3717 __octave_licenses__. Use puts instead of disp. |
5548
|
3718 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
3719 If nargout = 1, return license info instead of printing usage message. |
|
3720 |
5546
|
3721 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3722 |
|
3723 * miscellaneous/ver.m: New file. |
|
3724 * miscellaneous/license.m: New file. |
|
3725 |
5545
|
3726 2005-11-22 John W. Eaton <jwe@octave.org> |
|
3727 |
|
3728 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
3729 gnuplot set command. |
|
3730 |
5539
|
3731 2005-11-15 John W. Eaton <jwe@octave.org> |
|
3732 |
|
3733 * general/shiftdim.m: Doc fix. |
|
3734 |
5532
|
3735 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
3736 |
|
3737 * set/unique.m: Doc string fix. |
|
3738 |
5527
|
3739 2005-11-01 John W. Eaton <jwe@octave.org> |
|
3740 |
|
3741 * Makefile.in (distclean, maintainer-clean): |
|
3742 Also remove autom4te.cache directory. |
|
3743 From Quentin Spencer <qspencer@ieee.org>. |
|
3744 |
5518
|
3745 2005-10-28 John W. Eaton <jwe@octave.org> |
|
3746 |
|
3747 * general/shiftdim.m: Compatibility fix for row vectors. |
|
3748 Correct check for non-scalar non-integer shift. For positive |
|
3749 N, shift is remainder of N and number of dims. Always return NS. |
|
3750 Simplify. |
|
3751 |
5500
|
3752 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
3753 |
|
3754 * general/randperm.m: Improve compatibility by allowing input |
|
3755 value of zero. |
|
3756 |
5493
|
3757 2005-10-13 John W. Eaton <jwe@octave.org> |
|
3758 |
|
3759 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
3760 If in multiplot mode, clear plot before issuing new plot command. |
|
3761 |
|
3762 * plot/__setup_plot__.m: New function. |
|
3763 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
3764 Handle multiplot data and offsets here. |
|
3765 |
|
3766 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
3767 Move initialization to __setup_plot__.m. |
|
3768 |
|
3769 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
3770 Don't reset gnuplot_command_replot. |
|
3771 |
|
3772 * plot/replot.m: Handle multiplot data and offsets here. |
|
3773 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
3774 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
3775 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
3776 |
5489
|
3777 2005-10-12 John W. Eaton <jwe@octave.org> |
|
3778 |
|
3779 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
3780 |
5482
|
3781 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
3782 |
|
3783 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
3784 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
3785 _inv functions. |
|
3786 * chi2pdf.m: Fixed typos in the documentation. |
|
3787 |
5475
|
3788 2005-09-28 John W. Eaton <jwe@octave.org> |
|
3789 |
5476
|
3790 * miscellaneous/single.m: New function. |
|
3791 |
5475
|
3792 * statistics/base/unidrnd.m: New function. |
|
3793 |
5474
|
3794 2005-09-27 John W. Eaton <jwe@octave.org> |
|
3795 |
|
3796 * miscellaneous/dir.m: Filename never includes directory part. |
|
3797 |
5464
|
3798 2005-09-22 John W. Eaton <jwe@octave.org> |
|
3799 |
|
3800 * polynomial/residue.m: Use logical indexing instead of find.. |
|
3801 |
|
3802 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
3803 |
|
3804 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
3805 and zero poles. |
|
3806 |
5462
|
3807 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
3808 |
|
3809 * strings/deblank.m: Handle cell arrays. |
|
3810 * strings/split.m: New argument, N, to limit number of splits. |
|
3811 |
|
3812 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
3813 |
|
3814 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
3815 |
5460
|
3816 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
3817 |
|
3818 * control/base/rlocus.m: Doc fix. |
|
3819 |
5459
|
3820 2005-09-20 John W. Eaton <jwe@octave.org> |
|
3821 |
|
3822 * general/isvector.m: Improve compatibility. |
|
3823 |
|
3824 * general/postpad.m: Allow first argument to be a scalar. |
|
3825 Allow padding to extend dimensionality. |
|
3826 * general/prepad.m: Likewise. |
|
3827 |
5448
|
3828 2005-09-14 Daniel <durbano@shbano.com> |
|
3829 |
|
3830 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
3831 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
3832 /control/base/dgram.m: Doc string fixes. |
5448
|
3833 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3834 |
5446
|
3835 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
3836 |
|
3837 * saveimage.m: Do not ignore most significant bit when writing |
|
3838 black and white images to file. |
|
3839 |
5443
|
3840 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
3841 |
|
3842 * audio/playaudio.m, control/base/__bodquist__.m, |
|
3843 control/base/lqg.m, control/obsolete/dezero.m, |
|
3844 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
3845 control/system/c2d.m, control/system/cellidx.m, |
|
3846 control/system/d2c.m, control/system/dmr2d.m, |
|
3847 control/system/is_signal_list.m, control/system/listidx.m, |
|
3848 control/system/ss.m, control/system/sysappend.m, |
|
3849 control/system/sysconnect.m, control/system/sysdup.m, |
|
3850 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
3851 control/system/sysprune.m, control/system/syssetsignals.m, |
|
3852 control/system/tfout.m, control/system/zpout.m, |
|
3853 control/util/prompt.m, control/util/sortcom.m, |
|
3854 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
3855 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
3856 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
3857 general/strerror.m, image/colormap.m, image/imshow.m, |
|
3858 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
3859 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
3860 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
3861 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
3862 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
3863 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
3864 plot/print.m, plot/title.m, plot/top_title.m, |
|
3865 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
3866 statistics/base/mean.m, statistics/base/moment.m, |
|
3867 statistics/tests/cor_test.m, |
|
3868 statistics/tests/kolmogorov_smirnov_test.m, |
|
3869 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
3870 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
3871 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
3872 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
3873 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
3874 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
3875 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
3876 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
3877 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
3878 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
3879 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
3880 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
3881 isvector instead of is_vector. Use isstruct instead of |
|
3882 is_struct. Use char instead of setstr. |
|
3883 |
5435
|
3884 2005-08-31 Daniel <durbano@shbano.com> |
|
3885 |
|
3886 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
3887 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
3888 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3889 |
5431
|
3890 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
3891 |
|
3892 * image/saveimage.m: Open output file in binary mode. |
|
3893 |
|
3894 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
3895 |
5427
|
3896 2005-08-16 John W. Eaton <jwe@octave.org> |
|
3897 |
|
3898 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
3899 outputs. |
|
3900 |
5426
|
3901 2005-08-15 John W. Eaton <jwe@octave.org> |
|
3902 |
|
3903 * strings/strcat.m: Allow single argument. |
|
3904 |
5416
|
3905 2005-07-18 John W. Eaton <jwe@octave.org> |
|
3906 |
|
3907 * strings/strcmp.m: Delete. |
|
3908 |
5413
|
3909 2005-07-13 John W. Eaton <jwe@octave.org> |
|
3910 |
|
3911 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
3912 versions of Octave. |
|
3913 |
|
3914 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
3915 |
|
3916 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
3917 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
3918 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
3919 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
3920 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
3921 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
3922 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
3923 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
3924 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
3925 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
3926 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
3927 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
3928 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
3929 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
3930 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
3931 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
3932 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
3933 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
3934 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
3935 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
3936 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
3937 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
3938 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
3939 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
3940 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
3941 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
3942 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
3943 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
3944 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
3945 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
3946 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
3947 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
3948 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
3949 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
3950 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
3951 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
3952 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
3953 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
3954 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
3955 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
3956 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
3957 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
3958 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
3959 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
3960 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
3961 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
3962 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
3963 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
3964 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
3965 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
3966 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
3967 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
3968 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
3969 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
3970 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
3971 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
3972 |
|
3973 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
3974 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
3975 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
3976 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
3977 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
3978 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
3979 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
3980 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
3981 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
3982 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
3983 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
3984 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
3985 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
3986 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
3987 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
3988 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
3989 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
3990 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
3991 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
3992 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
3993 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
3994 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
3995 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
3996 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
3997 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
3998 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
3999 deprecated/wiener_rnd.m: New files. |
|
4000 |
5408
|
4001 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4002 |
|
4003 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
4004 * deprecated/weibull_rnd.m: New file. |
|
4005 |
5407
|
4006 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
4007 |
|
4008 * strings/dec2base.m: Allow matrix arguments. |
|
4009 |
5406
|
4010 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4011 |
|
4012 * plot/__errplot__.m: Use __plot_globals__. |
|
4013 * plot/__plt__.m: Likewise. |
|
4014 * plot/figure.m: Likewise. |
|
4015 |
|
4016 * plot/hold.m: New file. |
|
4017 * plot/ishold.m: New file. |
|
4018 * plot/__plot_globals__.m: New file. |
|
4019 |
5400
|
4020 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
4021 |
|
4022 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
4023 |
|
4024 2005-07-05 John W. Eaton <jwe@octave.org> |
|
4025 |
|
4026 * strings/findstr.m: Return [] for no matches. |
|
4027 |
5399
|
4028 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
4029 |
|
4030 * miscellaneous/tic.m: Fix doc string. |
|
4031 |
5395
|
4032 2005-06-15 John W. Eaton <jwe@octave.org> |
|
4033 |
|
4034 * polynomial/polyfit.m: Force return value to be a row vector. |
|
4035 |
5393
|
4036 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
4037 |
|
4038 * general/isequal.m: Correct nargin check. |
|
4039 |
5388
|
4040 2005-06-14 John W. Eaton <jwe@octave.org> |
|
4041 |
|
4042 * general/isvector.m: Handle N-d arrays. |
|
4043 From Bill Denney <denney@seas.upenn.edu>. |
|
4044 |
5381
|
4045 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
4046 |
|
4047 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
4048 |
5377
|
4049 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
4050 |
|
4051 * signal/freqz.m: Use correct calculations when given a vector of |
|
4052 frequencies. Improve accuracy of returned frequency vector. |
|
4053 Improve speed for medium length filters (at a slight cost for slow |
|
4054 filters). Add test cases. |
|
4055 |
5373
|
4056 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
4057 |
|
4058 * plot/loglog.m: Fix set commands. |
|
4059 |
5381
|
4060 2005-05-25 John W. Eaton <jwe@octave.org> |
|
4061 |
|
4062 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
4063 |
5371
|
4064 2005-05-24 John W. Eaton <jwe@octave.org> |
|
4065 |
5373
|
4066 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
4067 |
5372
|
4068 * strings/strncmp.m: New file, from Tom Holroyd |
|
4069 <tomh@kurage.nimh.nih.gov>. |
|
4070 |
5371
|
4071 * strings/strcmp.m: Return logical values in all cases. |
|
4072 |
5366
|
4073 2005-05-23 John W. Eaton <jwe@octave.org> |
|
4074 |
|
4075 * plot/orient.m: New file. Adapt to Octave coding style. |
|
4076 Texinfoize doc string. |
|
4077 |
|
4078 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
4079 PKG_ADD command. Use set terminal consistently throughout. Use |
|
4080 set terminal push/pop and unconditionally set output to screen |
|
4081 when done to avoid requiring gget. Use a cell array for dev_list |
|
4082 and cellidx to search for items in the list. Delete local |
|
4083 variable endl. Don't set and restore automatic_replot. Use {} |
|
4084 instead of nth to index varargin. Delete local variable |
|
4085 va_arg_cnt. |
|
4086 |
5355
|
4087 2005-05-18 John W. Eaton <jwe@octave.org> |
|
4088 |
|
4089 * general/num2str.m: Return early if X is a character string. |
|
4090 |
5347
|
4091 2005-05-11 John W. Eaton <jwe@octave.org> |
|
4092 |
5348
|
4093 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
4094 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
4095 |
5347
|
4096 * plot/polar.m: Don't call __pltopt__ here. |
|
4097 |
5333
|
4098 2005-05-02 John W. Eaton <jwe@octave.org> |
|
4099 |
|
4100 * mkdoc: Print header message. |
|
4101 |
5319
|
4102 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4103 |
|
4104 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
4105 startup/octaverc. |
|
4106 |
5318
|
4107 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
4108 |
|
4109 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
4110 (__im_numeric_limits__): New internal function. |
|
4111 |
5317
|
4112 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
4113 |
|
4114 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
4115 data, not mean of group_mean. |
|
4116 |
|
4117 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4118 |
|
4119 * startup/local-rcfile: New file. |
|
4120 * startup/main-rcfile: Rename from startup/octaverc. |
|
4121 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
4122 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
4123 Install local-rcfile in $(localfcnfiledir)/startup. |
|
4124 |
|
4125 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
4126 |
|
4127 * startup/inputrc: New file. |
|
4128 * startup/octaverc: Configure readline using inputrc from |
|
4129 startupfiledir. |
|
4130 * startup/Makefile.in (install, install-strip): Install octaverc |
|
4131 in $(fcnfiledir)/startup. |
|
4132 |
5310
|
4133 2005-04-27 John W. Eaton <jwe@octave.org> |
|
4134 |
|
4135 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
4136 |
5289
|
4137 2005-04-21 John W. Eaton <jwe@octave.org> |
|
4138 |
|
4139 * optimization/glpk.m: Handle SENSE argument. |
|
4140 |
|
4141 * optimization/qp.m, optimization/sqp.m: New files. |
|
4142 |
5276
|
4143 2005-04-08 John W. Eaton <jwe@octave.org> |
|
4144 |
|
4145 * Makefile.in (clean, distclean, maintainer-clean): |
|
4146 Avoid duplication in rules. |
|
4147 |
5252
|
4148 2005-03-28 John W. Eaton <jwe@octave.org> |
|
4149 |
|
4150 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
4151 setting {no,}parametric. |
|
4152 * plot/figure.m: Likewise, for setting terminal type. |
|
4153 |
|
4154 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
4155 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
4156 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
4157 plot/title.m, plot/top_title.m: Avoid eval. |
|
4158 |
5251
|
4159 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
4160 |
5253
|
4161 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
4162 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
4163 Use __gnuplot_replot__ instead of replot. |
|
4164 |
5252
|
4165 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
4166 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
4167 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
4168 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
4169 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
4170 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
4171 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
4172 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
4173 |
5251
|
4174 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
4175 |
5244
|
4176 2005-03-24 John W. Eaton <jwe@octave.org> |
|
4177 |
|
4178 * optimization/glpkmex.m: Texinfoize Doc string. |
|
4179 * optimization/glpk.m: Likewise. |
|
4180 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
4181 (row vectors are orginary character strings). |
|
4182 * optimization/glpkparam.m: Delete. |
|
4183 |
5243
|
4184 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
4185 |
|
4186 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
4187 of dimensions of X. |
|
4188 |
5237
|
4189 2005-03-23 John W. Eaton <jwe@octave.org> |
|
4190 |
5239
|
4191 * general/tril.m, general/triu.m: Return value of same class as |
|
4192 argument. |
|
4193 |
5237
|
4194 * optimization/glpk.m: Simplify interface. By default, solve |
|
4195 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
4196 * optimization/glpkmex.m: New file. |
|
4197 |
5232
|
4198 2005-03-22 John W. Eaton <jwe@octave.org> |
|
4199 |
5237
|
4200 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
4201 list. |
|
4202 |
5233
|
4203 * optimization/glpk.m: Adapt to Octave coding style. |
|
4204 No need for varargout or varargin. |
|
4205 Print usage message if nargin > 11. |
|
4206 Allow any value of nargout. |
|
4207 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
4208 Avoid looping when checking character classes. |
|
4209 |
5232
|
4210 * optimization: New directory. |
|
4211 * Makefile.in (SUBDIRS): Add it to the list. |
|
4212 * optimization/Makefile.in: New file. |
|
4213 * optimization/glpk.m, optimization/glpkparams.m, |
|
4214 optimization/glpktest1, optimization/glpktest2: New files. |
|
4215 |
5218
|
4216 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
4217 |
|
4218 * strings/split.m: Quick return for empty second arg. |
|
4219 Improve warning for multi-line strings. |
|
4220 Speed up by avoiding sprintf in loop and eval. |
|
4221 |
5217
|
4222 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
4223 |
|
4224 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
4225 * polynomial/polyder.m: Ditto. |
6778
|
4226 * polynomial/polygcd.m: New function. |
5217
|
4227 |
5214
|
4228 2005-03-16 John W. Eaton <jwe@octave.org> |
|
4229 |
5215
|
4230 * control/base/__stepimp__.m, control/base/bode.m, |
|
4231 control/base/frdemo.m, control/base/nichols.m, |
|
4232 control/base/nyquist.m, control/base/pzmap.m, |
|
4233 control/base/rldemo.m, control/base/rlocus.m, |
|
4234 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
4235 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
4236 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
4237 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
4238 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
4239 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
4240 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
4241 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
4242 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
4243 plot/xlabel.m, quaternion/demoquat.m, |
|
4244 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
4245 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
4246 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
4247 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
4248 gsplot from @seealso docs. |
5214
|
4249 |
|
4250 * plot/replot.m: New file. |
|
4251 |
5205
|
4252 2005-03-15 David Bateman <dbateman@free.fr> |
|
4253 |
|
4254 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
4255 |
5196
|
4256 2005-03-09 John W. Eaton <jwe@octave.org> |
|
4257 |
|
4258 * statistics/Makefile.in (bin-dist): Delete target. |
|
4259 (BINDISTSUBDIRS): Delete variable. |
6754
|
4260 * control/Makefile.in: Likewise. |
5196
|
4261 |
5378
|
4262 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
4263 (BINDISTFILES): Delete variable. |
5378
|
4264 * control/base/Makefile.in: Likewise. |
|
4265 * control/hinf/Makefile.in: Likewise. |
|
4266 * control/obsolete/Makefile.in: Likewise. |
|
4267 * control/system/Makefile.in: Likewise. |
|
4268 * control/util/Makefile.in: Likewise. |
|
4269 * deprecated/Makefile.in: Likewise. |
|
4270 * elfun/Makefile.in: Likewise. |
|
4271 * finance/Makefile.in: Likewise. |
|
4272 * general/Makefile.in: Likewise. |
|
4273 * image/Makefile.in: Likewise. |
|
4274 * sparse/Makefile.in: Likewise. |
|
4275 * io/Makefile.in: Likewise. |
|
4276 * plot/Makefile.in: Likewise. |
|
4277 * Makefile.in: Likewise. |
|
4278 * miscellaneous/Makefile.in: Likewise. |
|
4279 * linear-algebra/Makefile.in: Likewise. |
|
4280 * polynomial/Makefile.in: Likewise. |
|
4281 * quaternion/Makefile.in: Likewise. |
|
4282 * set/Makefile.in: Likewise. |
|
4283 * signal/Makefile.in: Likewise. |
|
4284 * specfun/Makefile.in: Likewise. |
|
4285 * special-matrix/Makefile.in: Likewise. |
|
4286 * startup/Makefile.in: Likewise. |
|
4287 * statistics/base/Makefile.in: Likewise. |
|
4288 * statistics/distributions/Makefile.in: Likewise. |
|
4289 * statistics/models/Makefile.in: Likewise. |
|
4290 * statistics/tests/Makefile.in: Likewise. |
|
4291 * strings/Makefile.in: Likewise. |
|
4292 * time/Makefile.in: Likewise. |
5196
|
4293 |
5195
|
4294 2005-03-08 John W. Eaton <jwe@octave.org> |
|
4295 |
|
4296 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
4297 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
4298 |
5192
|
4299 2005-03-04 John W. Eaton <jwe@octave.org> |
|
4300 |
|
4301 * plot/clg.m: New file. |
|
4302 |
5193
|
4303 2005-03-03 John W. Eaton <jwe@octave.org> |
|
4304 |
|
4305 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
4306 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
4307 strings/strcmpi.m: |
|
4308 New files from Octave-forge. Adapt to Octave coding standards. |
|
4309 |
5181
|
4310 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4311 |
|
4312 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
4313 computation range. |
|
4314 |
5164
|
4315 2005-02-25 John W. Eaton <jwe@octave.org> |
|
4316 |
|
4317 Sparse merge. |
|
4318 |
|
4319 2005-01-23 David Bateman <dbateman@free.fr> |
|
4320 |
|
4321 * sparse/randperm.m: Delete duplicate randperm.m. |
|
4322 |
|
4323 2005-01-10 John W. Eaton <jwe@octave.org> |
|
4324 |
|
4325 * sparse/Makefile.in: New file. |
|
4326 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
4327 |
|
4328 2005-01-07 David Bateman <dbateman@free.fr> |
|
4329 |
|
4330 * set/unique.m: import file from octave-forge. |
|
4331 |
|
4332 2005-01-05 David Bateman <dbateman@free.fr> |
|
4333 |
|
4334 * Makefile.in: include sparse directory in SUBDIRS. |
|
4335 |
|
4336 2004-12-30 John W. Eaton <jwe@octave.org> |
|
4337 |
|
4338 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
4339 src/DLD-FUNCTIONS/sparse.cc). |
|
4340 |
|
4341 2004-12-28 John W. Eaton <jwe@octave.org> |
|
4342 |
|
4343 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
4344 Andy Adler <adler@site.uottawa.ca>. |
|
4345 |
|
4346 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
4347 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
4348 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
4349 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
4350 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
4351 |
|
4352 * sparse: New directory. |
|
4353 |
5158
|
4354 2005-02-22 John W. Eaton <jwe@octave.org> |
|
4355 |
|
4356 * polynomial/residue.m: Force prepad to always create row vectors. |
|
4357 |
|
4358 * polynomial/poly.m: Quick return if m is 0. |
|
4359 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
4360 |
5154
|
4361 2005-02-21 David Bateman <dbateman@free.fr> |
|
4362 |
|
4363 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
4364 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
4365 Fix for row vectors with at least one element of lambda not in |
|
4366 (0, Inf). |
|
4367 |
5152
|
4368 2005-02-21 John W. Eaton <jwe@octave.org> |
|
4369 |
5153
|
4370 * statistics/base/qqplot.m: Use feval instead of eval. |
|
4371 |
5152
|
4372 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
4373 plot/__axis_label__.m: Issue replot command. |
|
4374 |
5135
|
4375 2005-02-09 John W. Eaton <jwe@octave.org> |
|
4376 |
|
4377 * polynomial/polyderiv.m: Force P to be a row vector. |
|
4378 |
5133
|
4379 2005-02-08 John W. Eaton <jwe@octave.org> |
|
4380 |
|
4381 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
4382 provided and len <= computed max_len. |
|
4383 |
5125
|
4384 2005-01-27 David Bateman <dbateman@free.fr> |
|
4385 |
|
4386 * strings/dec2base.m: Be even more careful about handling all digits. |
|
4387 |
|
4388 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
4389 |
|
4390 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
4391 |
5123
|
4392 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
4393 |
|
4394 * statistics/base/median.m: Make it work for the scalar case too. |
|
4395 |
6308
|
4396 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117
|
4397 |
|
4398 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
4399 Simplify logic for decoding args. |
5117
|
4400 |
5115
|
4401 2005-01-24 John W. Eaton <jwe@octave.org> |
|
4402 |
5116
|
4403 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
4404 |
|
4405 * plot/__plt__.m: No need to save and reset hold state now. |
|
4406 (first_plot): Delete unused variable. |
|
4407 |
5115
|
4408 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
4409 |
|
4410 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
4411 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
4412 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
4413 plot/__plt2vv__.m: |
|
4414 Return data and gnuplot commands instead of evaluating them. |
|
4415 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
4416 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
4417 |
5108
|
4418 2005-01-18 John W. Eaton <jwe@octave.org> |
|
4419 |
|
4420 * linear-algebra/cross.m: Allocate idx1 before use. |
|
4421 |
5096
|
4422 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
4423 |
|
4424 * statistics/base/range.m: Fix varargin usage. |
|
4425 |
5091
|
4426 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
4427 |
|
4428 * strings/deblank.m: Remove all trailing whitespace (check with |
|
4429 isspace), not just SPC. |
|
4430 |
5090
|
4431 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
4432 |
|
4433 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
4434 |
5073
|
4435 2004-11-09 John W. Eaton <jwe@octave.org> |
|
4436 |
|
4437 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
4438 From Julius Smith <jos@ccrma.stanford.edu>. |
|
4439 |
5072
|
4440 2004-11-08 John W. Eaton <jwe@octave.org> |
|
4441 |
|
4442 * plot/__plt2vm__.m: Delete debugging statement. |
|
4443 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
4444 |
5065
|
4445 2004-11-04 John W. Eaton <jwe@octave.org> |
|
4446 |
|
4447 * plot/hist.m: Always return row vectors for vector args. |
|
4448 |
5031
|
4449 2004-09-23 John W. Eaton <jwe@octave.org> |
|
4450 |
|
4451 * strings/strcmp.m: If args are not strings or cell arrays of |
|
4452 strings, return zero instead of reporting an error. |
|
4453 |
5021
|
4454 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
4455 |
|
4456 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
4457 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
4458 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
4459 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
4460 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
4461 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
4462 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
4463 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
4464 control/system/is_detectable.m, control/system/is_sample.m, |
|
4465 control/system/is_siso.m, control/system/is_stable.m, |
|
4466 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
4467 control/system/sys2tf.m, control/system/sys2zp.m, |
|
4468 control/system/sysappend.m, control/system/sysconnect.m, |
|
4469 control/system/sysdisc.m, control/system/sysdup.m, |
|
4470 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
4471 control/system/syssetsignals.m, control/system/syssub.m, |
|
4472 control/system/tf2sys.m, control/system/ugain.m, |
|
4473 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4474 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
4475 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
4476 |
|
4477 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
4478 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
4479 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
4480 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
4481 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
4482 control/system/sysappend.m, control/system/sysconnect.m, |
|
4483 control/system/sysdup.m, control/system/sysgroup.m, |
|
4484 control/system/sysprune.m, control/system/sysreorder.m, |
|
4485 control/system/sysscale.m, control/system/syssub.m, |
|
4486 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
4487 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
4488 polynomial/polyout.m, specfun/log2.m: |
|
4489 Add output arguments in doc strings. |
|
4490 |
|
4491 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
4492 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
4493 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
4494 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
4495 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
4496 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
4497 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
4498 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
4499 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
4500 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
4501 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
4502 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
4503 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
4504 control/system/c2d.m, control/system/is_abcd.m, |
|
4505 control/system/is_controllable.m, control/system/is_detectable.m, |
|
4506 control/system/is_observable.m, control/system/is_stable.m, |
|
4507 control/system/jet707.m, control/system/ord2.m, |
|
4508 control/system/starp.m, control/system/sys2fir.m, |
|
4509 control/system/sys2ss.m, control/system/sys2tf.m, |
|
4510 control/system/sys2zp.m, control/system/syscont.m, |
|
4511 control/system/sysdisc.m, control/system/sysdup.m, |
|
4512 control/system/sysgettype.m, control/system/sysgroup.m, |
|
4513 control/system/sysmult.m, control/system/sysprune.m, |
|
4514 control/system/sysreorder.m, control/system/sysscale.m, |
|
4515 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
4516 control/system/tf2ss.m, control/system/tf2sys.m, |
|
4517 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4518 control/util/axis2dlim.m, control/util/prompt.m, |
|
4519 control/util/zgfmul.m, control/util/zginit.m, |
|
4520 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
4521 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
4522 in doc strings. |
|
4523 |
|
4524 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
4525 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
4526 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
4527 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4528 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4529 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4530 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4531 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
4532 control/system/c2d.m, control/system/fir2sys.m, |
|
4533 control/system/is_stabilizable.m, control/system/jet707.m, |
|
4534 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
4535 control/util/zgshsr.m, polynomial/polyout.m: |
|
4536 New @tex section(s) in doc strings for better formating of printed |
|
4537 output. |
|
4538 |
|
4539 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
4540 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
4541 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
4542 Use proper double quote marks for TeX. |
|
4543 |
|
4544 * control/base/DEMOcontrol.m: Add missing ; |
|
4545 |
|
4546 * control/base/nichols.m, control/base/rlocus.m, |
|
4547 control/obsolete/minfo.m, control/system/is_digital.m, |
|
4548 control/system/ss2zp.m, control/system/sysmin.m, |
|
4549 control/system/tf2zp.m, control/util/sortcom.m: |
|
4550 Convert documentation to use or more completely use Texinfo. |
|
4551 |
|
4552 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
4553 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
4554 control/system/parallel.m, control/system/ss2tf.m, |
|
4555 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
4556 art splitting over a page boundary. |
|
4557 |
|
4558 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4559 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4560 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4561 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4562 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
4563 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
4564 the TeX documentation. |
|
4565 |
|
4566 * control/system/is_stabilizable.m: |
|
4567 Add Copyright so that help is displayed correctly. |
|
4568 |
|
4569 * special-matrix/vander.m: Octave indexes start at 1. |
|
4570 |
5011
|
4571 2004-09-21 David Bateman <dbateman@free.fr> |
|
4572 |
|
4573 * general/rotdim.m: New function for rotation of an N-d array in an |
|
4574 arbitrary plane. |
|
4575 |
|
4576 * general/flipdim.m: New function to flip an N-d array about an |
|
4577 arbitrary axis. |
|
4578 |
5003
|
4579 2004-09-15 David Bateman <dbateman@free.fr> |
|
4580 |
|
4581 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
4582 |
4992
|
4583 2004-09-15 John W. Eaton <jwe@octave.org> |
|
4584 |
|
4585 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
4586 Use iscellstr to check for cells rather than iscell. |
|
4587 Improve diagnostics for invalid args. |
4992
|
4588 |
4983
|
4589 2004-09-10 David Bateman <dbateman@free.fr> |
|
4590 |
|
4591 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
4592 and p with n > 1, and fix for matrix n and p with n == 1. |
|
4593 |
|
4594 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
4595 due to row vs. column vector operations. |
|
4596 |
4964
|
4597 2004-09-03 David Bateman <dbateman@free.fr> |
|
4598 |
|
4599 * general/repmat.m: Fix to allow logical classes. |
|
4600 |
4950
|
4601 2004-08-31 John W. Eaton <jwe@octave.org> |
|
4602 |
|
4603 * general/isa.m: New function, from Octave-forge. |
|
4604 |
|
4605 2004-08-31 David Bateman <dbateman@free.fr> |
|
4606 |
|
4607 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
4608 limitation on the use of int64 and uint64 types, and the use |
|
4609 of the eval. |
|
4610 |
|
4611 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
4612 in .^ with integer types is fixed. |
|
4613 |
|
4614 * general/repmat.m: Adapt to allow integer types. |
4945
|
4615 |
|
4616 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
4617 |
|
4618 * plot/axis.m: Don't reset axes when querying them. |
|
4619 |
4942
|
4620 2004-08-27 David Bateman <dbateman@free.fr> |
|
4621 |
|
4622 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
4623 Eliminate loop. |
|
4624 |
4918
|
4625 2004-07-27 David Bateman <dbateman@free.fr> |
|
4626 |
|
4627 * general/num2str.m: Also insert spaces in output when precision |
|
4628 argument is supplied. |
|
4629 |
4915
|
4630 2004-07-23 David Bateman <dbateman@free.fr> |
|
4631 |
|
4632 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
4633 |
4911
|
4634 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4635 |
|
4636 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
4637 |
|
4638 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
4639 |
|
4640 * miscellaneous/unix.m: Fix doc string. |
|
4641 |
|
4642 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
4643 |
|
4644 * plot/figure.m: Clarification of documentation. |
|
4645 |
|
4646 * image/imshow.m: Warn for complex images. |
|
4647 Only estimate colourmap for images in [0, 65536]. |
|
4648 |
|
4649 2004-07-22 David Bateman <dbateman@free.fr> |
|
4650 |
|
4651 * general/num2str.m: Fix the case of an all zero input. |
|
4652 |
4906
|
4653 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4654 |
|
4655 * general/ind2sub.m: Doc fix. |
|
4656 |
4900
|
4657 2004-06-08 John W. Eaton <jwe@octave.org> |
|
4658 |
|
4659 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
4660 convert function handle to string for eval. |
|
4661 |
4898
|
4662 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
4663 |
|
4664 * plot/errorbar.m: Remove debugging output. |
|
4665 |
|
4666 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4667 |
|
4668 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
4669 |
4897
|
4670 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4671 |
4898
|
4672 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
4673 |
|
4674 * polynomial/polyout.m: Use parenthesis if necessary around |
|
4675 complex polynomial coefficient. |
|
4676 |
4897
|
4677 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
4678 the bug which causes __errplot__ to ignore the last argument. |
|
4679 |
4894
|
4680 2004-06-03 David Bateman <dbateman@free.fr> |
|
4681 |
|
4682 * general/shiftdim.m: New function based on JWE code snippet. |
|
4683 |
|
4684 * general/circdim.m: New function. |
|
4685 |
4890
|
4686 2004-05-06 David Bateman <dbateman@free.fr> |
|
4687 |
|
4688 * general/issquare.m: Fail if ndim(x) > 2. |
|
4689 |
|
4690 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
4691 |
|
4692 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
4693 N-d array arguments. Add optional dim argument to define |
|
4694 dimension along which to operate. |
|
4695 |
|
4696 * linear-algebra/dmult.m: Allow N-d arrays. |
|
4697 |
|
4698 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
4699 |
4885
|
4700 2004-04-29 David Bateman <dbateman@free.fr> |
|
4701 |
|
4702 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
4703 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
4704 statistics/base/statistics.m, statistics/base/skewness.m |
|
4705 statistics/base/iqr.m: |
|
4706 Make N-d array aware. Allow optional argument to define the |
|
4707 dimension along which to operate. Update the documentation. |
|
4708 |
|
4709 * statistics/base/ranks.m: Change algorithm to use sort, |
|
4710 and adjust for the ties after. |
|
4711 |
|
4712 * statistics/base/run_counts.m: Change algorithm to use |
|
4713 the a combination of diff and find, rather than a for-loop. |
|
4714 |
4881
|
4715 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
4716 |
|
4717 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
4718 |
4878
|
4719 2004-04-23 David Bateman <dbateman@free.fr> |
|
4720 |
|
4721 * general/int2str.m: Treat only real part of argument, and treat |
|
4722 NDArrays by stacking the slices through the matrix vertically. |
|
4723 |
|
4724 * general/num2str.m: Improve format of integer matrices, and the |
|
4725 conversion of complex matrices added. Treat NDArrays by stacking |
|
4726 the slices through the matrix vertically. |
|
4727 |
|
4728 * deprecated/com2str.m: Moved here from general subdirectory. |
|
4729 |
4877
|
4730 2004-04-22 John W. Eaton <jwe@octave.org> |
|
4731 |
|
4732 * quaternion/qtransvmat.m: Use continuation characters to make |
|
4733 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
4734 |
4869
|
4735 2004-04-21 David Bateman <dbateman@free.fr> |
|
4736 |
5378
|
4737 * elfun/lcm.m: Make N-d aware. |
4870
|
4738 |
4869
|
4739 * general/diff.m: Make the code N-d array aware. Allow an |
|
4740 optional argument to define the dimension along which to perform |
|
4741 the differences and allow the order of the differences to be larger |
|
4742 than the dimension itself. |
|
4743 |
|
4744 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
4745 use of these functions to 1- and 2-d arrays. |
|
4746 |
4863
|
4747 2004-04-16 John W. Eaton <jwe@octave.org> |
|
4748 |
|
4749 * elfun/gcd.m: Delete. |
|
4750 |
4862
|
4751 2004-04-15 David Bateman <dbateman@free.fr> |
|
4752 |
|
4753 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
4754 |
|
4755 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
4756 array aware and and optional argument for the dimension along |
|
4757 which to operate. |
|
4758 |
5378
|
4759 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
4760 argument for the dimension to be consistent with other N-d array |
|
4761 functions. |
|
4762 |
4860
|
4763 2004-04-08 David Bateman <dbateman@free.fr> |
|
4764 |
|
4765 * statistics/distributions/discrete_cdf.m, |
|
4766 statistics/distributions/discrete_inv.m, |
|
4767 statistics/distributions/discrete_pdf.m, |
|
4768 statistics/distributions/discrete_rnd.m, |
|
4769 statistics/distributions/exponential_cdf.m, |
|
4770 statistics/distributions/exponential_inv.m, |
|
4771 statistics/distributions/exponential_pdf.m, |
|
4772 statistics/distributions/exponential_rnd.m, |
|
4773 statistics/distributions/f_cdf.m, |
|
4774 statistics/distributions/f_inv.m, |
|
4775 statistics/distributions/f_pdf.m, |
|
4776 statistics/distributions/f_rnd.m, |
|
4777 statistics/distributions/geometric_cdf.m, |
|
4778 statistics/distributions/geometric_inv.m, |
|
4779 statistics/distributions/geometric_pdf.m, |
|
4780 statistics/distributions/geometric_rnd.m, |
|
4781 statistics/distributions/hypergeometric_rnd.m, |
|
4782 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
4783 statistics/distributions/laplace_cdf.m, |
|
4784 statistics/distributions/laplace_inv.m, |
|
4785 statistics/distributions/laplace_pdf.m, |
|
4786 statistics/distributions/laplace_rnd.m, |
|
4787 statistics/distributions/logistic_inv.m, |
|
4788 statistics/distributions/logistic_rnd.m, |
|
4789 statistics/distributions/lognormal_cdf.m, |
|
4790 statistics/distributions/lognormal_inv.m, |
|
4791 statistics/distributions/lognormal_pdf.m, |
|
4792 statistics/distributions/lognormal_rnd.m, |
|
4793 statistics/distributions/pascal_cdf.m, |
|
4794 statistics/distributions/pascal_inv.m, |
|
4795 statistics/distributions/pascal_pdf.m, |
|
4796 statistics/distributions/pascal_rnd.m, |
|
4797 statistics/distributions/poisson_cdf.m, |
|
4798 statistics/distributions/poisson_inv.m, |
|
4799 statistics/distributions/poisson_pdf.m, |
|
4800 statistics/distributions/poisson_rnd.m, |
|
4801 statistics/distributions/t_cdf.m, |
|
4802 statistics/distributions/t_inv.m, |
|
4803 statistics/distributions/t_pdf.m, |
|
4804 statistics/distributions/t_rnd.m, |
|
4805 statistics/distributions/weibull_cdf.m, |
|
4806 statistics/distributions/weibull_inv.m, |
|
4807 statistics/distributions/weibull_pdf.m, |
|
4808 statistics/distributions/weibull_rnd.m: |
|
4809 Allow N-d arrays. |
|
4810 |
|
4811 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
4812 that results in NaN in places where it should not have had. |
|
4813 |
|
4814 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
4815 allow creating arbitrary matrices, compatiable with the other |
5583
|
4816 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
4817 |
|
4818 * statistics/distributions/empirical_rnd.m: New argument formats |
|
4819 to allow creating arbitrary matrices, compatiable with the other |
5583
|
4820 *_rnd.m functions. Maintain compatibility with previous |
4860
|
4821 format. Allow N-d arrays. |
|
4822 |
|
4823 * statistics/distributions/hypergeometric_cdf.m, |
|
4824 statistics/distributions/hypergeometric_inv.m, |
|
4825 statistics/distributions/hypergeometric_pdf.m, |
|
4826 statistics/distributions/wiener_rnd.m: |
|
4827 Error for non-scalar arguments. |
|
4828 |
|
4829 * statistics/distributions/pascal_rnd.m: |
|
4830 Correct for n = 1 bug, where all elements were equal. |
|
4831 |
4849
|
4832 2004-04-06 David Bateman <dbateman@free.fr> |
|
4833 |
4854
|
4834 * general/common_size.m, miscellaneous/bincoeff.m, |
|
4835 statistics/distributions/beta_cdf.m, |
|
4836 statistics/distributions/beta_inv.m, |
|
4837 statistics/distributions/beta_pdf.m, |
|
4838 statistics/distributions/beta_rnd.m, |
|
4839 statistics/distributions/binomial_cdf.m, |
|
4840 statistics/distributions/binomial_inv.m, |
|
4841 statistics/distributions/binomial_pdf.m, |
|
4842 statistics/distributions/binomial_rnd.m, |
|
4843 statistics/distributions/cauchy_cdf.m, |
|
4844 statistics/distributions/cauchy_inv.m, |
|
4845 statistics/distributions/cauchy_pdf.m, |
|
4846 statistics/distributions/cauchy_rnd.m, |
|
4847 statistics/distributions/chisquare_cdf.m, |
|
4848 statistics/distributions/chisquare_inv.m, |
|
4849 statistics/distributions/chisquare_pdf.m, |
|
4850 statistics/distributions/chisquare_rnd.m, |
|
4851 statistics/distributions/gamma_cdf.m, |
|
4852 statistics/distributions/gamma_inv.m, |
|
4853 statistics/distributions/gamma_pdf.m, |
|
4854 statistics/distributions/gamma_rnd.m, |
|
4855 statistics/distributions/normal_cdf.m, |
|
4856 statistics/distributions/normal_inv.m, |
|
4857 statistics/distributions/normal_pdf.m, |
|
4858 statistics/distributions/normal_rnd.m, |
|
4859 statistics/distributions/stdnormal_cdf.m, |
|
4860 statistics/distributions/stdnormal_pdf.m, |
|
4861 statistics/distributions/stdnormal_rnd.m, |
|
4862 statistics/distributions/uniform_cdf.m, |
|
4863 statistics/distributions/uniform_inv.m, |
|
4864 statistics/distributions/uniform_pdf.m, |
|
4865 statistics/distributions/uniform_rnd.m: |
|
4866 Allow the inputs to be N-d arrays. |
|
4867 |
4852
|
4868 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
4869 * statistics/base/median.m: Likewise. |
4849
|
4870 |
4844
|
4871 2004-04-02 David Bateman <dbateman@free.fr> |
|
4872 |
|
4873 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
4874 * statistics/base/center.m, statistics/base/meansq.m, |
|
4875 statistics/base/moment.m, statistics/base/range.m: |
4852
|
4876 Update for N-d arrays. |
4844
|
4877 * signal/fftshift.m: Fix dimensioning error. |
|
4878 |
|
4879 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
4880 N-d arrays. |
4844
|
4881 |
4852
|
4882 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
4883 |
|
4884 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
4885 |
4852
|
4886 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
4887 |
|
4888 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
4889 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
4890 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
4891 |
|
4892 * control/system/sysidx.m: Use cellidx and not listidx. |
|
4893 |
4841
|
4894 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4895 |
|
4896 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
4897 default of "" (so it is off unless explicitly set by the user). |
|
4898 |
4836
|
4899 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
4900 |
|
4901 * image/imshow.m: Accept "truesize" argument. |
|
4902 Ignore current colormap. New tests and demos. |
|
4903 |
4834
|
4904 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
4905 |
|
4906 * signal/sinewave.m: Allow N to default to M. |
|
4907 |
4826
|
4908 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4909 |
|
4910 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
4911 |
4818
|
4912 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4913 |
|
4914 * general/deal.m: New function. |
4819
|
4915 Add tests from Paul Kienzle. |
4818
|
4916 |
4811
|
4917 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4918 |
|
4919 * plot/hist.m: Compute histogram correctly for n>=30. |
|
4920 |
5095
|
4921 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
4922 |
|
4923 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
4924 |
4806
|
4925 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4926 |
|
4927 * miscellaneous/horzcat.m: Delete. |
|
4928 * miscellaneous/vertcat.m: Delete. |
|
4929 |
4790
|
4930 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4931 |
|
4932 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
4933 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
4934 |
4789
|
4935 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4936 |
|
4937 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
4938 doing multiple plots in the same gnuplot frame. |
|
4939 |
4780
|
4940 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4941 |
|
4942 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
4943 control/system/cellidx.m, control/system/ss.m, |
|
4944 control/system/tf.m, control/system/zp.m: New functions. |
|
4945 |
4778
|
4946 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
4947 |
|
4948 * statistics/distributions/discrete_inv.m: |
|
4949 Reduce memory requirements. |
|
4950 |
4772
|
4951 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4952 |
|
4953 * plot/__errcomm__.m: Fix thinko in previous change. |
|
4954 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
4955 |
4771
|
4956 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
4957 |
|
4958 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
4959 control/base/analdemo.m, control/base/bddemo.m, |
|
4960 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
4961 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
4962 control/base/rldemo.m, control/base/rlocus.m, |
|
4963 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
4964 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
4965 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
4966 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
4967 control/obsolete/packsys.m, control/obsolete/series.m, |
|
4968 control/system/__sysdefioname__.m, |
|
4969 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
4970 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
4971 control/system/c2d.m, control/system/d2c.m, |
|
4972 control/system/dmr2d.m, control/system/fir2sys.m, |
|
4973 control/system/is_signal_list.m, control/system/is_siso.m, |
|
4974 control/system/jet707.m, control/system/listidx.m, |
|
4975 control/system/moddemo.m, control/system/ord2.m, |
|
4976 control/system/packedform.m, control/system/parallel.m, |
|
4977 control/system/ss2sys.m, control/system/sys2tf.m, |
|
4978 control/system/sys2zp.m, control/system/sysadd.m, |
|
4979 control/system/sysappend.m, control/system/sysconnect.m, |
|
4980 control/system/syscont.m, control/system/sysdimensions.m, |
|
4981 control/system/sysdisc.m, control/system/sysdup.m, |
|
4982 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
4983 control/system/sysgroup.m, control/system/sysmin.m, |
|
4984 control/system/sysmult.m, control/system/sysprune.m, |
|
4985 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
4986 control/system/syssetsignals.m, control/system/syssub.m, |
|
4987 control/system/sysupdate.m, control/system/tf2sys.m, |
|
4988 control/system/ugain.m, control/system/zp2ss.m, |
|
4989 control/system/zp2sys.m, control/util/__outlist__.m, |
|
4990 control/util/__zgpbal__.m, control/util/strappend.m: |
|
4991 Use cell arrays instead of lists. |
|
4992 |
4723
|
4993 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
4994 |
|
4995 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
4996 so that bar (1, 1) will work. |
|
4997 |
4710
|
4998 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4999 |
4717
|
5000 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
5001 * plot/__errplot__.m: Likewise. |
|
5002 * plot/__plt__.m: Likewise. |
|
5003 * plot/plot_border.m: Likewise. |
|
5004 |
4710
|
5005 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
5006 not $(DOCSTRINGS). |
|
5007 |
4706
|
5008 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
5009 |
|
5010 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
5011 rank ([], tol). |
|
5012 |
4691
|
5013 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5014 |
4692
|
5015 * elfun/acot.m: Return atan (1./z). |
|
5016 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
5017 |
4691
|
5018 * miscellaneous/dir.m: New file. |
|
5019 |
|
5020 * general/num2str.m: Use "%d" as format if values are ints with |
|
5021 magnitude less than 1e10. |
|
5022 |
|
5023 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5024 |
|
5025 * general/num2str.m: If single arg is string, return it. |
|
5026 |
|
5027 * miscellaneous/not.m: New file. |
|
5028 |
|
5029 * miscellaneous/unix.m: New file. |
|
5030 |
|
5031 * miscellaneous/isunix.m: New file. |
|
5032 * miscellaneous/ispc.m: New file. |
|
5033 |
|
5034 * miscellaneous/computer.m: New file. |
|
5035 |
|
5036 * miscellaneous/delete.m: New file. |
|
5037 |
4689
|
5038 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5039 |
|
5040 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
5041 |
|
5042 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5043 |
|
5044 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
5045 Always return substituted version of LOADPATH if nargout != 0. |
|
5046 |
4685
|
5047 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
5048 |
|
5049 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
5050 before continuing. |
|
5051 |
|
5052 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
5053 |
4677
|
5054 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5055 |
|
5056 * general/ind2sub.m: New file. |
|
5057 * general/sub2ind.m: New file. |
|
5058 |
4675
|
5059 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5060 |
|
5061 * control/system/zp2ss.m: Don't save and restore |
|
5062 warn_empty_list_elements. |
|
5063 |
|
5064 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5065 |
6778
|
5066 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675
|
5067 |
4673
|
5068 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
5069 |
|
5070 * statistics/base/mean.m: Remove special case for row vectors. |
|
5071 |
4637
|
5072 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
5073 |
|
5074 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
5075 |
4631
|
5076 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
5077 |
|
5078 * statistics/base/iqr.m: Handle matrices. |
|
5079 |
4630
|
5080 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5081 |
|
5082 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
5083 |
4629
|
5084 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5085 |
|
5086 * miscellaneous/path.m: Fix thinko in previous change. |
|
5087 |
4609
|
5088 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5089 |
4629
|
5090 * control/base/dare.m: Check positive (semi)definiteness and |
|
5091 dimensions of r (and q). |
|
5092 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
5093 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
5094 near unit circle. |
4611
|
5095 |
|
5096 * control/system/is_detectable.m: Use Hautus Lemma. |
|
5097 Correct the behavior for discrete-time systems. |
|
5098 * control/system/is_stabilizable.m: Likewise. |
|
5099 |
4609
|
5100 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
5101 |
|
5102 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
5103 |
4610
|
5104 * general/isdefinite.m: New function. |
|
5105 |
4567
|
5106 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5107 |
|
5108 * general/reshape: Delete. |
|
5109 |
4559
|
5110 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5111 |
|
5112 * general/numel.m: Delete. |
|
5113 |
4535
|
5114 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5115 |
4536
|
5116 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
5117 |
|
5118 * deprecated/isstr.m: New file. |
4535
|
5119 |
4529
|
5120 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5121 |
|
5122 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
5123 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
5124 |
4525
|
5125 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
5126 |
|
5127 * statistics/base/mean.m: Fix missing semicolon problem. |
|
5128 |
4503
|
5129 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
5130 |
|
5131 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
5132 |
4492
|
5133 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
5134 |
|
5135 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
5136 Allow optional length argument. |
|
5137 |
4491
|
5138 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5139 |
|
5140 * polynomial/polyfit.m: Avoid calling flipud. |
|
5141 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
5142 Return structure as second output value for improved Matlab |
|
5143 compatibility. |
|
5144 |
4476
|
5145 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5146 |
4478
|
5147 * linear-algebra/cond.m: Behave as though old built-in variable |
|
5148 propagate_empty_matrices is always 1. Also handle empty matrices |
|
5149 with one non-zero dimension. |
|
5150 |
4476
|
5151 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
5152 warn_single_quote_string to the list. |
4478
|
5153 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
5154 from the list. |
4476
|
5155 |
5095
|
5156 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
5157 |
|
5158 * signal/autocov.m: Transpose result of conj because diag returns |
|
5159 a column vector, not a row vector. |
|
5160 |
|
5161 * audio/playaudio.m, audio/record.m, image/image.m, |
|
5162 miscellaneous/bug_report.m: Protect spaces in filenames |
|
5163 with quotes. |
|
5164 |
4466
|
5165 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5166 |
4468
|
5167 * io/printf.m, io/puts.m: Delete. |
|
5168 |
4466
|
5169 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
5170 default_return_value from the list. |
|
5171 Add warn_undefined_return_values to the list. |
|
5172 |
|
5173 |
4464
|
5174 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5175 |
|
5176 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
5177 and initialize_global_variables from the list. |
|
5178 |
4460
|
5179 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5180 |
4463
|
5181 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
5182 |
|
5183 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
5184 |
|
5185 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
5186 * control/system/sys2fir.m: Likewise. |
|
5187 |
|
5188 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
5189 * control/system/__tf2sysl__.m: Likewise. |
|
5190 |
|
5191 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
5192 |
|
5193 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
5194 and [] concatenation. |
|
5195 * control/system/sys2fir.m: Likewise. |
|
5196 |
|
5197 * control/base/dgram.m, control/base/freqchkw.m, |
|
5198 control/base/gram.m, control/system/__abcddims__.m, |
|
5199 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
5200 control/system/is_sample.m, control/system/is_signal_list.m, |
|
5201 control/system/is_siso.m, control/system/sys2fir.m, |
|
5202 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
5203 control/system/sysgettype.m, control/system/tf2zp.m, |
|
5204 control/system/ugain.m, control/util/prompt.m, |
|
5205 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
5206 control/util/zgshsr.m: |
|
5207 Improve conformance to Octave coding style. |
|
5208 |
4461
|
5209 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
5210 the list. |
|
5211 Delete resize_on_range_error from the list. |
|
5212 |
4460
|
5213 * control/base/pzmap.m, control/base/place.m, |
|
5214 control/base/__freqresp__.m, control/system/sysappend.m, |
|
5215 control/system/syscont.m, control/system/sysdisc.m, |
|
5216 control/system/sysgroup.m, control/system/tfout.m, |
|
5217 control/system/zp2ss.m, control/system/zpout.m, |
|
5218 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
5219 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
5220 empty_list_elements_ok. |
|
5221 |
|
5222 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
5223 Delete empty_list_elements_ok from the list. |
|
5224 |
4457
|
5225 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5226 |
|
5227 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
5228 list. |
|
5229 Delete treat_neg_dim_as_zero from the list. |
|
5230 |
|
5231 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
5232 |
4451
|
5233 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5234 |
4455
|
5235 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
5236 was not used in the code in any case). |
|
5237 |
|
5238 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
5239 do_fortran_indexing. |
|
5240 |
4452
|
5241 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
5242 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
5243 |
4451
|
5244 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
5245 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
5246 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
5247 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
5248 warn_fortran_indexing in the list. |
|
5249 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
5250 implicit_str_to_num_ok, do_fortran_indexing, and |
|
5251 prefer_column_vectors from list. |
4451
|
5252 |
4440
|
5253 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5254 |
|
5255 * Makefile.in (distclean, maintainer-clean): Also remove |
|
5256 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
5257 directory. |
|
5258 |
5095
|
5259 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
5260 |
|
5261 * plot/hist.m: Don't forget to define n if x is a vector. |
|
5262 |
5095
|
5263 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
5264 |
|
5265 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
5266 return "." with extension. |
|
5267 |
4422
|
5268 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5269 |
|
5270 * control/base/__stepimp__.m, control/base/nichols.m, |
|
5271 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
5272 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
5273 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
5274 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
5275 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
5276 |
4413
|
5277 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5278 |
|
5279 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
5280 |
5095
|
5281 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
5282 |
|
5283 * plot/hist.m: Improve performance by using different algorithms |
|
5284 depending on number of bins. |
|
5285 |
4404
|
5286 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5287 |
|
5288 * control/system/sysadd.m: If systems are not "tf", convert before |
|
5289 adding. |
|
5290 |
5095
|
5291 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
5292 |
|
5293 * image/imagesc.m: Accept data limits parameter for colormap. |
|
5294 |
5095
|
5295 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
5296 |
|
5297 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
5298 the impulse by t_step. |
|
5299 |
4373
|
5300 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5301 |
|
5302 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
5303 column vectors. |
|
5304 |
5095
|
5305 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
5306 |
|
5307 * linear-algebra/null.m: Handle empty matrix arg. |
|
5308 |
4369
|
5309 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5310 |
|
5311 * general/shift.m: Force empty_list_elements_ok to 1. |
|
5312 |
4358
|
5313 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5314 |
|
5315 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
5316 New files. |
|
5317 |
4348
|
5318 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5319 |
|
5320 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
5321 function handle to pass to feval. |
|
5322 * statistics/base/qqplot.m: Likewise. |
|
5323 * statistics/base/ppplot.m: Likewise. |
|
5324 * signal/spectral_xdf.m: Likewise. |
|
5325 * signal/spectral_adf.m: Likewise. |
|
5326 |
4340
|
5327 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5328 |
|
5329 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
5330 |
4334
|
5331 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5332 |
|
5333 * linear-algebra/logm.m: New file. |
|
5334 |
5095
|
5335 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
5336 |
|
5337 * mkpkgadd: Scan C++ files as well |
|
5338 |
5095
|
5339 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
5340 |
|
5341 * strings/findstr.m: Return empty set for zero-length target. |
|
5342 |
5095
|
5343 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
5344 |
|
5345 * set/union.m: Preserve the orientation of inputs. |
|
5346 |
4305
|
5347 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5348 |
|
5349 * general/int2str.m: Eliminate leading spaces. |
|
5350 |
4303
|
5351 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5352 |
|
5353 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
5354 |
5095
|
5355 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
5356 |
|
5357 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
5358 $(BUILD_LDFLAGS) to compiler. |
|
5359 |
4295
|
5360 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5361 |
|
5362 * general/num2str.m: Don't specify field width for scalars. |
|
5363 |
4292
|
5364 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5365 |
|
5366 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
5367 |
4265
|
5368 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5369 |
4279
|
5370 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
5371 |
4266
|
5372 * miscellaneous/tempname.m: New file. |
|
5373 |
|
5374 * miscellaneous/tempdir.m: New file. |
|
5375 |
4265
|
5376 * miscellaneous/fullfile.m: New file. |
|
5377 |
4259
|
5378 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5379 |
4264
|
5380 * miscellaneous/fileparts.m: New file. |
|
5381 |
|
5382 * io/beep.m: New file. |
|
5383 |
4260
|
5384 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
5385 format only. |
4259
|
5386 |
4257
|
5387 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5388 |
|
5389 * strings/strcmp.m: Handle cell arrays of strings. |
|
5390 |
4229
|
5391 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5392 |
|
5393 * general/int2str.m: Handle matrices. |
|
5394 * general/num2str.m: Likewise. |
|
5395 Also handle optional precision, and format args. |
|
5396 |
4225
|
5397 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5398 |
|
5399 * audio/Makefile.in, control/base/Makefile.in, |
|
5400 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
5401 control/system/Makefile.in, elfun/Makefile.in, |
|
5402 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
5403 io/Makefile.in, linear-algebra/Makefile.in, |
|
5404 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
5405 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
5406 specfun/Makefile.in, special-matrix/Makefile.in, |
|
5407 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
5408 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
5409 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
5410 deprecated/Makefile.in: Use new do-script-install and |
|
5411 do-script-uninstall macros. |
|
5412 |
|
5413 * mkpkgadd: New script. |
|
5414 |
|
5415 * plot/close.m: New file. |
|
5416 |
4184
|
5417 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5418 |
|
5419 * image/image.m: Use -raw option for xv. |
|
5420 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
5421 |
4172
|
5422 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5423 |
4174
|
5424 * control/base/lsim.m: Use approximate test for step size change. |
|
5425 |
4172
|
5426 * signal/bartlett.m: Avoid row/column mismatch error. |
|
5427 |
5095
|
5428 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
5429 |
|
5430 * statistics/base/var.m: Use better formula for improved accuracy. |
|
5431 |
5095
|
5432 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
5433 |
|
5434 * control/base/lsim.m: Correct doc string. |
|
5435 |
5095
|
5436 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
5437 |
|
5438 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
5439 |
4148
|
5440 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5441 |
|
5442 * plot/contour.m: Handle x and y as matrices too. |
|
5443 |
5095
|
5444 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
5445 |
|
5446 * plot/contour.m: Fix error and usage messages. |
|
5447 |
4146
|
5448 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5449 |
|
5450 * plot/contour.m: Correct orientation of plot. |
|
5451 |
4139
|
5452 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5453 |
|
5454 * control/base/analdemo.m: Fix typo. |
|
5455 |
5095
|
5456 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
5457 |
|
5458 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
5459 |
4098
|
5460 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5461 |
|
5462 * mkdoc: Exit immediately on errors. |
|
5463 Exit with error if gethelp does not exist. |
|
5464 |
|
5465 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
5466 |
4093
|
5467 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5468 |
|
5469 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
5470 |
5095
|
5471 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
5472 |
|
5473 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
5474 * statistics/distributions/normal_pdf.m: Likewise. |
|
5475 * statistics/distributions/normal_inv.m: Likewise. |
|
5476 |
5095
|
5477 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
5478 |
|
5479 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
5480 |
5095
|
5481 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
5482 |
|
5483 * statistics/base/var.m: Handle complex values. |
|
5484 |
4031
|
5485 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5486 |
|
5487 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
5488 list. |
|
5489 * deprecated/Makefile.in: New file. |
|
5490 |
5095
|
5491 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
5492 |
|
5493 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
5494 * statistics/distributions/binomial_cdf.m: Likewise. |
|
5495 * statistics/distributions/f_cdf.m: Likewise. |
|
5496 * statistics/distributions/t_cdf.m: Likewise. |
|
5497 |
|
5498 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
5499 * specfun/beta.m: Likewise. |
|
5500 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
5501 * statistics/distributions/gamma_pdf.m: Likewise. |
|
5502 * statistics/distributions/poisson_pdf.m: Likewise. |
|
5503 |
|
5504 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
5505 * statistics/distributions/poisson_cdf.m: Likewise. |
|
5506 |
4026
|
5507 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5508 |
4028
|
5509 * deprecated/is_bool.m: New file. |
|
5510 * deprecated/is_complex.m: New file. |
|
5511 * deprecated/is_global.m: New file. |
|
5512 * deprecated/is_list.m: New file. |
|
5513 * deprecated/is_matrix.m: New file. |
|
5514 * deprecated/is_scalar.m: New file. |
|
5515 * deprecated/is_square.m: New file. |
|
5516 * deprecated/is_stream.m: New file. |
|
5517 * deprecated/is_struct.m: New file. |
|
5518 * deprecated/is_symmetric.m: New file. |
|
5519 * deprecated/is_vector.m: New file. |
4030
|
5520 * Change all callers of these functions to use the new names. |
4028
|
5521 |
4029
|
5522 * deprecated: New directory. |
|
5523 * Makefile.in (SUBDIRS): Add it to the list. |
|
5524 |
4026
|
5525 * general/isscalar.m: Rename from is_scalar.m. |
|
5526 * general/issquare.m: Rename from is_square.m. |
|
5527 * general/issymmetric.m: Rename from is_symmetric.m. |
|
5528 * general/isvector.m: Rename from is_vector.m. |
|
5529 |
4022
|
5530 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5531 |
|
5532 * statistics/base/mean.m: Allow empty matrices. |
|
5533 Handle DIM arg. |
|
5534 |
5095
|
5535 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
5536 |
|
5537 * plot/__errcomm__.m: If format is not specified, default to error |
|
5538 bar format. |
|
5539 |
4011
|
5540 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5541 |
|
5542 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
5543 __F_SETFL__ and __O_NONBLOCK__. |
|
5544 |
|
5545 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
5546 * miscellaneous/bug_report.m: Likewise. |
|
5547 |
4007
|
5548 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5549 |
4008
|
5550 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
5551 * general/rem.m: Likewise. |
|
5552 |
|
5553 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
5554 * plot/semilogxerr.m: Likewise. |
4007
|
5555 * plot/semilogyerr.m: Likewise. |
|
5556 |
5095
|
5557 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
5558 |
|
5559 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
5560 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
5561 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
5562 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
5563 |
|
5564 * plot/errorbar.m: Use __errcomm__.m. |
|
5565 * plot/__errplot__.m: Minor cleanups. |
|
5566 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
5567 * plot/__pltopt1__.m: Likewise. |
|
5568 |
3980
|
5569 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5570 |
3981
|
5571 * general/rem.m: Delete redundant call to usage. |
|
5572 |
3980
|
5573 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
5574 |
5095
|
5575 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
5576 |
|
5577 * general/mod.m: New function. |
|
5578 |
3979
|
5579 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5580 |
|
5581 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
5582 * control/system/sysadd.m: Likewise. |
|
5583 * control/system/sysgroup.m: Likewise. |
|
5584 * control/system/syssub.m: Likewise. |
|
5585 * elfun/gcd.m: Likewise. |
|
5586 * elfun/lcm.m: Likewise. |
|
5587 * general/common_size.m: Likewise. |
|
5588 * io/printf.m: Likewise. |
|
5589 * miscellaneous/menu.m: Likewise. |
|
5590 * miscellaneous/path.m: Likewise. |
|
5591 * plot/__errplot__.m: Likewise. |
|
5592 * plot/__plt__.m: Likewise. |
|
5593 * plot/axis.m: Likewise. |
|
5594 * plot/errorbar.m: Likewise. |
|
5595 * plot/mplot.m: Likewise. |
|
5596 * plot/loglog.m: Likewise. |
|
5597 * plot/plot.m: Likewise. |
|
5598 * plot/plot_border.m: Likewise. |
|
5599 * plot/semilogx.m: Likewise. |
|
5600 * plot/semilogy.m: Likewise. |
|
5601 * plot/xlabel.m: Likewise. |
|
5602 * plot/ylabel.m: Likewise. |
|
5603 * plot/zlabel.m: Likewise. |
|
5604 * statistics/base/ppplot.m: Likewise. |
|
5605 * statistics/base/qqplot.m: Likewise. |
|
5606 * statistics/tests/bartlett_test.m: Likewise. |
|
5607 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
5608 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
5609 * strings/str2mat.m: Likewise. |
|
5610 * strings/strcat.m: Likewise. |
|
5611 |
5095
|
5612 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
5613 |
|
5614 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
5615 |
3924
|
5616 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5617 |
|
5618 * skip-autoheader: New file, for autogen.sh. |
3925
|
5619 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
5620 |
5095
|
5621 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
5622 |
|
5623 * general/repmat.m: New function. |
|
5624 |
5095
|
5625 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
5626 |
|
5627 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
5628 Use optional parameter to specify the number of bits in the input. |
|
5629 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
5630 floats in the range [-1,1], 2x speedup. |
|
5631 |
|
5632 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
5633 |
3910
|
5634 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5635 |
|
5636 * linear-algebra/kron.m: Delete. |
|
5637 |
5095
|
5638 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
5639 |
|
5640 * signal/freqz.m: If nargout is zero, plot results instead of |
|
5641 returning them. |
|
5642 * signal/freqz_plot.m: New file. |
|
5643 |
5095
|
5644 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
5645 |
5378
|
5646 * signal/unwrap.m: New file. |
3906
|
5647 |
5095
|
5648 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
5649 |
|
5650 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
5651 divide by zero warning. |
|
5652 |
5095
|
5653 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
5654 |
3894
|
5655 * strings/deblank.m: Trim \0 as well as blank. |
|
5656 |
5378
|
5657 * freqz.m: Evaluate a specific range of frequencies |
3893
|
5658 expressed in radians or Hz relative to a supplied sample rate. |
|
5659 |
5095
|
5660 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
5661 |
|
5662 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
5663 |
3891
|
5664 * strings/findstr.m: Vectorize as much as possible. |
|
5665 |
5095
|
5666 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
5667 |
|
5668 * special-matrix/invhilb.m: New version that is faster and more |
|
5669 accurate. |
|
5670 |
5095
|
5671 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
5672 |
|
5673 * configure.in: Update for autoconf 2.5x. |
|
5674 |
5095
|
5675 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
5676 |
|
5677 * special-matrix/vander.m: Code tidy and vectorize. |
|
5678 |
5095
|
5679 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
5680 |
3883
|
5681 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
5682 to vectors. Issue a warning in the case x matches y' but return a |
|
5683 column vector as Octave currently does. |
|
5684 |
3882
|
5685 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
5686 |
|
5687 * control/system/starp.m: Leave more of the documentation |
|
5688 processing to texinfo and less to the @format block. |
|
5689 |
|
5690 * image/imagesc.m: Only display image if no output is requested. |
|
5691 Code tidying. |
|
5692 |
3876
|
5693 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5694 |
|
5695 * statistics/base/center.m: Accept and return empty matrix. |
|
5696 |
3872
|
5697 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5698 |
|
5699 * specfun/erfinv.m: Fix usage message. |
|
5700 |
3869
|
5701 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5702 |
|
5703 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
5704 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
5705 |
3837
|
5706 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5707 |
|
5708 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
5709 capitalized variable names. |
|
5710 |
3836
|
5711 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
5712 |
|
5713 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
5714 |
5095
|
5715 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
5716 |
|
5717 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
5718 |
3803
|
5719 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
5720 |
3833
|
5721 * general/cart2pol.m: New file. |
|
5722 * general/pol2cart.m: New file. |
|
5723 * general/cart2sph.m: New file. |
|
5724 * general/sph2cart.m: New file. |
|
5725 * image/rgb2hsv.m: New file. |
|
5726 * image/hsv2rgb.m: New file. |
3803
|
5727 |
|
5728 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5729 |
|
5730 * plot/meshgrid.m: Avoid for loops. |
|
5731 * plot/meshdom.m: Likewise. |
|
5732 |
3801
|
5733 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5734 |
|
5735 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
5736 |
|
5737 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
5738 |
|
5739 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
5740 norm. |
|
5741 |
3792
|
5742 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
5743 |
|
5744 * statistics/tests/welch_test.m: Fix typo. |
|
5745 |
|
5746 * statistics/distributions/chisquare_cdf.m: |
|
5747 Don't restrict inputs to be only positive integers. |
|
5748 * statistics/distributions/chisquare_inv.m: Likewise. |
|
5749 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
5750 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
5751 * statistics/distributions/f_cdf.m: Likewise. |
|
5752 * statistics/distributions/f_inv.m: Likewise. |
|
5753 * statistics/distributions/f_pdf.m: Likewise. |
|
5754 * statistics/distributions/f_rnd.m: Likewise. |
|
5755 * statistics/distributions/t_cdf.m: Likewise. |
|
5756 * statistics/distributions/t_inv.m: Likewise. |
|
5757 * statistics/distributions/t_pdf.m: Likewise. |
|
5758 * statistics/distributions/t_rnd.m: Likewise. |
|
5759 |
3790
|
5760 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5761 |
|
5762 * strings/dec2base.m: New file. |
|
5763 * strings/base2dec.m: New file. |
|
5764 * strings/strjust.m: New file. |
|
5765 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
5766 * strings/dec2bin.m: Likewise. |
|
5767 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
5768 * strings/bin2dec.m: Likewise. |
|
5769 |
5095
|
5770 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
5771 |
|
5772 * statistics/base/ppplot.m: Use gset, not set. |
|
5773 * statistics/base/qqplot.m: Likewise. |
|
5774 |
5095
|
5775 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
5776 |
|
5777 * control/system/c2d.m: Add missing endif. |
|
5778 |
3759
|
5779 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5780 |
|
5781 * strings/index.m: Return 0 if either string is empty. |
|
5782 |
|
5783 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
5784 |
|
5785 * control/system/c2d.m: Allow option of matched pole/zero |
|
5786 equivalent for conversion. |
|
5787 |
|
5788 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
5789 |
|
5790 * strings/findstr.m: Return empty matrix if search string is empty. |
|
5791 |
3757
|
5792 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
5793 |
|
5794 * saveimage.m: Do create rawbit image for black and white images, |
|
5795 but do it correctly. |
|
5796 |
3754
|
5797 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5798 |
6778
|
5799 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
5800 result polynomials. |
3754
|
5801 |
3748
|
5802 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5803 |
|
5804 * image/saveimage.m: Don't try to create rawbit image. |
|
5805 |
3740
|
5806 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5807 |
|
5808 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
5809 |
5095
|
5810 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
5811 |
|
5812 * plot/contour.m: Reorder args for Matlab compatibility. |
|
5813 |
3727
|
5814 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
5815 |
|
5816 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
5817 |
3717
|
5818 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5819 |
3718
|
5820 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
5821 |
3717
|
5822 * plot/mesh.m: Also set nologscale before plotting. |
|
5823 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
5824 xyerrorbars instead of just errorbars. |
|
5825 |
3714
|
5826 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
5827 |
|
5828 * image/image.m: Try display (from ImageMagick) first. |
|
5829 |
3709
|
5830 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
5831 |
|
5832 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
5833 conjugate transpose. |
|
5834 |
3705
|
5835 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5836 |
|
5837 * strings/str2mat.m: Apply setstr to each argument. |
|
5838 |
3696
|
5839 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
5840 |
|
5841 * control/base/dkalman.m: New file. |
|
5842 * control/base/dlqe.m: Handle singular A matrix. |
|
5843 * control/base/dlqr.m: Likewise. |
|
5844 |
3695
|
5845 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5846 |
|
5847 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
5848 dimensions don't match. |
|
5849 |
3690
|
5850 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
5851 |
|
5852 * plot/hist.m: Allow 3 argument form to work. |
|
5853 |
5095
|
5854 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
5855 |
|
5856 * plot/plot.m: Add examples in doc string. |
|
5857 |
5095
|
5858 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
5859 |
|
5860 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
5861 Do the right thing even if automatic_replot is not zero. |
|
5862 Avoid failure if system has pure imaginary poles. |
|
5863 |
3674
|
5864 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5865 |
|
5866 * general/logical.m: Return arg if it is empty. Better error |
|
5867 message for non-numeric types. |
|
5868 |
5095
|
5869 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
5870 |
|
5871 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
5872 about difference with Matlab dlqe function. |
|
5873 |
|
5874 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
5875 |
5095
|
5876 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
5877 |
|
5878 * strings/strrep.m: Fix typo. |
|
5879 |
3666
|
5880 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5881 |
|
5882 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
5883 |
5095
|
5884 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
5885 |
|
5886 * strings/strrep.m: Avoid for loop for speed. |
3667
|
5887 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
5888 |
5095
|
5889 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
5890 |
|
5891 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
5892 guess for iteration. |
|
5893 |
3651
|
5894 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5895 |
|
5896 * image/image.m: Allow image (A) or image (x, y, A). |
|
5897 * image/imagesc.m: Likewise. |
|
5898 |
|
5899 * image/image.m: If zoom is not supplied, or if it is an empty |
|
5900 matrix, autoscale the image. |
|
5901 |
3618
|
5902 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5903 |
3619
|
5904 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
5905 Undo string escapes in text twice(!) before sending to gnuplot. |
|
5906 |
3618
|
5907 * image/saveimage.m: Add comment to file saying who created it and |
|
5908 when it was created. Suggested by Stephen Eglen |
|
5909 <stephen@cogsci.ed.ac.uk>. |
|
5910 |
5095
|
5911 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
5912 |
|
5913 * polynomial/polyreduce.m: Simplify by looking for the first |
|
5914 non-zero element rather than the last of the first set of zero |
|
5915 elements. |
|
5916 |
|
5917 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
5918 |
5095
|
5919 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
5920 |
|
5921 * image/saveimage.m: Swap black and white colormaps so zero is |
|
5922 displayed as black and 1 is displayed as white. |
|
5923 Fix indexing bug in ppm case. |
|
5924 |
3604
|
5925 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
5926 |
|
5927 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
5928 between the two distributions (took same approach as ks.test() in R.) |
|
5929 |
3603
|
5930 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5931 |
|
5932 * control/base/bode.m: Temporarily disable automatic_replot. |
|
5933 |
3599
|
5934 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5935 |
3601
|
5936 * Makefile.in (clean): Also remove gethelp. |
|
5937 |
3599
|
5938 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
5939 |
5095
|
5940 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
5941 |
|
5942 * set/create_set.m: Use find to avoid while loop. |
|
5943 |
5095
|
5944 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
5945 |
|
5946 * plot/hist.m: New optional third argument. |
|
5947 |
|
5948 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5949 |
|
5950 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
5951 number appended. |
|
5952 |
3575
|
5953 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5954 |
|
5955 * gethelp.cc: Sprinkle with std:: qualifier. |
|
5956 |
3498
|
5957 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5958 |
|
5959 * image/saveimage.m: Delete some debugging code. |
|
5960 |
3486
|
5961 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5962 |
|
5963 * signal/sinc.m: Avoid reshaping. |
|
5964 |
|
5965 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
5966 * image/ind2rgb.m: Ditto. |
|
5967 * image/ind2gray.m: Ditto. |
|
5968 * general/reshape.m: Ditto. Also no longer needs to reset |
|
5969 implicit_str_to_num_ok. |
|
5970 |
3483
|
5971 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5972 |
|
5973 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
5974 a list of file structures, not a vector of numeric file ids. |
|
5975 |
3474
|
5976 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5977 |
3476
|
5978 * plot/__axis_label__.m: New function. |
|
5979 Undo string escapes in text twice(!) before sending to gnuplot. |
|
5980 * plot/xlabel.m: Use it. |
|
5981 * plot/ylabel.m: Ditto. |
|
5982 * plot/zlabel.m: Ditto. |
|
5983 |
3474
|
5984 * plot/mesh.m: Fix error message to reflect reality. |
|
5985 |
5095
|
5986 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
5987 |
|
5988 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
5989 |
5095
|
5990 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
5991 |
|
5992 * audio/saveaudio.m: Also accept files with .ul extension. |
|
5993 * audio/loadaudio.m: Ditto. |
|
5994 * audio/playaudio.m: Ditto. |
|
5995 |
3456
|
5996 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5997 |
|
5998 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
5999 * statistics/distributions/beta_inv.m: Ditto. |
|
6000 * statistics/distributions/beta_pdf.m: Ditto. |
|
6001 * statistics/distributions/beta_rnd.m: Ditto. |
|
6002 * statistics/distributions/binomial_cdf.m: Ditto. |
|
6003 * statistics/distributions/binomial_inv.m: Ditto. |
|
6004 * statistics/distributions/binomial_pdf.m: Ditto. |
|
6005 * statistics/distributions/binomial_rnd.m: Ditto. |
|
6006 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
6007 * statistics/distributions/cauchy_inv.m: Ditto. |
|
6008 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
6009 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
6010 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
6011 * statistics/distributions/chisquare_inv.m: Ditto. |
|
6012 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
6013 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
6014 * statistics/distributions/discrete_cdf.m: Ditto. |
|
6015 * statistics/distributions/discrete_inv.m: Ditto. |
|
6016 * statistics/distributions/discrete_pdf.m: Ditto. |
|
6017 * statistics/distributions/discrete_rnd.m: Ditto. |
|
6018 * statistics/distributions/empirical_cdf.m: Ditto. |
|
6019 * statistics/distributions/empirical_inv.m: Ditto. |
|
6020 * statistics/distributions/empirical_pdf.m: Ditto. |
|
6021 * statistics/distributions/empirical_rnd.m: Ditto. |
|
6022 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6023 * statistics/distributions/exponential_inv.m: Ditto. |
|
6024 * statistics/distributions/exponential_pdf.m: Ditto. |
|
6025 * statistics/distributions/exponential_rnd.m: Ditto. |
|
6026 * statistics/distributions/f_cdf.m: Ditto. |
|
6027 * statistics/distributions/f_inv.m: Ditto. |
|
6028 * statistics/distributions/f_pdf.m: Ditto. |
|
6029 * statistics/distributions/f_rnd.m: Ditto. |
|
6030 * statistics/distributions/gamma_cdf.m: Ditto. |
|
6031 * statistics/distributions/gamma_inv.m: Ditto. |
|
6032 * statistics/distributions/gamma_pdf.m: Ditto. |
|
6033 * statistics/distributions/gamma_rnd.m: Ditto. |
|
6034 * statistics/distributions/geometric_cdf.m: Ditto. |
|
6035 * statistics/distributions/geometric_inv.m: Ditto. |
|
6036 * statistics/distributions/geometric_pdf.m: Ditto. |
|
6037 * statistics/distributions/geometric_rnd.m: Ditto. |
|
6038 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
6039 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
6040 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
6041 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
6042 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
6043 * statistics/distributions/laplace_cdf.m: Ditto. |
|
6044 * statistics/distributions/laplace_inv.m: Ditto. |
|
6045 * statistics/distributions/laplace_pdf.m: Ditto. |
|
6046 * statistics/distributions/laplace_rnd.m: Ditto. |
|
6047 * statistics/distributions/logistic_cdf.m: Ditto. |
|
6048 * statistics/distributions/logistic_inv.m: Ditto. |
|
6049 * statistics/distributions/logistic_pdf.m: Ditto. |
|
6050 * statistics/distributions/logistic_rnd.m: Ditto. |
|
6051 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
6052 * statistics/distributions/lognormal_inv.m: Ditto. |
|
6053 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
6054 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
6055 * statistics/distributions/normal_cdf.m: Ditto. |
|
6056 * statistics/distributions/normal_inv.m: Ditto. |
|
6057 * statistics/distributions/normal_pdf.m: Ditto. |
|
6058 * statistics/distributions/normal_rnd.m: Ditto. |
|
6059 * statistics/distributions/pascal_cdf.m: Ditto. |
|
6060 * statistics/distributions/pascal_inv.m: Ditto. |
|
6061 * statistics/distributions/pascal_pdf.m: Ditto. |
|
6062 * statistics/distributions/pascal_rnd.m: Ditto. |
|
6063 * statistics/distributions/poisson_cdf.m: Ditto. |
|
6064 * statistics/distributions/poisson_inv.m: Ditto. |
|
6065 * statistics/distributions/poisson_pdf.m: Ditto. |
|
6066 * statistics/distributions/poisson_rnd.m: Ditto. |
|
6067 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
6068 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
6069 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
6070 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
6071 * statistics/distributions/t_cdf.m: Ditto. |
|
6072 * statistics/distributions/t_inv.m: Ditto. |
|
6073 * statistics/distributions/t_pdf.m: Ditto. |
|
6074 * statistics/distributions/t_rnd.m: Ditto. |
|
6075 * statistics/distributions/uniform_cdf.m: Ditto. |
|
6076 * statistics/distributions/uniform_inv.m: Ditto. |
|
6077 * statistics/distributions/uniform_pdf.m: Ditto. |
|
6078 * statistics/distributions/uniform_rnd.m: Ditto. |
|
6079 * statistics/distributions/weibull_cdf.m: Ditto. |
|
6080 * statistics/distributions/weibull_inv.m: Ditto. |
|
6081 * statistics/distributions/weibull_pdf.m: Ditto. |
|
6082 * statistics/distributions/weibull_rnd.m: Ditto. |
|
6083 * statistics/distributions/wiener_rnd.m: Ditto. |
|
6084 |
3453
|
6085 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6086 |
|
6087 * statistics/base/values.m: Texinfoize doc string. |
|
6088 * statistics/base/var.m: Ditto. |
|
6089 * statistics/base/table.m: Ditto. |
|
6090 * statistics/base/studentize.m: Ditto. |
|
6091 * statistics/base/statistics.m: Ditto. |
|
6092 * statistics/base/spearman.m: Ditto. |
|
6093 * statistics/base/run_count.m: Ditto. |
|
6094 * statistics/base/ranks.m: Ditto. |
|
6095 * statistics/base/range.m: Ditto. |
|
6096 * statistics/base/qqplot.m: Ditto. |
|
6097 * statistics/base/probit.m: Ditto. |
|
6098 * statistics/base/ppplot.m: Ditto. |
|
6099 * statistics/base/moment.m: Ditto. |
|
6100 * statistics/base/meansq.m: Ditto. |
|
6101 * statistics/base/logit.m: Ditto. |
|
6102 * statistics/base/kendall.m: Ditto. |
|
6103 * statistics/base/iqr.m: Ditto. |
|
6104 * statistics/base/cut.m: Ditto. |
|
6105 * statistics/base/cor.m: Ditto. |
|
6106 * statistics/base/cloglog.m: Ditto. |
|
6107 * statistics/base/center.m: Ditto. |
3454
|
6108 * statistics/models/logistic_regression.m: Ditto. |
|
6109 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
6110 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
6111 * statistics/tests/anova.m: Ditto. |
|
6112 * statistics/tests/bartlett_test.m: Ditto. |
|
6113 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
6114 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
6115 * statistics/tests/cor_test.m: Ditto. |
|
6116 * statistics/tests/f_test_regression.m: Ditto. |
|
6117 * statistics/tests/hotelling_test.m: Ditto. |
|
6118 * statistics/tests/hotelling_test_2.m: Ditto. |
|
6119 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
6120 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
6121 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
6122 * statistics/tests/manova.m: Ditto. |
|
6123 * statistics/tests/mcnemar_test.m: Ditto. |
|
6124 * statistics/tests/prop_test_2.m: Ditto. |
|
6125 * statistics/tests/run_test.m: Ditto. |
|
6126 * statistics/tests/sign_test.m: Ditto. |
|
6127 * statistics/tests/t_test.m: Ditto. |
|
6128 * statistics/tests/t_test_2.m: Ditto. |
|
6129 * statistics/tests/t_test_regression.m: Ditto. |
|
6130 * statistics/tests/u_test.m: Ditto. |
|
6131 * statistics/tests/var_test.m: Ditto. |
|
6132 * statistics/tests/welch_test.m: Ditto. |
|
6133 * statistics/tests/wilcoxon_test.m: Ditto. |
|
6134 * statistics/tests/z_test.m: Ditto. |
|
6135 * statistics/tests/z_test_2.m: Ditto. |
3453
|
6136 |
3446
|
6137 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6138 |
|
6139 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
6140 * plot/__plr1__.m: Ditto. |
|
6141 * plot/__pltopt__.m: Ditto. |
|
6142 * plot/__plt__.m: Ditto. |
|
6143 * plot/__plt2vv__.m: Ditto. |
|
6144 * plot/__plr2__.m: Ditto. |
|
6145 * plot/__plr__.m: Ditto. |
|
6146 * plot/__plt1__.m: Ditto. |
|
6147 * plot/__plt2__.m: Ditto. |
|
6148 * plot/__plt2mm__.m: Ditto. |
|
6149 * plot/__plt2mv__.m: Ditto. |
|
6150 * plot/__plt2ss__.m: Ditto. |
|
6151 * miscellaneous/paren.m: Ditto. |
|
6152 * miscellaneous/comma.m: Ditto. |
|
6153 * miscellaneous/semicolon.m: Ditto. |
|
6154 * miscellaneous/path.m: Ditto. |
|
6155 * miscellaneous/list_primes.m: Ditto. |
|
6156 * miscellaneous/flops.m: Ditto. |
|
6157 * miscellaneous/dump_prefs.m: Ditto. |
|
6158 * miscellaneous/bug_report.m: Ditto. |
|
6159 * linear-algebra/dot.m: Ditto |
|
6160 * linear-algebra/dmult.m: Ditto. |
|
6161 * general/randperm.m: Ditto. |
|
6162 * general/logical.m: Ditto. |
|
6163 * general/is_duplicate_entry.m: Ditto. |
|
6164 * signal/arch_fit.m: Ditto. |
|
6165 * signal/arch_rnd.m: Ditto. |
|
6166 * signal/arch_test.m: Ditto. |
|
6167 * signal/arma_rnd.m: Ditto. |
|
6168 * signal/autocor.m: Ditto. |
|
6169 * signal/autocov.m: Ditto. |
|
6170 * signal/autoreg_matrix.m: Ditto. |
|
6171 * signal/bartlett.m: Ditto. |
|
6172 * signal/blackman.m: Ditto. |
|
6173 * signal/detrend.m: Ditto. |
|
6174 * signal/diffpara.m: Ditto. |
|
6175 * signal/durbinlevinson.m: Ditto. |
|
6176 * signal/fftconv.m: Ditto. |
|
6177 * signal/fftfilt.m: Ditto. |
|
6178 * signal/fftshift.m: Ditto. |
|
6179 * signal/fractdiff.m: Ditto. |
|
6180 * signal/freqz.m: Ditto. |
|
6181 * signal/hamming.m: Ditto. |
|
6182 * signal/hanning.m: Ditto. |
|
6183 * signal/hurst.m: Ditto. |
|
6184 * signal/periodogram.m: Ditto. |
|
6185 * signal/rectangle_lw.m: Ditto. |
|
6186 * signal/rectangle_sw.m: Ditto. |
|
6187 * signal/sinc.m: Ditto. |
|
6188 * signal/sinetone.m: Ditto. |
|
6189 * signal/sinewave.m: Ditto. |
|
6190 * signal/spectral_adf.m: Ditto. |
|
6191 * signal/spectral_xdf.m: Ditto. |
|
6192 * signal/spencer.m: Ditto. |
|
6193 * signal/stft.m: Ditto. |
|
6194 * signal/synthesis.m: Ditto. |
|
6195 * signal/triangle_lw.m: Ditto. |
|
6196 * signal/triangle_sw.m: Ditto. |
|
6197 * signal/yulewalker.m: Ditto. |
3450
|
6198 * control/util/strappend.m: Ditto. |
3451
|
6199 * control/base/nichols.m: Ditto. |
3452
|
6200 * control/system/is_signal_list.m: Ditto. |
|
6201 * control/system/listidx.m: Ditto. |
|
6202 * control/system/sysgettsam.m: Ditto. |
|
6203 * control/system/sysidx.m: Ditto. |
3446
|
6204 |
3438
|
6205 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6206 |
|
6207 * control/system/__abcddims__.m: Rename from |
|
6208 control/system/abcddims.m, change all callers. |
|
6209 * control/base/__bodquist__.m: Likewise. |
|
6210 * control/base/__freqresp__.m: Likewise. |
|
6211 * control/util/__outlist__.m: Likewise. |
|
6212 * control/base/__stepimp__.m: Likewise. |
|
6213 * control/system/__syschnamesl__.m: Likewise. |
|
6214 * control/system/__syscont_disc__.m: Likewise. |
|
6215 * control/system/__sysdefioname__.m: Likewise. |
|
6216 * control/system/__sysdefstname__.m: Likewise. |
|
6217 * control/system/__sysgroupn__.m: Likewise. |
|
6218 * control/system/__tf2sysl__.m: Likewise. |
|
6219 * control/util/__zgpbal__.m: Likewise. |
|
6220 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
6221 |
|
6222 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
6223 * quaternion/qconj.m: Ditto. |
|
6224 * quaternion/qcoordinate_plot.m: Ditto. |
|
6225 * quaternion/qderiv.m: Ditto. |
|
6226 * quaternion/qderivmat.m: Ditto. |
|
6227 * quaternion/qinv.m: Ditto. |
|
6228 * quaternion/qmult.m: Ditto. |
|
6229 * quaternion/qtrans.m: Ditto. |
|
6230 * quaternion/qtransv.m: Ditto. |
|
6231 * quaternion/qtransvmat.m: Ditto. |
|
6232 * quaternion/quaternion.m: Ditto. |
3438
|
6233 |
3436
|
6234 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6235 |
|
6236 * control/base/Makefile.in: Ditto. |
|
6237 * control/hinf/Makefile.in: New file. |
|
6238 * control/marsyas/Makefile.in: Ditto. |
|
6239 * control/obsolete/Makefile.in: Ditto. |
|
6240 * control/system/Makefile.in: Ditto. |
|
6241 * control/util/Makefile.in: Ditto. |
|
6242 |
|
6243 * strings/com2str.m: Move here from control directory. |
|
6244 |
|
6245 * control/base: New directory. |
|
6246 * control/base/DEMOcontrol.m: Move here from control directory. |
|
6247 * control/base/analdemo.m: Ditto. |
|
6248 * control/base/are.m: Ditto. |
|
6249 * control/base/bddemo.m: Ditto. |
|
6250 * control/base/bode.m: Ditto. |
|
6251 * control/base/bode_bounds.m: Ditto. |
|
6252 * control/base/bodquist.m: Ditto. |
|
6253 * control/base/controldemo.m: Ditto. |
|
6254 * control/base/ctrb.m: Ditto. |
|
6255 * control/base/damp.m: Ditto. |
|
6256 * control/base/dare.m: Ditto. |
|
6257 * control/base/dcgain.m: Ditto. |
|
6258 * control/base/dgram.m: Ditto. |
|
6259 * control/base/dlqe.m: Ditto. |
|
6260 * control/base/dlqr.m: Ditto. |
|
6261 * control/base/dlyap.m: Ditto. |
|
6262 * control/base/dre.m: Ditto. |
|
6263 * control/base/frdemo.m: Ditto. |
|
6264 * control/base/freqchkw.m: Ditto. |
|
6265 * control/base/freqresp.m: Ditto. |
|
6266 * control/base/gram.m: Ditto. |
|
6267 * control/base/impulse.m: Ditto. |
|
6268 * control/base/lqe.m: Ditto. |
|
6269 * control/base/lqg.m: Ditto. |
|
6270 * control/base/lqr.m: Ditto. |
|
6271 * control/base/lsim.m: Ditto. |
|
6272 * control/base/ltifr.m: Ditto. |
|
6273 * control/base/lyap.m: Ditto. |
|
6274 * control/base/nichols.m: Ditto. |
|
6275 * control/base/nyquist.m: Ditto. |
|
6276 * control/base/obsv.m: Ditto. |
|
6277 * control/base/place.m: Ditto. |
|
6278 * control/base/pzmap.m: Ditto. |
|
6279 * control/base/rldemo.m: Ditto. |
|
6280 * control/base/rlocus.m: Ditto. |
|
6281 * control/base/step.m: Ditto. |
|
6282 * control/base/stepimp.m: Ditto. |
|
6283 * control/base/tzero.m: Ditto. |
|
6284 * control/base/tzero2.m: Ditto. |
|
6285 |
|
6286 * control/hinf: New directory. |
|
6287 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
6288 * control/hinf/h2norm.m: Ditto. |
|
6289 * control/hinf/h2syn.m: Ditto. |
|
6290 * control/hinf/hinf_ctr.m: Ditto. |
|
6291 * control/hinf/hinfdemo.m: Ditto. |
|
6292 * control/hinf/hinfnorm.m: Ditto. |
|
6293 * control/hinf/hinfsyn.m: Ditto. |
|
6294 * control/hinf/hinfsyn_chk.m: Ditto. |
|
6295 * control/hinf/hinfsyn_ric.m: Ditto. |
|
6296 * control/hinf/wgt1o.m: Ditto. |
3441
|
6297 * control/hinf/dgkfdemo.m: Ditto. |
|
6298 * control/hinf/is_dgkf.m: Ditto. |
3436
|
6299 |
|
6300 * control/marsyas: New directory. |
|
6301 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
6302 * control/marsyas/susball.m: Ditto. |
|
6303 |
|
6304 * control/obsolete/dezero.m: Move here from control directory. |
|
6305 * control/obsolete/rotg.m: Ditto. |
|
6306 |
|
6307 * control/system: New directory. |
|
6308 * control/system/abcddim.m: Move here from control directory. |
|
6309 * control/system/abcddims.m: Ditto. |
|
6310 * control/system/buildssic.m: Ditto. |
|
6311 * control/system/c2d.m: Ditto. |
|
6312 * control/system/d2c.m: Ditto. |
|
6313 * control/system/dmr2d.m: Ditto. |
|
6314 * control/system/fir2sys.m: Ditto. |
|
6315 * control/system/is_abcd.m: Ditto. |
|
6316 * control/system/is_digital.m: Ditto. |
|
6317 * control/system/is_sample.m: Ditto. |
|
6318 * control/system/is_signal_list.m: Ditto. |
|
6319 * control/system/is_siso.m: Ditto. |
3441
|
6320 * control/system/is_controllable.m: Ditto. |
|
6321 * control/system/is_detectable.m: Ditto. |
|
6322 * control/system/is_observable.m: Ditto. |
|
6323 * control/system/is_stabilizable.m: Ditto. |
|
6324 * control/system/is_stable.m: Ditto. |
3436
|
6325 * control/system/jet707.m: Ditto. |
|
6326 * control/system/listidx.m: Ditto. |
|
6327 * control/system/moddemo.m: Ditto. |
|
6328 * control/system/ord2.m: Ditto. |
|
6329 * control/system/packedform.m: Ditto. |
|
6330 * control/system/parallel.m: Ditto. |
|
6331 * control/system/ss2sys.m: Ditto. |
|
6332 * control/system/ss2tf.m: Ditto. |
|
6333 * control/system/ss2zp.m: Ditto. |
|
6334 * control/system/starp.m: Ditto. |
|
6335 * control/system/sys2fir.m: Ditto. |
|
6336 * control/system/sys2ss.m: Ditto. |
|
6337 * control/system/sys2tf.m: Ditto. |
|
6338 * control/system/sys2zp.m: Ditto. |
|
6339 * control/system/sysadd.m: Ditto. |
|
6340 * control/system/sysappend.m: Ditto. |
|
6341 * control/system/syschnamesl.m: Ditto. |
|
6342 * control/system/syschtsam.m: Ditto. |
|
6343 * control/system/sysconnect.m: Ditto. |
|
6344 * control/system/syscont.m: Ditto. |
|
6345 * control/system/syscont_disc.m: Ditto. |
|
6346 * control/system/sysdefioname.m: Ditto. |
|
6347 * control/system/sysdefstname.m: Ditto. |
|
6348 * control/system/sysdimensions.m: Ditto. |
|
6349 * control/system/sysdisc.m: Ditto. |
|
6350 * control/system/sysdup.m: Ditto. |
|
6351 * control/system/sysgetsignals.m: Ditto. |
|
6352 * control/system/sysgettsam.m: Ditto. |
|
6353 * control/system/sysgettype.m: Ditto. |
|
6354 * control/system/sysgroup.m: Ditto. |
|
6355 * control/system/sysgroupn.m: Ditto. |
|
6356 * control/system/sysidx.m: Ditto. |
|
6357 * control/system/sysmin.m: Ditto. |
|
6358 * control/system/sysmult.m: Ditto. |
|
6359 * control/system/sysout.m: Ditto. |
|
6360 * control/system/sysprune.m: Ditto. |
|
6361 * control/system/sysreorder.m: Ditto. |
|
6362 * control/system/sysrepdemo.m: Ditto. |
|
6363 * control/system/sysscale.m: Ditto. |
|
6364 * control/system/syssetsignals.m: Ditto. |
|
6365 * control/system/syssub.m: Ditto. |
|
6366 * control/system/sysupdate.m: Ditto. |
|
6367 * control/system/tf2ss.m: Ditto. |
|
6368 * control/system/tf2sys.m: Ditto. |
|
6369 * control/system/tf2sysl.m: Ditto. |
|
6370 * control/system/tf2zp.m: Ditto. |
|
6371 * control/system/tfout.m: Ditto. |
|
6372 * control/system/ugain.m: Ditto. |
|
6373 * control/system/zp2ss.m: Ditto. |
|
6374 * control/system/zp2ssg2.m: Ditto. |
|
6375 * control/system/zp2sys.m: Ditto. |
|
6376 * control/system/zp2tf.m: Ditto. |
|
6377 * control/system/zpout.m: Ditto. |
|
6378 |
|
6379 * control/util: New directory. |
|
6380 * control/util/axis2dlim.m: Move here from control directory. |
|
6381 * control/util/outlist.m: Ditto. |
|
6382 * control/util/prompt.m: Ditto. |
|
6383 * control/util/run_cmd.m: Ditto. |
|
6384 * control/util/sortcom.m: Ditto. |
|
6385 * control/util/strappend.m: Ditto. |
|
6386 * control/util/swap.m: Ditto. |
|
6387 * control/util/zgfmul.m: Ditto. |
|
6388 * control/util/zgfslv.m: Ditto. |
|
6389 * control/util/zginit.m: Ditto. |
|
6390 * control/util/zgpbal.m: Ditto. |
|
6391 * control/util/zgreduce.m: Ditto. |
|
6392 * control/util/zgrownorm.m: Ditto. |
|
6393 * control/util/zgscal.m: Ditto. |
|
6394 * control/util/zgsgiv.m: Ditto. |
|
6395 * control/util/zgshsr.m: Ditto. |
|
6396 |
3427
|
6397 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6398 |
|
6399 * gethelp.cc (extract_help_text): Discard first space character |
|
6400 after consecutive comment characters. |
|
6401 |
3422
|
6402 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
6403 |
|
6404 * control/obsolete: New directory |
|
6405 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
6406 * control/obsolete/swapcols.m: Ditto. |
|
6407 * control/obsolete/dlqg.m: Ditto. |
|
6408 * control/obsolete/minfo.m: Ditto. |
|
6409 * control/obsolete/packsys.m: Ditto. |
|
6410 * control/obsolete/qzval.m: Ditto. |
|
6411 * control/obsolete/unpacksys.m: Ditto. |
|
6412 * control/obsolete/series.m: Ditto. |
|
6413 * control/obsolete/syschnames.m: Ditto. |
|
6414 * polynomial/polyout.m: Ditto. |
3422
|
6415 |
3420
|
6416 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6417 |
|
6418 * general/fliplr.m: Eliminate useless copy of arg. |
|
6419 * general/flipud.m: Ditto. |
|
6420 |
3418
|
6421 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6422 |
|
6423 * linear-algebra/cross.m: Only return a row vector if both args |
|
6424 are row vectors. |
|
6425 * polynomial/polyfit.m: Likewise. |
|
6426 |
|
6427 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
6428 |
|
6429 * statistics/distributions/discrete_rnd.m: |
|
6430 Always generate a row vector. |
|
6431 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
6432 |
5095
|
6433 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
6434 |
|
6435 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
6436 |
|
6437 * audio/setaudio.m: Texinfoize doc string. |
|
6438 * control/com2str.m: Likewise. |
|
6439 * control/controldemo.m: Likewise. |
|
6440 * control/DEMOcontrol.m: Likewise. |
|
6441 * control/dezero.m: Likewise. |
|
6442 * control/dre.m: Likewise. |
|
6443 * control/hinfsyn_ric.m: Likewise. |
|
6444 |
5095
|
6445 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
6446 |
|
6447 * io/printf.m: Add @seealso{...} to doc string. |
|
6448 * io/puts.m: Likewise. |
|
6449 * plot/semilogx.m: Likewise. |
|
6450 * plot/semilogy.m: Likewise. |
|
6451 * plot/__pltopt__.m: Likewise. |
|
6452 * plot/bar.m: Likewise. |
|
6453 * plot/xlabel.m: Likewise. |
|
6454 * plot/grid.m: Likewise. |
|
6455 * plot/shg.m: Likewise. |
|
6456 * plot/title.m: Likewise. |
|
6457 * plot/mesh.m: Likewise. |
|
6458 * plot/__pltopt1__.m: Likewise. |
|
6459 * plot/contour.m: Likewise. |
|
6460 * plot/hist.m: Likewise. |
|
6461 * plot/stairs.m: Likewise. |
|
6462 * plot/meshgrid.m: Likewise. |
|
6463 * plot/polar.m: Likewise. |
|
6464 * plot/loglog.m: Likewise. |
|
6465 * plot/plot.m: Likewise. |
|
6466 * miscellaneous/semicolon.m: Likewise. |
|
6467 * miscellaneous/menu.m: Likewise. |
|
6468 * miscellaneous/etime.m: Likewise. |
|
6469 * miscellaneous/texas_lotto.m: Likewise. |
|
6470 * miscellaneous/comma.m: Likewise. |
|
6471 * audio/lin2mu.m: Likewise. |
|
6472 * audio/playaudio.m: Likewise. |
|
6473 * audio/loadaudio.m: Likewise. |
|
6474 * audio/saveaudio.m: Likewise. |
|
6475 * audio/mu2lin.m: Likewise. |
|
6476 * audio/record.m: Likewise. |
|
6477 * strings/isletter.m: Likewise. |
|
6478 * strings/lower.m: Likewise. |
|
6479 * strings/lower.m: Likewise. |
|
6480 * strings/upper.m: Likewise. |
|
6481 * specfun/erfinv.m: Likewise. |
|
6482 * specfun/gammai.m: Likewise. |
|
6483 * specfun/log2.m: Likewise. |
|
6484 * specfun/pow2.m: Likewise. |
|
6485 * elfun/gcd.m: Likewise. |
|
6486 * elfun/lcm.m: Likewise. |
|
6487 * special-matrix/vander.m: Likewise. |
|
6488 * special-matrix/sylvester_matrix.m: Likewise. |
|
6489 * special-matrix/hilb.m: Likewise. |
|
6490 * special-matrix/hankel.m: Likewise. |
|
6491 * special-matrix/toeplitz.m: Likewise. |
|
6492 * special-matrix/invhilb.m: Likewise. |
|
6493 * statistics/base/std.m: Likewise. |
|
6494 * statistics/base/median.m: Likewise. |
|
6495 * linear-algebra/cond.m: Likewise. |
|
6496 * linear-algebra/norm.m: Likewise. |
|
6497 * finance/nper.m: Likewise. |
|
6498 * finance/pmt.m: Likewise. |
|
6499 * finance/pv.m: Likewise. |
|
6500 * finance/rate.m: Likewise. |
|
6501 * finance/npv.m: Likewise. |
|
6502 * general/fliplr.m: Likewise. |
|
6503 * general/flipud.m: Likewise. |
|
6504 * general/is_scalar.m: Likewise. |
|
6505 * general/rem.m: Likewise. |
|
6506 * general/perror.m: Likewise. |
|
6507 * general/tril.m: Likewise. |
|
6508 * general/rot90.m: Likewise. |
|
6509 * general/num2str.m: Likewise. |
|
6510 * general/int2str.m: Likewise. |
|
6511 * general/reshape.m: Likewise. |
|
6512 * general/logspace.m: Likewise. |
|
6513 * general/is_symmetric.m: Likewise. |
|
6514 * general/is_vector.m: Likewise. |
|
6515 * general/nextpow2.m: Likewise. |
|
6516 * general/columns.m: Likewise. |
|
6517 * general/is_square.m: Likewise. |
|
6518 * general/rows.m: Likewise. |
|
6519 * control/ugain.m: Likewise. |
|
6520 * control/damp.m: Likewise. |
|
6521 * control/dare.m: Likewise. |
|
6522 * control/are.m: Likewise. |
|
6523 * control/sys2fir.m: Likewise. |
|
6524 * control/abcddim.m: Likewise. |
|
6525 * control/is_abcd.m: Likewise. |
|
6526 * control/step.m: Likewise. |
|
6527 * control/is_observable.m: Likewise. |
|
6528 * control/is_controllable.m: Likewise. |
|
6529 * control/jet707.m: Likewise. |
|
6530 * control/polyout.m: Likewise. |
|
6531 * control/impulse.m: Likewise. |
|
6532 * control/lqg.m: Likewise. |
|
6533 * control/is_detectable.m: Likewise. |
|
6534 * control/sysdimensions.m: Likewise. |
|
6535 * control/sysupdate.m: Likewise. |
|
6536 * control/stepimp.m: Likewise. |
|
6537 * control/is_stable.m: Likewise. |
|
6538 * control/tfout.m: Likewise. |
|
6539 * control/zpout.m: Likewise. |
|
6540 |
3405
|
6541 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6542 |
|
6543 * set/complement.m: Add @seealso{} stuff. |
|
6544 * set/create_set.m: Likewise. |
|
6545 * set/intersection.m: Likewise. |
|
6546 * set/union.m: Likewise. |
|
6547 |
3399
|
6548 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6549 |
3400
|
6550 * control/d2c.m: Use double quotes instead of single quotes for |
|
6551 string constants. |
|
6552 * control/dgkfdemo.m: Likewise. |
|
6553 * control/fir2sys.m: Likewise. |
|
6554 * control/frdemo.m: Likewise. |
|
6555 * control/moddemo.m: Likewise. |
|
6556 * control/minfo.m: Likewise. |
|
6557 * control/is_stabilizable.m: Likewise. |
|
6558 * control/is_dgkf.m: Likewise. |
|
6559 * control/polyout.m: Likewise. |
|
6560 * control/sysconnect.m: Likewise. |
|
6561 * control/sysrepdemo.m: Likewise. |
|
6562 * control/tf2sys.m: Likewise. |
|
6563 * control/tfout.m: Likewise. |
|
6564 * control/zp2sys.m: Likewise. |
|
6565 * control/zpout.m: Likewise. |
|
6566 * control/tzero.m: Likewise. |
|
6567 |
|
6568 * control/DEMOcontrol.m: Handle moddemo case too. |
|
6569 |
|
6570 * image/loadimage.m: Use double quotes instead of single quotes |
|
6571 for string constants. Use sprintf instead of square brackets to |
|
6572 construct string. |
|
6573 |
3399
|
6574 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
6575 * control/fir2sys.m: Likewise. |
3399
|
6576 |
3390
|
6577 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6578 |
|
6579 * mkdoc: Only delete spaces before @ characters at the beginning |
|
6580 of a line. |
|
6581 |
3383
|
6582 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6583 |
3388
|
6584 * control/bddemo.m: Make it more likely to work with any value of |
|
6585 whitespace_in_literal_matrix. |
3386
|
6586 * control/analdemo.m: Ditto. |
|
6587 * control/dgkfdemo.m: Ditto. |
|
6588 * control/frdemo.m: Ditto. |
|
6589 * control/sysrepdemo.m: Ditto. |
|
6590 * control/moddemo.m: Ditto. |
3388
|
6591 * control/zp2ss.m: Ditto. |
3387
|
6592 * control/zp2tf.m: Ditto. |
3388
|
6593 * control/syssub.m: Ditto. |
|
6594 * finance/npv.m: Ditto. |
|
6595 * statistics/base/studentize.m: Ditto. |
|
6596 * statistics/base/values.m: Ditto. |
|
6597 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6598 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
6599 |
3384
|
6600 * control/dezero.m: Use toascii to convert string to ASCII value |
|
6601 instead of multiplying it by 1. |
|
6602 |
3383
|
6603 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
6604 * control/zpout.m: Ditto. |
|
6605 * control/tfout.m: Ditto. |
|
6606 * control/tf2sys.m: Ditto. |
|
6607 * control/syssub.m: Ditto. |
|
6608 * control/syssetsignals.m: Ditto. |
|
6609 * control/sysout.m: Ditto. |
|
6610 * control/sysmult.m: Ditto. |
|
6611 * control/sysgroup.m: Ditto. |
|
6612 * control/sysdup.m: Ditto. |
|
6613 * control/sysdisc.m: Ditto. |
|
6614 * control/syscont.m: Ditto. |
|
6615 * control/sysconnect.m: Ditto. |
|
6616 * control/sysappend.m: Ditto. |
|
6617 * control/sysadd.m: Ditto. |
|
6618 * control/ss2sys.m: Ditto. |
|
6619 * control/nyquist.m: Ditto. |
|
6620 * control/lqg.m: Ditto. |
|
6621 * control/fir2sys.m: Ditto. |
|
6622 * control/dmr2d.m: Ditto. |
|
6623 * control/dezero.m: Ditto. |
|
6624 * control/d2c.m: Ditto. |
|
6625 * control/c2d.m: Ditto. |
|
6626 * control/bddemo.m: Ditto. |
|
6627 * control/pzmap.m: Ditto. |
|
6628 |
5095
|
6629 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
6630 |
|
6631 * signal/spectral_adf.m: Fix typo. |
|
6632 |
3372
|
6633 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6634 |
|
6635 * linear-algebra/cond.m: Texinfoize doc string. |
|
6636 * linear-algebra/kron.m: Ditto. |
|
6637 * linear-algebra/norm.m: Ditto. |
|
6638 * linear-algebra/null.m: Ditto. |
|
6639 * linear-algebra/orth.m: Ditto. |
|
6640 * linear-algebra/rank.m: Ditto. |
|
6641 * linear-algebra/trace.m: Ditto. |
|
6642 * linear-algebra/qzhess.m: Ditto. |
|
6643 * miscellaneous/menu.m: Ditto. |
3373
|
6644 * general/perror.m: Ditto. |
|
6645 * general/strerror.m: Ditto. |
|
6646 * general/columns.m: Ditto. |
|
6647 * general/rows.m: Ditto. |
|
6648 * image/colormap.m: Ditto. |
|
6649 * image/gray.m: Ditto. |
|
6650 * image/gray2ind.m: Ditto. |
|
6651 * image/image.m: Ditto. |
|
6652 * image/imagesc.m: Ditto. |
|
6653 * image/imshow.m: Ditto. |
|
6654 * image/ind2gray.m: Ditto. |
|
6655 * image/ind2rgb.m: Ditto. |
|
6656 * image/loadimage.m: Ditto. |
|
6657 * image/rgb2ntsc.m: Ditto. |
|
6658 * image/ntsc2rgb.m: Ditto. |
|
6659 * image/ocean.m: Ditto. |
|
6660 * image/rgb2ind.m: Ditto. |
|
6661 * image/saveimage.m: Ditto. |
3372
|
6662 * io/printf.m: Ditto. |
|
6663 * io/puts.m: Ditto. |
|
6664 |
3369
|
6665 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6666 |
|
6667 * special-matrix/hankel.m: Texinfoize doc string. |
|
6668 * special-matrix/hilb.m: Ditto. |
|
6669 * special-matrix/invhilb.m: Ditto. |
|
6670 * special-matrix/sylvester_matrix.m: Ditto. |
|
6671 * special-matrix/toeplitz.m: Ditto. |
|
6672 * special-matrix/vander.m: Ditto. |
|
6673 * linear-algebra/vec.m: Ditto. |
|
6674 * linear-algebra/vech.m: Ditto. |
|
6675 * general/common_size.m: Ditto. |
|
6676 * general/diff.m: Ditto. |
|
6677 * general/fliplr.m: Ditto. |
|
6678 * general/flipud.m: Ditto. |
|
6679 * general/rot90.m: Ditto. |
|
6680 * general/reshape.m: Ditto. |
|
6681 * general/shift.m: Ditto. |
|
6682 * general/tril.m: Ditto. |
|
6683 * general/triu.m: Ditto. |
|
6684 * general/logspace.m: Ditto. |
3371
|
6685 * general/nargchk.m: Ditto. |
3369
|
6686 |
3367
|
6687 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6688 |
|
6689 * statistics/base/mean: Texinfoize doc string. |
|
6690 * statistics/base/median: Ditto. |
|
6691 * statistics/base/std: Ditto. |
|
6692 * statistics/base/cov: Ditto. |
|
6693 * statistics/base/corrcoef: Ditto. |
|
6694 * statistics/base/kurtosis: Ditto. |
|
6695 * statistics/base/mahalanobis: Ditto. |
|
6696 * statistics/base/skewness: Ditto. |
3368
|
6697 * statistics/base/gls.m: Ditto. |
|
6698 * statistics/base/ols.m: Ditto. |
3367
|
6699 * signal/detrend.m: Ditto. |
|
6700 * signal/freqz.m: Ditto. |
|
6701 * signal/sinc.m: Ditto. |
|
6702 * signal/fftconv.m: Ditto. |
|
6703 * signal/fftfilt.m: Ditto. |
3368
|
6704 * set/create_set.m: Ditto. |
|
6705 * set/union.m: Ditto. |
|
6706 * set/intersection.m: Ditto. |
|
6707 * set/complement.m: Ditto. |
|
6708 * poly/compan.m: Ditto. |
|
6709 * poly/conv: Ditto. |
|
6710 * poly/deconv: Ditto. |
|
6711 * poly/poly: Ditto. |
|
6712 * poly/polyderiv: Ditto. |
|
6713 * poly/polyfit: Ditto. |
|
6714 * poly/polyinteg: Ditto. |
|
6715 * poly/polyreduce: Ditto. |
|
6716 * poly/polyval: Ditto. |
|
6717 * poly/polyvalm: Ditto. |
|
6718 * poly/residue: Ditto. |
|
6719 * poly/roots: Ditto. |
|
6720 * plot/top_title.m: Ditto |
|
6721 * plot/subwindow.m: Ditto |
|
6722 * plot/subplot.m: Ditto |
|
6723 * plot/plot_border.m: Ditto |
|
6724 * plot/oneplot.m: Ditto |
|
6725 * plot/multiplot.m: Ditto |
|
6726 * plot/mplot.m: Ditto |
|
6727 * plot/xlabel.m: Ditto |
|
6728 * plot/figure.m: Ditto |
|
6729 * plot/meshdom.m: Ditto |
|
6730 * plot/mesh.m: Ditto |
|
6731 * plot/stairs.m: Ditto |
|
6732 * plot/polar.m: Ditto |
|
6733 * plot/loglog.m: Ditto |
|
6734 * plot/hist.m: Ditto |
|
6735 * plot/contour.m: Ditto |
|
6736 * plot/bar.m: Ditto |
|
6737 * plot/axis.m: Ditto |
|
6738 * plot/plot.m: Ditto. |
3367
|
6739 |
3361
|
6740 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6741 |
3365
|
6742 * control/pinv.m: Delete. |
|
6743 |
3364
|
6744 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
6745 |
3361
|
6746 * strings/blanks.m: Texinfoize doc string. |
|
6747 * strings/strcat.m: Ditto. |
|
6748 * strings/str2mat.m: Ditto. |
|
6749 * strings/deblank.m: Ditto. |
|
6750 * strings/findstr.m: Ditto. |
|
6751 * strings/index.m: Ditto. |
|
6752 * strings/rindex.m: Ditto. |
|
6753 * strings/split.m: Ditto. |
|
6754 * strings/strcmp.m: Ditto. |
|
6755 * strings/strrep.m: Ditto. |
|
6756 * strings/substr.m: Ditto. |
|
6757 * general/int2str.m: Ditto. |
|
6758 * general/num2str.m: Ditto. |
|
6759 * strings/dec2bin.m: Ditto. |
|
6760 * strings/bin2dec: Ditto. |
|
6761 * strings/dec2bin: Ditto. |
|
6762 * strings/dec2hex: Ditto. |
|
6763 * strings/hex2dec: Ditto. |
|
6764 * strings/str2num: Ditto. |
|
6765 |
3347
|
6766 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6767 |
|
6768 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
6769 |
5095
|
6770 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
6771 |
|
6772 * control/DEMOcontrol.m: Texinfoize doc string. |
|
6773 * control/abcddim.m: Ditto. |
|
6774 * control/abcddims.m: Ditto. |
|
6775 * control/analdemo.m: Ditto. |
|
6776 * control/are.m: Ditto. |
|
6777 * control/axis2dlim.m: Ditto. |
|
6778 * control/bddemo.m: Ditto. |
|
6779 * control/bode.m: Ditto. |
|
6780 * control/bode_bounds.m: Ditto. |
|
6781 * control/bodquist.m: Ditto. |
|
6782 * control/buildssic.m: Ditto. |
|
6783 * control/c2d.m: Ditto. |
|
6784 * control/ctrb.m: Ditto. |
|
6785 * control/d2c.m: Ditto. |
|
6786 * control/damp.m: Ditto. |
|
6787 * control/dare.m: Ditto. |
|
6788 * control/dcgain.m: Ditto. |
|
6789 * control/dgkfdemo.m: Ditto. |
|
6790 * control/dgram.m: Ditto. |
|
6791 * control/dlqe.m: Ditto. |
|
6792 * control/dlqr.m: Ditto. |
|
6793 * control/dlyap.m: Ditto. |
|
6794 * control/dmr2d.m: Ditto. |
|
6795 * control/fir2sys.m: Ditto. |
|
6796 * control/frdemo.m: Ditto. |
|
6797 * control/freqchkw.m: Ditto. |
|
6798 * control/freqresp.m: Ditto. |
|
6799 * control/gram.m: Ditto. |
|
6800 * control/h2norm.m: Ditto. |
|
6801 * control/h2syn.m: Ditto. |
|
6802 * control/hinf_ctr.m: Ditto. |
|
6803 * control/hinfdemo.m: Ditto. |
|
6804 * control/hinfnorm.m: Ditto. |
|
6805 * control/hinfsyn.m: Ditto. |
|
6806 * control/hinfsyn_chk.m: Ditto. |
|
6807 * control/impulse.m: Ditto. |
|
6808 * control/is_abcd.m: Ditto. |
|
6809 * control/is_controllable.m: Ditto. |
|
6810 * control/is_detectable.m: Ditto. |
|
6811 * control/is_dgkf.m: Ditto. |
|
6812 * control/is_digital.m: Ditto. |
|
6813 * control/is_observable.m: Ditto. |
|
6814 * control/is_sample.m: Ditto. |
|
6815 * control/is_signal_list.m: Ditto. |
|
6816 * control/is_siso.m: Ditto. |
|
6817 * control/is_stabilizable.m: Ditto. |
|
6818 * control/is_stable.m: Ditto. |
|
6819 * control/jet707.m: Ditto. |
|
6820 * control/lqe.m: Ditto. |
|
6821 * control/lqg.m: Ditto. |
|
6822 * control/lqr.m: Ditto. |
|
6823 * control/lsim.m: Ditto. |
|
6824 * control/ltifr.m: Ditto. |
|
6825 * control/lyap.m: Ditto. |
|
6826 * control/moddemo.m: Ditto. |
|
6827 * control/nyquist.m: Ditto. |
|
6828 * control/obsv.m: Ditto. |
|
6829 * control/ord2.m: Ditto. |
|
6830 * control/outlist.m: Ditto. |
|
6831 * control/pinv.m: Ditto. |
|
6832 * control/place.m: Ditto. |
|
6833 * control/polyout.m: Ditto. |
|
6834 * control/prompt.m: Ditto. |
|
6835 * control/pzmap.m: Ditto. |
|
6836 * control/qzval.m: Ditto. |
|
6837 * control/rldemo.m: Ditto. |
|
6838 * control/rlocus.m: Ditto. |
|
6839 * control/sortcom.m: Ditto. |
|
6840 * control/ss2sys.m: Ditto. |
|
6841 * control/ss2tf.m: Ditto. |
|
6842 * control/ss2zp.m: Ditto. |
|
6843 * control/starp.m: Ditto. |
|
6844 * control/step.m: Ditto. |
|
6845 * control/stepimp.m: Ditto. |
|
6846 * control/susball.m: Ditto. |
|
6847 * control/sys2fir.m: Ditto. |
|
6848 * control/sys2ss.m: Ditto. |
|
6849 * control/sys2tf.m: Ditto. |
|
6850 * control/sys2zp.m: Ditto. |
|
6851 * control/sysadd.m: Ditto. |
|
6852 * control/sysappend.m: Ditto. |
|
6853 * control/syschnames.m: Ditto. |
|
6854 * control/syschnamesl.m: Ditto. |
|
6855 * control/syschtsam.m: Ditto. |
|
6856 * control/sysconnect.m: Ditto. |
|
6857 * control/syscont.m: Ditto. |
|
6858 * control/syscont_disc.m: Ditto. |
|
6859 * control/sysdefioname.m: Ditto. |
|
6860 * control/sysdefstname.m: Ditto. |
|
6861 * control/sysdimensions.m: Ditto. |
|
6862 * control/sysdisc.m: Ditto. |
|
6863 * control/sysdup.m: Ditto. |
|
6864 * control/sysgetsignals.m: Ditto. |
|
6865 * control/sysgettype.m: Ditto. |
|
6866 * control/sysgroup.m: Ditto. |
|
6867 * control/sysgroupn.m: Ditto. |
|
6868 * control/sysmult.m: Ditto. |
|
6869 * control/sysout.m: Ditto. |
|
6870 * control/sysprune.m: Ditto. |
|
6871 * control/sysreorder.m: Ditto. |
|
6872 * control/sysrepdemo.m: Ditto. |
|
6873 * control/sysscale.m: Ditto. |
|
6874 * control/syssetsignals.m: Ditto. |
|
6875 * control/syssub.m: Ditto. |
|
6876 * control/sysupdate.m: Ditto. |
|
6877 * control/tf2ss.m: Ditto. |
|
6878 * control/tf2sys.m: Ditto. |
|
6879 * control/tf2sysl.m: Ditto. |
|
6880 * control/tf2zp.m: Ditto. |
|
6881 * control/tfout.m: Ditto. |
|
6882 * control/tzero.m: Ditto. |
|
6883 * control/tzero2.m: Ditto. |
|
6884 * control/ugain.m: Ditto. |
|
6885 * control/wgt1o.m: Ditto. |
|
6886 * control/zgfmul.m: Ditto. |
|
6887 * control/zgfslv.m: Ditto. |
|
6888 * control/zginit.m: Ditto. |
|
6889 * control/zgpbal.m: Ditto. |
|
6890 * control/zgreduce.m: Ditto. |
|
6891 * control/zgrownorm.m: Ditto. |
|
6892 * control/zgscal.m: Ditto. |
|
6893 * control/zgsgiv.m: Ditto. |
|
6894 * control/zgshsr.m: Ditto. |
|
6895 * control/zp2ss.m: Ditto. |
|
6896 * control/zp2ssg2.m: Ditto. |
|
6897 * control/zp2sys.m: Ditto. |
|
6898 * control/zp2tf.m: Ditto. |
|
6899 * control/zpout.m: Ditto. |
|
6900 |
5095
|
6901 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
6902 |
5378
|
6903 * audio/lin2mu.m: Texinfoize doc string. |
|
6904 * audio/loadaudio.m: Ditto. |
|
6905 * audio/mu2lin.m: Ditto. |
|
6906 * audio/playaudio.m: Ditto. |
|
6907 * audio/record.m: Ditto. |
|
6908 * audio/saveaudio.m: Ditto. |
3332
|
6909 |
5095
|
6910 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
6911 |
|
6912 * elfun/acot.m: Texinfoize doc string. |
|
6913 * elfun/acsc.m: Ditto. |
|
6914 * elfun/acsch.m: Ditto. |
|
6915 * elfun/asec.m: Ditto. |
|
6916 * elfun/asech.m: Ditto. |
|
6917 * elfun/cot.m: Ditto. |
|
6918 * elfun/coth.m: Ditto. |
|
6919 * elfun/csc.m: Ditto. |
|
6920 * elfun/csch.m: Ditto. |
|
6921 * elfun/gcd.m: Ditto. |
|
6922 * elfun/lcm.m: Ditto. |
|
6923 * elfun/sec.m: Ditto. |
|
6924 * elfun/sech.m: Ditto. |
|
6925 * general/nextpow2.m: Ditto. |
|
6926 * general/rem.m: Ditto. |
|
6927 * linear-algebra/commutation_matrix.m: Ditto. |
|
6928 * linear-algebra/cross.m: Ditto. |
|
6929 * linear-algebra/duplication_matrix.m: Ditto. |
|
6930 * miscellaneous/bincoeff.m: Ditto. |
|
6931 * miscellaneous/xor.m: Ditto. |
|
6932 * specfun/bessel.m: Ditto. |
|
6933 * specfun/beta.m: Ditto. |
|
6934 * specfun/betai.m: Ditto. |
|
6935 * specfun/erfinv.m: Ditto. |
|
6936 * specfun/gammai.m: Ditto. |
|
6937 * specfun/log2.m: Ditto. |
|
6938 * specfun/pow2.m: Ditto. |
|
6939 |
5095
|
6940 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
6941 |
|
6942 * general/is_scalar.m: Texinfoize help text. |
|
6943 * general/is_square.m: Ditto. |
|
6944 * general/is_symmetric.m: Ditto. |
|
6945 |
3320
|
6946 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6947 |
|
6948 * strings/split.m: If the string to be split is empty, just return |
|
6949 an empty string. |
|
6950 |
3319
|
6951 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6952 |
|
6953 * Makefile.in (ALL_M_FILES): New macro. |
|
6954 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
6955 |
3306
|
6956 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6957 |
|
6958 * control/bode.m: Don't return anything if nargout == 0. |
|
6959 |
|
6960 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
6961 |
|
6962 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
6963 |
3305
|
6964 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6965 |
|
6966 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
6967 gethelp.cc to the list. |
|
6968 |
3296
|
6969 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6970 |
3301
|
6971 * time/asctime.m: Texinfoize help text. |
|
6972 * time/clock.m: Ditto. |
|
6973 * time/date.m: Ditto. |
|
6974 * miscellaneous/cputime.m: Ditto. |
|
6975 * miscellaneous/etime.m: Ditto. |
|
6976 * miscellaneous/is_leap_year.m: Ditto. |
|
6977 * miscellaneous/popen2.m: Ditto. |
|
6978 * miscellaneous/version.m: Ditto. |
|
6979 * miscellaneous/tic.m: Ditto. |
|
6980 * miscellaneous/toc.m: Just refer to tic.m. |
|
6981 |
3297
|
6982 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
6983 `cd dir; $(MAKE); cd ..'. |
|
6984 ($(SUBDIRS)): Likewise. |
|
6985 |
|
6986 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
6987 |
|
6988 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
6989 of `cd dir; $(MAKE)'. |
|
6990 |
3296
|
6991 * gethelp.cc, mkdoc: New files. |
|
6992 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
6993 sources. |
|
6994 |
3291
|
6995 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6996 |
|
6997 * linear-algebra/kron.m: Fix typo in previous change |
|
6998 |
3282
|
6999 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7000 |
|
7001 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
7002 |
5095
|
7003 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
7004 |
|
7005 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
7006 rank when V has more columns than rows. |
|
7007 |
|
7008 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7009 |
|
7010 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
7011 |
|
7012 * statistics/tests/manova.m: Avoid problems if |
|
7013 whitespace_in_literal_matrix is set to "traditional". |
|
7014 * statistics/tests/t_test_regression.m: Likewise. |
|
7015 * statistics/tests/u_test.m: Likewise. |
|
7016 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
7017 * statistics/tests/anova.m: Likewise. |
|
7018 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
7019 * statistics/base/statistics.m: Likewise. |
|
7020 * image/saveimage.m: Likewise. |
|
7021 * signal/arch_fit.m: Likewise. |
|
7022 * signal/autoreg_matrix.m: Likewise. |
|
7023 * signal/triangle_lw.m: Likewise. |
|
7024 * strings/dec2hex.m: Likewise. |
|
7025 |
3268
|
7026 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7027 |
|
7028 * image/saveimage.m: Initialize scale. |
|
7029 |
|
7030 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7031 |
|
7032 * general/reshape.m: Allow reshape (a, size (b)). |
|
7033 |
3266
|
7034 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7035 |
|
7036 * specfun/erfinv.m: Improve stopping criterion. |
|
7037 Add iteration count as second return value. |
|
7038 |
3265
|
7039 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7040 |
|
7041 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
7042 |
3263
|
7043 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7044 |
|
7045 * miscellaneous/pack.m: New function. |
|
7046 |
|
7047 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7048 |
|
7049 * plot/figure.m: Always return figure number. With no args, |
|
7050 figure now creates a new figure window and returns its number. |
|
7051 Accept figure (property, value) syntax, but do nothing. |
|
7052 |
5095
|
7053 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
7054 |
|
7055 * general/shift.m: Avoid printing temporary value for backward shift. |
|
7056 |
3260
|
7057 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7058 |
|
7059 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
7060 evenly spaced. |
|
7061 |
3250
|
7062 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7063 |
|
7064 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
7065 contain only zeros. |
|
7066 |
5095
|
7067 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
7068 |
|
7069 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
7070 instead of appending them. |
|
7071 |
|
7072 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7073 |
|
7074 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
7075 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
7076 Update from A. S. Hodel. |
|
7077 |
3246
|
7078 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7079 |
|
7080 * polynomial/polyfit.m: Correct previous change. |
|
7081 |
3243
|
7082 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7083 |
|
7084 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
7085 |
5095
|
7086 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
7087 |
|
7088 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
7089 version of krylov and krylovb. |
|
7090 |
|
7091 * control/outlist.m, control/sysout.m: Fix typos. |
|
7092 |
|
7093 * control/sysdimensions.m: Add option for total number of states. |
|
7094 |
|
7095 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
7096 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
7097 arguments. |
|
7098 |
|
7099 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7100 |
|
7101 * strings/index.m: Fail with meaningful error message if either |
|
7102 arg is a string array. |
|
7103 |
3238
|
7104 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7105 |
|
7106 * linear-algebra/norm.m: Do the right thing for 1- and |
|
7107 infinity-norms of complex matrices. From Sven Khatri |
|
7108 <khatri@saturn.vocalpoint.com>. |
|
7109 |
5095
|
7110 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
7111 |
|
7112 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
7113 |
|
7114 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7115 |
|
7116 * strings/split.m: Avoid problems when splitting strings that have |
|
7117 \ in them. |
|
7118 |
5095
|
7119 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
7120 |
|
7121 * image/colormap.m: Do better arg checking, handle string args |
|
7122 that name the colormap function to call (e.g., colormap ("ocean")). |
|
7123 |
5095
|
7124 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
7125 |
|
7126 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
7127 * linear-algebra/dot.m: Likewise. |
|
7128 * linear-algebra/cross.m: Likewise. |
|
7129 * general/rot90.m: Likewise. |
|
7130 |
5095
|
7131 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
7132 |
|
7133 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
7134 that the leading column is not all zeros. |
|
7135 |
|
7136 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7137 |
|
7138 * general/shift.m: Fix potential problems with |
|
7139 whitespace_in_literal_matrix. |
|
7140 * signal/arch_rnd.m: Ditto. |
|
7141 * signal/autocov.m: Ditto. |
|
7142 * signal/diffpara.m: Ditto. |
|
7143 * signal/hurst.m: Ditto. |
|
7144 * signal/periodogram.m: Ditto. |
|
7145 * signal/spectral_adf.m: Ditto. |
|
7146 * signal/spectral_xdf.m: Ditto. |
|
7147 * signal/spencer.m: Ditto. |
|
7148 * signal/synthesis.m: Ditto. |
|
7149 * statistics/distributions/wiener_rnd.m: Ditto. |
|
7150 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
7151 * statistics/models/logistic_regression.m: Ditto. |
|
7152 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
7153 * statistics/tests/run_test.m: Ditto. |
|
7154 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
7155 |
5095
|
7156 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
7157 |
|
7158 * plot/__plr2__.m: Fix typo. |
|
7159 |
3233
|
7160 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7161 |
|
7162 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
7163 |
5095
|
7164 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7165 |
|
7166 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
7167 function. |
|
7168 |
5095
|
7169 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7170 |
|
7171 * control/ss2sys.m: Fix typo. |
|
7172 |
|
7173 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7174 |
|
7175 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
7176 |
|
7177 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
7178 signal names as lists of strings instead of string arrays. |
|
7179 |
3225
|
7180 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7181 |
3233
|
7182 * quaternion: New directory of functions from A. S. Hodel |
3225
|
7183 <a.s.hodel@eng.auburn.edu>. |
|
7184 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
7185 * quaternion/Makefile.in: New file. |
|
7186 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
7187 |
|
7188 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7189 |
|
7190 * image/saveimage.m: Make it work again for black and white colormaps. |
|
7191 |
|
7192 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
7193 since there can be fewer rows than columns. Round values to |
|
7194 nearest position in colormap instead of truncating. Correct usage |
|
7195 message. |
|
7196 |
5095
|
7197 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
7198 |
|
7199 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
7200 zero rows of [A,v] as householder pivots; this avoids spurious |
|
7201 non-zero entries in returned orthogonal matrix U, but destroys the |
|
7202 Householder matrix structure of H. |
|
7203 |
|
7204 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7205 |
|
7206 * general/logical.m: Just copy input to output if argument is |
|
7207 already a logical object. |
|
7208 |
3215
|
7209 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7210 |
|
7211 * New files from OCST, in control subdiretory: |
|
7212 |
|
7213 DEMOcontrol.m is_siso.m syschnames.m |
|
7214 abcddim.m is_stabilizable.m syschnamesl.m |
|
7215 abcddims.m is_stable.m syschtsam.m |
|
7216 analdemo.m jet707.m sysconnect.m |
|
7217 are.m lqe.m syscont.m |
|
7218 axis2dlim.m lqg.m syscont_disc.m |
|
7219 bddemo.m lqr.m sysdefioname.m |
|
7220 bode.m lsim.m sysdefstname.m |
|
7221 bode_bounds.m ltifr.m sysdimensions.m |
|
7222 bodquist.m lyap.m sysdisc.m |
|
7223 buildssic.m mb.m sysdup.m |
|
7224 c2d.m minfo.m sysgetsignals.m |
6302
|
7225 com2str.m moddemo.m sysgettsam.m |
3215
|
7226 controldemo.m nichols.m sysgettype.m |
|
7227 ctrb.m nyquist.m sysgroup.m |
|
7228 d2c.m obsv.m sysgroupn.m |
|
7229 damp.m ord2.m sysmult.m |
|
7230 dare.m outlist.m sysout.m |
|
7231 dcgain.m packedform.m sysprune.m |
|
7232 demomarsyas.m packsys.m sysreorder.m |
|
7233 dezero.m; parallel.m sysrepdemo.m |
|
7234 dgkfdemo.m place.m sysscale.m |
|
7235 dgram.m polyout.m syssub.m |
|
7236 dhinfdemo.m prompt.m sysupdate.m |
|
7237 dlqe.m pzmap.m tf2ss.m |
|
7238 dlqg.m qzval.m tf2sys.m |
|
7239 dlqr.m rldemo.m tf2sysl.m |
|
7240 dlyap.m rlocus.m tf2zp.m |
|
7241 dmr2d.m rotg.m tfout.m |
|
7242 fir2sys.m run_cmd.m; tzero.m |
|
7243 frdemo.m series.m tzero2.m |
|
7244 freqchkw.m sortcom.m ugain.m |
|
7245 freqresp.m ss2sys.m unpacksys.m |
|
7246 gram.m ss2tf.m wgt1o.m |
|
7247 h2norm.m ss2zp.m zgfmul.m |
|
7248 h2syn.m starp.m zgfslv.m |
|
7249 hinf_ctr.m step.m zginit.m |
|
7250 hinfdemo.m stepimp.m zgpbal.m |
|
7251 hinfnorm.m strappend.m; zgreduce.m |
|
7252 hinfsyn.m susball.m zgrownorm.m |
|
7253 hinfsyn_chk.m swap.m zgscal.m |
|
7254 impulse.m swapcols.m zgsgiv.m |
|
7255 is_abcd.m swaprows.m zgshsr.m |
|
7256 is_controllable.m sys2fir.m zp2ss.m |
|
7257 is_detectable.m sys2ss.m zp2ssg2.m |
|
7258 is_dgkf.m sys2tf.m zp2sys.m |
|
7259 is_digital.m sys2zp.m zp2tf.m |
|
7260 is_observable.m sysadd.m zpout.m |
|
7261 is_sample.m sysappend.m |
|
7262 |
|
7263 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7264 |
|
7265 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
7266 |
|
7267 * strings/deblank.m: Make it work for string arrays too. |
|
7268 |
3211
|
7269 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7270 |
|
7271 * linear-algebra/housh.m: New file from the OCST. |
|
7272 * linear-algebra/krygetq.m: Ditto. |
|
7273 * linear-algebra/krylov.m: Ditto. |
|
7274 * linear-algebra/krylovb.m: Ditto. |
|
7275 * linear-algebra/qrhouse.m: Ditto. |
|
7276 * general/is_duplicate_entry.m: Ditto. |
|
7277 |
|
7278 * general/is_symmetric.m: Call is_square instead of doing that |
|
7279 check in line. |
|
7280 |
3196
|
7281 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7282 |
3202
|
7283 * general/is_square.m: |
|
7284 |
|
7285 * general/isempty.m, general/is_matrix.m: Delete. |
|
7286 |
|
7287 * general/is_symmetric: Delete special case for strings. Whether |
|
7288 the conversion is valid should depend on implicit_str_to_num_ok. |
|
7289 |
|
7290 * general/is_square.m: If arg is not a matrix, don't check size, |
|
7291 just return 0. |
|
7292 * general/is_symmetric: Likewise. |
|
7293 * general/is_vector.m: Likewise. |
|
7294 * general/is_scalar.m: Likewise. |
|
7295 |
3196
|
7296 * general/length.m: Delete. |
|
7297 |
3191
|
7298 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7299 |
|
7300 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
7301 statistics/distributions/Makefile, statistics/models/Makefile, |
|
7302 and statistics/tests/Makefile to the list of files to create. |
|
7303 |
|
7304 * finance/Makefile.in, statistics/base/Makefile.in, |
|
7305 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
7306 statistics/tests/Makefile.in: New files. |
|
7307 * statistics/Makefile.in: Delete file lists. Now only handle |
|
7308 subdirectories. |
|
7309 * Makefile.in (SUBDIRS): Add finance. |
|
7310 |
|
7311 * Move the following files from statistics to statistics/base: |
|
7312 |
|
7313 corrcoef.m |
|
7314 kurtosis.m |
|
7315 mahalanobis.m |
|
7316 median.m |
|
7317 ols.m |
|
7318 skewness.m |
|
7319 std.m |
|
7320 |
|
7321 New files, from Kurt Hornik's octave-ci package: |
|
7322 |
|
7323 * finance (new directory): |
|
7324 |
|
7325 fv.m |
|
7326 fvl.m |
|
7327 irr.m |
|
7328 nper.m |
|
7329 npv.m |
|
7330 pmt.m |
|
7331 pv.m |
|
7332 pvl.m |
|
7333 rate.m |
|
7334 vol.m |
|
7335 |
|
7336 * linear-algebra/dmult.m |
|
7337 |
|
7338 * signal: |
|
7339 |
|
7340 arch_fit.m |
|
7341 arch_rnd.m |
|
7342 arch_test.m |
|
7343 arma_rnd.m |
|
7344 autocor.m |
|
7345 autocov.m |
|
7346 autoreg_matrix.m |
|
7347 bartlett.m |
|
7348 blackman.m |
|
7349 diffpara.m |
|
7350 durbinlevinson.m |
|
7351 fractdiff.m |
|
7352 hamming.m |
|
7353 hanning.m |
|
7354 hurst.m |
|
7355 periodogram.m |
|
7356 rectangle_lw.m |
|
7357 rectangle_sw.m |
|
7358 sinetone.m |
|
7359 sinewave.m |
|
7360 spectral_adf.m |
|
7361 spectral_xdf.m |
|
7362 spencer.m |
|
7363 stft.m |
|
7364 synthesis.m |
|
7365 triangle_lw.m |
|
7366 triangle_sw.m |
|
7367 yulewalker.m |
|
7368 |
|
7369 * statistics/base (new directory): |
|
7370 |
|
7371 center.m |
|
7372 cloglog.m |
|
7373 cor.m |
|
7374 cov.m |
|
7375 cut.m |
|
7376 iqr.m |
|
7377 kendall.m |
|
7378 logit.m |
|
7379 mean.m |
|
7380 meansq.m |
|
7381 moment.m |
|
7382 ppplot.m |
|
7383 probit.m |
|
7384 qqplot.m |
|
7385 range.m |
|
7386 ranks.m |
|
7387 run_count.m |
|
7388 spearman.m |
|
7389 statistics.m |
|
7390 studentize.m |
|
7391 table.m |
|
7392 values.m |
|
7393 var.m |
|
7394 |
|
7395 (Replaces cov.m and mean.m with new versions.) |
|
7396 |
|
7397 * statistics/distributions (new directory): |
|
7398 |
|
7399 beta_cdf.m |
|
7400 beta_inv.m |
|
7401 beta_pdf.m |
|
7402 beta_rnd.m |
|
7403 binomial_cdf.m |
|
7404 binomial_inv.m |
|
7405 binomial_pdf.m |
|
7406 binomial_rnd.m |
|
7407 cauchy_cdf.m |
|
7408 cauchy_inv.m |
|
7409 cauchy_pdf.m |
|
7410 cauchy_rnd.m |
|
7411 chisquare_cdf.m |
|
7412 chisquare_inv.m |
|
7413 chisquare_pdf.m |
|
7414 chisquare_rnd.m |
|
7415 discrete_cdf.m |
|
7416 discrete_inv.m |
|
7417 discrete_pdf.m |
|
7418 discrete_rnd.m |
|
7419 empirical_cdf.m |
|
7420 empirical_inv.m |
|
7421 empirical_pdf.m |
|
7422 empirical_rnd.m |
|
7423 exponential_cdf.m |
|
7424 exponential_inv.m |
|
7425 exponential_pdf.m |
|
7426 exponential_rnd.m |
|
7427 f_cdf.m |
|
7428 f_inv.m |
|
7429 f_pdf.m |
|
7430 f_rnd.m |
|
7431 gamma_cdf.m |
|
7432 gamma_inv.m |
|
7433 gamma_pdf.m |
|
7434 gamma_rnd.m |
|
7435 geometric_cdf.m |
|
7436 geometric_inv.m |
|
7437 geometric_pdf.m |
|
7438 geometric_rnd.m |
|
7439 hypergeometric_cdf.m |
|
7440 hypergeometric_inv.m |
|
7441 hypergeometric_pdf.m |
|
7442 hypergeometric_rnd.m |
|
7443 kolmogorov_smirnov_cdf.m |
|
7444 laplace_cdf.m |
|
7445 laplace_inv.m |
|
7446 laplace_pdf.m |
|
7447 laplace_rnd.m |
|
7448 logistic_cdf.m |
|
7449 logistic_inv.m |
|
7450 logistic_pdf.m |
|
7451 logistic_rnd.m |
|
7452 lognormal_cdf.m |
|
7453 lognormal_inv.m |
|
7454 lognormal_pdf.m |
|
7455 lognormal_rnd.m |
|
7456 normal_cdf.m |
|
7457 normal_inv.m |
|
7458 normal_pdf.m |
|
7459 normal_rnd.m |
|
7460 pascal_cdf.m |
|
7461 pascal_inv.m |
|
7462 pascal_pdf.m |
|
7463 pascal_rnd.m |
|
7464 poisson_cdf.m |
|
7465 poisson_inv.m |
|
7466 poisson_pdf.m |
|
7467 poisson_rnd.m |
|
7468 stdnormal_cdf.m |
|
7469 stdnormal_inv.m |
|
7470 stdnormal_pdf.m |
|
7471 stdnormal_rnd.m |
|
7472 t_cdf.m |
|
7473 t_inv.m |
|
7474 t_pdf.m |
|
7475 t_rnd.m |
|
7476 uniform_cdf.m |
|
7477 uniform_inv.m |
|
7478 uniform_pdf.m |
|
7479 uniform_rnd.m |
|
7480 weibull_cdf.m |
|
7481 weibull_inv.m |
|
7482 weibull_pdf.m |
|
7483 weibull_rnd.m |
|
7484 wiener_rnd.m |
|
7485 |
|
7486 * statistics/models (new directory): |
|
7487 |
|
7488 logistic_regression.m |
|
7489 logistic_regression_derivatives.m |
|
7490 logistic_regression_likelihood.m |
|
7491 |
|
7492 * statistics/tests (new directory): |
|
7493 |
|
7494 anova.m |
|
7495 bartlett_test.m |
|
7496 chisquare_test_homogeneity.m |
|
7497 chisquare_test_independence.m |
|
7498 cor_test.m |
|
7499 f_test_regression.m |
|
7500 hotelling_test.m |
|
7501 hotelling_test_2.m |
|
7502 kolmogorov_smirnov_test.m |
|
7503 kolmogorov_smirnov_test_2.m |
|
7504 kruskal_wallis_test.m |
|
7505 manova.m |
|
7506 mcnemar_test.m |
|
7507 prop_test_2.m |
|
7508 run_test.m |
|
7509 sign_test.m |
|
7510 t_test.m |
|
7511 t_test_2.m |
|
7512 t_test_regression.m |
|
7513 u_test.m |
|
7514 var_test.m |
|
7515 welch_test.m |
|
7516 wilcoxon_test.m |
|
7517 z_test.m |
|
7518 z_test_2.m |
|
7519 |
|
7520 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7521 |
|
7522 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
7523 compatibility and to avoid Y2K problems. |
|
7524 |
3190
|
7525 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7526 |
|
7527 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
7528 least-squares solution. |
|
7529 |
3180
|
7530 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7531 |
|
7532 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
7533 |
|
7534 * strings/strrep.m: Don't convert args to numeric values. |
|
7535 Prevent warnings for empty string args. |
|
7536 From Georg Thimm <thimm@idiap.ch>. |
|
7537 |
|
7538 * strings/strcat.m: Prevent warnings for empty string args. |
|
7539 |
|
7540 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7541 |
|
7542 * miscellaneous/menu.m: Remove special case for empty string |
|
7543 returned from input(). Add second arg to eval() to catch errors. |
|
7544 |
3178
|
7545 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7546 |
|
7547 * plot/__plt__.m: Don't call usleep. |
|
7548 |
3175
|
7549 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7550 |
|
7551 * linear-algebra/dot.m: New function. |
|
7552 |
|
7553 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
7554 compatibility. |
|
7555 |
|
7556 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7557 |
|
7558 * plot/hist.m: Also allow just one output argument. |
|
7559 |
|
7560 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7561 |
|
7562 * strings/deblank.m: Make it work if the string is only blanks. |
|
7563 |
|
7564 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7565 |
|
7566 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
7567 |
|
7568 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7569 |
|
7570 * plot/oneplot.m: Fix typo. |
|
7571 |
3174
|
7572 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7573 |
|
7574 * miscellaneous/flops.m: Allow a single argument too. |
|
7575 |
|
7576 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7577 |
|
7578 * strings/str2mat.m: Also handle case when there are no empty |
|
7579 strings correctly. |
|
7580 |
|
7581 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7582 |
|
7583 * strings/isletter.m: New function, for Matlab compatibility. |
|
7584 |
3168
|
7585 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7586 |
|
7587 * strings/str2mat.m: Handle string matrices too. |
|
7588 |
3167
|
7589 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7590 |
|
7591 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
7592 linear encoding. |
|
7593 |
|
7594 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
7595 audio/record.m: Open files in binary mode. |
|
7596 |
3164
|
7597 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7598 |
|
7599 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
7600 Move functionality of dump_1_pref here, but use built-in function |
|
7601 type to extract value, and put it inside try/catch block. |
|
7602 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
7603 |
3162
|
7604 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7605 |
|
7606 * plot/__pltopt1.m__: New file. |
|
7607 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
7608 __pltopt1__ multiple times and returning a string array with rows |
|
7609 corresponding to the rows of opt. |
|
7610 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
7611 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
7612 array. |
|
7613 |
|
7614 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7615 |
|
7616 * plot/mplot.m: Fix misspellings of global variables. |
|
7617 Don't call clearplot. |
|
7618 |
|
7619 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7620 |
|
7621 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
7622 "cle;rep" when going in ot multiplot mode. |
|
7623 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
7624 switching out of multiplot mode. |
|
7625 |
3156
|
7626 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
7627 |
3156
|
7628 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
7629 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
7630 |
3141
|
7631 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7632 |
|
7633 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
7634 |
|
7635 * miscellaneous/bug_report.m: Don't try to get smart with |
|
7636 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
7637 |
|
7638 * Makefile.in (install): Create separate ls-R files for |
|
7639 $(datadir) and $(libexecdir). |
|
7640 (uninstall): Remove both ls-R files. |
|
7641 |
3136
|
7642 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7643 |
|
7644 * signal/fftshift.m: New file. |
|
7645 |
|
7646 * plot/contour.m: Fix for non-square case. |
|
7647 |
|
7648 * general/randperm.m: New file. |
|
7649 |
|
7650 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7651 |
|
7652 * specfun/betai.m: Restore file for compatibility with previous |
|
7653 versions. Call betainc with reordered args. |
|
7654 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
7655 |
3131
|
7656 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7657 |
|
7658 * plot/contour.m: Handle discrete contour levels. |
|
7659 |
|
7660 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7661 |
|
7662 * control/lyap.m: For compatibility with Matlab, solve |
|
7663 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
7664 |
3124
|
7665 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7666 |
|
7667 * specfun/bessel.m: New file. |
|
7668 |
|
7669 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
7670 specfun/gammainc.m: Delete. |
|
7671 |
3106
|
7672 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7673 |
|
7674 * image/colormap.m: Initialize __current_color_map__ in global |
|
7675 statement. |
|
7676 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
7677 statement. |
|
7678 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
7679 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7680 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
7681 |
3103
|
7682 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7683 |
|
7684 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
7685 * time/toc.m: Likewise. |
|
7686 |
|
7687 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
7688 |
|
7689 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
7690 anything special for automatic_replot when in multiplot mode -- |
|
7691 recent 3.6beta releases handle this correctly. |
|
7692 |
|
7693 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
7694 setting the terminal type. |
|
7695 |
|
7696 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7697 plot/subwindow.m: Use leading and trailing underscores for |
|
7698 `private' globals. |
|
7699 |
|
7700 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
7701 |
3101
|
7702 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7703 |
|
7704 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
7705 |
3091
|
7706 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7707 |
3092
|
7708 * specfun/gammai.m: Avoid problems with whitespace when |
|
7709 constructing matrices. |
|
7710 |
3091
|
7711 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
7712 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
7713 original y vector. |
|
7714 |
3085
|
7715 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7716 |
|
7717 * linear-algebra/cross.m: Use direct formula instead of calling |
|
7718 det three times in a loop. If both args are column (row) vectors, |
|
7719 return a column (row) vector. If they don't match, pay attention |
|
7720 to the value of prefer_column_vectors. |
|
7721 |
5095
|
7722 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
7723 |
|
7724 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
7725 nonsymmetric matrices. |
|
7726 |
|
7727 * general/tril.m: Fix usage message. |
|
7728 |
|
7729 * polynomial/polyvalm.m: Fix error messages. |
|
7730 * polynomial/polyderiv.m: Likewise. |
|
7731 * polynomial/polyval.m: Likewise. |
|
7732 |
3081
|
7733 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7734 |
|
7735 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
7736 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
7737 |
3063
|
7738 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7739 |
|
7740 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
7741 |
5095
|
7742 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
7743 |
|
7744 * plot/__pltopt__.m: Handle key/legend names. |
|
7745 Correctly set colors, line styles, and point styles. |
|
7746 |
3061
|
7747 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7748 |
|
7749 * polynomial/polyfit.m: Return fit y values as second output. |
|
7750 Don't use QR factorization to solve least squares problem. |
|
7751 |
|
7752 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7753 |
|
7754 * control/dlqr.m: Use ao, not a, to compute k. |
|
7755 |
3024
|
7756 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7757 |
|
7758 * miscellaneous/path.m: New file. |
|
7759 |
2993
|
7760 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7761 |
|
7762 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
7763 name. |
|
7764 |
2968
|
7765 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7766 |
|
7767 * specfun/erfinv.m: Add missing semicolon. |
|
7768 |
2870
|
7769 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7770 |
|
7771 * miscellaneous/xor.m: Make type of return value logical. |
|
7772 |
2853
|
7773 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7774 |
|
7775 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
7776 warn_comma_in_global_decl. |
|
7777 |
2831
|
7778 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7779 |
|
7780 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
7781 octave-bug script. |
|
7782 |
2823
|
7783 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7784 |
2824
|
7785 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
7786 prefer_zero_one_indexing. |
|
7787 |
2823
|
7788 * general/logical.m: New file. |
|
7789 |
2816
|
7790 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7791 |
|
7792 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
7793 and is_vector(). |
|
7794 |
5095
|
7795 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
7796 |
|
7797 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
7798 Use tolerance of 2 * eps. |
|
7799 |
2811
|
7800 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7801 |
|
7802 * Makefile.in (install-strip): New target. |
|
7803 * audio/Makefile.in: Ditto. |
|
7804 * control/Makefile.in: Ditto. |
|
7805 * elfun/Makefile.in: Ditto. |
|
7806 * general/Makefile.in: Ditto. |
|
7807 * image/Makefile.in: Ditto. |
|
7808 * io/Makefile.in: Ditto. |
|
7809 * linear-algebra/Makefile.in: Ditto. |
|
7810 * miscellaneous/Makefile.in: Ditto. |
|
7811 * plot/Makefile.in: Ditto. |
|
7812 * polynomial/Makefile.in: Ditto. |
|
7813 * set/Makefile.in: Ditto. |
|
7814 * signal/Makefile.in: Ditto. |
|
7815 * specfun/Makefile.in: Ditto. |
|
7816 * special-matrix/Makefile.in: Ditto. |
|
7817 * startup/Makefile.in: Ditto. |
|
7818 * statistics/Makefile.in: Ditto. |
|
7819 * strings/Makefile.in: Ditto. |
|
7820 |
2809
|
7821 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7822 |
|
7823 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
7824 |
2798
|
7825 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7826 |
|
7827 * statistics/corrcoef.m: Make it actually work. |
|
7828 |
2795
|
7829 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7830 |
2798
|
7831 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
7832 |
2779
|
7833 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
7834 |
|
7835 * Version 2.0.5 released. |
|
7836 |
2745
|
7837 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7838 |
2749
|
7839 * Makefile.in (maintainer-clean): Also remove configure. |
|
7840 |
2746
|
7841 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
7842 |
2745
|
7843 * general/is_matrix.m: Return zero for empty matrices. |
|
7844 |
|
7845 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7846 |
|
7847 * linear-algebra/vech.m: Size result just once. |
|
7848 |
2726
|
7849 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7850 |
|
7851 * general/is_square.m: Handle empty matrices correctly. |
|
7852 * general/is_symmetric.m: Handle empty matrices and strings. |
|
7853 |
2716
|
7854 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7855 |
|
7856 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
7857 * polynomial/deconv.m: Likewise. |
|
7858 * polynomial/polyderiv.m: Likewise. |
|
7859 * polynomial/polyinteg.m: Likewise. |
|
7860 * polynomial/polyreduce.m: Likewise. |
|
7861 * polynomial/polyval.m: Likewise. |
|
7862 * polynomial/polyvalm.m: Likewise. |
|
7863 * general/postpad.m: Likewise. |
|
7864 * general/prepad.m: Likewise. |
|
7865 |
|
7866 * polynomial/compan.m: Check input with is_vector(), not |
|
7867 is_matrix(). Handle scalar case. |
|
7868 |
2711
|
7869 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7870 |
2715
|
7871 * plot/contour.m: Order data so that it is consistent with |
|
7872 meshgrid and mesh. |
|
7873 |
2711
|
7874 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
7875 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
7876 |
2709
|
7877 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
7878 |
|
7879 * Version 2.0.4 released. |
|
7880 |
2706
|
7881 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7882 |
2702
|
7883 * miscellaneous/paren.m: New file. |
|
7884 |
2693
|
7885 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
7886 |
|
7887 * Version 2.0.3 released. |
|
7888 |
2676
|
7889 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7890 |
|
7891 * image/saveimage.m: Only clip image data that is actually out of |
|
7892 range. |
|
7893 |
2667
|
7894 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7895 |
|
7896 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
7897 also be considered to be matrices. |
|
7898 |
|
7899 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
7900 |
|
7901 * general/isempty.m: Use size(), not rows() and columns(). |
|
7902 |
|
7903 * plot/contour.m: Convert set to gset. |
|
7904 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
7905 |
2663
|
7906 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7907 |
|
7908 * specfun/erfinv.m: Fix typo in last change. |
|
7909 |
2650
|
7910 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7911 |
|
7912 * image/loadimage.m: Make it possible to load files with image |
|
7913 data named X or img. |
|
7914 |
|
7915 * image/default.img: Change name of image from X to img to match |
|
7916 what saveimage does now. |
|
7917 |
|
7918 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
7919 does now. |
|
7920 |
2632
|
7921 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7922 |
2634
|
7923 * Version 2.0.2 released. |
|
7924 |
2632
|
7925 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
7926 weird missing-lines bug without creating extra plots unecessarily. |
|
7927 |
2624
|
7928 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7929 |
|
7930 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
7931 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
7932 io/Makefile.in, linear-algebra/Makefile.in, |
|
7933 miscellaneous/Makefile.in, plot/Makefile.in, |
|
7934 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
7935 specfun/Makefile.in, special-matrix/Makefile.in, |
|
7936 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
7937 time/Makefile.in (bin-dist): New target. |
|
7938 |
2621
|
7939 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7940 |
|
7941 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
7942 |
|
7943 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7944 |
|
7945 * miscellaneous/xor.m: Make it work. |
|
7946 |
2613
|
7947 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7948 |
|
7949 * plot/sombrero.m: Doc fix. |
|
7950 |
2602
|
7951 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7952 |
|
7953 * Version 2.0.1 released. |
|
7954 |
2601
|
7955 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7956 |
|
7957 * elfun/lcm.m: Replace missing if statement. |
|
7958 |
|
7959 * elfun/gcd.m: Report error if no input args. |
|
7960 * elfun/lcm.m: Likewise. |
|
7961 |
2597
|
7962 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7963 |
|
7964 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
7965 Also list contents of $libexecdir/octave in ls-R database. |
|
7966 |
2583
|
7967 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7968 |
|
7969 * Version 2.0 released. |
|
7970 |
2575
|
7971 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7972 |
|
7973 * Version 1.94. |
|
7974 |
2558
|
7975 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7976 |
|
7977 * strings/str2num.m: New file. |
|
7978 |
2554
|
7979 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7980 |
|
7981 * Version 1.93. |
|
7982 |
2540
|
7983 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7984 |
|
7985 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
7986 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
7987 linear-algebra/vech.m: New files from Kurt Hornik. |
|
7988 |
|
7989 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
7990 general/common_size.m: New files from Kurt Hornik. |
|
7991 |
|
7992 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
7993 New files from Kurt Hornik. |
|
7994 |
|
7995 * signal/detrend.m: New file from Kurt Hornik. |
|
7996 |
|
7997 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
7998 specfun/pow2.m, specfun/log2.m: |
|
7999 New files and updates from Kurt Hornik. |
|
8000 |
2523
|
8001 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8002 |
|
8003 * plot/__plt__.m: Add explicit replot after last command is |
|
8004 issued, to force all lines to be displayed. Hmm. |
|
8005 |
2512
|
8006 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8007 |
2520
|
8008 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
8009 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
8010 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
8011 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
8012 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
8013 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
8014 Uset gset, not set. |
|
8015 |
2512
|
8016 * Version 1.92. |
|
8017 |
2482
|
8018 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8019 |
2486
|
8020 * image/saveimage.m: When writing PostScript, name Octave as the |
|
8021 almighty Creator. Use single call to fprintf instead of looping. |
|
8022 |
|
8023 * image/Makefile.in: Delete references to octtopnm. |
|
8024 |
|
8025 * general/logspace.m: Doc fix. |
|
8026 |
2482
|
8027 * Version 1.91. |
|
8028 |
2458
|
8029 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8030 |
|
8031 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
8032 |
|
8033 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
8034 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
8035 deleted. |
|
8036 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
8037 of a system() command to delete the tmp file. |
|
8038 |
2452
|
8039 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8040 |
|
8041 * Version 1.90. |
|
8042 |
|
8043 * Makefile.in (DISTFILES): Add ChangeLog. |
|
8044 |
2360
|
8045 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8046 |
|
8047 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
8048 Don't check for string value of automatic_replot. |
|
8049 |
|
8050 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
8051 Temporarily set do_fortran_indexing to 1, not "true". |
|
8052 |
|
8053 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
8054 not "false". |
|
8055 |
|
8056 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
8057 "false". |
|
8058 |
2355
|
8059 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
8060 |
|
8061 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
8062 |
2330
|
8063 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8064 |
|
8065 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
8066 system command. |
|
8067 |
|
8068 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8069 |
|
8070 * __plr1__.m: Renamed from polar_int_1.m. |
|
8071 * __plr2__.m: Renamed from polar_int_2.m. |
|
8072 * __plr__.m: Renamed from polar_int.m. |
|
8073 * __plt1__.m: Renamed from plot_int_1.m. |
|
8074 * __plt2__.m: Renamed from plot_int_2.m. |
|
8075 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
8076 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
8077 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
8078 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
8079 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
8080 * __plt__.m: Renamed from plot_int.m. |
|
8081 * __pltopt__.m: Renamed from plot_opt.m. |
|
8082 Change all callers. |
|
8083 |
|
8084 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8085 |
|
8086 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
8087 comments like those found in Emacs lisp files. |
|
8088 |
|
8089 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8090 |
|
8091 * All .m files: Change comment style. |
|
8092 |
|
8093 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8094 |
|
8095 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
8096 subplot.m, subwindow.m, top_title.m: |
|
8097 Print error message if gnuplot_has_multiplot is not true. |
|
8098 |
|
8099 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8100 |
|
8101 * plot/figure.m: New function. |
|
8102 |
|
8103 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8104 |
|
8105 * strings/strrep.m: New function. |
|
8106 |
|
8107 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8108 |
|
8109 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
8110 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
8111 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
8112 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
8113 New functions from Kurt Hornik, heavily modified by jwe. |
|
8114 |
|
8115 * general/reshape.m: Allow strings to be reshaped too. |
|
8116 |
|
8117 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
8118 Always return a scalar. |
|
8119 |
|
8120 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8121 |
|
8122 * polynomial/polyfit.m: Make orientation of result compatible with |
|
8123 Matlab. |
|
8124 |
|
8125 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8126 |
|
8127 * polynomial/polyfit.m: Add missing close paren. |
|
8128 |
|
8129 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8130 |
|
8131 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
8132 |
|
8133 * io/scanf.m: Delete. |
|
8134 |
|
8135 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8136 |
|
8137 * statistics/median.m: Fix typo in usage message. |
|
8138 |
|
8139 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8140 |
|
8141 * miscellaneous/popen2.m: New file. |
|
8142 |
|
8143 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8144 |
|
8145 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
8146 |
|
8147 * io: New directory. |
|
8148 * Makefile.in (SUBDIRS): Add it to the list. |
|
8149 |
|
8150 * miscellaneous/flops.m: New file. |
|
8151 |
|
8152 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8153 |
|
8154 * miscellaneous/cputime.m: Return three arguments instead of a |
|
8155 vector, for compatibility with previous versions and with Matlab |
|
8156 (which only returns one scalar value). |
|
8157 |
|
8158 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
8159 |
|
8160 * general/triu.m: Compute lower bound on loop index correctly. |
|
8161 * general/tril.m: Likewise, for upper bound. |
|
8162 |
|
8163 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8164 |
|
8165 * image/saveimage.m: For color images, make sure indices into |
|
8166 temporary colormap and result matrix have proper orientation. |
|
8167 Set grey flag correctly. |
|
8168 |
|
8169 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8170 |
|
8171 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
8172 jrv@vanzandt.mv.com). |
|
8173 |
|
8174 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8175 |
|
8176 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
8177 * mesh.m: Transpose Z if only one arg. |
|
8178 Handle case of all three args being matrices (from Jim Van Zandt |
|
8179 jrv@vanzandt.mv.com). |
|
8180 * meshdom.m: Undo previous change. |
|
8181 |
|
8182 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8183 |
|
8184 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
8185 |
|
8186 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8187 |
|
8188 * audio: New directory of files from Kurt Hornik and Andreas |
|
8189 Weingessel. |
|
8190 * audio/Makefile.in: New file. |
|
8191 * Makefile.in (SUBDIRS): Add audio to the list. |
|
8192 |
|
8193 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8194 |
|
8195 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
8196 |
|
8197 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8198 |
|
8199 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
8200 columns (z), not the other way around. |
|
8201 * plot/meshdom.m: Don't reverse order of elements in y. |
|
8202 |
|
8203 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8204 |
|
8205 * plot/axis.m: Return current axis if nargin == 0. |
|
8206 |
|
8207 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8208 |
|
8209 * polynomial/roots.m: Updates from Kurt Hornik. |
|
8210 |
|
8211 * polynomial/polyder.m: New file. |
|
8212 |
|
8213 * polynomial/polyderiv.m: Give return value and arg different names. |
|
8214 |
|
8215 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8216 |
|
8217 * specfun/betainc.m: New file. |
|
8218 * specfun/gammainc.m: New file. |
|
8219 |
|
8220 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8221 |
|
8222 * general/strerror.m: New file. |
|
8223 * general/perror.m: Implement using strerror(). |
|
8224 |
|
8225 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8226 |
|
8227 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
8228 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
8229 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
8230 |
|
8231 * image/saveimage.m: Round img values first. |
|
8232 |
|
8233 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8234 |
|
8235 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
8236 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
8237 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
8238 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
8239 special-matrix/hankel.m special-matrix/toeplitz.m |
|
8240 tuwien/strfun/split.m: Add missing semicolons. |
|
8241 |
|
8242 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
8243 |
|
8244 * image/Makefile.in: Don't build or install octtoppm. |
|
8245 |
|
8246 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
6653
|
8247 routines so that people who don't have the pbm stuff installed |
2330
|
8248 can still use this function. |
|
8249 |
|
8250 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8251 |
|
8252 * image/saveimage.m: Better error checking, clean up a bit. |
|
8253 |
|
8254 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8255 |
|
8256 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
8257 avoid conflict with new built-in text-style function more. |
|
8258 |
|
8259 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
8260 |
|
8261 * startup/Makefile.in (install): Also install octaverc in |
|
8262 $localfcnfiledir/startup/octavrc. |
|
8263 |
|
8264 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8265 |
|
8266 * mkinstalldirs: New file. |
|
8267 * Makefile.in (DISTFILES): Add it to the list. |
|
8268 |
|
8269 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
8270 |
|
8271 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8272 |
|
8273 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
8274 r(1) != c(nr), not if r(1) != c(1). |
|
8275 |
|
8276 * signal/filter.m: Doc fix. |
|
8277 |
|
8278 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8279 |
|
8280 * miscellaneous/cputime.m: Use new resource structure names (no |
|
8281 ru_ or tv_ prefixes). |
|
8282 |
|
8283 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8284 |
|
8285 * time/ctime.m: Fix doc string and usage message. |
|
8286 |
|
8287 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8288 |
|
8289 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
8290 |
|
8291 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8292 |
|
8293 * control/c2d.m: Make function work for any value of |
|
8294 whitespace_in_literal_matrix. |
|
8295 * control/dare.m: Likewise. |
|
8296 * control/tzero.m: Likewise. |
|
8297 * elfun/gcd.m: Likewise. |
|
8298 * elfun/lcm.m: Likewise. |
|
8299 * general/postpad.m: Likewise. |
|
8300 * general/prepad.m: Likewise. |
|
8301 * linear-algebra/kron.m: Likewise. |
|
8302 * miscellaneous/etime.m: Likewise. |
|
8303 * polynomial/conv.m: Likewise. |
|
8304 * polynomial/deconv.m: Likewise. |
|
8305 * polynomial/poly.m: Likewise. |
|
8306 * polynomial/roots.m: Likewise. |
|
8307 * signal/filter.m: Likewise. |
|
8308 * signal/freqz.m: Likewise. |
|
8309 * signal/fftfilt.m: Likewise. |
|
8310 |
|
8311 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8312 |
|
8313 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
8314 |
|
8315 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8316 |
|
8317 * plot/polar_int_2.m: Add missing semicolons. |
|
8318 Set theta = theta', not rho'. |
|
8319 |
|
8320 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8321 |
|
8322 * polynomial/roots.m: Make it work for any value of |
|
8323 whitespace_in_literal_matrix. |
|
8324 |
|
8325 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8326 |
|
8327 * configure.in: New file. |
|
8328 |
|
8329 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8330 |
|
8331 * control/lyap.m: Add missing semicolon. |
|
8332 |
|
8333 * miscellaneous/cputime.m: New function file. |
|
8334 |
|
8335 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8336 |
|
8337 * time: New directory. |
|
8338 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
8339 New function files. |
|
8340 * time/Makefile.in: New file. |
|
8341 * Makefile.in (SUBDIRS): Add time. |
|
8342 |
|
8343 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8344 |
|
8345 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
8346 |
|
8347 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8348 |
|
8349 * plot/plot_int_1.m: Transpose data with .', not '. |
|
8350 |
|
8351 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8352 |
|
8353 * Makefile.in (install uninstall clean mostlyclean distclean |
|
8354 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
8355 |
|
8356 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8357 |
|
8358 * Makefile.in (install): Create ls-R database file. |
|
8359 (uninstall): Delete it. |
|
8360 |
|
8361 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8362 |
5378
|
8363 * image/saveimage.m: Fix typo. |
2330
|
8364 |
|
8365 See ChangeLog.1 in the top level directory for earlier changes. |