7060
|
1 2007-10-24 John W. Eaton <jwe@octave.org> |
|
2 |
7061
|
3 * image/saveimage.m: Use functional form of save instead of eval. |
|
4 Use -text instead of -ascii. |
|
5 |
7060
|
6 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
|
7 |
7054
|
8 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
|
9 |
|
10 * plot/legend.m: Also extract location string from varargin (lost |
|
11 when 2007-10-08 patch was applied). |
|
12 |
7049
|
13 2007-10-23 David Bateman <dbateman@free.fr> |
|
14 |
|
15 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, |
|
16 miscellaneous/what.m: New functions |
|
17 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new |
|
18 functions. |
|
19 |
7045
|
20 2007-10-22 David Bateman <dbateman@free.fr> |
|
21 |
|
22 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. |
|
23 * miscellaneous/Makefile.in (SOURCES): remove cputim.m |
|
24 * time/Makefile.in (SOURCES): Remov tic.m and toc.m |
|
25 |
7042
|
26 2007-10-19 Kai Habel <kai.habel@gmx.de> |
|
27 |
|
28 * plot/contourf.m: New function. |
|
29 * plot/Makefile.in (SOURCES): Add it to the list. |
|
30 |
7040
|
31 2007-10-19 John W. Eaton <jwe@octave.org> |
|
32 |
|
33 * plot/subplot.m: Doc fix. |
|
34 |
7039
|
35 2007-10-19 David Bateman <dbateman@free.fr> |
|
36 |
7041
|
37 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039
|
38 |
7037
|
39 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
|
40 |
|
41 * plot/print.m: Handle -textspecial and -textnormal flags for fig |
|
42 output. |
|
43 |
7031
|
44 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
|
45 |
|
46 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, |
|
47 statistics/models/logistic_regression.m, polynomial/polygcd.m, |
|
48 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, |
|
49 control/system/syssetsignals.m, control/base/lqg.m, |
|
50 strings/str2double.m, control/system/sysscale.m, |
|
51 control/hinf/hinfdemo.m, general/cplxpair.m: |
|
52 Make help text fit on pages when using smallbook. |
|
53 |
7028
|
54 2007-10-15 David Bateman <dbateman@free.fr> |
|
55 |
7032
|
56 * plot/print.m: Call drawnow before printing to ensure the plot is |
|
57 on the screen. |
|
58 |
7028
|
59 * testfun/test.m: In error/warning blocks test for an error before |
|
60 a warning to avoid unexpected failures. |
|
61 |
7027
|
62 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
|
63 |
|
64 * testfun/assert.m: Correct documentation of absolution versus |
|
65 relative error tolerance and add tests. |
|
66 |
7024
|
67 2007-10-14 David Bateman <dbateman@free.fr> |
|
68 |
|
69 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in |
|
70 src directory. |
|
71 * plot/Makefile.in (SOURCES): Add fill.m. |
|
72 |
7020
|
73 2007-10-13 David Bateman <dbateman@free.fr> |
|
74 |
|
75 * plot/__patch__.m: Allow multiple patches to be defined and |
|
76 return a single patch object. Allow Faces/Vertices form of |
|
77 patch. Flag failure so the patch can call print_usage. |
|
78 * plot/patch.m: Update help string for Faces/Vertices |
|
79 call. Respect the fail flag returned by __patch__. Add demo code |
|
80 that tests the functionality of patch. |
|
81 * plot/__go_draw_axes__.m: Treat an array of patches in a single |
|
82 patch object. |
|
83 * plot/fill.m: New function. |
|
84 |
7016
|
85 2007-10-12 John W. Eaton <jwe@octave.org> |
|
86 |
|
87 * Change copyright notices in all files that are part of Octave to |
|
88 GPLv3 or any later version. |
|
89 |
7012
|
90 2007-10-11 John W. Eaton <jwe@octave.org> |
|
91 |
|
92 * plot/__go_draw_axes__.m (get_axis_limits): |
|
93 Return lim = [] if logscale and no positive values. |
|
94 (__go_draw_axes__): Skip plotting if computed axis limits are empty. |
|
95 Set initial min and min positive values to Inf, max values to -Inf. |
|
96 (get_data_limits): Correctly handle xminp when no positive values |
|
97 are found. |
|
98 |
7011
|
99 2007-10-11 Ben Abbott <bpabbott@mac.com> |
|
100 |
|
101 * polynomial/residue.m: New optional input for pole multiplicity. |
|
102 Doc fix. Fix tests. |
|
103 |
7010
|
104 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
105 |
|
106 * toplev.cc (Foctave_config_info): Add field "mac". |
|
107 |
|
108 * miscellaneous/ismac.m: New function. |
|
109 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
|
110 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. |
|
111 |
7009
|
112 2007-10-11 Arno Onken <asnelt@asnelt.org> |
|
113 |
|
114 * statistics/distributions/hygernd.m: Allow size to be specified |
|
115 as a scalar. Handle three argument case. Allow T, M, and N to be |
|
116 scalars or matrices of a common size. |
|
117 |
7007
|
118 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
|
119 |
|
120 * control/csrefcard.lt, control/system/is_detectable.m, |
|
121 control/system/sysgroup.m, geometry/voronoin.m, |
|
122 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, |
|
123 statistics/base/mode.m, statistics/distributions/betarnd.m, |
|
124 statistics/distributions/binornd.m, |
|
125 statistics/distributions/cauchy_rnd.m, |
|
126 statistics/distributions/chi2rnd.m, |
|
127 statistics/distributions/discrete_rnd.m, |
|
128 statistics/distributions/exprnd.m, |
|
129 statistics/distributions/frnd.m, |
|
130 statistics/distributions/gamrnd.m, |
|
131 statistics/distributions/geornd.m, |
|
132 statistics/distributions/laplace_rnd.m, |
|
133 statistics/distributions/logistic_rnd.m, |
|
134 statistics/distributions/lognrnd.m, |
|
135 statistics/distributions/nbinrnd.m, |
|
136 statistics/distributions/normrnd.m, |
|
137 statistics/distributions/poissrnd.m, |
|
138 statistics/distributions/stdnormal_rnd.m, |
|
139 statistics/distributions/trnd.m, |
|
140 statistics/distributions/unifrnd.m, |
|
141 statistics/distributions/wblrnd.m: Spelling fixes. |
|
142 |
7005
|
143 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
144 |
|
145 * time/tic.m: New optional output value. |
|
146 |
|
147 * general/int2str.m: Doc fix. |
|
148 |
7002
|
149 2007-10-10 Arno Onken <asnelt@asnelt.org> |
|
150 |
|
151 * statistics/distributions/hygecdf.m, |
|
152 statistics/distributions/hygeinv.m, |
|
153 statistics/distributions/hygepdf.m, |
|
154 statistics/distributions/hygernd.m: |
|
155 Swap order of T and M args for compatibility. |
|
156 |
7001
|
157 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
|
158 |
|
159 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, |
|
160 control/system/buildssic.m, control/system/c2d.m, |
|
161 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, |
|
162 control/system/ss2sys.m, control/system/ss2tf.m, |
|
163 control/system/syscont.m, control/system/sysdimensions.m, |
|
164 control/system/sysdisc.m, control/system/sysmult.m, |
|
165 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, |
|
166 finance/fv.m, general/cumtrapz.m, general/gradient.m, |
|
167 general/interp1.m, general/interp2.m, general/interp3.m, |
|
168 general/interpft.m, general/interpn.m, general/polyarea.m, |
|
169 general/rat.m, general/structfun.m, general/trapz.m, |
|
170 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, |
|
171 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, |
|
172 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, |
|
173 plot/plot3.m, plot/stem.m, polynomial/deconv.m, |
|
174 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, |
|
175 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, |
|
176 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, |
|
177 statistics/base/meansq.m, statistics/base/var.m, |
|
178 statistics/tests/chisquare_test_independence.m, |
|
179 statistics/tests/t_test.m, statistics/tests/u_test.m, |
|
180 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, |
|
181 testfun/test.m: Spelling fixes. |
|
182 |
6998
|
183 2007-10-10 Ben Abbott <bpabbott@mac.com> |
|
184 |
|
185 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). |
|
186 |
6997
|
187 2007-10-10 John W. Eaton <jwe@octave.org> |
|
188 |
|
189 * general/num2str.m: Always allow for sign for automatically |
|
190 computed format widths. |
|
191 |
6988
|
192 2007-10-09 David Bateman <dbateman@free.fr> |
|
193 |
|
194 * plot/patch.m: Accept a handle as the first argument. |
|
195 |
6987
|
196 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
|
197 |
7010
|
198 * general/repmat.m: Handle sparse input. Add tests. |
6987
|
199 |
6985
|
200 2007-10-09 John W. Eaton <jwe@octave.org> |
|
201 |
|
202 * audio/wavwrite.m: Accept arguments in compatible order. |
|
203 |
6979
|
204 2007-10-08 David Bateman <dbateman@free.fr> |
|
205 |
|
206 * general/interp2.m: Relax test for values outside the grid to |
|
207 allow monotonically decreasing abscissa as well. |
|
208 |
6978
|
209 2007-10-08 Ben Abbott <bpabbott@mac.com> |
|
210 |
|
211 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity |
|
212 as output parameter. |
|
213 |
6977
|
214 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
|
215 |
|
216 * plot/__go_draw_axes__.m, plot/legend.m: |
|
217 Handle compatible position specifiers as strings. |
|
218 |
6975
|
219 2007-10-08 John Swensen <jpswensen@comcast.net> |
|
220 |
|
221 * general/num2str.m: Eliminate extra whitespace in output. |
|
222 * strings/strtrim.m: New function. |
|
223 * strings/Makefile.in (SOURCES): Add it to the list. |
|
224 |
6968
|
225 2007-10-06 John W. Eaton <jwe@octave.org> |
|
226 |
|
227 * polynomial/residue.m: New test from test/test_poly.m. |
|
228 |
6967
|
229 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
|
230 |
|
231 * image/saveimage.m: Handle saving color images without a colormap. |
|
232 * image/__img_via_file__.m: Add missing semicolon. |
|
233 |
|
234 2007-10-06 Bill Denney <wsloand@gmail.com> |
|
235 |
7010
|
236 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967
|
237 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
|
238 |
6965
|
239 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
|
240 |
|
241 * plot/print.m: Handle svg output type. Accept new -S option to |
|
242 specify size for PNG and SVG output types. |
|
243 |
|
244 2007-10-05 Ben Abbott <bpabbott@mac.com> |
6964
|
245 |
|
246 * polynomial/mpoles.m: New function. |
|
247 * polynomial/residue.m: Modified to behave in reciprocal |
|
248 manner. No longer compute 4th output, "e". No longer accept |
|
249 tolerance input. Explicitly set tolerance parameter to 0.001. |
|
250 Respect maximum relative difference in poles when determining |
|
251 their multiplicity. Use mpoles to determine the multiplicity of |
|
252 poles. |
|
253 |
6963
|
254 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
|
255 |
|
256 * plot/__go_draw_axes__.m: Add cbrange to the plot stream |
|
257 for surface plots. |
|
258 |
6962
|
259 2007-10-05 John W. Eaton <jwe@octave.org> |
|
260 |
|
261 * plot/__next_line_color__.m: Get color_rotation from axes |
|
262 colororder property. |
|
263 |
6953
|
264 2007-10-03 John W. Eaton <jwe@octave.org> |
|
265 |
6955
|
266 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
|
267 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". |
|
268 |
6953
|
269 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
|
270 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate |
|
271 special for __vnorm__. |
|
272 |
6951
|
273 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
|
274 |
6952
|
275 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951
|
276 |
6950
|
277 2007-10-03 David Bateman <dbateman@free.fr> |
|
278 |
|
279 * pkg/pkg.m (is_architecture_dependent): New function to identify |
|
280 if a file is architecture dependent based on a list of file |
|
281 extensions. |
|
282 (configure_make): Simplify the search for architecture dependent |
|
283 files based on this function. |
|
284 (load_pakages_and_dependencies): Also look for bin directory in |
|
285 the architecture dependent directory. |
|
286 |
6947
|
287 2007-10-03 John W. Eaton <jwe@octave.org> |
|
288 |
|
289 * miscellaneous/dir.m: Create empty struct with field names. |
|
290 Include datenum in struct. |
|
291 |
6943
|
292 2007-10-02 David Bateman <dbateman@free.fr> |
|
293 |
|
294 * miscellaneous/ls.m: If nargout return string array of files |
|
295 returned by ls. |
|
296 |
6942
|
297 2007-10-01 John W. Eaton <jwe@octave.org> |
|
298 |
|
299 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting |
|
300 range values. |
|
301 |
6937
|
302 2007-10-01 David Bateman <dbateman@free.fr> |
|
303 |
7010
|
304 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938
|
305 speed with small vectors. |
6937
|
306 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
|
307 rather than OCTAVE_HOME(). |
|
308 |
6935
|
309 2007-09-30 Ben Abbott <bpabbott@mac.com> |
|
310 |
|
311 * plot/findobj.m: New function. |
|
312 * plot/Makefile.m (SOURCES): Add it to SOURCES. |
|
313 |
6925
|
314 2007-09-26 David Bateman <dbateman@free.fr> |
|
315 |
|
316 * pkg/pkg.m: Add second argument to setting for prefix for |
|
317 architecture dependent files. Use throughout. |
|
318 (pkg:issuperuser): New function, use through to check for |
|
319 root user. |
|
320 (pkg:getarchprefix): function to give the archiecture dependent |
|
321 prefix for a package. |
|
322 (pkg:getarchdir): New function giving location of architetcure |
|
323 dependent directory. Use through out. |
|
324 (pkg:install): Treat architecture dependent directory separately |
|
325 as in might not be a sub-directory of the package directory. |
|
326 (pkg:uninstall): ditto. |
|
327 (pkg:create_pkgadddel): Check for global or local install for |
|
328 architecture dependent directory. |
|
329 (pkg:finish_installation): ditto. |
|
330 (pkg:write_INDEX): ditto. |
|
331 (pkg:load_packages_and_dependencies): ditto. |
|
332 (pkg:copy_files): ditto. Add step to copy architecture dependent |
|
333 files to a new location if user is root. |
|
334 (pkg:rm_rf): Check if file or directory exists before removing. |
|
335 (pkg:dirempty): Check if directory exists before checking. |
|
336 |
|
337 * plot/___patch__.m: Allow face colors to be passed as strings |
|
338 |
|
339 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" |
|
340 needed for calls to "hold" without an argument. |
|
341 |
6920
|
342 2007-09-21 John W. Eaton <jwe@octave.org> |
|
343 |
6921
|
344 * optimization/sqp.m: Fix typo. |
|
345 |
6920
|
346 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
|
347 |
6919
|
348 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
|
349 |
|
350 * control/hinf/h2norm: Compute d*d', not d'*d. |
|
351 |
6918
|
352 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
|
353 |
|
354 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, |
|
355 unidpdf.m and unidinv.m |
|
356 |
6914
|
357 2007-09-18 John W. Eaton <jwe@octave.org> |
|
358 |
|
359 * plot/__go_draw_axes__.m: Use %.15g throughout. |
|
360 (do_tics_1): Set numeric axes formats to "%.15g". |
|
361 |
6912
|
362 2007-09-18 David Bateman <dbateman@free.fr> |
|
363 |
|
364 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead |
|
365 of %g when writing data. |
|
366 |
6908
|
367 2007-09-17 John W. Eaton <jwe@octave.org> |
|
368 |
|
369 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. |
|
370 |
6903
|
371 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
|
372 |
|
373 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for |
|
374 noninteger N with N-K < 1. |
|
375 |
6901
|
376 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
377 |
|
378 * strings/index.m: Correct for strings differing after the third |
|
379 position (bug reported by Maude Martin). |
|
380 |
6895
|
381 2007-09-13 John W. Eaton <jwe@octave.org> |
|
382 |
|
383 * plot/__default_colormap__.m: Delete. |
|
384 * plot/Makefile (SOURCES): Remove from the list. |
|
385 |
6898
|
386 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
|
387 |
|
388 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. |
|
389 |
6885
|
390 2007-09-10 David Bateman <dbateman@free.fr> |
|
391 |
|
392 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but |
|
393 limit the selection of colors in the same way as for lines. |
|
394 * plot/__patch__.m: Allow matrix arguments with one patch per |
|
395 column. |
|
396 * plot/__bar__.m: Adapt to use "patch". |
|
397 |
6870
|
398 2007-09-06 John W. Eaton <jwe@octave.org> |
|
399 |
|
400 * plot/drawnow.m (drawnow): New arg, debug_file. |
|
401 (init_plot_stream): Split from open_plot_stream. |
|
402 * plot/print.m: Accept -debug=FILE argument. |
|
403 |
6868
|
404 2007-09-06 David Bateman <dbateman@free.fr> |
|
405 |
7010
|
406 * general/celldisp.m: New function. |
|
407 * general/Makefile.in (SOURCES): Add celldisp.m. |
|
408 * miscellaneous/swapbytes.m: New function. |
|
409 * miscellaneous/gzip.m: New function. |
|
410 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. |
6868
|
411 |
6863
|
412 2007-09-05 David Bateman <dbateman@free.fr> |
|
413 |
7010
|
414 * general/structfun.m: New function. |
|
415 * general/Makefile.in (SOURCES): Add it to sources. |
|
416 * miscellaneous/run.m: New function. |
|
417 * miscellaneous/Makefile.in (SOURCES): Add it to sources. |
|
418 * statistics/base/mode.m: New function. |
|
419 * statistics/base//Makefile.in (SOURCES): Add it to sources. |
6863
|
420 |
6862
|
421 2007-09-05 John W. Eaton <jwe@octave.org> |
|
422 |
|
423 * miscellaneous/orderfields.m: Use numel instead of length. |
|
424 |
|
425 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> |
|
426 |
|
427 * miscellaneous/orderfields.m: Handle empty structs. |
|
428 |
6861
|
429 2007-09-05 John W. Eaton <jwe@octave.org> |
|
430 |
|
431 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with |
|
432 DATA_IDX. |
|
433 |
|
434 2007-09-04 David Bateman <dbateman@free.fr> |
|
435 |
|
436 * general/isdir.m: Return a logical value. |
|
437 |
6859
|
438 2007-09-04 David Bateman <dbateman@free.fr> |
|
439 |
|
440 * statistics/distributions/chi2pdf.m, |
|
441 statistics/distributions/chi2cdf.m, |
|
442 statistics/distributions/chi2inv.m: Modifiy the call to the gamma |
|
443 distribution functions to account for inverse of scale factor in |
|
444 gamma functions. |
|
445 |
6857
|
446 2007-09-01 John W. Eaton <jwe@octave.org> |
|
447 |
|
448 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. |
|
449 |
6853
|
450 2007-09-01 David Bateman <dbateman@free.fr> |
|
451 |
|
452 * polynomial/polyint.m: New function like polyinteg but with |
|
453 explicit integration constant. |
|
454 * polynomial/polyinteg.m: Remove. |
|
455 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove |
|
456 polyinteg.m. |
|
457 * deprecated/polyinteg.m: Move version here. |
|
458 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. |
|
459 |
6852
|
460 * geometry/voronoi.m: Add large box around data to get a good |
|
461 approximation of the rays to infinity. |
|
462 |
6851
|
463 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
|
464 |
|
465 * plot/axes.m: Allow parent to be specified when creating axes |
|
466 objects. Support non-figure parents. |
|
467 |
|
468 2007-08-31 John W. Eaton <jwe@octave.org> |
|
469 |
|
470 * plot/ancestor.m: New function, adapted from Octave Forge. |
|
471 |
6850
|
472 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
|
473 |
7010
|
474 * polynomial/polygcd.m: Better layout of example. |
|
475 * polynomial/compan.m: Remove unnecessary check. |
|
476 * polynomial/roots.m: Added example to help text. |
|
477 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. |
|
478 * polynomial/poly.m: Added example to help text. |
6850
|
479 |
6848
|
480 2007-08-30 John W. Eaton <jwe@octave.org> |
|
481 |
|
482 * optimization/qp.m: Increase maxit to 200. |
|
483 |
6847
|
484 2007-08-30 David Bateman <dbateman@free.fr> |
|
485 |
|
486 * geometry/inpolygon.m: New file. |
|
487 * geometry/Makefile.in (SOURCES): Add inpolygon.m. |
|
488 |
6843
|
489 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
|
490 |
|
491 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. |
|
492 |
6829
|
493 2007-08-24 David Bateman <dbateman@free.fr> |
|
494 |
|
495 * plot/__go_draw_axes__.m: Treat text color property. |
|
496 |
6828
|
497 2007-08-24 John W. Eaton <jwe@octave.org> |
|
498 |
|
499 * plot/subplot.m, plot/plot.m, plot/grid.m: |
|
500 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. |
|
501 |
|
502 * miscellaneous/movefile.m: Separate second and third args and |
|
503 use p1 and p2, not f1 and f2 when constructing arguments for |
|
504 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. |
|
505 |
6825
|
506 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
|
507 |
|
508 * set/intersect.m: Make it work with cell arrays of strings. |
|
509 |
6823
|
510 2007-08-24 David Bateman <dbateman@free.fr> |
|
511 |
7010
|
512 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823
|
513 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
|
514 functions ported from octave-forge. |
7010
|
515 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823
|
516 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
|
517 geometry/triplot.m, geometry/tsearchn.m: |
|
518 New functions. |
7010
|
519 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
|
520 * geometry/Makefile.in (SOURCES): Add functions above. |
|
521 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. |
6823
|
522 |
6820
|
523 2007-08-23 John W. Eaton <jwe@octave.org> |
|
524 |
|
525 * pkg/pkg.m: Avoid using installed_packages for both function and |
|
526 variable name. |
|
527 |
|
528 2007-08-23 David Bateman <dbateman@free.fr> |
|
529 |
|
530 * plot/plot.m: Allow first arg to be axes handle. |
|
531 |
6818
|
532 2007-08-22 David Bateman <dbateman@free.fr> |
|
533 |
|
534 * control/base/nichols.m: Correct for misnamed variable, and ensure |
|
535 outputs are returned only if requested. |
|
536 |
|
537 2007-08-22 Donald Parsons <dparsons@brightdsl.net> |
|
538 |
|
539 * control/base/nichols.m: Fix typo. |
|
540 |
6813
|
541 2007-08-13 John W. Eaton <jwe@octave.org> |
|
542 |
|
543 * plot/meshgrid.m: Use repmat instead of multiplication. |
|
544 |
6809
|
545 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
|
546 |
|
547 * plot/__go_draw_axes__.m: Add axes position to the usingclause, |
|
548 use axes position in each appropriate gnuplot set statement. |
|
549 |
6808
|
550 2007-08-10 John W. Eaton <jwe@octave.org> |
|
551 |
|
552 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. |
|
553 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
554 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
555 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. |
|
556 |
6807
|
557 2007-08-10 Kai Habel <kai.habel@gmx.de> |
|
558 |
|
559 * plot/patch.m, plot/__patch__.m: New files. |
|
560 * plot/Makefile.in (SOURCES): Add them to the list. |
|
561 |
|
562 2007-08-07 John W. Eaton <jwe@octave.org> |
|
563 |
|
564 * path/savepath.m: Use single quotes for argument to PATH command |
|
565 that is inserted in file. |
|
566 |
6805
|
567 2007-07-27 John W. Eaton <jwe@octave.org> |
|
568 |
|
569 * plot/drawnow.m: Only set default value for term if GNUTERM is |
|
570 not set in the environment. |
|
571 |
6796
|
572 2007-07-25 David Bateman <dbateman@free.fr> |
|
573 |
|
574 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
575 control/base/Makefile.in, control/hinf/Makefile.in, |
|
576 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
577 control/util/Makefile.in, deprecated/Makefile.in, |
|
578 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
579 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
580 miscellaneous/Makefile.in, optimizaton/Makefile.in, |
|
581 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
582 polynomial/Makefile.in, quaternion/Makefile.in, |
|
583 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, |
|
584 specfun/Makefile.in, special-matrix/Makefile.in, |
|
585 startup/Makefile.in, statistics/Makefile.in, |
|
586 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
587 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
588 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
589 Adjust DISTFILES to allow out of tree "make dist" to work. |
|
590 |
6795
|
591 2007-07-25 John W. Eaton <jwe@octave.org> |
|
592 |
|
593 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. |
|
594 |
6793
|
595 2007-07-24 David Bateman <dbateman@free.fr> |
|
596 |
|
597 * image/flag.m: New colormap function. |
|
598 * images/Makefile.in: Include it in SOURCES. |
|
599 |
|
600 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
601 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
602 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
603 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. |
|
604 * image/gray.m, image/ocean.m: Use the same means of finding the |
|
605 number of colormap elements as the other colormap functions. |
|
606 |
6790
|
607 2007-07-24 Kai Habel <kai.habel@gmx.de> |
|
608 |
|
609 * plot/__go_draw_axes__.m: Handle patch. |
|
610 |
6788
|
611 2007-07-23 David Bateman <dbateman@free.fr> |
|
612 |
|
613 * general/rat.m: New function for ration approximation imported |
|
614 from octave-forge. |
|
615 * general/del2.m: New function for discrete laplacian operator. |
|
616 * general/Makefile.in: Include rat.m and del2.m in SOURCES. |
|
617 |
|
618 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
619 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
620 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
621 image/winter.m, image/brighten.m: Port image functions from |
|
622 octave-forge. |
|
623 * image/Makefile.in: Add ported functions to SOURCES. |
|
624 * image/gray.m, image/ocean.m: Don't set the colormap for |
|
625 compatibility with matlab. |
|
626 |
|
627 * plot/meshc.m, plot/peaks.m: Port plotting function from |
|
628 octave-forge |
|
629 * plot/Makefile.in: Add ported functions to SOURCES. |
|
630 * plot/__go_draw_axes__.m: Set the palette for the surfaces if |
|
631 using gnuplot 4.2 or greater. |
|
632 |
6785
|
633 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
|
634 |
|
635 * general/cart2sph.m: Fix unbalanced paranthesis. |
|
636 |
6781
|
637 2007-07-19 David Bateman <dbateman@free.fr> |
|
638 |
|
639 * plot/fplot.m: More compatible version. |
|
640 |
6780
|
641 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
|
642 |
|
643 * plot/clf.m: Check for valid handle before deleting. |
|
644 |
|
645 * plot/figure.m: Pass "figure" property/value pairs directly to |
|
646 __go_figure__ instead of using regular "set" call. |
|
647 |
6779
|
648 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
|
649 |
|
650 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal |
|
651 type for gnuplot. |
|
652 |
6778
|
653 2007-07-18 John W. Eaton <jwe@octave.org> |
|
654 |
|
655 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to |
|
656 gnuplot for each set of axes. |
|
657 |
6777
|
658 2007-07-18 David Bateman <dbateman@free.fr> |
|
659 |
6778
|
660 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
|
661 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, |
|
662 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, |
|
663 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: |
|
664 Use standard scale factor rather than one on the scale factor for |
|
665 compatibility. |
|
666 |
|
667 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, |
|
668 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
|
669 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
670 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: |
|
671 Preserve backward compatibility. |
6777
|
672 |
6776
|
673 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
|
674 |
|
675 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp |
|
676 to avoid issues with regexp special characters in the path strings. |
|
677 |
6770
|
678 2007-07-06 David Bateman <dbateman@free.fr> |
|
679 |
6778
|
680 * general/accumarray.m: New function to create an array by |
|
681 accumulating the elements. |
6770
|
682 |
6768
|
683 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
|
684 |
|
685 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. |
|
686 (fdjac): Set nx outside of if block. |
|
687 (cf_ub_lb, cigrad_ub_lb): New subfunctons. |
|
688 |
6765
|
689 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
690 |
|
691 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. |
|
692 |
|
693 * plot/axis.m: Also set "visible" property when setting axes to |
|
694 on/off. |
|
695 |
6762
|
696 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
|
697 |
|
698 * image/colormap.m: Only return colormap if nargout > 0. |
|
699 Mark as command. |
|
700 |
6758
|
701 2007-06-25 John W. Eaton <jwe@octave.org> |
|
702 |
|
703 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of |
|
704 strcmp for selected property comparisons. |
|
705 |
6756
|
706 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
|
707 |
6778
|
708 * image/imshow.m: Fix check for colormap arguments. |
6756
|
709 |
6754
|
710 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
|
711 |
|
712 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. |
|
713 |
6756
|
714 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754
|
715 |
6778
|
716 * statistics/base/median.m: Update help text to mention 'dim' |
6754
|
717 argument, and note that the data should be sorted for the |
|
718 definition of the median to be correct. |
|
719 |
6778
|
720 * statistics/base/std.m: Add missing square to definition of |
6754
|
721 standard deviation. |
|
722 |
6778
|
723 * statistics/base/cov.m: Add definition of covariance to the help text. |
|
724 |
|
725 * statistics/base/kurtosis.m, statistics/base/skewness.m, |
6754
|
726 statistics/base/std.m: |
|
727 Note that \bar{x} is the mean value of x in the help text. |
|
728 |
6778
|
729 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754
|
730 coefficient to the help text. |
|
731 |
6778
|
732 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
|
733 |
|
734 * statistics/base/var.m: Put N in @math in help text. |
|
735 |
|
736 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
6754
|
737 statistics/tests/kolmogorov_smirnov_test.m: |
|
738 Write about possible values of 'dist' in help text. |
|
739 |
6778
|
740 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754
|
741 Add definition of correlation to the help text. |
|
742 |
6778
|
743 * statistics/base/logit.m, statistics/base/kendall.m, |
|
744 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, |
6754
|
745 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
|
746 TeXification of help text. |
|
747 |
|
748 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. |
|
749 |
|
750 * statistics/tests/var_test.m, statistics/tests/welch_test.m: |
|
751 Add missing @var's to help text. |
|
752 |
|
753 * statistics/models/logistic_regression.m: Fix typos in help text. |
|
754 |
|
755 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part |
|
756 of help text. |
|
757 |
|
758 * statistics/distributions/unidinv.m: Add a missing 'discrete' to |
|
759 help text. |
|
760 |
|
761 * statistics/distributions/unidpdf.m, |
|
762 statistics/distributions/discrete_pdf.m: |
|
763 Replace 'pDF' with 'PDF' in help text. |
|
764 |
6753
|
765 2007-06-25 John W. Eaton <jwe@octave.org> |
|
766 |
|
767 * strings/substr.m: Use offset consistently in code and doc string. |
|
768 From Rafael Laboissiere <rafael@debian.org>. |
|
769 |
6752
|
770 2007-06-25 Pete Gustafson <petegus@umich.edu> |
|
771 |
6778
|
772 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752
|
773 |
6751
|
774 2007-06-25 John W. Eaton <jwe@octave.org> |
|
775 |
|
776 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. |
|
777 Recycle tic labels if necessary. From Juhani Saastamoinen |
|
778 <juhani@cs.joensuu.fi>. |
|
779 |
6748
|
780 2007-06-20 John W. Eaton <jwe@octave.org> |
|
781 |
6749
|
782 * strings/index.m: Allow strings to be empty. |
|
783 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> |
|
784 |
6748
|
785 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
|
786 |
6747
|
787 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
|
788 |
|
789 * sparse/pcg.m: Allow the preconditioner to be passed as two |
|
790 separate matrices. |
|
791 |
6746
|
792 2007-06-19 David Bateman <dbateman@free.fr> |
|
793 |
|
794 * plot/axis.m: Prefer to use legend rather than the older Octave |
|
795 only ";;" legend syntax. |
|
796 * polynomial/mkpp.m: ditto. |
|
797 * polynomial/pchip.m: ditto. |
|
798 * signal/freqz_plot.m: ditto. |
|
799 * sparse/gplot.m: ditto. |
|
800 * sparse/treeplot.m: ditto. |
|
801 |
6745
|
802 2007-06-19 John W. Eaton <jwe@octave.org> |
|
803 |
|
804 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. |
|
805 (__go_draw_axes__): Call do_tics to handle tic marks. |
|
806 |
6742
|
807 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
808 |
6778
|
809 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742
|
810 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
|
811 to check for NA. |
|
812 |
6741
|
813 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
814 |
6778
|
815 * optimization/glpk.m: TeXified the help text. |
|
816 * optimization/qp.m: TeXified the help text. |
|
817 * optimization/sqp.m: TeXified the help text. |
6741
|
818 |
6740
|
819 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
|
820 |
6778
|
821 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740
|
822 |
6738
|
823 2007-06-15 John W. Eaton <jwe@octave.org> |
|
824 |
|
825 * plot/__go_draw_axes__.m: Only attempt label rotation if |
|
826 have_newer_gnuplot is true. |
|
827 |
6736
|
828 2007-06-15 Pete Gustafson <petegus@umich.edu> |
|
829 |
6778
|
830 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
|
831 * plot/__axis_label__.m Assign ylabel default rotation property |
6737
|
832 to 90, all others 0. |
|
833 |
6778
|
834 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
|
835 * plot/__go_draw_axes__.m: Removed undefined tx from call to |
6736
|
836 get_data_limits. |
6778
|
837 * plot/__plotopt1__.m: Intercept and strip format string when |
6736
|
838 called by __errplot__. |
|
839 |
6730
|
840 2007-06-15 John W. Eaton <jwe@octave.org> |
|
841 |
|
842 * testfun/test.m: Also return number of expected failures. |
|
843 |
6724
|
844 2007-06-14 John W. Eaton <jwe@octave.org> |
|
845 |
6730
|
846 * set/ismember.m: Mark two tests known to fail with xtest. |
|
847 |
6724
|
848 * plot/__go_draw_axes__.m: Handle text rotation property. |
|
849 |
6728
|
850 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
|
851 |
|
852 * testfun/test.m: Add xtest support for tests known to fail. |
|
853 |
6727
|
854 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
|
855 |
|
856 * plot/print.m: Handle pstex, pslatex, epslatex, and |
|
857 epslatexstandalone terminals. |
|
858 |
6721
|
859 2007-06-14 David Bateman <dbateman@free.fr> |
|
860 |
|
861 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, |
|
862 as permutation of results was incorrect. |
|
863 * general/interp1.m: Add demo on second derivative |
|
864 * general/interpn.m: Convert "y" to vectors for __splinen__ |
6722
|
865 call. Add 3D demo. Fix typos |
|
866 * general/interp3.m: Fix typos. Correct permutation for use of |
|
867 interpn. |
6721
|
868 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
|
869 |
6717
|
870 2007-06-13 John W. Eaton <jwe@octave.org> |
|
871 |
|
872 * miscellaneous/mkoctfile.m: Quote args too. |
6712
|
873 |
6706
|
874 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
|
875 |
|
876 * miscellaneous/mkoctfile.m: Quote script name for call to system. |
|
877 |
6704
|
878 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
|
879 |
|
880 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". |
|
881 Set have_linestyle to true if two character linestyle is found. |
|
882 |
6702
|
883 2007-06-12 David Bateman <dbateman@free.fr> |
|
884 |
6717
|
885 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
|
886 and interpn.m. |
|
887 |
|
888 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in |
|
889 structure before using it. |
|
890 |
|
891 2007-06-12 David Bateman <dbateman@free.fr> |
|
892 |
6704
|
893 * general/interp1.m: Change examples to use new graphics interface. |
6702
|
894 * general/__splinen__.m: New support function for N-dimensional |
|
895 spline interpolation. |
|
896 * general/bicubic.m: Allow definition of extrapolation |
|
897 value. Adapt tests to use new graphics interface |
|
898 * general/interp2.m: Call __splinen__ for 2-D spline |
|
899 interpolation. Make the lookup table code only be called for |
|
900 linear and nearest methods. |
|
901 * general/interpn.m: New function for N-dimensional, linear, nearest |
|
902 and spline interpolation. |
|
903 * general/interp3.m: New function for 3-dimensional, linear, nearest |
|
904 and spline interpolation. |
6704
|
905 * polynomial/spline.m: Change examples to use new graphics interface. |
6702
|
906 |
6701
|
907 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
|
908 |
|
909 * statistics/tests/wilcoxon_test.m: Error if N <= 25. |
|
910 |
6699
|
911 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
|
912 |
|
913 * plot/fplot.m: If function is inline, vectorize it. |
|
914 |
6698
|
915 2007-06-10 David Bateman <dbateman@free.fr> |
|
916 |
|
917 * pkg/pkg.m (pkg:installed_packages): truncate start of package |
|
918 directory if need to, so that it fits on a line. |
|
919 |
6695
|
920 2007-06-07 David Bateman <dbateman@free.fr> |
|
921 |
|
922 * pkg/pkg.m (pkg): For rebuild target, force package order in |
|
923 saved file so that dependent packages are loaded first, and if |
|
924 nargout==0 don't return any arguments. |
|
925 (pkg:install): Only load packages that are marked autoload after |
|
926 install. Various fixes. Save in order. |
|
927 (pkg:uninstall): Save in order |
|
928 (pkg:load_packages): Use load_package_and_dependencies to load |
|
929 packages. |
|
930 (pkg:save_order): New function to sort package list with dependent |
|
931 packages first. |
|
932 (pkg:load_packages_and_dependencies): New function to load both a |
|
933 list of packages and their dependencies. |
|
934 (pkg:load_package_dirs): New function that returns a vector of the |
|
935 indexes into the installed package list indicating the packages to |
|
936 load and the order to load them in to respect the dependencies. |
|
937 |
6688
|
938 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
|
939 |
|
940 * plot/axes.m: Eliminate redundant else clause. |
|
941 |
6686
|
942 2007-06-03 David Bateman <dbateman@free.fr> |
|
943 |
|
944 * polynomial/spline.m: Add a small tolerance to spline tests. |
6687
|
945 * pkg/pkg.m: Protect against multiple actions being define. |
|
946 |
6683
|
947 2007-06-01 David Bateman <dbateman@free.fr> |
|
948 |
|
949 * pkg.m (pkg:is_superuser): Remove function used in one place and |
|
950 incorporate into main pkg function. |
|
951 (pkg:install): Check for existence of files to install before |
|
952 globbing and warn the user if they don't exist. |
|
953 |
6675
|
954 2007-05-31 David Bateman <dbateman@free.fr> |
|
955 |
6679
|
956 * miscellaneous/copyfile.m: Split copying of multiple files to a |
|
957 directory over several copy command to limit the line length. |
|
958 * miscellaneous/movefile.m: Ditto. |
|
959 |
6675
|
960 * pkg.m: Add build option to allow binary Octave packages to be |
|
961 built from source packages. Probe absolute path of prefix, global |
|
962 and local lists. Use strcat, rather that [] for strings. |
|
963 (pkg:build): New function to binary binary package. |
|
964 (pkg:absolute_pathname): Use fileattrib to probe absolute path. |
|
965 (pkg:repackage): Package binary Octave package from installation. |
|
966 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives |
|
967 from m-files into main installation directory. |
|
968 (pkg:shell): Suppress verbose messages from shell and only display |
|
969 them with the verbose flag. |
|
970 (pkg:installed_packages): Also include the loaded flag in the |
|
971 local and global packages. |
|
972 (pkg:uninstall): On uninstall, only rmpath the package if it is |
|
973 flagged as loaded. |
|
974 |
|
975 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> |
|
976 |
|
977 * pkg.m (pkg:load_packages): Correctly load a mix of packages |
|
978 with and without architecture dependent directories. |
|
979 (pkg:installed_packages): Probe the global_list file even if it is |
|
980 the same as the local_list. |
|
981 |
6669
|
982 2007-05-29 John W. Eaton <jwe@octave.org> |
|
983 |
|
984 * sparse/spy.m: Set axis to "ij" mode. |
|
985 |
6664
|
986 2007-05-24 John W. Eaton <jwe@octave.org> |
|
987 |
|
988 * set/ismember.m: Quote first arg of "fail" tests. |
|
989 |
6663
|
990 2007-05-24 David Bateman <dbateman@free.fr> |
|
991 |
6778
|
992 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663
|
993 |
6655
|
994 2007-05-22 David Bateman <dbateman@free.fr> |
|
995 |
|
996 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than |
|
997 error(lasterr()(8:end)). |
|
998 (pkg:install): Warning for empty packages being removed. Suppress |
|
999 spurious output. Warning rather than error for uninstalling a |
|
1000 package that is not installed to avoid RPM issue. |
|
1001 (pkg:configure_make): Fix for parsing of src/FILES. Don't create |
|
1002 inst or architecture dependent directory if it exists. |
|
1003 |
6653
|
1004 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1005 |
|
1006 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, |
|
1007 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, |
|
1008 signal/freqz.m: Fix typos. |
|
1009 |
6645
|
1010 2007-05-21 David Bateman <dbateman@free.fr> |
|
1011 |
|
1012 * pkg/pkg.m: Add rebuild target, and -local, -global option to |
|
1013 force installation location. |
|
1014 (rebuild): New subfunction to rebuild package database from |
|
1015 installed packages. Also allows changing of autoload status |
|
1016 (install): Warn use if attempting to install from non existent |
|
1017 file. |
|
1018 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
|
1019 "USER", "root"))' for root test. |
|
1020 |
|
1021 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> |
|
1022 |
|
1023 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms |
|
1024 and replace "\" characters with "/". |
|
1025 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
|
1026 characters with "/" throughout. |
|
1027 (shell): New subfunction that wraps system and is careful with the |
|
1028 shell on windows platforms. |
|
1029 (configure_make): Explictly pass complier etc to configure |
|
1030 process. |
|
1031 (issuperuser): Force default to global install for Windows machines. |
|
1032 |
6636
|
1033 2007-05-19 Kristan Onu |
|
1034 |
|
1035 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. |
|
1036 |
6634
|
1037 2007-05-18 David Bateman <dbateman@free.fr> |
|
1038 |
|
1039 * pkg/pkg.m (install): More verbosity. |
|
1040 (configure_make): Ditto. |
|
1041 (create_pkgadddel): Install in architecture dependent directory if |
|
1042 it exists to address issues with autoload/mfilename. |
|
1043 (write_INDEX): Check in archiecture dependent directories as well. |
|
1044 |
6633
|
1045 2007-05-17 David Bateman <dbateman@free.fr> |
|
1046 |
|
1047 * plot/hbar.m: Remove. |
|
1048 * plot/barh.m: and move it here. |
|
1049 |
6631
|
1050 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
|
1051 |
|
1052 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
1053 |
6629
|
1054 2007-05-16 John W. Eaton <jwe@octave.org> |
|
1055 |
|
1056 * general/logspace.m: Return second arg if fewer than two values |
|
1057 are requested. |
|
1058 |
6619
|
1059 2007-05-14 John W. Eaton <jwe@octave.org> |
|
1060 |
|
1061 * plot/__go_draw_figure__.m: Ensure that a reset commands starts |
|
1062 on a new line. |
|
1063 |
6617
|
1064 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
|
1065 |
|
1066 * statistics/distributions/norminv.m, |
|
1067 statistics/distributions/norminv.m, |
|
1068 statistics/distributions/normpdf.m, |
|
1069 statistics/distributions/normrnd.m: |
|
1070 Use standard deviation, not variance. |
|
1071 * statistics/distributions/lognpdf.m: Adapt to change in norminv. |
|
1072 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. |
|
1073 * deprecated/normal_cdf.m, deprecated/normal_inv.m, |
|
1074 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve |
|
1075 backward compatibility. |
|
1076 |
6616
|
1077 2007-05-14 David Bateman <dbateman@free.fr> |
|
1078 |
|
1079 * pkg/pkg.m: Mark loaded packages with "*". |
|
1080 |
6615
|
1081 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
|
1082 |
|
1083 * miscellaneous/single.m: Doc fix. |
|
1084 Convert to double instead of returning argument unchanged. |
|
1085 |
|
1086 * miscellaneous/doc.m: Doc fix. |
|
1087 |
|
1088 * miscellaneous/ver.m: Doc fix. |
|
1089 Don't display information about Octave Forge. |
|
1090 |
6614
|
1091 2007-05-12 David Bateman <dbateman@free.fr> |
|
1092 |
|
1093 * pkg/pkg.m: Add a "-verbose" option that allows all output of an |
|
1094 install to be printed. An error in the on_uninstall script causes |
|
1095 a failure to uninstall. Place oct- and mex-files in an |
|
1096 architecture dependent directory. |
|
1097 |
6611
|
1098 2007-05-09 John W. Eaton <jwe@octave.org> |
|
1099 |
|
1100 * plot/__go_draw_axes__.m: Break plot command over multiple lines. |
|
1101 |
6609
|
1102 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1103 |
|
1104 * statistics/distributions/normcdf.m: Use standard deviation |
|
1105 instead of variance for compatibility. |
|
1106 |
|
1107 2007-05-08 John W. Eaton <jwe@octave.org> |
|
1108 |
|
1109 |
|
1110 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). |
|
1111 |
|
1112 * set/ismember.m: Always return logical values. |
|
1113 |
|
1114 * set/ismember.m: Return early if no matches are found. New tests. |
6749
|
1115 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609
|
1116 |
|
1117 * general/__isequal__.m: Allow numeric values of different classes |
|
1118 to compare equal. |
|
1119 |
6606
|
1120 2007-05-07 David Bateman <dbateman@free.fr> |
|
1121 |
6607
|
1122 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
|
1123 compatiable, accepting LineSpec and markersize arguments. |
6606
|
1124 |
6605
|
1125 2007-05-02 John W. Eaton <jwe@octave.org> |
|
1126 |
|
1127 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. |
|
1128 |
6604
|
1129 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1130 |
|
1131 * contour.m: Rewrite help string. |
|
1132 |
6599
|
1133 2007-04-28 John W. Eaton <jwe@octave.org> |
|
1134 |
|
1135 * miscellaneous/unzip.m, miscellaneous/untar.m, |
|
1136 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: |
|
1137 Special case nargout == 0. |
|
1138 |
6597
|
1139 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
|
1140 |
|
1141 * general/sub2ind.m: Handle empty input, add tests. |
|
1142 |
6590
|
1143 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1144 |
|
1145 * plot/contourc.m: Doc fix. |
|
1146 |
6586
|
1147 2007-04-26 David Bateman <dbateman@free.fr> |
|
1148 |
|
1149 * plot/hist.m: Partially remove previous patch. |
|
1150 |
6582
|
1151 2007-04-26 David Bateman <dbateman@free.fr> |
|
1152 |
|
1153 * plot/hist.m: Support returning of handle |
|
1154 * plot/__bar__.m: __pltopt__ should only be called on strings or |
|
1155 cells. |
|
1156 |
6575
|
1157 2007-04-25 John W. Eaton <jwe@octave.org> |
|
1158 |
6579
|
1159 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
|
1160 "title \"\"", not "". |
|
1161 |
6575
|
1162 * plot/legend.m: Initialize WARNED to false. |
|
1163 |
6567
|
1164 2007-04-24 John W. Eaton <jwe@octave.org> |
|
1165 |
|
1166 * io/beep.m: Fix cut and paste error. |
|
1167 From S�ren Hauberg <soren@hauberg.org>. |
|
1168 |
|
1169 2007-04-23 John W. Eaton <jwe@octave.org> |
|
1170 |
|
1171 * plot/box.m: Delete extra endfunction keyword. |
|
1172 |
6560
|
1173 2007-04-23 David Bateman <dbateman@free.fr> |
|
1174 |
|
1175 * plot/plot3.m: Call newplot. |
|
1176 |
6553
|
1177 2007-04-20 John W. Eaton <jwe@octave.org> |
|
1178 |
|
1179 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. |
|
1180 |
6546
|
1181 2007-04-19 John W. Eaton <jwe@octave.org> |
|
1182 |
|
1183 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of |
|
1184 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1185 |
6544
|
1186 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1187 |
|
1188 * control/util/axis2dlim.m: Delete extraneous line. |
|
1189 |
6542
|
1190 2007-04-18 John W. Eaton <jwe@octave.org> |
|
1191 |
|
1192 * specfun/factorial.m: Increase tolerance in large value test. |
|
1193 |
6540
|
1194 2007-04-18 David Bateman <dbateman@free.fr> |
|
1195 |
|
1196 * __bar__.m: New support function for bar/hbar to support graphic |
|
1197 handles, and additional arguments. |
|
1198 * bar.m: Convert to use __bar__. |
|
1199 * hbar.m: New function |
|
1200 * hist.m: Explicitly set the width of the bar plot. |
|
1201 |
6533
|
1202 2007-04-17 John W. Eaton <jwe@octave.org> |
|
1203 |
6534
|
1204 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
|
1205 |
6533
|
1206 * set/ismember.m: New tests. |
|
1207 From David Grohmann <grohmann@arlut.utexas.edu> |
|
1208 |
6532
|
1209 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
|
1210 |
|
1211 * specfun/factorial.m: Use gamma function instead of cumprod. |
|
1212 Add tests. |
|
1213 |
6527
|
1214 2007-04-16 John W. Eaton <jwe@octave.org> |
|
1215 |
6528
|
1216 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
|
1217 looks_like_copyright in src/help.cc. |
|
1218 From S�ren Hauberg <soren@hauberg.org>. |
|
1219 |
6527
|
1220 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
|
1221 |
6526
|
1222 2007-04-13 John W. Eaton <jwe@octave.org> |
|
1223 |
6527
|
1224 * optimization/sqp.m: Initialize info to 0. |
|
1225 |
6526
|
1226 * optimization/qp.m: Undo previous change. |
|
1227 |
6524
|
1228 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1229 |
|
1230 * spdiags.m: Fixed the four-argument case to work for columns of |
|
1231 length one. |
|
1232 |
6523
|
1233 2007-04-12 John W. Eaton <jwe@octave.org> |
|
1234 |
|
1235 * optimization/qp.m: Avoid Octave indexing bug. |
|
1236 |
6521
|
1237 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
|
1238 |
6522
|
1239 * miscellaneous/menu.m, control/base/bddemo.m, |
|
1240 control/hinf/dgkfdemo.m, control/system/packedform.m, |
|
1241 control/system/sysrepdemo.m: |
|
1242 Adapt to page_screen_output as a function. |
6521
|
1243 |
6518
|
1244 2007-04-11 John W. Eaton <jwe@octave.org> |
|
1245 |
|
1246 * miscellaneous/not.m: Delete. |
|
1247 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. |
|
1248 |
|
1249 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1250 |
|
1251 * control/util/axis2dlim.m: Try harder to handle min and max vals |
|
1252 that are close but not exactly equal. |
|
1253 |
6515
|
1254 2007-04-11 David Bateman <dbateman@free.fr> |
|
1255 |
|
1256 * general/bitcmp.m: Make it work again. |
|
1257 |
6512
|
1258 2007-04-10 John W. Eaton <jwe@octave.org> |
|
1259 |
|
1260 * plot/__go_draw_axes__.m: Try harder to handle min and max vals |
|
1261 that are close but not exactly equal. |
|
1262 |
6511
|
1263 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
|
1264 |
|
1265 * plot/stem.m: Add back the baseline line and let it be not adjustable |
|
1266 in response to a change in x limits for now. |
|
1267 |
6510
|
1268 2007-04-09 John W. Eaton <jwe@octave.org> |
|
1269 |
|
1270 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. |
|
1271 (__go_draw_axes__): Use it to write data to plot stream. |
|
1272 |
6509
|
1273 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1274 |
|
1275 * plot/stem.m: Fix typos in doc string. Fix typo in call to |
|
1276 zeros. Set markerfacecolor property in call to plot. |
|
1277 |
6508
|
1278 2007-04-06 John W. Eaton <jwe@octave.org> |
|
1279 |
|
1280 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. |
|
1281 |
|
1282 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1283 |
|
1284 * plot/stem.m: Use plot instead of a series of calls to line. |
|
1285 |
6494
|
1286 2007-04-05 John W. Eaton <jwe@octave.org> |
|
1287 |
6499
|
1288 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
|
1289 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, |
|
1290 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
1291 sparse/spstats.m, sparse/treeplot.m: Style fixes. |
|
1292 |
6496
|
1293 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500
|
1294 Use strcmpi instead of strcmp+tolower. |
6496
|
1295 Style fixes. |
|
1296 |
6494
|
1297 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
|
1298 Plotting fixes. Style fixes. |
|
1299 |
|
1300 * testfun/test.m: Use "strcat (...)" instead of "[...]". |
|
1301 Style fixes. |
|
1302 |
|
1303 * testfun/fail.m: No need to check for evalin and lastwarn. |
|
1304 Style fixes. |
|
1305 |
|
1306 * testfun/demo.m, testfun/example.m: Style fixes. |
|
1307 Use "strcat (...)" instead of "[...]". |
|
1308 Use format specifiers in calls to warning. |
|
1309 |
|
1310 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". |
|
1311 Use "strcat (...)" instead of "[...]". |
|
1312 Use "x(end)" instead of "x(length (x))". |
|
1313 Check NA before NaN. |
|
1314 Style fixes. |
|
1315 |
6473
|
1316 2007-03-29 John W. Eaton <jwe@octave.org> |
|
1317 |
6474
|
1318 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473
|
1319 |
6467
|
1320 2007-03-27 John W. Eaton <jwe@octave.org> |
|
1321 |
|
1322 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1323 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1324 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1325 control/util/Makefile.in, deprecated/Makefile.in, |
|
1326 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1327 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1328 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1329 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1330 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1331 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1332 special-matrix/Makefile.in, startup/Makefile.in, |
|
1333 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1334 statistics/distributions/Makefile.in, |
|
1335 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1336 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1337 Use ln instead of $(LN_S) in dist target. |
|
1338 |
6465
|
1339 2007-03-27 David Bateman <dbateman@free.fr> |
|
1340 |
|
1341 * plot/__go_draw_axes__.m: Allow linewidth settings to work with |
|
1342 gnuplot 4.0. |
|
1343 |
6464
|
1344 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1345 |
|
1346 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. |
|
1347 |
6461
|
1348 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1349 |
|
1350 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via |
|
1351 plot stream and using binary data. |
|
1352 |
6459
|
1353 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1354 |
|
1355 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1356 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1357 plot/__plt2vv__.m: Accept properties in addtition to options struct. |
|
1358 |
|
1359 2007-03-26 David Bateman <dbateman@free.fr> |
|
1360 |
6461
|
1361 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
|
1362 |
6459
|
1363 * plot/plot3.m: Handle line properties. |
|
1364 * plot/plot.m: Update docstring. |
|
1365 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. |
|
1366 * plot/__plt__.m: Also gather properties. |
|
1367 |
6455
|
1368 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
|
1369 |
|
1370 * testfun/assert.m: Delete special check for empty objects. |
|
1371 Add test. |
|
1372 |
6453
|
1373 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1374 |
6454
|
1375 * plot/drawnow.m: Exit early if call is recursive. |
|
1376 |
6453
|
1377 * plot/__go_draw_axes__.m (get_data_limits): New function. |
|
1378 Check for Inf too. |
|
1379 (__go_draw_axes__): Use get_data_limits. |
|
1380 |
6450
|
1381 2007-03-24 John W. Eaton <jwe@octave.org> |
|
1382 |
6451
|
1383 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
|
1384 send terminal setting command with title option to plot stream. |
|
1385 |
6450
|
1386 * plot/legend.m: Correctly increment index into list of children.. |
|
1387 |
6434
|
1388 2007-03-23 John W. Eaton <jwe@octave.org> |
|
1389 |
6448
|
1390 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
|
1391 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, |
|
1392 control/base/nyquist.m, control/base/nichols.m, |
|
1393 control/base/frdemo.m, signal/freqz_plot.m, |
|
1394 control/base/__stepimp__.m, control/base/bode.m, |
|
1395 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, |
|
1396 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: |
6447
|
1397 Update plotting code. |
|
1398 |
|
1399 * control/base/bode.m: Unwrap phase angle. |
|
1400 |
|
1401 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. |
|
1402 |
|
1403 * plot/axis.m: Don't check automatic_replot, or call replot. |
|
1404 |
|
1405 * quaternion/demoquat.m: Delete comments with obsolete plotting |
|
1406 commands. |
6446
|
1407 |
6442
|
1408 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444
|
1409 Handle numeric color specs. |
6442
|
1410 * plot/plot.m: Remove "-@" and "@" from docstring. |
|
1411 |
6441
|
1412 * plot/orient.m: Fix tests to avoid creating a plot window. |
|
1413 |
6440
|
1414 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
1415 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
1416 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, |
|
1417 general/arrayfun.m, miscellaneous/compare_versions.m, |
|
1418 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, |
|
1419 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, |
|
1420 polynomial/pchip.m: Fix copyright notice, correct FSF address. |
|
1421 |
6438
|
1422 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
|
1423 plot, not just multiplots. |
|
1424 |
6436
|
1425 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
|
1426 |
6434
|
1427 * plot/contour.m: Don't call drawnow. |
|
1428 |
6431
|
1429 2007-03-22 John W. Eaton <jwe@octave.org> |
|
1430 |
6432
|
1431 * plot/drawnow.m: Check and optionally, set, the __modified__ |
|
1432 property of each figure. |
|
1433 |
6431
|
1434 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
|
1435 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1436 |
|
1437 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1438 |
|
1439 * linear-algebra/null.m: Set elements of retval with magnitudes |
|
1440 less than eps to 0. |
|
1441 |
6429
|
1442 2007-03-21 David Bateman <dbateman@free.fr> |
6425
|
1443 |
|
1444 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. |
6429
|
1445 * testfun/speed.m: Documentation and example fix. |
|
1446 |
6424
|
1447 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1448 |
|
1449 * plot/subplot.m: If we find an existing subplot region, set |
|
1450 it to be the "currentaxes" property for the current figure. |
6425
|
1451 Delete old axes objects if the new axes object overlaps the old. |
6424
|
1452 |
6422
|
1453 2007-03-20 David Bateman <dbateman@free.fr> |
|
1454 |
|
1455 * general/Makefile.in: Include arrayfun.m in SOURCES. |
|
1456 |
|
1457 2007-03-20 Bill Denney <denney@seas.upenn.edu> |
|
1458 |
|
1459 * general/arrayfun.m: New function. |
|
1460 |
6418
|
1461 2007-03-20 John W. Eaton <jwe@octave.org> |
|
1462 |
6419
|
1463 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
|
1464 * plot/text.m: Call __request_drawnow__ after creating text objects. |
|
1465 |
|
1466 * plot/clf.m: Don't call drawnow. |
|
1467 |
6431
|
1468 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419
|
1469 |
6420
|
1470 * image/__img__.m: Maybe set yaxis to reverse for images. |
|
1471 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for |
|
1472 images. |
|
1473 |
6418
|
1474 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419
|
1475 instead of global. Only register __go_close_all__ with atexit if |
|
1476 the plot stream is successfully opened. |
6418
|
1477 |
6413
|
1478 2007-03-15 John W. Eaton <jwe@octave.org> |
|
1479 |
6418
|
1480 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413
|
1481 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1482 |
|
1483 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1484 |
|
1485 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. |
6415
|
1486 Use numeric line types. |
6413
|
1487 |
|
1488 * control/base/rlocus.m: Add asymptotes to the plot. Use wider |
6415
|
1489 lines and larger markers. Remove key titles from line type |
|
1490 properties. |
6413
|
1491 |
6405
|
1492 2007-03-14 John W. Eaton <jwe@octave.org> |
|
1493 |
6412
|
1494 * plot/__axis_label__.m: Accept additional property-value pairs |
|
1495 and pass them to __go_text__. Simply return the handle obtained |
|
1496 from __go_text__ instead of calling get on the current axis. |
|
1497 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. |
|
1498 Allow for extra property value pairs to be passed along. |
|
1499 * plot/title.m: Implement with __axis_label__ since it does all |
|
1500 that title needs to do. |
|
1501 |
6410
|
1502 * plot/clf.m: Set currentaxes property for current figure to []. |
|
1503 |
6405
|
1504 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
|
1505 |
|
1506 * plot/__plt__.m: Return line handles from all calls to __plt1__ |
|
1507 and __plt2__, not just the last. |
|
1508 |
|
1509 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. |
|
1510 (SOURCES_IN, GEN_M): Delete. |
|
1511 (FCN_FILES): Don't include $(GEN_M). |
|
1512 (all): Don't depend on $(GEN_M). |
|
1513 ($(GEN_M) : %.m : %.in): Delete pattern rule. |
|
1514 |
|
1515 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. |
|
1516 |
|
1517 * plot/newplot.m: Call __go_axes_init__ instead of |
|
1518 __uiobject_axes_init__. |
|
1519 |
|
1520 * plot/mesh.m: Use __go_surface__ instead of |
|
1521 __uiobject_surface_ctor__. Don't access object fields directly. |
|
1522 |
|
1523 * plot/line.m: Use __line__ to do actual work. |
|
1524 * plot/__line__.m: New function. |
|
1525 |
|
1526 * plot/axes.m: Use __go_axes__ to create axes graphics handle. |
|
1527 Use get and set instead of accessing object fields directly. |
|
1528 |
|
1529 * plot/figure.m: Use __go_figure__ to create figure graphics |
|
1530 handle. |
|
1531 |
|
1532 * plot/drawnow.m: Register __go_close_all__ with atexit instead of |
|
1533 __uiobject_close_all. Call __go_draw_figure__ instead of |
|
1534 __uiobject_draw_figure__. |
|
1535 |
|
1536 * plot/clf.m: Use get instead of accessing object fields |
|
1537 directly. Simply delete children. Don't set currentaxes. |
|
1538 |
|
1539 * plot/close.m (close_all_figures): New subfunction. |
|
1540 Use it instead of getting list of figures to close from |
|
1541 __uiobject_figures__. |
|
1542 |
|
1543 * plot/closereq.m: Simply delete the current figure. Don't set |
|
1544 currentfigure. |
|
1545 |
|
1546 * plot/__errplot__.m: Call __line__ instead of |
|
1547 __uiobject_line_ctor__. Use set instead of accesing object fields |
|
1548 directly. Don't call __uiobject_adopt__. |
|
1549 |
|
1550 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, |
|
1551 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, |
|
1552 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, |
|
1553 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, |
|
1554 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, |
|
1555 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, |
|
1556 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, |
|
1557 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, |
|
1558 plot/__uiobject_init_root_figure__.in, |
|
1559 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, |
|
1560 plot/__uiobject_root_figure_ctor__.m, |
|
1561 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
1562 plot/get.in, plot/include-globals.awk, plot/ishandle.m, |
|
1563 plot/set.in: Delete. |
6408
|
1564 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405
|
1565 |
|
1566 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. |
|
1567 Pass "hidden" as second arg to close. |
|
1568 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. |
|
1569 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. |
6408
|
1570 * plot/Makefile.in (SOURCES_M): Rename in list. |
|
1571 |
6405
|
1572 * image/__img__.m: Use __go_image__ to create image graphics |
|
1573 handle. |
|
1574 |
|
1575 * miscellaneous/delete.m: Call __go_delete__, not |
|
1576 __uiobject_delete__. Check that arg is a graphics handle before |
|
1577 calling __go_delete__. |
|
1578 |
6403
|
1579 2007-03-13 John W. Eaton <jwe@octave.org> |
|
1580 |
|
1581 * miscellaneous/cast.m: Use feval and strcmp with cell to check |
|
1582 arg instead of switch statement. |
6528
|
1583 From S�ren Hauberg <soren@hauberg.org>. |
6403
|
1584 |
|
1585 2007-03-12 John W. Eaton <jwe@octave.org> |
|
1586 |
|
1587 * miscellaneous/cast.m: New function. |
|
1588 |
|
1589 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. |
|
1590 |
6398
|
1591 2007-03-08 John W. Eaton <jwe@octave.org> |
|
1592 |
|
1593 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform |
|
1594 tilde expansion on target filename before passing it to the shell. |
|
1595 |
|
1596 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. |
|
1597 * statistics/distributions/Makefile.in (SOURCES): Add it here. |
|
1598 |
6396
|
1599 2007-03-08 David Bateman <dbateman@free.fr> |
|
1600 |
|
1601 * statistics/base/unidrnd.m: Move to statistics/distributions |
|
1602 replacing slower version based on dicrete_rnd. |
|
1603 |
6392
|
1604 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1605 |
6395
|
1606 * control/base/rlocus.m: Update for current plotting functions. |
|
1607 |
|
1608 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1609 |
|
1610 * control/base/rlocus.m: Improve display. |
|
1611 |
|
1612 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1613 |
|
1614 * plot/legend.m: Only handle positions -1:4. |
|
1615 * plot/__pltopt1__.m: Don't set linestyle if only marker style is |
|
1616 found in option string |
|
1617 * plot/__uiobject_draw_axes__.m: Handle key position. |
|
1618 |
6394
|
1619 * plot/newplot.m: Always reset next line color. |
|
1620 |
6392
|
1621 * testfun/assert.m: Check that number of dimensions match before |
|
1622 checking dimensions. |
|
1623 |
6391
|
1624 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
1625 |
|
1626 * specfun/perms.m, specfun/factorial.m: Check args. |
|
1627 |
6387
|
1628 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1629 |
6390
|
1630 * plot/mesh.m: Call newplot before doing anything. |
|
1631 |
|
1632 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not |
|
1633 just "e". Only flush plot stream once. |
|
1634 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1635 |
6387
|
1636 * strings/blanks.m: Omit first index in assignment. |
|
1637 |
6386
|
1638 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
|
1639 |
|
1640 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. |
|
1641 |
6385
|
1642 2007-03-06 David Bateman <dbateman@free.fr> |
|
1643 John W. Eaton <jwe@octave.org> |
|
1644 |
|
1645 * set/setdiff.m: Ignore "rows" for cell array args. |
|
1646 Handle cellstr args. |
|
1647 |
6382
|
1648 2007-03-05 John W. Eaton <jwe@octave.org> |
|
1649 |
|
1650 * optimization/sqp.m: Defer first call to obj_hess until after |
|
1651 calling obj_fun. |
|
1652 |
6377
|
1653 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
|
1654 |
|
1655 * specfun/nchoosek.m: Fix nargin check. |
|
1656 |
6376
|
1657 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1658 |
|
1659 * image/__img__.m: Don't set xlim and ylim properties. |
|
1660 |
6374
|
1661 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
|
1662 |
|
1663 * general/interp1.m: Fix *style cases for decreasing x. |
|
1664 |
6372
|
1665 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
|
1666 |
|
1667 * polynomial/roots.m: Check nargin before accessing arg. |
|
1668 |
6369
|
1669 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1670 |
|
1671 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't |
|
1672 increment data_idx unless using gnuplot for display. |
|
1673 |
6368
|
1674 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1675 |
|
1676 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for |
|
1677 plots with images. |
|
1678 * image/image.m, image/imagesc.m, image/imshow.m: |
|
1679 Deprecate zoom argument. |
|
1680 |
6366
|
1681 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1682 |
|
1683 * plot/__uiobject_draw_axes__.m: Use fullfile to generate |
|
1684 temporary file names. Keep image and colormap file ids separate. |
|
1685 |
|
1686 * general/interp1.m: Correctly compute min and max values when |
|
1687 values are decreasing and not evenly spaced. |
|
1688 From Ricardo Marranita <ricardo.marranita@gmail.com>. |
|
1689 |
6365
|
1690 2007-02-27 John W. Eaton <jwe@octave.org> |
|
1691 |
|
1692 * testfun/test.m (test): Handle possibility of file_in_loadpath |
|
1693 returning an empty cell array. |
|
1694 |
6546
|
1695 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364
|
1696 |
|
1697 * pkg/pkg.m: Use fullfile to create filenames from parts. |
|
1698 |
6546
|
1699 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358
|
1700 |
|
1701 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1702 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1703 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1704 control/util/Makefile.in, deprecated/Makefile.in, |
|
1705 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1706 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1707 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1708 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1709 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1710 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1711 special-matrix/Makefile.in, startup/Makefile.in, |
|
1712 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1713 statistics/distributions/Makefile.in, |
|
1714 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1715 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1716 Use $(LN_S) instead of ln or ln -s. |
|
1717 |
6356
|
1718 2007-02-24 David Bateman <dbateman@free.fr> |
|
1719 |
|
1720 * pkg/pkg.m (configure_make): Ignore blank lines and trailing |
|
1721 '\n' in FILES file. |
6357
|
1722 (configure_make): Also install any mex files. |
6356
|
1723 |
6353
|
1724 2007-02-24 David Bateman <dbateman@free.fr> |
|
1725 |
|
1726 * statistics/distributions (SOURCES): Add nbincdf.m, |
|
1727 nbininv.m, nbinpdf.m and nbinrnd.m. |
|
1728 |
6351
|
1729 2007-02-23 John W. Eaton <jwe@octave.org> |
|
1730 |
|
1731 * statistics/distributions/Makefile.in (SOURCES): Remove |
|
1732 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. |
|
1733 |
|
1734 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, |
|
1735 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. |
|
1736 |
6349
|
1737 2007-02-23 David Bateman <dbateman@free.fr> |
|
1738 |
|
1739 * statistics/distributions/discrete_rnd.m, |
|
1740 statistics/distributions/geornd.m, |
|
1741 statistics/distributions/lognnd.m, |
|
1742 statistics/distributions/nbinrnd.m, |
|
1743 statistics/distributions/wblrnd.m: Accelerate distributions. |
|
1744 |
|
1745 * statistics/distributions/unidcdf.m, |
|
1746 statistics/distributions/unidinv.m, |
|
1747 statistics/distributions/unidpdf.m, |
|
1748 statistics/distributions/unidrnd.m: New functions based on |
6351
|
1749 discrete_cdf, etc. |
6349
|
1750 |
|
1751 * statistics/distributions/pascal_cdf.m, |
|
1752 statistics/distributions/pascal_inv.m, |
|
1753 statistics/distributions/pascal_pdf.m, |
|
1754 statistics/distributions/pascal_rnd.m: Remove. |
|
1755 * statistics/distributions/nbincdf.m, |
|
1756 statistics/distributions/nbininv.m, |
|
1757 statistics/distributions/nbinpdf.m, |
|
1758 statistics/distributions/nbinrnd.m: Replace with matlab |
|
1759 compatible functions. |
|
1760 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, |
|
1761 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new |
|
1762 nbincdf, etc functions to implement these. |
|
1763 |
6344
|
1764 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1765 |
|
1766 * plot/__uiobject_draw_axes__.m: Insert newline between plot |
|
1767 command and data. |
|
1768 |
|
1769 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1770 |
|
1771 * miscellaneous/doc.m: If index search fails, try again without |
|
1772 the index search option. |
|
1773 |
6339
|
1774 2007-02-22 David Bateman <dbateman@free.fr> |
|
1775 |
6341
|
1776 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
|
1777 |
6340
|
1778 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
|
1779 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, |
|
1780 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
|
1781 statistics/distributions/betarnd.m: Convert to use randg, rande |
|
1782 and randp to accelerate. |
|
1783 |
6339
|
1784 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
|
1785 |
6338
|
1786 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1787 |
|
1788 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, |
|
1789 cache data and display after xlim and ylim have been determined. |
|
1790 |
6337
|
1791 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1792 |
|
1793 * plot/__uiobject_draw_axes__.m: |
|
1794 Allow multiple images to be displayed with gnuplot. |
|
1795 |
6333
|
1796 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
|
1797 |
|
1798 * optimization/glpk.m: Document the fact that extra.mem does not work |
|
1799 for versions of GLPK 4.15 and later. |
|
1800 |
6328
|
1801 2007-02-19 John W. Eaton <jwe@octave.org> |
|
1802 |
|
1803 * plot/__uiobject_alloc__.in: If next available element in |
|
1804 __uiobject_list__ is 0, grow list before doing anything else. |
|
1805 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on |
|
1806 first call when size of __uiobject_list__ is 0. |
|
1807 |
6323
|
1808 2007-02-16 John W. Eaton <jwe@octave.org> |
|
1809 |
|
1810 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. |
|
1811 |
6321
|
1812 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
|
1813 |
|
1814 * miscellaneous/popen2.m: Remove as replaced with builtin. |
|
1815 |
6316
|
1816 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
|
1817 |
|
1818 * specfun/nchoosek.m: Check nargin. |
|
1819 |
6314
|
1820 2007-02-15 John W. Eaton <jwe@octave.org> |
|
1821 |
6315
|
1822 * path/addpath.m, path/rmpath.m: Delete |
|
1823 * path/Makefile.in (SOURCES): Remove them from the list. |
|
1824 |
6314
|
1825 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
|
1826 Delete title, xlabel, ylabel, and zlabel properties before |
|
1827 reassigning. |
|
1828 * plot/__uiobject_axes_init__.in: New arg, mode. |
|
1829 Don't init outerposition if "mode" is "replace". |
|
1830 * plot/newplot.m: Check both figure and axes nextplot properties. |
|
1831 If axes nextplot property is replace, pass "replace" as mode arg |
|
1832 to __uiobject_axes_init__. |
|
1833 |
6308
|
1834 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1835 |
6310
|
1836 * image/imshow.m: Don't restore old colormap. |
|
1837 |
6309
|
1838 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
|
1839 * image/__img__.m: New file containing common parts of image.m and |
|
1840 imshow.m. |
6312
|
1841 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309
|
1842 * image/image.m, image/imshow.m: Call __img__. |
|
1843 * plot/__uiobject_draw_axes__.m: |
|
1844 Handle rgb imaged data stored in 3-d arrays. |
|
1845 |
6308
|
1846 * plot/figure.m: Doc fix. |
|
1847 |
6304
|
1848 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1849 |
|
1850 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes |
|
1851 for reading and writing data. New tests. Improve rounding. |
|
1852 |
6302
|
1853 2007-02-13 John W. Eaton <jwe@octave.org> |
|
1854 |
6303
|
1855 * plot/stem.m: New file, adapted from OctPlot. |
|
1856 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1857 |
6302
|
1858 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
1859 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1860 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1861 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, |
|
1862 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, |
|
1863 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
1864 plot/semilogyerr.m: Return handles to line objects. |
|
1865 |
6301
|
1866 2007-02-11 John W. Eaton <jwe@octave.org> |
|
1867 |
|
1868 * plot/__uiobject_close_all.m: New file. |
|
1869 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1870 |
6298
|
1871 2007-02-10 John W. Eaton <jwe@octave.org> |
|
1872 |
|
1873 * plot/drawnow.m: Arrange for plot streams to be close on exit. |
|
1874 * plot/__uiobject_globals__.m: Don't call mlock. |
|
1875 |
|
1876 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. |
|
1877 * plot/__uiobject_delete__.m: Send quit command and flush stream |
|
1878 before calling pclose. |
|
1879 |
6291
|
1880 2007-02-09 John W. Eaton <jwe@octave.org> |
|
1881 |
6295
|
1882 * plot/subplot.m: Delete spurious call to axes. |
|
1883 |
6293
|
1884 * plot/figure.m: Call drawnow for current figure before creating |
|
1885 or switching to a new figure. |
|
1886 * plot/__uiobject_init_figure__.in: Handle empty arg the same as |
|
1887 nargin == 0 case. |
|
1888 |
6291
|
1889 * testfun/assert.m: Try to avoid problems when comparisons involve |
|
1890 strange values like Inf+NaNi. |
|
1891 |
6283
|
1892 2007-02-08 John W. Eaton <jwe@octave.org> |
|
1893 |
6286
|
1894 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
|
1895 and check gnuplot_use_title_option instead of just assuming -title |
|
1896 works. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1897 |
6285
|
1898 * Makefile.in (DISTFILES): Add move-if-change to the list. |
|
1899 |
6284
|
1900 * audio/Makefile.in, control/base/Makefile.in, |
|
1901 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
1902 control/system/Makefile.in, control/util/Makefile.in, |
|
1903 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
1904 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
1905 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
1906 optimization/Makefile.in, plot/Makefile.in, |
|
1907 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1908 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1909 special-matrix/Makefile.in, startup/Makefile.in, |
|
1910 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
1911 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1912 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, |
|
1913 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. |
|
1914 |
6283
|
1915 * plot/figure.m: Don't call drawnow. Correctly init figure when |
|
1916 only given property list. |
|
1917 |
6278
|
1918 2007-02-07 John W. Eaton <jwe@octave.org> |
|
1919 |
6280
|
1920 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
|
1921 properties. |
|
1922 |
6278
|
1923 * plot/sombrero.m: Call box ("off") after mesh. |
|
1924 |
|
1925 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style |
|
1926 line default" commands with older versions of gnuplot. |
|
1927 |
|
1928 * plot/close.m: Use get (0, "currentifgure") instead of gcf. |
|
1929 |
6273
|
1930 2007-02-06 John W. Eaton <jwe@octave.org> |
|
1931 |
|
1932 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". |
|
1933 * sparse/gplot.m: Use line style - instead of 1. |
|
1934 |
6272
|
1935 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
|
1936 |
|
1937 * plot/print.m: Avoid error message from cellidx. |
|
1938 |
|
1939 2007-02-05 John W. Eaton <jwe@octave.org> |
|
1940 |
|
1941 * plot/legend.m: Fix check for data. |
|
1942 |
6270
|
1943 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
1944 |
|
1945 * plot/__uiobject_draw_axes__.m (do_linestyle_command): |
|
1946 Always set lt and pt. |
|
1947 |
6269
|
1948 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
|
1949 |
|
1950 * plot/contourc.m: Correctly compute X and Y. |
|
1951 |
6268
|
1952 2007-02-05 John W. Eaton <jwe@octave.org> |
|
1953 |
|
1954 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. |
|
1955 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. |
|
1956 |
6264
|
1957 2007-02-01 John W. Eaton <jwe@octave.org> |
|
1958 |
6266
|
1959 * plot/__uiobject_draw_axes__.m: |
|
1960 Don't try to set axis limits unless we have data. |
|
1961 |
6264
|
1962 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1963 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1964 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
1965 plot/__pltopt__.m, plot/plot3.m: Set and use options struct |
|
1966 instead of of key and fmt strings. |
|
1967 |
|
1968 * plot/__pltopt1__.m: Greatly simplify. |
|
1969 |
|
1970 * plot/__next_line_color__.m: New file. |
|
1971 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1972 * plot/newplot.m: Call __next_line_color__ here to reset rotation. |
|
1973 |
|
1974 * plot/__default_plot_options__.m: New file. |
|
1975 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1976 |
|
1977 * plot/__plt3__.m: Delete. |
|
1978 * plot/Makefile.in (SOURCES_M): Remove it from the list. |
|
1979 |
6259
|
1980 2007-01-31 John W. Eaton <jwe@octave.org> |
|
1981 |
6263
|
1982 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
|
1983 linestyle, linewidth, marker, and markersize properties. |
|
1984 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker |
|
1985 colors and widths, and line styles. |
|
1986 |
|
1987 * plot/__plt__.m, image/image.m: Don't call drawnow. |
6262
|
1988 |
6261
|
1989 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
|
1990 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1991 |
|
1992 * plot/__uiobject_draw_axes__.m: Delete useless call to |
|
1993 __gnuplot_save_data__. |
|
1994 |
6259
|
1995 * image/image.m: Accept 2 args, but ignore the second for now. |
|
1996 |
6258
|
1997 2007-01-30 David Bateman <dbateman@free.fr> |
|
1998 |
|
1999 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
|
2000 to flag a package as to be autoloaded. Add install flags -noauto, |
|
2001 -auto to force autoload behavior. |
|
2002 (installed_packages): Make list of installed packages unique. |
|
2003 |
6259
|
2004 2007-01-30 John W. Eaton <jwe@octave.org> |
|
2005 |
|
2006 * Merge of changes from graphics-branch: |
|
2007 |
|
2008 2007-01-29 John W. Eaton <jwe@octave.org> |
6257
|
2009 |
|
2010 * plot/subplot.m: Set nextplot property of current figure to "add". |
|
2011 |
|
2012 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
|
2013 property if it exists. |
|
2014 |
6259
|
2015 2007-01-26 John W. Eaton <jwe@octave.org> |
6257
|
2016 |
|
2017 * plot/__uiobject_draw_axes__.m: Move initialization of max and |
|
2018 min values outside of loop over child objects. |
|
2019 |
|
2020 * plot/contour.m, plot/contourc.m: New files. |
|
2021 * plot/Makefile.in (SOURCES_M): Add them to the list. |
|
2022 |
|
2023 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we |
|
2024 find a gnuplot version newer than 4.0. |
|
2025 * image/__img_gnuplot__.m: Delete. |
|
2026 * image/image.m: Create image graphics object. |
|
2027 Call newplot to setup and drawnow to finish. |
|
2028 Eliminate ZOOM arg. |
|
2029 |
|
2030 * plot/__uiobject_draw_axes__.m: Handle image data. |
|
2031 |
|
2032 * plot/legend.m: Eliminate useless variable "warned". |
|
2033 |
|
2034 * plot/__uiobject_image_ctor__.m: New file. |
|
2035 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2036 |
|
2037 * plot/gcf.m: Also create new figure if currentfigure is 0. |
|
2038 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. |
|
2039 |
|
2040 * plot/__uiobject_root_figure_ctor__.m: Set visible property. |
|
2041 |
|
2042 * plot/__default_colormap__.m: New file. |
|
2043 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2044 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap |
|
2045 property. |
|
2046 * image/colormap.m: Use colormap property of current figure |
|
2047 to store colormap instead of using persistent variable. |
|
2048 Call __default_colormap__ to get default map value. |
|
2049 * image/ocean.m, image/gray.m: Set colormap for current figure. |
|
2050 |
|
2051 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. |
|
2052 Handle some tick mark options. |
|
2053 |
|
2054 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, |
|
2055 set corresponding *mode to "manual". If we set dataaspectratio, |
|
2056 set dataaspectratiomode to "manual". |
|
2057 |
|
2058 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, |
|
2059 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. |
|
2060 |
|
2061 * plot/axis.m: New file. |
|
2062 * plot/Makefile.in (SOURCES_M): Include it in the list. |
|
2063 |
|
2064 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, |
|
2065 set corresponding *limmode to "manual". |
|
2066 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. |
|
2067 Use it to compute autosclaled limits. |
|
2068 Arg is now handle, not object. Change all callers. |
|
2069 Compute data limits. |
|
2070 |
6259
|
2071 2007-01-25 John W. Eaton <jwe@octave.org> |
6257
|
2072 |
|
2073 * plot/drawnow: Fix visibility check for zero args. |
|
2074 |
|
2075 * plot/text.m: New file. |
|
2076 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2077 * plot/__uiobject_draw_axes__.m: Handle text objects. |
|
2078 * plot/__uiobject_text_ctor__.m: Include units, position, and |
|
2079 horizontalalignment properties. |
|
2080 |
|
2081 * plot/figure.m: Set options for f we just constructed or were |
|
2082 given as an argument, not gcf. Only return handle if nargout > 0. |
|
2083 |
|
2084 * plot/drawnow.m: Handle visible field for figure here. |
|
2085 * plot/__uiobject_figure_ctor__.m: Set default visible field. |
|
2086 |
|
2087 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on |
|
2088 title and axis labels. |
|
2089 |
|
2090 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. |
|
2091 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. |
|
2092 * plot/__uiobject_axes_init__.in: Set default view field for object. |
|
2093 * plot/view.m: New file. |
|
2094 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2095 |
|
2096 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: |
|
2097 Call __request_drawnow__. |
|
2098 |
|
2099 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. |
|
2100 |
|
2101 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2102 Call set to set properties. Return handle instead of structure. |
|
2103 Change all callers. |
|
2104 |
|
2105 * plot/__uiobject_axes_setr__.m: New file. |
|
2106 * plot/set.in: Check for __setter__ field. |
|
2107 |
|
2108 * plot/__uiobject_axes_init__.in: |
|
2109 Rename from plot/__uiobject_axes_init__.m. |
|
2110 Include __uiobject_globals__. |
|
2111 Accept handle as arg instead of structure |
|
2112 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m |
|
2113 from the list. |
|
2114 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. |
|
2115 |
6259
|
2116 2007-01-24 John W. Eaton <jwe@octave.org> |
6257
|
2117 |
|
2118 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
|
2119 |
|
2120 * plot/__uiobject_globals__.m: Call __lock_global__ when |
|
2121 initializing each global variable. |
|
2122 |
6259
|
2123 2007-01-18 John W. Eaton <jwe@octave.org> |
6257
|
2124 |
|
2125 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
|
2126 __uiobject_figure_handles_free_list__): New global variables. |
|
2127 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
|
2128 Place unused handles on the free list. |
|
2129 |
|
2130 * plot/__uiobject_get_figure_handle__.in: Delete. |
|
2131 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
|
2132 |
|
2133 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
|
2134 handles here. Return figure handle. |
|
2135 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
|
2136 |
6259
|
2137 2007-01-11 John W. Eaton <jwe@octave.org> |
6257
|
2138 |
|
2139 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
|
2140 data for gnuplot. |
|
2141 |
|
2142 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of |
|
2143 files. |
|
2144 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. |
|
2145 (DISTFILES): Include include-globals.awk in the list. |
|
2146 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). |
|
2147 ($(GEN_M) : %.m : %.in): New rule. |
|
2148 |
|
2149 * include-globals.awk: New file. |
|
2150 |
|
2151 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
|
2152 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, |
|
2153 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, |
|
2154 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, |
|
2155 plot/__uiobject_init_root_figure__.in, |
|
2156 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: |
|
2157 Rename from corresponding .m files. |
|
2158 |
|
2159 * move-if-change: New file. |
|
2160 |
|
2161 * plot/__uiobject_delete__.m: New file. |
|
2162 * plot/delete.m, plot/__uiobject_delete_children__.m, |
|
2163 plot/__uiobject_delete_child__.m: Delete. |
|
2164 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is |
|
2165 not a character string. |
|
2166 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: |
|
2167 Fix assignment to tmp key value in loop. |
|
2168 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ |
|
2169 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. |
|
2170 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: |
|
2171 Inline code to delete children. |
|
2172 * plot/__uiobject_free__.m: Arg is now handle, not index into |
|
2173 __uiobject_list__. |
|
2174 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
|
2175 and free child. |
|
2176 |
6259
|
2177 2006-12-08 John W. Eaton <jwe@octave.org> |
|
2178 |
|
2179 * plot/gcf.m: Check if the root figure object's currentfigure |
|
2180 handle is empty, not 0. |
|
2181 * plot/__uiobject_root_figure_ctor__.m: |
|
2182 Set currentfigure to [], not 0. |
|
2183 |
|
2184 * plot/stairs.m: Handle matrix arguments. Improve compatibility. |
|
2185 |
|
2186 2006-12-07 John W. Eaton <jwe@octave.org> |
|
2187 |
|
2188 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, |
|
2189 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, |
|
2190 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, |
|
2191 plot/__uiobject_delete_children__.m, |
|
2192 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, |
|
2193 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, |
|
2194 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, |
|
2195 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, |
|
2196 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, |
|
2197 plot/__uiobject_init_figure__.m, |
|
2198 plot/__uiobject_init_root_figure__.m, |
|
2199 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, |
|
2200 plot/__uiobject_remove_child__.m, |
|
2201 plot/__uiobject_root_figure_ctor__.m, |
|
2202 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, |
|
2203 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, |
|
2204 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, |
|
2205 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, |
|
2206 plot/set.m: New files. |
|
2207 |
|
2208 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, |
|
2209 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, |
|
2210 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, |
|
2211 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, |
|
2212 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, |
|
2213 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, |
|
2214 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, |
|
2215 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, |
|
2216 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, |
|
2217 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, |
|
2218 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, |
|
2219 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, |
|
2220 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, |
|
2221 plot/semilogyerr.m, plot/replot.m: |
|
2222 Adapt to new graphics data structure. |
|
2223 |
|
2224 * plot/__do_legend__.m, plot/__gnuplot_version__.m, |
|
2225 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, |
|
2226 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
|
2227 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
|
2228 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2229 plot/plot_border.m, plot/subwindow.m: Delete. |
|
2230 |
|
2231 2007-01-24 David Bateman <dbateman@free.fr> |
|
2232 |
|
2233 * pkg/pkg.m: Install ChangeLog file if it exists. |
|
2234 Delete bare newline in string passed to write_INDEX. |
|
2235 |
|
2236 * sparse/sprandsym.m: Make work for even values of N. |
|
2237 |
|
2238 2007-01-24 John W. Eaton <jwe@octave.org> |
|
2239 |
|
2240 * miscellaneous/news.m: New file. |
|
2241 |
|
2242 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2243 |
|
2244 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. |
|
2245 |
|
2246 * strings/strncmp.m: Delete (we now have a built-in version). |
|
2247 |
|
2248 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
|
2249 |
|
2250 * testfun/test.m: Check for all files in path, use first found. |
|
2251 |
|
2252 2007-01-22 David Bateman <dbateman@free.fr> |
|
2253 |
|
2254 * polynomial/spline.m: Make DG a column instead of a row vector. |
|
2255 |
|
2256 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
|
2257 |
|
2258 * pkg/pkg.m (copy_files): Call write_INDEX with correct target |
|
2259 file name. |
|
2260 |
|
2261 * image/ind2rgb.m: Better input checking. Return 3-d array if |
|
2262 nargout is 1. Handle colormaps that have too few colors. |
|
2263 |
|
2264 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". |
|
2265 (configure_make): Use fullfile instead of concatenating with "/". |
|
2266 |
6258
|
2267 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
|
2268 |
|
2269 * set/ismember.m: Handle N-d arrays. |
|
2270 |
|
2271 2007-01-10 David Bateman <dbateman@free.fr> |
|
2272 |
|
2273 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
2274 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
2275 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
|
2276 New files. |
|
2277 |
|
2278 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
|
2279 |
6778
|
2280 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258
|
2281 |
|
2282 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
|
2283 |
|
2284 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
|
2285 instead of concatenating with "/". Use mlock to ensure that |
|
2286 persistent variables are not clobbered if user types clear all. |
|
2287 |
|
2288 2007-01-08 John W. Eaton <jwe@octave.org> |
|
2289 |
|
2290 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2291 Improve handling of file names containing globbing characters. |
|
2292 From S�ren Hauberg <hauberg@gmail.com>. |
|
2293 |
|
2294 2007-01-05 John W. Eaton <jwe@octave.org> |
|
2295 |
|
2296 * optimization/optimset.m, optimization/__fsolve_defopts__.m: |
|
2297 New files. |
|
2298 |
|
2299 2006-12-30 John W. Eaton <jwe@octave.org> |
|
2300 |
|
2301 * sparse/spfun.m: Check for "function_handle" not "function handle". |
|
2302 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. |
|
2303 |
|
2304 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
|
2305 |
|
2306 * image/imshow.m: Strip NaNs from image. |
|
2307 |
|
2308 2006-12-08 David Bateman <dbateman@free.fr> |
|
2309 |
|
2310 * sparse/normest.m: New file. |
|
2311 |
6286
|
2312 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209
|
2313 |
6210
|
2314 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2315 Work on Windows systems without cp or mv. |
|
2316 |
6209
|
2317 * startup/inputrc: Include sequences for Windows. |
|
2318 |
6203
|
2319 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
|
2320 |
|
2321 * pkg/pkg.m (unload_packages): New function. |
|
2322 (pkg): Handle unload action. |
|
2323 |
|
2324 * __errplot__.m: Add missing semicolon. |
|
2325 |
6193
|
2326 2006-11-30 John W. Eaton <jwe@octave.org> |
|
2327 |
|
2328 * miscellaneous/mexext.m: New file. |
|
2329 |
6189
|
2330 2006-11-29 David Bateman <dbateman@free.fr> |
|
2331 |
|
2332 * pkg/pkg.m: Add local_list and global_list options that allow the |
|
2333 location of package lists to be probed and set. |
|
2334 |
6179
|
2335 2006-11-17 John W. Eaton <jwe@octave.org> |
|
2336 |
6181
|
2337 * plot/__render_plot1__.m: Reverse y axis for images. |
|
2338 |
6179
|
2339 * plot/__render_plot__.m: New args, terminal and output. |
|
2340 * plot/print.m: Don't set output and term here. Instead, call |
|
2341 __render_plot__ with terminal and output. |
|
2342 |
6178
|
2343 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2344 |
|
2345 * plot/__render_plot1__.m: New file. |
|
2346 * plot/__render_plot__.m: Use it. Loop over multiplots. |
|
2347 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |
|
2348 gnuplot. Let __render_plot__ do that. |
|
2349 |
6177
|
2350 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
|
2351 |
|
2352 * plot/plot.m: Fix doc string. |
|
2353 |
6173
|
2354 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2355 |
|
2356 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots |
|
2357 before sending anything to the plotter. |
|
2358 |
6172
|
2359 2006-11-15 John W. Eaton <jwe@octave.org> |
|
2360 |
|
2361 * image/__img_gnuplot__.m: Store more info in global plot |
|
2362 structures and use __render_plot__ to build plot command to |
|
2363 display image. |
|
2364 |
|
2365 * plot/__plt3__.m: New arg, parametric. Change all callers. |
|
2366 |
|
2367 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, |
|
2368 __plot_command_sep__): Delete. |
|
2369 (__plot_data_type__, __plot_data_parametric__, |
|
2370 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, |
|
2371 __plot_usingstr__, __plot_withstr__): New variables. |
|
2372 * plot/__init_plot_vars__.m: Initialize them. |
|
2373 |
|
2374 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: |
|
2375 Don't handle sep or cmd. |
|
2376 |
|
2377 * plot/__render_plot__.m: New function. |
|
2378 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: |
|
2379 Store more info in global plot structures and use __render_plot__ |
|
2380 to build plot command. |
|
2381 * plot/replot.m: Simply call __render_plot__. |
|
2382 |
|
2383 * plot/contour.m, plot/mesh.m, plot/plot3.m: |
|
2384 Set __plot_data_parametric__ here. |
|
2385 |
6164
|
2386 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2387 |
6166
|
2388 * plot/bottom_title.m, plot/top_title.m: Delete. |
|
2389 |
6164
|
2390 * image/image_viewer.m: Set default values here. |
|
2391 * image/image.m: Not here. |
|
2392 |
|
2393 * image/image_viewer.m: Always return old values. Check arguments. |
|
2394 * image/__img_gnuplot__.m: Rename from __img__m. |
|
2395 |
|
2396 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
|
2397 |
|
2398 * image/image_viewer.m: New function. |
|
2399 * image/__img_via_file__.m: New function. |
|
2400 * image/image.m: Use image_viewer to determine which program to |
|
2401 use for image viewing. |
6754
|
2402 * image/__img__.m: Silently accept more than 3 args. |
6164
|
2403 |
6163
|
2404 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2405 |
|
2406 * plot/__do_legend__.m, plot/__errplot__.m, |
|
2407 plot/__init_plot_vars__.m, plot/__plot_globals__.m, |
|
2408 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, |
|
2409 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2410 plot/replot.m, plot/subplot.m, plot/subwindow.m: |
|
2411 Use __plot_globals__ for multiplot variables. Keep track of |
|
2412 multiplot info for each figure. Eliminate __multiplot_xscale__. |
|
2413 |
6157
|
2414 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2415 |
6158
|
2416 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
|
2417 |
6157
|
2418 * miscellaneous/substruct.m: New function. |
|
2419 |
|
2420 * testfun/assert.m: Force orientation to match when comparing |
|
2421 struct elements. |
|
2422 |
|
2423 * general/__isequal__.m: Avoid assignment of comma-separated lists |
|
2424 when comparing structs. |
|
2425 |
|
2426 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
|
2427 |
6754
|
2428 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
|
2429 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, |
|
2430 linear-algebra/dot.m, image/imshow.m, general/interp2.m, |
|
2431 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, |
|
2432 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, |
|
2433 general/rem.m, image/rgb2ind.m, general/sph2cart.m, |
|
2434 general/trapz.m, miscellaneous/xor.m: Use size_equal. |
6157
|
2435 |
6156
|
2436 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2437 |
|
2438 * plot/mesh.m: Use size_equal to compare dimensions. |
|
2439 |
6154
|
2440 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
|
2441 |
|
2442 * plot/mesh.m: Simplify. Set hidden3d for the plot. |
|
2443 |
6152
|
2444 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
|
2445 |
|
2446 * miscellaneous/copyfile.m: Fix docs to match function. |
|
2447 |
6145
|
2448 2006-11-08 John W. Eaton <jwe@octave.org> |
|
2449 |
6146
|
2450 * plot/legend.m: New function, adapted from Octave Forge. |
|
2451 |
|
2452 * plot/__do_legend__.m: New function. |
|
2453 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, |
|
2454 plot/replot.m: Call it before plotting. |
|
2455 |
|
2456 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set |
|
2457 noparametric" to gnuplot.. |
|
2458 |
|
2459 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
|
2460 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, |
|
2461 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept |
|
2462 and return key title separate from line format. Accept format and |
|
2463 key as cellstr. Always return data as cell array. Return format |
|
2464 and key title as cellstr. |
|
2465 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: |
|
2466 Handle line format and key titles separately. |
|
2467 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. |
|
2468 |
|
2469 * plot/__plot_globals__.m (__plot_line_offset__, |
|
2470 __plot_key_labels__, __plot_key_properties__): New global |
|
2471 variables. Initialize them. |
|
2472 * plot/__init_plot_vars__.m (__plot_line_offset__, |
|
2473 __plot_key_labels__, __plot_key_properties__): Initialize. |
|
2474 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m |
|
2475 (__plot_line_offset__, __plot_key_labels__, |
|
2476 __plot_key_properties__): Store information about plot key titles. |
|
2477 |
|
2478 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, |
|
2479 plot/__plt__.m: Use cf, mxi, and myi as shorthand for |
|
2480 __current_figure__, __multiplot_xi__, and __multiplot_yi__, |
|
2481 respectively. |
|
2482 |
|
2483 * plot/__errcomm__.m: Allow fmt to be cellstr. |
|
2484 |
6145
|
2485 * strings/strcat.m: Disable Octave:empty-list-elements warning |
|
2486 whle concatenating args. |
|
2487 |
6144
|
2488 2006-11-07 John W. Eaton <jwe@octave.org> |
|
2489 |
|
2490 * startup/main-rcfile: Conditionally set PAGER_FLAGS. |
|
2491 |
6142
|
2492 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
|
2493 |
6143
|
2494 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
|
2495 option to regexp. |
|
2496 |
6142
|
2497 * image/__img__.m: Send "set size ratio -1" before plotting. |
|
2498 |
6138
|
2499 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
|
2500 |
6139
|
2501 * strings/index.m: New arg, direction. Simplify and speed up. |
|
2502 * strings/rindex.m: Implement using index (..., "last"); |
|
2503 |
6754
|
2504 * blanks.m, strcat.m: Simplify. Add tests. |
6138
|
2505 |
6130
|
2506 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
|
2507 |
|
2508 * general/__isequal__.m: Test size and class more consistently. |
|
2509 |
6116
|
2510 2006-10-27 John W. Eaton <jwe@octave.org> |
|
2511 |
6117
|
2512 * miscellaneous/ls_command.m: Use /D instead of /w. |
|
2513 From Michael Goffioul <michael.goffioul@swing.be>. |
|
2514 |
6116
|
2515 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
|
2516 * miscellaneous/dir.m: Mark as a command. |
|
2517 |
6112
|
2518 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2519 |
|
2520 * miscellaneous/unpack.m: Fix missing comma in strcat call. |
|
2521 |
6088
|
2522 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2523 |
|
2524 * image/image.m: Set x = y = [] when nargin == 0; |
|
2525 |
|
2526 2006-10-25 Quentin Spencer <qspencer@ieee.org> |
|
2527 |
|
2528 * image/image.m: Call __img__ if gnuplot version is > 4.0. |
|
2529 * image/__img__.m: New file, originally from |
|
2530 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2531 |
6087
|
2532 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2533 |
|
2534 * plot/__gnuplot_version__.m: New function, originally from |
|
2535 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
|
2536 Quentin Spencer <qspencer@ieee.org>. |
|
2537 |
6085
|
2538 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
|
2539 |
|
2540 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. |
|
2541 |
6081
|
2542 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
|
2543 |
|
2544 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, |
|
2545 miscellaneous/gunzip.m: New files. |
|
2546 * miscellaneous/untar.m, miscellaneous/unzip.m: |
|
2547 Call unpack to do the real work. |
|
2548 |
6075
|
2549 2006-10-24 John W. Eaton <jwe@octave.org> |
|
2550 |
6078
|
2551 * plot/plot3.m: If we have a format string, then also pass using |
|
2552 string to __plt3__. |
|
2553 |
6077
|
2554 * plot/sombrero.m: Don't return anything if nargout == 0. |
|
2555 |
6075
|
2556 * plot/__plt3__.m: Create using clause if none is supplied. |
6077
|
2557 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075
|
2558 |
6069
|
2559 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
|
2560 |
|
2561 * movefile.m, copyfile.m: Handle cellstr lists of files. |
|
2562 Quote filenames in shell commands. |
|
2563 |
6055
|
2564 2006-10-17 David Bateman <dbateman@free.fr> |
|
2565 |
|
2566 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if |
|
2567 the package directory is missing. |
|
2568 |
6052
|
2569 2006-10-13 John W. Eaton <jwe@octave.org> |
|
2570 |
|
2571 * plot/box.m: New function. |
|
2572 |
6050
|
2573 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
|
2574 |
|
2575 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. |
|
2576 |
6049
|
2577 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
|
2578 |
|
2579 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. |
|
2580 |
6047
|
2581 2006-10-10 John W. Eaton <jwe@octave.org> |
|
2582 |
|
2583 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. |
|
2584 |
6046
|
2585 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
|
2586 |
|
2587 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
2588 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
2589 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, |
|
2590 control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
2591 control/base/are.m, control/base/bode.m, control/base/ctrb.m, |
|
2592 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, |
|
2593 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, |
|
2594 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, |
|
2595 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, |
|
2596 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, |
|
2597 control/hinf/h2norm.m, control/hinf/h2syn.m, |
|
2598 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
2599 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, |
|
2600 control/obsolete/dezero.m, control/system/__sysdefioname__.m, |
|
2601 control/system/buildssic.m, control/system/c2d.m, |
|
2602 control/system/cellidx.m, control/system/d2c.m, |
|
2603 control/system/dmr2d.m, control/system/fir2sys.m, |
|
2604 control/system/is_abcd.m, control/system/is_controllable.m, |
|
2605 control/system/is_detectable.m, control/system/is_digital.m, |
|
2606 control/system/is_observable.m, control/system/is_siso.m, |
|
2607 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
2608 control/system/jet707.m, control/system/listidx.m, |
|
2609 control/system/ord2.m, control/system/parallel.m, |
|
2610 control/system/ss.m, control/system/ss2zp.m, |
|
2611 control/system/starp.m, control/system/sys2ss.m, |
|
2612 control/system/sys2tf.m, control/system/sys2zp.m, |
|
2613 control/system/sysadd.m, control/system/sysappend.m, |
|
2614 control/system/syschtsam.m, control/system/sysconnect.m, |
|
2615 control/system/syscont.m, control/system/sysdimensions.m, |
|
2616 control/system/sysdisc.m, control/system/sysdup.m, |
|
2617 control/system/sysgetsignals.m, control/system/sysgettsam.m, |
|
2618 control/system/sysgroup.m, control/system/sysidx.m, |
|
2619 control/system/sysmin.m, control/system/sysmult.m, |
|
2620 control/system/sysout.m, control/system/sysprune.m, |
|
2621 control/system/sysscale.m, control/system/syssetsignals.m, |
|
2622 control/system/syssub.m, control/system/sysupdate.m, |
|
2623 control/system/tf.m, control/system/tfout.m, |
|
2624 control/system/ugain.m, control/system/zp.m, |
|
2625 control/system/zpout.m, control/util/__outlist__.m, |
|
2626 control/util/__zgpbal__.m, control/util/prompt.m, |
|
2627 control/util/sortcom.m, control/util/strappend.m, |
|
2628 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, |
|
2629 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, |
|
2630 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, |
|
2631 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, |
|
2632 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
2633 finance/pvl.m, finance/rate.m, finance/vol.m, |
|
2634 general/__isequal__.m, general/bitcmp.m, general/bitget.m, |
|
2635 general/bitset.m, general/blkdiag.m, general/cart2sph.m, |
|
2636 general/cell2mat.m, general/circshift.m, general/cplxpair.m, |
|
2637 general/cumtrapz.m, general/deal.m, general/diff.m, |
|
2638 general/flipdim.m, general/fliplr.m, general/flipud.m, |
|
2639 general/ind2sub.m, general/int2str.m, |
|
2640 general/is_duplicate_entry.m, general/isdefinite.m, |
|
2641 general/isequal.m, general/isequalwithequalnans.m, |
|
2642 general/isscalar.m, general/issquare.m, general/issymmetric.m, |
|
2643 general/isvector.m, general/logical.m, general/logspace.m, |
|
2644 general/mod.m, general/nargchk.m, general/nextpow2.m, |
|
2645 general/perror.m, general/postpad.m, general/prepad.m, |
|
2646 general/randperm.m, general/rem.m, general/repmat.m, |
|
2647 general/rot90.m, general/rotdim.m, general/shift.m, |
|
2648 general/shiftdim.m, general/sph2cart.m, general/strerror.m, |
|
2649 general/sub2ind.m, general/trapz.m, general/tril.m, |
|
2650 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, |
|
2651 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, |
|
2652 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, |
|
2653 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, |
|
2654 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, |
|
2655 linear-algebra/cross.m, linear-algebra/dmult.m, |
|
2656 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, |
|
2657 linear-algebra/krylov.m, linear-algebra/krylovb.m, |
|
2658 linear-algebra/logm.m, linear-algebra/norm.m, |
|
2659 linear-algebra/null.m, linear-algebra/orth.m, |
|
2660 linear-algebra/qzhess.m, linear-algebra/rank.m, |
|
2661 linear-algebra/trace.m, linear-algebra/vec.m, |
|
2662 linear-algebra/vech.m, miscellaneous/bincoeff.m, |
|
2663 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, |
|
2664 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, |
|
2665 miscellaneous/flops.m, miscellaneous/fullfile.m, |
|
2666 miscellaneous/ispc.m, miscellaneous/isunix.m, |
|
2667 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, |
|
2668 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, |
|
2669 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, |
|
2670 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, |
|
2671 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
2672 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, |
|
2673 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
|
2674 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, |
|
2675 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, |
|
2676 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, |
|
2677 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, |
|
2678 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, |
|
2679 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, |
|
2680 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, |
|
2681 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
2682 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, |
|
2683 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, |
|
2684 polynomial/polyder.m, polynomial/polyderiv.m, |
|
2685 polynomial/polyfit.m, polynomial/polygcd.m, |
|
2686 polynomial/polyinteg.m, polynomial/polyout.m, |
|
2687 polynomial/polyreduce.m, polynomial/polyval.m, |
|
2688 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, |
|
2689 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, |
|
2690 set/complement.m, set/create_set.m, set/intersect.m, |
|
2691 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, |
|
2692 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, |
|
2693 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, |
|
2694 signal/bartlett.m, signal/blackman.m, signal/detrend.m, |
|
2695 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, |
|
2696 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, |
|
2697 signal/freqz.m, signal/hamming.m, signal/hanning.m, |
|
2698 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, |
|
2699 signal/sinewave.m, signal/spencer.m, signal/stft.m, |
|
2700 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, |
|
2701 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, |
|
2702 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, |
|
2703 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, |
|
2704 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, |
|
2705 special-matrix/hankel.m, special-matrix/hilb.m, |
|
2706 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, |
|
2707 special-matrix/toeplitz.m, special-matrix/vander.m, |
|
2708 statistics/base/center.m, statistics/base/cloglog.m, |
|
2709 statistics/base/cor.m, statistics/base/corrcoef.m, |
|
2710 statistics/base/cov.m, statistics/base/cut.m, |
|
2711 statistics/base/gls.m, statistics/base/iqr.m, |
|
2712 statistics/base/kendall.m, statistics/base/kurtosis.m, |
|
2713 statistics/base/logit.m, statistics/base/mahalanobis.m, |
|
2714 statistics/base/mean.m, statistics/base/meansq.m, |
|
2715 statistics/base/median.m, statistics/base/moment.m, |
|
2716 statistics/base/ols.m, statistics/base/ppplot.m, |
|
2717 statistics/base/probit.m, statistics/base/qqplot.m, |
|
2718 statistics/base/range.m, statistics/base/ranks.m, |
|
2719 statistics/base/run_count.m, statistics/base/skewness.m, |
|
2720 statistics/base/spearman.m, statistics/base/statistics.m, |
|
2721 statistics/base/std.m, statistics/base/studentize.m, |
|
2722 statistics/base/table.m, statistics/base/values.m, |
|
2723 statistics/base/var.m, statistics/distributions/betacdf.m, |
|
2724 statistics/distributions/betainv.m, |
|
2725 statistics/distributions/betapdf.m, |
|
2726 statistics/distributions/betarnd.m, |
|
2727 statistics/distributions/binocdf.m, |
|
2728 statistics/distributions/binoinv.m, |
|
2729 statistics/distributions/binopdf.m, |
|
2730 statistics/distributions/binornd.m, |
|
2731 statistics/distributions/cauchy_cdf.m, |
|
2732 statistics/distributions/cauchy_inv.m, |
|
2733 statistics/distributions/cauchy_pdf.m, |
|
2734 statistics/distributions/cauchy_rnd.m, |
|
2735 statistics/distributions/chi2cdf.m, |
|
2736 statistics/distributions/chi2inv.m, |
|
2737 statistics/distributions/chi2pdf.m, |
|
2738 statistics/distributions/chi2rnd.m, |
|
2739 statistics/distributions/discrete_cdf.m, |
|
2740 statistics/distributions/discrete_inv.m, |
|
2741 statistics/distributions/discrete_pdf.m, |
|
2742 statistics/distributions/discrete_rnd.m, |
|
2743 statistics/distributions/empirical_rnd.m, |
|
2744 statistics/distributions/expcdf.m, |
|
2745 statistics/distributions/expinv.m, |
|
2746 statistics/distributions/exppdf.m, |
|
2747 statistics/distributions/exprnd.m, |
|
2748 statistics/distributions/fcdf.m, statistics/distributions/finv.m, |
|
2749 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, |
|
2750 statistics/distributions/gamcdf.m, |
|
2751 statistics/distributions/gaminv.m, |
|
2752 statistics/distributions/gampdf.m, |
|
2753 statistics/distributions/gamrnd.m, |
|
2754 statistics/distributions/geocdf.m, |
|
2755 statistics/distributions/geoinv.m, |
|
2756 statistics/distributions/geopdf.m, |
|
2757 statistics/distributions/geornd.m, |
|
2758 statistics/distributions/hygecdf.m, |
|
2759 statistics/distributions/hygeinv.m, |
|
2760 statistics/distributions/hygepdf.m, |
|
2761 statistics/distributions/hygernd.m, |
|
2762 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
2763 statistics/distributions/laplace_cdf.m, |
|
2764 statistics/distributions/laplace_inv.m, |
|
2765 statistics/distributions/laplace_pdf.m, |
|
2766 statistics/distributions/laplace_rnd.m, |
|
2767 statistics/distributions/logistic_cdf.m, |
|
2768 statistics/distributions/logistic_inv.m, |
|
2769 statistics/distributions/logistic_pdf.m, |
|
2770 statistics/distributions/logistic_rnd.m, |
|
2771 statistics/distributions/logncdf.m, |
|
2772 statistics/distributions/logninv.m, |
|
2773 statistics/distributions/lognpdf.m, |
|
2774 statistics/distributions/lognrnd.m, |
|
2775 statistics/distributions/normcdf.m, |
|
2776 statistics/distributions/norminv.m, |
|
2777 statistics/distributions/normpdf.m, |
|
2778 statistics/distributions/normrnd.m, |
|
2779 statistics/distributions/pascal_cdf.m, |
|
2780 statistics/distributions/pascal_inv.m, |
|
2781 statistics/distributions/pascal_pdf.m, |
|
2782 statistics/distributions/pascal_rnd.m, |
|
2783 statistics/distributions/poisscdf.m, |
|
2784 statistics/distributions/poissinv.m, |
|
2785 statistics/distributions/poisspdf.m, |
|
2786 statistics/distributions/poissrnd.m, |
|
2787 statistics/distributions/stdnormal_cdf.m, |
|
2788 statistics/distributions/stdnormal_inv.m, |
|
2789 statistics/distributions/stdnormal_pdf.m, |
|
2790 statistics/distributions/stdnormal_rnd.m, |
|
2791 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, |
|
2792 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, |
|
2793 statistics/distributions/unifcdf.m, |
|
2794 statistics/distributions/unifinv.m, |
|
2795 statistics/distributions/unifpdf.m, |
|
2796 statistics/distributions/unifrnd.m, |
|
2797 statistics/distributions/wblcdf.m, |
|
2798 statistics/distributions/wblinv.m, |
|
2799 statistics/distributions/wblpdf.m, |
|
2800 statistics/distributions/wblrnd.m, |
|
2801 statistics/distributions/wienrnd.m, statistics/tests/anova.m, |
|
2802 statistics/tests/bartlett_test.m, |
|
2803 statistics/tests/chisquare_test_homogeneity.m, |
|
2804 statistics/tests/chisquare_test_independence.m, |
|
2805 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, |
|
2806 statistics/tests/hotelling_test.m, |
|
2807 statistics/tests/hotelling_test_2.m, |
|
2808 statistics/tests/kolmogorov_smirnov_test.m, |
|
2809 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
2810 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, |
|
2811 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, |
|
2812 statistics/tests/run_test.m, statistics/tests/sign_test.m, |
|
2813 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
2814 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
2815 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
2816 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
2817 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
2818 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, |
|
2819 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, |
|
2820 strings/index.m, strings/isletter.m, strings/lower.m, |
|
2821 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
2822 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
2823 strings/strfind.m, strings/strjust.m, strings/strmatch.m, |
|
2824 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, |
|
2825 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, |
|
2826 strings/upper.m, testfun/assert.m, testfun/demo.m, |
|
2827 testfun/example.m, testfun/fail.m, testfun/speed.m, |
|
2828 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, |
|
2829 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
2830 time/etime.m, time/is_leap_year.m: |
|
2831 Use print_usage instead of usage. |
|
2832 |
6044
|
2833 2006-10-09 David Bateman <dbateman@free.fr> |
|
2834 |
|
2835 * time/datevec.m: Add additional compatible default parsing strings. |
|
2836 |
6395
|
2837 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041
|
2838 |
6042
|
2839 * pkg/pkg.m: Remove trailing "\n" from error messages. |
|
2840 Remove compare_versions subfunction. |
|
2841 |
|
2842 * miscellaneous/compare_versions.m: New function to compare |
|
2843 version numbers as strings with any boolean operators. |
|
2844 |
6041
|
2845 * miscellaneous/untar.m: Check more rigorously to see if the tar |
|
2846 file exists. |
|
2847 |
6036
|
2848 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2849 |
|
2850 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
2851 |
6032
|
2852 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
2853 |
6037
|
2854 * pkg/pkg.m: Update docs. Handle prefix option. |
|
2855 Handle dependencies for load option. |
6032
|
2856 |
6029
|
2857 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2858 |
6030
|
2859 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
2860 |
|
2861 * plot/clg.m: Delete. |
|
2862 * plot/__init_plot_vars__.m: New function. |
|
2863 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
2864 |
6025
|
2865 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
2866 |
|
2867 * pkg/pkg.m: Avoid calling addpath with no args. |
|
2868 |
6024
|
2869 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
2870 |
|
2871 * audio/loadaudio.m, control/base/nyquist.m, |
|
2872 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
2873 linear-algebra/krylov.m, statistics/base/center.m, |
|
2874 statistics/base/median.m, statistics/base/std.m, |
|
2875 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
2876 find first or last element matching a condition. |
|
2877 |
6023
|
2878 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
2879 |
|
2880 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
2881 general/__isequal__.m: Minimize looping using cellfun. |
|
2882 |
6020
|
2883 2006-10-02 David Bateman <dbateman@free.fr> |
|
2884 |
|
2885 * pkg/pkg.m (copy_files): always create installation directory. |
|
2886 |
6016
|
2887 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
2888 |
|
2889 * miscellaneous/doc.m: Swap file and directory args to info. |
|
2890 |
|
2891 2006-10-01 Arno Onken <whyly@gmx.net> |
|
2892 |
|
2893 * statistics/distributions/exprnd.m: Fix typo. |
|
2894 |
6014
|
2895 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
2896 |
|
2897 * polynomial/ppval.m: Use .' instead of '. |
|
2898 * polynomial/spline.m: Likewise. New tests. |
|
2899 |
6004
|
2900 2006-09-26 David Bateman <dbateman@free.fr> |
|
2901 |
|
2902 * __plt3__.m: Using global variables __plot_data__, |
|
2903 __plot_data_offset__ and __plot_command__ to store plots and |
|
2904 correctly handle multiplots, and hold state. Only accept a single |
|
2905 data parameter plus, using, format and with strings. Remove |
|
2906 setting of gnuplot parameters. |
|
2907 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
2908 * __setup_plot__.m: Convert to a function and pass the plotting |
|
2909 command to use. |
|
2910 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
2911 * contour.m: Use unwind protect on the parametric state of plot |
|
2912 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
2913 * mesh.m: ditto. |
|
2914 * plot3.m: Error checking, setting of parametric state and |
|
2915 formation of matrix to plot moved from old __plt3__. |
|
2916 |
5996
|
2917 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
2918 |
5997
|
2919 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
2920 |
|
2921 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
2922 |
|
2923 * signal/filter2.m: Correct texinfo doc. |
|
2924 |
|
2925 2006-09-22 David Bateman <dbateman@free.fr> |
|
2926 |
|
2927 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
2928 |
5993
|
2929 2006-09-15 David Bateman <dbateman@free.fr> |
|
2930 |
|
2931 * pkg/pkg.m (prepare_installation): Don't create package |
|
2932 installation directory here. |
|
2933 (copy_files): Create it here instead, to avoid issues with |
|
2934 upgrades. Also install the COPYING file in packinfo. |
|
2935 |
5989
|
2936 2006-09-13 John W. Eaton <jwe@octave.org> |
|
2937 |
|
2938 * general/blkdiag.m: Adjust to new cellfun rules. |
|
2939 |
5987
|
2940 2006-08-30 David Bateman <dbateman@free.fr> |
|
2941 |
|
2942 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
2943 error message for archive name not matching package name. |
|
2944 (installed_packages): Size header of printed results to |
|
2945 arguments. Sort the list of installed packages before printing |
|
2946 them. |
|
2947 |
5986
|
2948 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
2949 |
|
2950 * signal/freqz.m: Update tests. |
|
2951 |
|
2952 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
2953 |
|
2954 * signal/freqz.m: Corretly postpad arrays. |
|
2955 Don't call fliplr on a column vector. |
|
2956 |
5984
|
2957 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2958 |
|
2959 * general/shiftdim.m: Use permute instead of reshape. |
|
2960 |
5981
|
2961 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
2962 |
|
2963 * miscellaneous/parseparams.m: New function. |
|
2964 |
5980
|
2965 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
2966 |
|
2967 * miscellaneous/doc.m: Swap order of --file and --directory |
|
2968 options for info program invocation. |
|
2969 |
5976
|
2970 2006-08-30 David Bateman <dbateman@free.fr> |
|
2971 |
5987
|
2972 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
2973 previous change. |
|
2974 |
5974
|
2975 2006-08-26 David Bateman <dbateman@free.fr> |
|
2976 |
|
2977 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
2978 absence of trailing "/" in OCTAVE_HOME. |
|
2979 |
5973
|
2980 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
2981 |
|
2982 * time/datenum.m: Allow arg to be character string. |
|
2983 |
5971
|
2984 2006-08-25 David Bateman <dbateman@free.fr> |
|
2985 |
|
2986 * pkg/pkg.m (install): Verify that package name correponds to the |
|
2987 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
2988 they are empty. If package directory is empty, remove it to fail |
|
2989 gracefully for system specific packages. |
|
2990 (extract_pkgadd, create_pkgadd): delete. |
|
2991 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
2992 (copy_files): Install both bin/ and doc/ directories, adding the |
|
2993 bin/ to the EXEC_PATH when the package is loaded. |
|
2994 |
5962
|
2995 2006-08-24 John W. Eaton <jwe@octave.org> |
|
2996 |
|
2997 * image/saveimage.m: Use logical indexing instead of |
|
2998 indices computed by calling find on the logical index. |
|
2999 |
5961
|
3000 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
3001 |
5967
|
3002 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
3003 Use logical indexing instead of indices computed by calling find |
|
3004 on the logical index. |
|
3005 |
|
3006 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
3007 |
5959
|
3008 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
3009 |
|
3010 * control/system/tf2zp.m: Simplify gain calculation. |
|
3011 |
5958
|
3012 2006-08-23 John W. Eaton <jwe@octave.org> |
|
3013 |
|
3014 * plot/__plt__.m: Insert using clauses for all plots. |
|
3015 |
5957
|
3016 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
3017 |
|
3018 * control/system/sysscale.m: Call tf and zp with correct number of |
|
3019 args. |
|
3020 |
5955
|
3021 2006-08-22 David Bateman <dbateman@free.fr> |
|
3022 |
|
3023 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
3024 Search inst/*.m and src/*.m files in the package for |
|
3025 PKG_ADD directives and append user supplied PKG_ADD. |
|
3026 (pkg): Call create_pkgadd after copying files. |
|
3027 |
5947
|
3028 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
3029 |
|
3030 * pkg/pkg.m: Handle multiple packages in a single file. |
|
3031 Insert directory separator between OCTAVE_HOME and rest of package |
|
3032 installation directory. |
|
3033 |
|
3034 2006-08-21 John W. Eaton <jwe@octave.org> |
|
3035 |
|
3036 * general/num2str.m: Early return if arg is empty. |
|
3037 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
3038 |
5946
|
3039 2006-08-21 David Bateman <dbateman@free.fr> |
|
3040 |
|
3041 * strings/mat2str.m: Compute NC before using. |
|
3042 |
5937
|
3043 2006-08-17 John W. Eaton <jwe@octave.org> |
|
3044 |
|
3045 * audio/wavread.m: Fix calculation of sample count. |
|
3046 |
5934
|
3047 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3048 |
|
3049 * image/imshow.m: New Matlab-compatible version. |
|
3050 |
5930
|
3051 2006-08-15 John W. Eaton <jwe@octave.org> |
|
3052 |
|
3053 * deprecated/is_global.m: Delete. |
|
3054 |
5928
|
3055 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3056 |
|
3057 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
3058 |
5926
|
3059 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3060 |
|
3061 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
3062 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
3063 |
5928
|
3064 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3065 |
6778
|
3066 * pkg/pkg.m: Don't pass function name to print_usage. |
5928
|
3067 Use addpath and rmpath instead of manipulating LOADPATH. |
|
3068 Handle changes to system function. |
|
3069 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
3070 recursive directory removal. |
5922
|
3071 |
5924
|
3072 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
3073 |
6778
|
3074 * colormap.m: Change global variable to persistent. |
5923
|
3075 |
5922
|
3076 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
3077 |
5920
|
3078 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3079 |
|
3080 * strings/str2double.m: Fix missing semicolon. |
|
3081 |
5910
|
3082 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
3083 |
|
3084 * plot/plot3.m: Accept one complex or one real and one complex |
|
3085 argument and plot real and imaginary components for y and z. |
|
3086 |
5908
|
3087 2006-07-27 John W. Eaton <jwe@octave.org> |
|
3088 |
|
3089 * testfun/test.m: Call fflush after each block of calls to |
|
3090 fprintf, fputs, or fdisp. |
|
3091 |
5904
|
3092 2006-07-26 John W. Eaton <jwe@octave.org> |
|
3093 |
|
3094 * miscellaneous/mex.m: New function. |
|
3095 |
5901
|
3096 2006-07-22 John W. Eaton <jwe@octave.org> |
|
3097 |
|
3098 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
3099 |
5881
|
3100 2006-07-07 John W. Eaton <jwe@octave.org> |
|
3101 |
|
3102 * miscellaneous/orderfields.m: New file. |
|
3103 |
5873
|
3104 2006-06-30 John W. Eaton <jwe@octave.org> |
|
3105 |
|
3106 * time/datevec.m: Make another attempt to account for precision of |
|
3107 datenum format. |
|
3108 |
5868
|
3109 2006-06-29 John W. Eaton <jwe@octave.org> |
|
3110 |
|
3111 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
3112 Use feval instead of "type -q" to get values now that all the |
|
3113 symbols are functions. |
|
3114 |
5860
|
3115 2006-06-16 John W. Eaton <jwe@octave.org> |
|
3116 |
|
3117 * time/datevec.m: Avoid computing log of non-positive values. |
|
3118 |
5859
|
3119 2006-06-14 John W. Eaton <jwe@octave.org> |
|
3120 |
|
3121 * time/datevec.m: Attempt to account for precision of datenum format. |
|
3122 |
5839
|
3123 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
3124 |
|
3125 * audio/wavread.m: Fix file range error and add read support for |
|
3126 24-bit WAV files. |
|
3127 |
5837
|
3128 2006-06-01 David Bateman <dbateman@free.fr> |
|
3129 |
|
3130 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
3131 general/interp1.m, general/gradient.m, general/interp2.m, |
|
3132 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
3133 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
3134 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
3135 |
5835
|
3136 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
3137 |
|
3138 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
3139 * miscellaneous/texas_lotto.m: Fix warning message. |
|
3140 |
5830
|
3141 2006-05-26 John W. Eaton <jwe@octave.org> |
|
3142 |
|
3143 * miscellaneous/doc.m: Also handle nargin == 0. |
|
3144 |
5829
|
3145 2006-05-23 John W. Eaton <jwe@octave.org> |
|
3146 |
|
3147 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
3148 really needed. |
|
3149 |
5827
|
3150 2006-05-22 John W. Eaton <jwe@octave.org> |
|
3151 |
6754
|
3152 * general/lookup.m: New file from Octave Forge. |
5827
|
3153 |
|
3154 2006-05-22 David Bateman <dbateman@free.fr> |
|
3155 |
6754
|
3156 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
|
3157 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, |
|
3158 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, |
|
3159 special-matrix/wilkinson.m, special-matrix/pascal.m, |
|
3160 special-matrix/magic.m, special-matrix/hadamard.m, |
|
3161 strings/strtok.m: New files from Octave Forge. |
5827
|
3162 |
5824
|
3163 2006-05-19 David Bateman <dbateman@free.fr> |
|
3164 |
|
3165 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
3166 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
3167 |
5821
|
3168 2006-05-17 John W. Eaton <jwe@octave.org> |
|
3169 |
|
3170 * set/intersection.m: Delete |
|
3171 * deprecated/intersection.m: New file. |
|
3172 |
5820
|
3173 2006-05-17 David Bateman <dbateman@free.fr> |
|
3174 |
|
3175 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
3176 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
3177 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
3178 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
3179 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
3180 Forge. |
|
3181 |
5809
|
3182 2006-05-11 John W. Eaton <jwe@octave.org> |
|
3183 |
5815
|
3184 * path/path.m: Delete (now a built-in function). |
|
3185 |
5811
|
3186 * pkg/Makefile.in: New file. |
|
3187 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
3188 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
3189 |
5808
|
3190 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3191 |
|
3192 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
3193 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
3194 |
5807
|
3195 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
3196 |
|
3197 * tar.m, untar.m, unzip.m: New files. |
|
3198 |
5801
|
3199 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3200 |
5804
|
3201 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
3202 * path/setpath.m: Delete. |
|
3203 |
5801
|
3204 * pkg/pkg.m: New file. |
|
3205 |
5798
|
3206 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
3207 |
|
3208 * plot/plot.m: Doc string fix. |
|
3209 |
|
3210 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
3211 |
|
3212 * testfun/speeed.m: Use new interface to unique and assert. |
|
3213 Improve documentation. Approximate time complexity from log-log |
|
3214 plot. Return time complexity and raw times if requested. The |
|
3215 mean ratio is no longer returned. Provide complete control over |
|
3216 which n are computed. |
|
3217 |
|
3218 2006-05-09 John W. Eaton <jwe@octave.org> |
|
3219 |
|
3220 * path/path.m: Move here from miscellaneous. |
|
3221 Adapt to new LOADPATH definition. |
|
3222 |
5789
|
3223 2006-05-03 David Bateman <dbateman@free.fr> |
|
3224 |
|
3225 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
3226 explicit uses of a path seperation character with pathsep(). |
|
3227 |
5786
|
3228 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
3229 |
6778
|
3230 * set/setdiff.m: New arg, byrows. New tests. |
5786
|
3231 |
5781
|
3232 2006-04-29 John W. Eaton <jwe@octave.org> |
|
3233 |
|
3234 * startup/main-rcfile: Disable some warnings. |
|
3235 |
5762
|
3236 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
3237 |
|
3238 * strings/strcmpi.m: Return false instead of error if args are not |
|
3239 char or cellstr. |
|
3240 |
5750
|
3241 2006-04-10 John W. Eaton <jwe@octave.org> |
|
3242 |
|
3243 * miscellaneous/dir.m: Ensure that returned structure array is |
|
3244 Nx1, not 1xN. |
|
3245 |
5746
|
3246 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
3247 |
|
3248 * plot/hist.m: Ignore NaN in inputs. |
|
3249 |
5745
|
3250 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
3251 |
|
3252 * miscellaneous/mkoctfile.m: Doc string fix. |
|
3253 |
5741
|
3254 2006-04-05 John W. Eaton <jwe@octave.org> |
|
3255 |
|
3256 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
3257 are both empty. |
|
3258 * plot/__plt__.m: Ignore empty data and format strings returned |
|
3259 from __plt1__ or __plt2__. |
|
3260 |
5737
|
3261 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
3262 |
6778
|
3263 * set/unique.m: Properly handle single column input when |
5737
|
3264 "rows" is specified. |
|
3265 |
5732
|
3266 2006-04-04 John W. Eaton <jwe@octave.org> |
|
3267 |
5736
|
3268 * path/setpath.m: New file. |
|
3269 * path/savepath.m: Use setpath to set path instead of assigning |
|
3270 directly to LOADPATH. |
|
3271 |
5732
|
3272 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
3273 New files, adapted from Octave Forge by Keith Goodman |
|
3274 <kwgoodman@gmail.com>. |
|
3275 * path: New directory. |
|
3276 * Makefile.in (SUBDIRS): Add it to the list. |
|
3277 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
3278 |
5731
|
3279 2006-04-02 David Bateman <dbateman@free.fr> |
|
3280 |
|
3281 * general/tril.m, general.triu.m: |
|
3282 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
3283 to allow user types to work correctly. |
|
3284 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
3285 |
5727
|
3286 2006-04-03 David Bateman <dbateman@free.fr> |
|
3287 |
|
3288 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
3289 Accept keyword "minor" for minor grid. |
|
3290 |
5721
|
3291 2006-03-28 John W. Eaton <jwe@octave.org> |
|
3292 |
|
3293 * general/isscalar.m: Only require that all dimensions are 1 for |
|
3294 compatiblity. |
|
3295 |
|
3296 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
3297 |
|
3298 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
3299 compatibility. |
|
3300 |
5720
|
3301 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
3302 |
|
3303 * plot/__errplot__.m: Doc string fix. |
|
3304 |
|
3305 * miscellaneous/doc.m: Mark as command. |
|
3306 |
|
3307 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
3308 general/isequalwithequalnans.m, general/blkdiag.m, |
|
3309 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
3310 |
5717
|
3311 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
3312 |
|
3313 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
3314 return 3d matrices. |
|
3315 |
|
3316 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
3317 |
|
3318 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
3319 |
5708
|
3320 2006-03-22 John W. Eaton <jwe@octave.org> |
|
3321 |
|
3322 * plot/print.m: Don't replot after popping terminal setting. |
|
3323 |
5696
|
3324 2006-03-20 John W. Eaton <jwe@octave.org> |
|
3325 |
|
3326 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
3327 mkoctfile. Use fullfile to construct file name. |
|
3328 |
5695
|
3329 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
3330 |
|
3331 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
3332 shell script from Octave prompt. |
|
3333 |
5690
|
3334 2006-03-17 John W. Eaton <jwe@octave.org> |
|
3335 |
5693
|
3336 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
3337 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
3338 |
|
3339 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
3340 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
3341 Call new wbl functions to do the real work. |
|
3342 Swap args and provide default values as necessary to preserve |
|
3343 compatibility with old version of Octave. |
|
3344 |
|
3345 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
3346 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
3347 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
3348 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
3349 Swap scale and shape args for compatibility. |
|
3350 |
5692
|
3351 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
3352 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
3353 Preserve compatibility with old versions of Octave given new |
|
3354 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
3355 |
5692
|
3356 * statistics/distributions/logncdf.m, |
|
3357 statistics/distributions/logninv.m, |
|
3358 statistics/distributions/lognpdf.m, |
|
3359 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
3360 From Ben Barrowes <barrowes@alum.mit.edu> |
|
3361 |
5691
|
3362 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
3363 current 2.1.x version. |
|
3364 |
|
3365 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
3366 |
5690
|
3367 * miscellaneous/dir.m: Use readdir instead of glob. |
|
3368 Special case for "." to avoid globbing. Use list_in_columns. |
|
3369 Eliminate unused variables len and finfo. |
|
3370 |
5689
|
3371 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
3372 |
|
3373 * miscellaneous/dir.m: Improve compatibility. |
|
3374 |
5687
|
3375 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3376 |
|
3377 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
3378 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
3379 |
5686
|
3380 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3381 |
|
3382 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
3383 of looking at sum of max dimensions. |
|
3384 |
5681
|
3385 2006-03-16 David Bateman <dbateman@free.fr> |
|
3386 |
|
3387 * testfun/test.m: Clear last warning before warning test to avoid |
|
3388 issues with previously set warnings. |
|
3389 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
3390 sparse matrices. Force matrix type from spqr solution to be |
|
3391 singular to force QR solvers to be used for assert. |
|
3392 |
5678
|
3393 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3394 |
|
3395 * strings/strfind.m: New file. |
|
3396 |
5677
|
3397 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3398 |
|
3399 * general/rows.m, general/columns.m: Delete. |
|
3400 |
5674
|
3401 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3402 |
|
3403 * strings/strcmpi.m: Simplify. |
|
3404 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
3405 * strings/strtrunc.m: New file. |
5674
|
3406 |
5676
|
3407 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
3408 |
5672
|
3409 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3410 |
|
3411 * miscellaneous/doc.m: New file. |
|
3412 From Soren Hauberg <soren@hauberg.org>. |
|
3413 |
5671
|
3414 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
3415 |
|
3416 * miscellaneous/mkoctfile.m: New file. |
|
3417 |
5670
|
3418 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3419 |
|
3420 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
3421 |
5666
|
3422 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
3423 |
|
3424 * strings/bin2dec.m: Doc fix. |
|
3425 |
5661
|
3426 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
3427 |
|
3428 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
3429 * time/datenum.m: New function to compute day number from time. |
|
3430 |
5659
|
3431 2006-03-09 John W. Eaton <jwe@octave.org> |
|
3432 |
|
3433 * miscellaneous/unix.m, plot/print.m: |
|
3434 Swap order of outputs from system. |
|
3435 |
5642
|
3436 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
3437 |
|
3438 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
3439 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
3440 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
3441 control/base/__stepimp__.m, control/base/are.m, |
|
3442 control/base/controldemo.m, control/base/damp.m, |
|
3443 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
3444 control/base/step.m, control/system/abcddim.m, |
|
3445 control/system/is_abcd.m, control/system/is_controllable.m, |
|
3446 control/system/is_detectable.m, control/system/is_observable.m, |
|
3447 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
3448 control/system/jet707.m, control/system/sys2fir.m, |
|
3449 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
3450 control/system/tfout.m, control/system/ugain.m, |
|
3451 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
3452 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
3453 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
3454 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
3455 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
3456 general/circshift.m, general/columns.m, general/flipdim.m, |
|
3457 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
3458 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
3459 general/isequalwithequalnans.m, general/isscalar.m, |
|
3460 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
3461 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
3462 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
3463 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
3464 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
3465 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
3466 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
3467 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
3468 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
3469 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
3470 miscellaneous/license.m, miscellaneous/menu.m, |
|
3471 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
3472 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
3473 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
3474 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
3475 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
3476 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
3477 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
3478 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
3479 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
3480 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
3481 polynomial/polyinteg.m, polynomial/polyout.m, |
|
3482 polynomial/polyreduce.m, polynomial/polyval.m, |
|
3483 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
3484 set/create_set.m, set/intersection.m, set/ismember.m, |
|
3485 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
3486 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
3487 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
3488 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
3489 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
3490 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
3491 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
3492 special-matrix/vander.m, statistics/base/median.m, |
|
3493 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
3494 statistics/distributions/gaminv.m, |
|
3495 statistics/distributions/gampdf.m, |
|
3496 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
3497 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
3498 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
3499 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
3500 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
3501 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
3502 |
5633
|
3503 2006-02-27 John W. Eaton <jwe@octave.org> |
|
3504 |
|
3505 * time/tic.m: Move here from miscellaneous/tic.m. |
|
3506 * time/toc.m: Move here from miscellaneous/toc.m. |
|
3507 |
|
3508 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
3509 |
|
3510 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
3511 does not assign output of toc to a variable. |
|
3512 |
5627
|
3513 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
3514 |
|
3515 * axis.m: Catch limits that are the same and return an error. |
|
3516 |
5625
|
3517 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3518 |
|
3519 * plot/print.m: Accept emf device option to support Enhanced |
|
3520 Metafile format. |
|
3521 |
|
3522 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
3523 |
|
3524 * control/base/lqe.m: Doc fix. |
|
3525 |
5623
|
3526 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
3527 |
|
3528 * statistics/distributions/gamcdf.m: Doc fix. |
|
3529 * statistics/distributions/gaminv.m: Doc fix. |
|
3530 * statistics/distributions/gampdf.m: Doc fix. |
|
3531 * statistics/distributions/gamrnd.m: Doc fix. |
|
3532 |
5610
|
3533 2006-02-09 David Bateman <dbateman@free.fr> |
|
3534 |
6778
|
3535 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
3536 for arbitrary user type. |
|
3537 * general/tril.m: ditto. |
|
3538 * sparse/sprand.m: Doc fix. |
|
3539 * sparse/sprandn.m: Ditto. |
|
3540 * sparse/sprandsym.m: New function. |
|
3541 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
3542 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
3543 Update for syntax error for latest texinfo.tex file. |
5610
|
3544 |
5605
|
3545 2006-02-02 John W. Eaton <jwe@octave.org> |
|
3546 |
|
3547 * plot/grid.m: Append ";\n" to "set grid" command. |
|
3548 |
|
3549 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
3550 |
|
3551 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
3552 |
5597
|
3553 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3554 |
|
3555 * audio/Makefile.in, control/base/Makefile.in, |
|
3556 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
3557 control/system/Makefile.in, control/util/Makefile.in, |
|
3558 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
3559 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
3560 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
3561 optimization/Makefile.in, plot/Makefile.in, |
|
3562 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
3563 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
3564 special-matrix/Makefile.in, startup/Makefile.in, |
|
3565 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
3566 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
3567 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
3568 (all): Depend on PKG_ADD. |
|
3569 (PKG_ADD): New target. |
|
3570 |
|
3571 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3572 |
|
3573 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
3574 |
5596
|
3575 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3576 |
|
3577 * time/etime.m: Move here from miscellaneous/etime.m. |
|
3578 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
3579 |
5595
|
3580 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3581 |
6778
|
3582 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595
|
3583 * miscellaneous/fullfile.m: Likewise. |
|
3584 |
5592
|
3585 2006-01-12 David Bateman <dbateman@free.fr> |
|
3586 |
|
3587 * general/blkdiag.m: Compatible behavior for empty matrices |
|
3588 * statistics/base/unidrnd.m: Documentation buglet. |
|
3589 |
5583
|
3590 2005-12-14 David Bateman <dbateman@free.fr> |
|
3591 |
5589
|
3592 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
3593 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
3594 |
|
3595 * Makefile.in (SUBDIRS): Include testfun. |
|
3596 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
3597 |
5583
|
3598 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
3599 |
|
3600 * general/__isequal__.m: Remove reference to getfield. |
|
3601 |
|
3602 * plot/hist.m: Update test code for row/column discrepencies. |
|
3603 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
3604 Update the test code for this. |
|
3605 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
3606 |
5579
|
3607 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3608 |
|
3609 * cell/cell2mat.m: New file, from octave-forge. |
|
3610 |
5576
|
3611 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
3612 |
|
3613 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
3614 New graph theory functions. |
|
3615 |
5574
|
3616 2005-12-13 John W. Eaton <jwe@octave.org> |
|
3617 |
|
3618 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
3619 |
|
3620 * control/system/ss.m: Doc fix. |
|
3621 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3622 |
5572
|
3623 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
3624 |
|
3625 * audio/wavread.m, audio/wavwrite.m: |
|
3626 Correct scaling for 8-bit linear pcm samples. |
|
3627 Improve scaling for all other linear pcm resolutions. |
|
3628 |
5568
|
3629 2005-12-07 John W. Eaton <jwe@octave.org> |
|
3630 |
|
3631 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
3632 |
|
3633 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
3634 * strings/strjust.m: Likewise. |
|
3635 |
|
3636 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
3637 * signal/arma_rnd.m: Likewise. |
|
3638 * strings/strcat.m: Likewise. |
|
3639 * control/base/__freqresp__.m: Likewise. |
|
3640 * control/base/place.m: Likewise. |
|
3641 * control/base/pzmap.m: Likewise. |
|
3642 * control/base/pzmap.m: Likewise. |
|
3643 * control/system/sysappend.m: Likewise. |
|
3644 * control/system/syscont.m: Likewise. |
|
3645 * control/system/sysdisc.m: Likewise. |
|
3646 * control/system/sysgroup.m: Likewise. |
|
3647 * control/system/tfout.m: Likewise. |
|
3648 * control/system/zpout.m: Likewise. |
|
3649 * control/util/__outlist__.m: Likewise. |
|
3650 |
5567
|
3651 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3652 |
|
3653 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
3654 Avoid for loop in interleave/deinterleave steps. |
|
3655 |
5565
|
3656 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
3657 |
|
3658 * audio/wavread.m, audio/wavwrite.m: New files. |
|
3659 |
5563
|
3660 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3661 |
|
3662 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
3663 |
5560
|
3664 2005-12-05 John W. Eaton <jwe@octave.org> |
|
3665 |
5561
|
3666 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
3667 |
5558
|
3668 2005-12-02 John W. Eaton <jwe@octave.org> |
|
3669 |
|
3670 * miscellaneous/fileattrib.m: New function. |
|
3671 |
5556
|
3672 2005-12-01 John W. Eaton <jwe@octave.org> |
|
3673 |
|
3674 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
3675 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
3676 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
3677 |
5555
|
3678 2005-11-30 John W. Eaton <jwe@octave.org> |
|
3679 |
|
3680 * linear-algebra/krylov.m: Format doc string. |
|
3681 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3682 |
5551
|
3683 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
3684 |
|
3685 * general/blkdiag.m: Import from octave-forge. |
|
3686 Ignore empty matrices in the input. Add tests. |
5549
|
3687 |
|
3688 * general/isequal.m, general/isequalwithequalnans.m: |
|
3689 New wrapper scripts for general/__isequal__.m. |
|
3690 * general/__isequal__.m: Rename from general/isequal.m. |
|
3691 New arg, nans_compare_equal. |
|
3692 |
5548
|
3693 2005-11-29 John W. Eaton <jwe@octave.org> |
|
3694 |
|
3695 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
3696 calling system. Only append octave_forge_string if |
|
3697 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
3698 Call license instead of hard-coding license info here. |
|
3699 |
|
3700 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
3701 __octave_licenses__. Use puts instead of disp. |
5548
|
3702 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
3703 If nargout = 1, return license info instead of printing usage message. |
|
3704 |
5546
|
3705 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3706 |
|
3707 * miscellaneous/ver.m: New file. |
|
3708 * miscellaneous/license.m: New file. |
|
3709 |
5545
|
3710 2005-11-22 John W. Eaton <jwe@octave.org> |
|
3711 |
|
3712 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
3713 gnuplot set command. |
|
3714 |
5539
|
3715 2005-11-15 John W. Eaton <jwe@octave.org> |
|
3716 |
|
3717 * general/shiftdim.m: Doc fix. |
|
3718 |
5532
|
3719 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
3720 |
|
3721 * set/unique.m: Doc string fix. |
|
3722 |
5527
|
3723 2005-11-01 John W. Eaton <jwe@octave.org> |
|
3724 |
|
3725 * Makefile.in (distclean, maintainer-clean): |
|
3726 Also remove autom4te.cache directory. |
|
3727 From Quentin Spencer <qspencer@ieee.org>. |
|
3728 |
5518
|
3729 2005-10-28 John W. Eaton <jwe@octave.org> |
|
3730 |
|
3731 * general/shiftdim.m: Compatibility fix for row vectors. |
|
3732 Correct check for non-scalar non-integer shift. For positive |
|
3733 N, shift is remainder of N and number of dims. Always return NS. |
|
3734 Simplify. |
|
3735 |
5500
|
3736 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
3737 |
|
3738 * general/randperm.m: Improve compatibility by allowing input |
|
3739 value of zero. |
|
3740 |
5493
|
3741 2005-10-13 John W. Eaton <jwe@octave.org> |
|
3742 |
|
3743 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
3744 If in multiplot mode, clear plot before issuing new plot command. |
|
3745 |
|
3746 * plot/__setup_plot__.m: New function. |
|
3747 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
3748 Handle multiplot data and offsets here. |
|
3749 |
|
3750 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
3751 Move initialization to __setup_plot__.m. |
|
3752 |
|
3753 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
3754 Don't reset gnuplot_command_replot. |
|
3755 |
|
3756 * plot/replot.m: Handle multiplot data and offsets here. |
|
3757 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
3758 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
3759 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
3760 |
5489
|
3761 2005-10-12 John W. Eaton <jwe@octave.org> |
|
3762 |
|
3763 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
3764 |
5482
|
3765 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
3766 |
|
3767 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
3768 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
3769 _inv functions. |
|
3770 * chi2pdf.m: Fixed typos in the documentation. |
|
3771 |
5475
|
3772 2005-09-28 John W. Eaton <jwe@octave.org> |
|
3773 |
5476
|
3774 * miscellaneous/single.m: New function. |
|
3775 |
5475
|
3776 * statistics/base/unidrnd.m: New function. |
|
3777 |
5474
|
3778 2005-09-27 John W. Eaton <jwe@octave.org> |
|
3779 |
|
3780 * miscellaneous/dir.m: Filename never includes directory part. |
|
3781 |
5464
|
3782 2005-09-22 John W. Eaton <jwe@octave.org> |
|
3783 |
|
3784 * polynomial/residue.m: Use logical indexing instead of find.. |
|
3785 |
|
3786 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
3787 |
|
3788 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
3789 and zero poles. |
|
3790 |
5462
|
3791 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
3792 |
|
3793 * strings/deblank.m: Handle cell arrays. |
|
3794 * strings/split.m: New argument, N, to limit number of splits. |
|
3795 |
|
3796 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
3797 |
|
3798 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
3799 |
5460
|
3800 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
3801 |
|
3802 * control/base/rlocus.m: Doc fix. |
|
3803 |
5459
|
3804 2005-09-20 John W. Eaton <jwe@octave.org> |
|
3805 |
|
3806 * general/isvector.m: Improve compatibility. |
|
3807 |
|
3808 * general/postpad.m: Allow first argument to be a scalar. |
|
3809 Allow padding to extend dimensionality. |
|
3810 * general/prepad.m: Likewise. |
|
3811 |
5448
|
3812 2005-09-14 Daniel <durbano@shbano.com> |
|
3813 |
|
3814 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
3815 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
3816 /control/base/dgram.m: Doc string fixes. |
5448
|
3817 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3818 |
5446
|
3819 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
3820 |
|
3821 * saveimage.m: Do not ignore most significant bit when writing |
|
3822 black and white images to file. |
|
3823 |
5443
|
3824 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
3825 |
|
3826 * audio/playaudio.m, control/base/__bodquist__.m, |
|
3827 control/base/lqg.m, control/obsolete/dezero.m, |
|
3828 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
3829 control/system/c2d.m, control/system/cellidx.m, |
|
3830 control/system/d2c.m, control/system/dmr2d.m, |
|
3831 control/system/is_signal_list.m, control/system/listidx.m, |
|
3832 control/system/ss.m, control/system/sysappend.m, |
|
3833 control/system/sysconnect.m, control/system/sysdup.m, |
|
3834 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
3835 control/system/sysprune.m, control/system/syssetsignals.m, |
|
3836 control/system/tfout.m, control/system/zpout.m, |
|
3837 control/util/prompt.m, control/util/sortcom.m, |
|
3838 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
3839 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
3840 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
3841 general/strerror.m, image/colormap.m, image/imshow.m, |
|
3842 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
3843 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
3844 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
3845 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
3846 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
3847 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
3848 plot/print.m, plot/title.m, plot/top_title.m, |
|
3849 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
3850 statistics/base/mean.m, statistics/base/moment.m, |
|
3851 statistics/tests/cor_test.m, |
|
3852 statistics/tests/kolmogorov_smirnov_test.m, |
|
3853 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
3854 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
3855 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
3856 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
3857 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
3858 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
3859 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
3860 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
3861 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
3862 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
3863 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
3864 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
3865 isvector instead of is_vector. Use isstruct instead of |
|
3866 is_struct. Use char instead of setstr. |
|
3867 |
5435
|
3868 2005-08-31 Daniel <durbano@shbano.com> |
|
3869 |
|
3870 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
3871 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
3872 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3873 |
5431
|
3874 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
3875 |
|
3876 * image/saveimage.m: Open output file in binary mode. |
|
3877 |
|
3878 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
3879 |
5427
|
3880 2005-08-16 John W. Eaton <jwe@octave.org> |
|
3881 |
|
3882 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
3883 outputs. |
|
3884 |
5426
|
3885 2005-08-15 John W. Eaton <jwe@octave.org> |
|
3886 |
|
3887 * strings/strcat.m: Allow single argument. |
|
3888 |
5416
|
3889 2005-07-18 John W. Eaton <jwe@octave.org> |
|
3890 |
|
3891 * strings/strcmp.m: Delete. |
|
3892 |
5413
|
3893 2005-07-13 John W. Eaton <jwe@octave.org> |
|
3894 |
|
3895 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
3896 versions of Octave. |
|
3897 |
|
3898 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
3899 |
|
3900 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
3901 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
3902 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
3903 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
3904 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
3905 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
3906 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
3907 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
3908 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
3909 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
3910 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
3911 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
3912 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
3913 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
3914 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
3915 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
3916 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
3917 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
3918 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
3919 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
3920 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
3921 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
3922 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
3923 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
3924 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
3925 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
3926 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
3927 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
3928 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
3929 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
3930 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
3931 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
3932 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
3933 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
3934 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
3935 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
3936 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
3937 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
3938 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
3939 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
3940 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
3941 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
3942 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
3943 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
3944 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
3945 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
3946 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
3947 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
3948 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
3949 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
3950 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
3951 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
3952 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
3953 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
3954 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
3955 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
3956 |
|
3957 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
3958 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
3959 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
3960 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
3961 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
3962 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
3963 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
3964 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
3965 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
3966 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
3967 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
3968 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
3969 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
3970 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
3971 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
3972 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
3973 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
3974 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
3975 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
3976 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
3977 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
3978 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
3979 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
3980 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
3981 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
3982 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
3983 deprecated/wiener_rnd.m: New files. |
|
3984 |
5408
|
3985 2005-07-08 John W. Eaton <jwe@octave.org> |
|
3986 |
|
3987 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
3988 * deprecated/weibull_rnd.m: New file. |
|
3989 |
5407
|
3990 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
3991 |
|
3992 * strings/dec2base.m: Allow matrix arguments. |
|
3993 |
5406
|
3994 2005-07-08 John W. Eaton <jwe@octave.org> |
|
3995 |
|
3996 * plot/__errplot__.m: Use __plot_globals__. |
|
3997 * plot/__plt__.m: Likewise. |
|
3998 * plot/figure.m: Likewise. |
|
3999 |
|
4000 * plot/hold.m: New file. |
|
4001 * plot/ishold.m: New file. |
|
4002 * plot/__plot_globals__.m: New file. |
|
4003 |
5400
|
4004 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
4005 |
|
4006 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
4007 |
|
4008 2005-07-05 John W. Eaton <jwe@octave.org> |
|
4009 |
|
4010 * strings/findstr.m: Return [] for no matches. |
|
4011 |
5399
|
4012 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
4013 |
|
4014 * miscellaneous/tic.m: Fix doc string. |
|
4015 |
5395
|
4016 2005-06-15 John W. Eaton <jwe@octave.org> |
|
4017 |
|
4018 * polynomial/polyfit.m: Force return value to be a row vector. |
|
4019 |
5393
|
4020 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
4021 |
|
4022 * general/isequal.m: Correct nargin check. |
|
4023 |
5388
|
4024 2005-06-14 John W. Eaton <jwe@octave.org> |
|
4025 |
|
4026 * general/isvector.m: Handle N-d arrays. |
|
4027 From Bill Denney <denney@seas.upenn.edu>. |
|
4028 |
5381
|
4029 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
4030 |
|
4031 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
4032 |
5377
|
4033 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
4034 |
|
4035 * signal/freqz.m: Use correct calculations when given a vector of |
|
4036 frequencies. Improve accuracy of returned frequency vector. |
|
4037 Improve speed for medium length filters (at a slight cost for slow |
|
4038 filters). Add test cases. |
|
4039 |
5373
|
4040 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
4041 |
|
4042 * plot/loglog.m: Fix set commands. |
|
4043 |
5381
|
4044 2005-05-25 John W. Eaton <jwe@octave.org> |
|
4045 |
|
4046 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
4047 |
5371
|
4048 2005-05-24 John W. Eaton <jwe@octave.org> |
|
4049 |
5373
|
4050 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
4051 |
5372
|
4052 * strings/strncmp.m: New file, from Tom Holroyd |
|
4053 <tomh@kurage.nimh.nih.gov>. |
|
4054 |
5371
|
4055 * strings/strcmp.m: Return logical values in all cases. |
|
4056 |
5366
|
4057 2005-05-23 John W. Eaton <jwe@octave.org> |
|
4058 |
|
4059 * plot/orient.m: New file. Adapt to Octave coding style. |
|
4060 Texinfoize doc string. |
|
4061 |
|
4062 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
4063 PKG_ADD command. Use set terminal consistently throughout. Use |
|
4064 set terminal push/pop and unconditionally set output to screen |
|
4065 when done to avoid requiring gget. Use a cell array for dev_list |
|
4066 and cellidx to search for items in the list. Delete local |
|
4067 variable endl. Don't set and restore automatic_replot. Use {} |
|
4068 instead of nth to index varargin. Delete local variable |
|
4069 va_arg_cnt. |
|
4070 |
5355
|
4071 2005-05-18 John W. Eaton <jwe@octave.org> |
|
4072 |
|
4073 * general/num2str.m: Return early if X is a character string. |
|
4074 |
5347
|
4075 2005-05-11 John W. Eaton <jwe@octave.org> |
|
4076 |
5348
|
4077 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
4078 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
4079 |
5347
|
4080 * plot/polar.m: Don't call __pltopt__ here. |
|
4081 |
5333
|
4082 2005-05-02 John W. Eaton <jwe@octave.org> |
|
4083 |
|
4084 * mkdoc: Print header message. |
|
4085 |
5319
|
4086 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4087 |
|
4088 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
4089 startup/octaverc. |
|
4090 |
5318
|
4091 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
4092 |
|
4093 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
4094 (__im_numeric_limits__): New internal function. |
|
4095 |
5317
|
4096 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
4097 |
|
4098 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
4099 data, not mean of group_mean. |
|
4100 |
|
4101 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4102 |
|
4103 * startup/local-rcfile: New file. |
|
4104 * startup/main-rcfile: Rename from startup/octaverc. |
|
4105 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
4106 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
4107 Install local-rcfile in $(localfcnfiledir)/startup. |
|
4108 |
|
4109 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
4110 |
|
4111 * startup/inputrc: New file. |
|
4112 * startup/octaverc: Configure readline using inputrc from |
|
4113 startupfiledir. |
|
4114 * startup/Makefile.in (install, install-strip): Install octaverc |
|
4115 in $(fcnfiledir)/startup. |
|
4116 |
5310
|
4117 2005-04-27 John W. Eaton <jwe@octave.org> |
|
4118 |
|
4119 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
4120 |
5289
|
4121 2005-04-21 John W. Eaton <jwe@octave.org> |
|
4122 |
|
4123 * optimization/glpk.m: Handle SENSE argument. |
|
4124 |
|
4125 * optimization/qp.m, optimization/sqp.m: New files. |
|
4126 |
5276
|
4127 2005-04-08 John W. Eaton <jwe@octave.org> |
|
4128 |
|
4129 * Makefile.in (clean, distclean, maintainer-clean): |
|
4130 Avoid duplication in rules. |
|
4131 |
5252
|
4132 2005-03-28 John W. Eaton <jwe@octave.org> |
|
4133 |
|
4134 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
4135 setting {no,}parametric. |
|
4136 * plot/figure.m: Likewise, for setting terminal type. |
|
4137 |
|
4138 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
4139 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
4140 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
4141 plot/title.m, plot/top_title.m: Avoid eval. |
|
4142 |
5251
|
4143 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
4144 |
5253
|
4145 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
4146 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
4147 Use __gnuplot_replot__ instead of replot. |
|
4148 |
5252
|
4149 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
4150 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
4151 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
4152 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
4153 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
4154 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
4155 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
4156 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
4157 |
5251
|
4158 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
4159 |
5244
|
4160 2005-03-24 John W. Eaton <jwe@octave.org> |
|
4161 |
|
4162 * optimization/glpkmex.m: Texinfoize Doc string. |
|
4163 * optimization/glpk.m: Likewise. |
|
4164 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
4165 (row vectors are orginary character strings). |
|
4166 * optimization/glpkparam.m: Delete. |
|
4167 |
5243
|
4168 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
4169 |
|
4170 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
4171 of dimensions of X. |
|
4172 |
5237
|
4173 2005-03-23 John W. Eaton <jwe@octave.org> |
|
4174 |
5239
|
4175 * general/tril.m, general/triu.m: Return value of same class as |
|
4176 argument. |
|
4177 |
5237
|
4178 * optimization/glpk.m: Simplify interface. By default, solve |
|
4179 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
4180 * optimization/glpkmex.m: New file. |
|
4181 |
5232
|
4182 2005-03-22 John W. Eaton <jwe@octave.org> |
|
4183 |
5237
|
4184 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
4185 list. |
|
4186 |
5233
|
4187 * optimization/glpk.m: Adapt to Octave coding style. |
|
4188 No need for varargout or varargin. |
|
4189 Print usage message if nargin > 11. |
|
4190 Allow any value of nargout. |
|
4191 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
4192 Avoid looping when checking character classes. |
|
4193 |
5232
|
4194 * optimization: New directory. |
|
4195 * Makefile.in (SUBDIRS): Add it to the list. |
|
4196 * optimization/Makefile.in: New file. |
|
4197 * optimization/glpk.m, optimization/glpkparams.m, |
|
4198 optimization/glpktest1, optimization/glpktest2: New files. |
|
4199 |
5218
|
4200 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
4201 |
|
4202 * strings/split.m: Quick return for empty second arg. |
|
4203 Improve warning for multi-line strings. |
|
4204 Speed up by avoiding sprintf in loop and eval. |
|
4205 |
5217
|
4206 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
4207 |
|
4208 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
4209 * polynomial/polyder.m: Ditto. |
6778
|
4210 * polynomial/polygcd.m: New function. |
5217
|
4211 |
5214
|
4212 2005-03-16 John W. Eaton <jwe@octave.org> |
|
4213 |
5215
|
4214 * control/base/__stepimp__.m, control/base/bode.m, |
|
4215 control/base/frdemo.m, control/base/nichols.m, |
|
4216 control/base/nyquist.m, control/base/pzmap.m, |
|
4217 control/base/rldemo.m, control/base/rlocus.m, |
|
4218 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
4219 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
4220 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
4221 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
4222 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
4223 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
4224 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
4225 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
4226 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
4227 plot/xlabel.m, quaternion/demoquat.m, |
|
4228 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
4229 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
4230 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
4231 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
4232 gsplot from @seealso docs. |
5214
|
4233 |
|
4234 * plot/replot.m: New file. |
|
4235 |
5205
|
4236 2005-03-15 David Bateman <dbateman@free.fr> |
|
4237 |
|
4238 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
4239 |
5196
|
4240 2005-03-09 John W. Eaton <jwe@octave.org> |
|
4241 |
|
4242 * statistics/Makefile.in (bin-dist): Delete target. |
|
4243 (BINDISTSUBDIRS): Delete variable. |
6754
|
4244 * control/Makefile.in: Likewise. |
5196
|
4245 |
5378
|
4246 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
4247 (BINDISTFILES): Delete variable. |
5378
|
4248 * control/base/Makefile.in: Likewise. |
|
4249 * control/hinf/Makefile.in: Likewise. |
|
4250 * control/obsolete/Makefile.in: Likewise. |
|
4251 * control/system/Makefile.in: Likewise. |
|
4252 * control/util/Makefile.in: Likewise. |
|
4253 * deprecated/Makefile.in: Likewise. |
|
4254 * elfun/Makefile.in: Likewise. |
|
4255 * finance/Makefile.in: Likewise. |
|
4256 * general/Makefile.in: Likewise. |
|
4257 * image/Makefile.in: Likewise. |
|
4258 * sparse/Makefile.in: Likewise. |
|
4259 * io/Makefile.in: Likewise. |
|
4260 * plot/Makefile.in: Likewise. |
|
4261 * Makefile.in: Likewise. |
|
4262 * miscellaneous/Makefile.in: Likewise. |
|
4263 * linear-algebra/Makefile.in: Likewise. |
|
4264 * polynomial/Makefile.in: Likewise. |
|
4265 * quaternion/Makefile.in: Likewise. |
|
4266 * set/Makefile.in: Likewise. |
|
4267 * signal/Makefile.in: Likewise. |
|
4268 * specfun/Makefile.in: Likewise. |
|
4269 * special-matrix/Makefile.in: Likewise. |
|
4270 * startup/Makefile.in: Likewise. |
|
4271 * statistics/base/Makefile.in: Likewise. |
|
4272 * statistics/distributions/Makefile.in: Likewise. |
|
4273 * statistics/models/Makefile.in: Likewise. |
|
4274 * statistics/tests/Makefile.in: Likewise. |
|
4275 * strings/Makefile.in: Likewise. |
|
4276 * time/Makefile.in: Likewise. |
5196
|
4277 |
5195
|
4278 2005-03-08 John W. Eaton <jwe@octave.org> |
|
4279 |
|
4280 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
4281 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
4282 |
5192
|
4283 2005-03-04 John W. Eaton <jwe@octave.org> |
|
4284 |
|
4285 * plot/clg.m: New file. |
|
4286 |
5193
|
4287 2005-03-03 John W. Eaton <jwe@octave.org> |
|
4288 |
|
4289 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
4290 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
4291 strings/strcmpi.m: |
|
4292 New files from Octave-forge. Adapt to Octave coding standards. |
|
4293 |
5181
|
4294 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4295 |
|
4296 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
4297 computation range. |
|
4298 |
5164
|
4299 2005-02-25 John W. Eaton <jwe@octave.org> |
|
4300 |
|
4301 Sparse merge. |
|
4302 |
|
4303 2005-01-23 David Bateman <dbateman@free.fr> |
|
4304 |
|
4305 * sparse/randperm.m: Delete duplicate randperm.m. |
|
4306 |
|
4307 2005-01-10 John W. Eaton <jwe@octave.org> |
|
4308 |
|
4309 * sparse/Makefile.in: New file. |
|
4310 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
4311 |
|
4312 2005-01-07 David Bateman <dbateman@free.fr> |
|
4313 |
|
4314 * set/unique.m: import file from octave-forge. |
|
4315 |
|
4316 2005-01-05 David Bateman <dbateman@free.fr> |
|
4317 |
|
4318 * Makefile.in: include sparse directory in SUBDIRS. |
|
4319 |
|
4320 2004-12-30 John W. Eaton <jwe@octave.org> |
|
4321 |
|
4322 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
4323 src/DLD-FUNCTIONS/sparse.cc). |
|
4324 |
|
4325 2004-12-28 John W. Eaton <jwe@octave.org> |
|
4326 |
|
4327 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
4328 Andy Adler <adler@site.uottawa.ca>. |
|
4329 |
|
4330 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
4331 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
4332 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
4333 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
4334 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
4335 |
|
4336 * sparse: New directory. |
|
4337 |
5158
|
4338 2005-02-22 John W. Eaton <jwe@octave.org> |
|
4339 |
|
4340 * polynomial/residue.m: Force prepad to always create row vectors. |
|
4341 |
|
4342 * polynomial/poly.m: Quick return if m is 0. |
|
4343 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
4344 |
5154
|
4345 2005-02-21 David Bateman <dbateman@free.fr> |
|
4346 |
|
4347 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
4348 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
4349 Fix for row vectors with at least one element of lambda not in |
|
4350 (0, Inf). |
|
4351 |
5152
|
4352 2005-02-21 John W. Eaton <jwe@octave.org> |
|
4353 |
5153
|
4354 * statistics/base/qqplot.m: Use feval instead of eval. |
|
4355 |
5152
|
4356 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
4357 plot/__axis_label__.m: Issue replot command. |
|
4358 |
5135
|
4359 2005-02-09 John W. Eaton <jwe@octave.org> |
|
4360 |
|
4361 * polynomial/polyderiv.m: Force P to be a row vector. |
|
4362 |
5133
|
4363 2005-02-08 John W. Eaton <jwe@octave.org> |
|
4364 |
|
4365 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
4366 provided and len <= computed max_len. |
|
4367 |
5125
|
4368 2005-01-27 David Bateman <dbateman@free.fr> |
|
4369 |
|
4370 * strings/dec2base.m: Be even more careful about handling all digits. |
|
4371 |
|
4372 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
4373 |
|
4374 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
4375 |
5123
|
4376 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
4377 |
|
4378 * statistics/base/median.m: Make it work for the scalar case too. |
|
4379 |
6308
|
4380 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117
|
4381 |
|
4382 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
4383 Simplify logic for decoding args. |
5117
|
4384 |
5115
|
4385 2005-01-24 John W. Eaton <jwe@octave.org> |
|
4386 |
5116
|
4387 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
4388 |
|
4389 * plot/__plt__.m: No need to save and reset hold state now. |
|
4390 (first_plot): Delete unused variable. |
|
4391 |
5115
|
4392 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
4393 |
|
4394 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
4395 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
4396 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
4397 plot/__plt2vv__.m: |
|
4398 Return data and gnuplot commands instead of evaluating them. |
|
4399 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
4400 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
4401 |
5108
|
4402 2005-01-18 John W. Eaton <jwe@octave.org> |
|
4403 |
|
4404 * linear-algebra/cross.m: Allocate idx1 before use. |
|
4405 |
5096
|
4406 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
4407 |
|
4408 * statistics/base/range.m: Fix varargin usage. |
|
4409 |
5091
|
4410 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
4411 |
|
4412 * strings/deblank.m: Remove all trailing whitespace (check with |
|
4413 isspace), not just SPC. |
|
4414 |
5090
|
4415 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
4416 |
|
4417 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
4418 |
5073
|
4419 2004-11-09 John W. Eaton <jwe@octave.org> |
|
4420 |
|
4421 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
4422 From Julius Smith <jos@ccrma.stanford.edu>. |
|
4423 |
5072
|
4424 2004-11-08 John W. Eaton <jwe@octave.org> |
|
4425 |
|
4426 * plot/__plt2vm__.m: Delete debugging statement. |
|
4427 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
4428 |
5065
|
4429 2004-11-04 John W. Eaton <jwe@octave.org> |
|
4430 |
|
4431 * plot/hist.m: Always return row vectors for vector args. |
|
4432 |
5031
|
4433 2004-09-23 John W. Eaton <jwe@octave.org> |
|
4434 |
|
4435 * strings/strcmp.m: If args are not strings or cell arrays of |
|
4436 strings, return zero instead of reporting an error. |
|
4437 |
5021
|
4438 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
4439 |
|
4440 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
4441 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
4442 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
4443 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
4444 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
4445 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
4446 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
4447 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
4448 control/system/is_detectable.m, control/system/is_sample.m, |
|
4449 control/system/is_siso.m, control/system/is_stable.m, |
|
4450 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
4451 control/system/sys2tf.m, control/system/sys2zp.m, |
|
4452 control/system/sysappend.m, control/system/sysconnect.m, |
|
4453 control/system/sysdisc.m, control/system/sysdup.m, |
|
4454 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
4455 control/system/syssetsignals.m, control/system/syssub.m, |
|
4456 control/system/tf2sys.m, control/system/ugain.m, |
|
4457 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4458 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
4459 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
4460 |
|
4461 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
4462 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
4463 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
4464 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
4465 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
4466 control/system/sysappend.m, control/system/sysconnect.m, |
|
4467 control/system/sysdup.m, control/system/sysgroup.m, |
|
4468 control/system/sysprune.m, control/system/sysreorder.m, |
|
4469 control/system/sysscale.m, control/system/syssub.m, |
|
4470 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
4471 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
4472 polynomial/polyout.m, specfun/log2.m: |
|
4473 Add output arguments in doc strings. |
|
4474 |
|
4475 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
4476 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
4477 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
4478 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
4479 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
4480 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
4481 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
4482 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
4483 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
4484 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
4485 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
4486 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
4487 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
4488 control/system/c2d.m, control/system/is_abcd.m, |
|
4489 control/system/is_controllable.m, control/system/is_detectable.m, |
|
4490 control/system/is_observable.m, control/system/is_stable.m, |
|
4491 control/system/jet707.m, control/system/ord2.m, |
|
4492 control/system/starp.m, control/system/sys2fir.m, |
|
4493 control/system/sys2ss.m, control/system/sys2tf.m, |
|
4494 control/system/sys2zp.m, control/system/syscont.m, |
|
4495 control/system/sysdisc.m, control/system/sysdup.m, |
|
4496 control/system/sysgettype.m, control/system/sysgroup.m, |
|
4497 control/system/sysmult.m, control/system/sysprune.m, |
|
4498 control/system/sysreorder.m, control/system/sysscale.m, |
|
4499 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
4500 control/system/tf2ss.m, control/system/tf2sys.m, |
|
4501 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4502 control/util/axis2dlim.m, control/util/prompt.m, |
|
4503 control/util/zgfmul.m, control/util/zginit.m, |
|
4504 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
4505 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
4506 in doc strings. |
|
4507 |
|
4508 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
4509 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
4510 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
4511 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4512 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4513 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4514 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4515 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
4516 control/system/c2d.m, control/system/fir2sys.m, |
|
4517 control/system/is_stabilizable.m, control/system/jet707.m, |
|
4518 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
4519 control/util/zgshsr.m, polynomial/polyout.m: |
|
4520 New @tex section(s) in doc strings for better formating of printed |
|
4521 output. |
|
4522 |
|
4523 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
4524 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
4525 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
4526 Use proper double quote marks for TeX. |
|
4527 |
|
4528 * control/base/DEMOcontrol.m: Add missing ; |
|
4529 |
|
4530 * control/base/nichols.m, control/base/rlocus.m, |
|
4531 control/obsolete/minfo.m, control/system/is_digital.m, |
|
4532 control/system/ss2zp.m, control/system/sysmin.m, |
|
4533 control/system/tf2zp.m, control/util/sortcom.m: |
|
4534 Convert documentation to use or more completely use Texinfo. |
|
4535 |
|
4536 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
4537 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
4538 control/system/parallel.m, control/system/ss2tf.m, |
|
4539 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
4540 art splitting over a page boundary. |
|
4541 |
|
4542 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4543 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4544 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4545 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4546 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
4547 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
4548 the TeX documentation. |
|
4549 |
|
4550 * control/system/is_stabilizable.m: |
|
4551 Add Copyright so that help is displayed correctly. |
|
4552 |
|
4553 * special-matrix/vander.m: Octave indexes start at 1. |
|
4554 |
5011
|
4555 2004-09-21 David Bateman <dbateman@free.fr> |
|
4556 |
|
4557 * general/rotdim.m: New function for rotation of an N-d array in an |
|
4558 arbitrary plane. |
|
4559 |
|
4560 * general/flipdim.m: New function to flip an N-d array about an |
|
4561 arbitrary axis. |
|
4562 |
5003
|
4563 2004-09-15 David Bateman <dbateman@free.fr> |
|
4564 |
|
4565 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
4566 |
4992
|
4567 2004-09-15 John W. Eaton <jwe@octave.org> |
|
4568 |
|
4569 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
4570 Use iscellstr to check for cells rather than iscell. |
|
4571 Improve diagnostics for invalid args. |
4992
|
4572 |
4983
|
4573 2004-09-10 David Bateman <dbateman@free.fr> |
|
4574 |
|
4575 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
4576 and p with n > 1, and fix for matrix n and p with n == 1. |
|
4577 |
|
4578 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
4579 due to row vs. column vector operations. |
|
4580 |
4964
|
4581 2004-09-03 David Bateman <dbateman@free.fr> |
|
4582 |
|
4583 * general/repmat.m: Fix to allow logical classes. |
|
4584 |
4950
|
4585 2004-08-31 John W. Eaton <jwe@octave.org> |
|
4586 |
|
4587 * general/isa.m: New function, from Octave-forge. |
|
4588 |
|
4589 2004-08-31 David Bateman <dbateman@free.fr> |
|
4590 |
|
4591 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
4592 limitation on the use of int64 and uint64 types, and the use |
|
4593 of the eval. |
|
4594 |
|
4595 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
4596 in .^ with integer types is fixed. |
|
4597 |
|
4598 * general/repmat.m: Adapt to allow integer types. |
4945
|
4599 |
|
4600 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
4601 |
|
4602 * plot/axis.m: Don't reset axes when querying them. |
|
4603 |
4942
|
4604 2004-08-27 David Bateman <dbateman@free.fr> |
|
4605 |
|
4606 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
4607 Eliminate loop. |
|
4608 |
4918
|
4609 2004-07-27 David Bateman <dbateman@free.fr> |
|
4610 |
|
4611 * general/num2str.m: Also insert spaces in output when precision |
|
4612 argument is supplied. |
|
4613 |
4915
|
4614 2004-07-23 David Bateman <dbateman@free.fr> |
|
4615 |
|
4616 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
4617 |
4911
|
4618 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4619 |
|
4620 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
4621 |
|
4622 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
4623 |
|
4624 * miscellaneous/unix.m: Fix doc string. |
|
4625 |
|
4626 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
4627 |
|
4628 * plot/figure.m: Clarification of documentation. |
|
4629 |
|
4630 * image/imshow.m: Warn for complex images. |
|
4631 Only estimate colourmap for images in [0, 65536]. |
|
4632 |
|
4633 2004-07-22 David Bateman <dbateman@free.fr> |
|
4634 |
|
4635 * general/num2str.m: Fix the case of an all zero input. |
|
4636 |
4906
|
4637 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4638 |
|
4639 * general/ind2sub.m: Doc fix. |
|
4640 |
4900
|
4641 2004-06-08 John W. Eaton <jwe@octave.org> |
|
4642 |
|
4643 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
4644 convert function handle to string for eval. |
|
4645 |
4898
|
4646 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
4647 |
|
4648 * plot/errorbar.m: Remove debugging output. |
|
4649 |
|
4650 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4651 |
|
4652 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
4653 |
4897
|
4654 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4655 |
4898
|
4656 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
4657 |
|
4658 * polynomial/polyout.m: Use parenthesis if necessary around |
|
4659 complex polynomial coefficient. |
|
4660 |
4897
|
4661 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
4662 the bug which causes __errplot__ to ignore the last argument. |
|
4663 |
4894
|
4664 2004-06-03 David Bateman <dbateman@free.fr> |
|
4665 |
|
4666 * general/shiftdim.m: New function based on JWE code snippet. |
|
4667 |
|
4668 * general/circdim.m: New function. |
|
4669 |
4890
|
4670 2004-05-06 David Bateman <dbateman@free.fr> |
|
4671 |
|
4672 * general/issquare.m: Fail if ndim(x) > 2. |
|
4673 |
|
4674 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
4675 |
|
4676 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
4677 N-d array arguments. Add optional dim argument to define |
|
4678 dimension along which to operate. |
|
4679 |
|
4680 * linear-algebra/dmult.m: Allow N-d arrays. |
|
4681 |
|
4682 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
4683 |
4885
|
4684 2004-04-29 David Bateman <dbateman@free.fr> |
|
4685 |
|
4686 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
4687 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
4688 statistics/base/statistics.m, statistics/base/skewness.m |
|
4689 statistics/base/iqr.m: |
|
4690 Make N-d array aware. Allow optional argument to define the |
|
4691 dimension along which to operate. Update the documentation. |
|
4692 |
|
4693 * statistics/base/ranks.m: Change algorithm to use sort, |
|
4694 and adjust for the ties after. |
|
4695 |
|
4696 * statistics/base/run_counts.m: Change algorithm to use |
|
4697 the a combination of diff and find, rather than a for-loop. |
|
4698 |
4881
|
4699 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
4700 |
|
4701 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
4702 |
4878
|
4703 2004-04-23 David Bateman <dbateman@free.fr> |
|
4704 |
|
4705 * general/int2str.m: Treat only real part of argument, and treat |
|
4706 NDArrays by stacking the slices through the matrix vertically. |
|
4707 |
|
4708 * general/num2str.m: Improve format of integer matrices, and the |
|
4709 conversion of complex matrices added. Treat NDArrays by stacking |
|
4710 the slices through the matrix vertically. |
|
4711 |
|
4712 * deprecated/com2str.m: Moved here from general subdirectory. |
|
4713 |
4877
|
4714 2004-04-22 John W. Eaton <jwe@octave.org> |
|
4715 |
|
4716 * quaternion/qtransvmat.m: Use continuation characters to make |
|
4717 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
4718 |
4869
|
4719 2004-04-21 David Bateman <dbateman@free.fr> |
|
4720 |
5378
|
4721 * elfun/lcm.m: Make N-d aware. |
4870
|
4722 |
4869
|
4723 * general/diff.m: Make the code N-d array aware. Allow an |
|
4724 optional argument to define the dimension along which to perform |
|
4725 the differences and allow the order of the differences to be larger |
|
4726 than the dimension itself. |
|
4727 |
|
4728 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
4729 use of these functions to 1- and 2-d arrays. |
|
4730 |
4863
|
4731 2004-04-16 John W. Eaton <jwe@octave.org> |
|
4732 |
|
4733 * elfun/gcd.m: Delete. |
|
4734 |
4862
|
4735 2004-04-15 David Bateman <dbateman@free.fr> |
|
4736 |
|
4737 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
4738 |
|
4739 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
4740 array aware and and optional argument for the dimension along |
|
4741 which to operate. |
|
4742 |
5378
|
4743 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
4744 argument for the dimension to be consistent with other N-d array |
|
4745 functions. |
|
4746 |
4860
|
4747 2004-04-08 David Bateman <dbateman@free.fr> |
|
4748 |
|
4749 * statistics/distributions/discrete_cdf.m, |
|
4750 statistics/distributions/discrete_inv.m, |
|
4751 statistics/distributions/discrete_pdf.m, |
|
4752 statistics/distributions/discrete_rnd.m, |
|
4753 statistics/distributions/exponential_cdf.m, |
|
4754 statistics/distributions/exponential_inv.m, |
|
4755 statistics/distributions/exponential_pdf.m, |
|
4756 statistics/distributions/exponential_rnd.m, |
|
4757 statistics/distributions/f_cdf.m, |
|
4758 statistics/distributions/f_inv.m, |
|
4759 statistics/distributions/f_pdf.m, |
|
4760 statistics/distributions/f_rnd.m, |
|
4761 statistics/distributions/geometric_cdf.m, |
|
4762 statistics/distributions/geometric_inv.m, |
|
4763 statistics/distributions/geometric_pdf.m, |
|
4764 statistics/distributions/geometric_rnd.m, |
|
4765 statistics/distributions/hypergeometric_rnd.m, |
|
4766 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
4767 statistics/distributions/laplace_cdf.m, |
|
4768 statistics/distributions/laplace_inv.m, |
|
4769 statistics/distributions/laplace_pdf.m, |
|
4770 statistics/distributions/laplace_rnd.m, |
|
4771 statistics/distributions/logistic_inv.m, |
|
4772 statistics/distributions/logistic_rnd.m, |
|
4773 statistics/distributions/lognormal_cdf.m, |
|
4774 statistics/distributions/lognormal_inv.m, |
|
4775 statistics/distributions/lognormal_pdf.m, |
|
4776 statistics/distributions/lognormal_rnd.m, |
|
4777 statistics/distributions/pascal_cdf.m, |
|
4778 statistics/distributions/pascal_inv.m, |
|
4779 statistics/distributions/pascal_pdf.m, |
|
4780 statistics/distributions/pascal_rnd.m, |
|
4781 statistics/distributions/poisson_cdf.m, |
|
4782 statistics/distributions/poisson_inv.m, |
|
4783 statistics/distributions/poisson_pdf.m, |
|
4784 statistics/distributions/poisson_rnd.m, |
|
4785 statistics/distributions/t_cdf.m, |
|
4786 statistics/distributions/t_inv.m, |
|
4787 statistics/distributions/t_pdf.m, |
|
4788 statistics/distributions/t_rnd.m, |
|
4789 statistics/distributions/weibull_cdf.m, |
|
4790 statistics/distributions/weibull_inv.m, |
|
4791 statistics/distributions/weibull_pdf.m, |
|
4792 statistics/distributions/weibull_rnd.m: |
|
4793 Allow N-d arrays. |
|
4794 |
|
4795 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
4796 that results in NaN in places where it should not have had. |
|
4797 |
|
4798 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
4799 allow creating arbitrary matrices, compatiable with the other |
5583
|
4800 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
4801 |
|
4802 * statistics/distributions/empirical_rnd.m: New argument formats |
|
4803 to allow creating arbitrary matrices, compatiable with the other |
5583
|
4804 *_rnd.m functions. Maintain compatibility with previous |
4860
|
4805 format. Allow N-d arrays. |
|
4806 |
|
4807 * statistics/distributions/hypergeometric_cdf.m, |
|
4808 statistics/distributions/hypergeometric_inv.m, |
|
4809 statistics/distributions/hypergeometric_pdf.m, |
|
4810 statistics/distributions/wiener_rnd.m: |
|
4811 Error for non-scalar arguments. |
|
4812 |
|
4813 * statistics/distributions/pascal_rnd.m: |
|
4814 Correct for n = 1 bug, where all elements were equal. |
|
4815 |
4849
|
4816 2004-04-06 David Bateman <dbateman@free.fr> |
|
4817 |
4854
|
4818 * general/common_size.m, miscellaneous/bincoeff.m, |
|
4819 statistics/distributions/beta_cdf.m, |
|
4820 statistics/distributions/beta_inv.m, |
|
4821 statistics/distributions/beta_pdf.m, |
|
4822 statistics/distributions/beta_rnd.m, |
|
4823 statistics/distributions/binomial_cdf.m, |
|
4824 statistics/distributions/binomial_inv.m, |
|
4825 statistics/distributions/binomial_pdf.m, |
|
4826 statistics/distributions/binomial_rnd.m, |
|
4827 statistics/distributions/cauchy_cdf.m, |
|
4828 statistics/distributions/cauchy_inv.m, |
|
4829 statistics/distributions/cauchy_pdf.m, |
|
4830 statistics/distributions/cauchy_rnd.m, |
|
4831 statistics/distributions/chisquare_cdf.m, |
|
4832 statistics/distributions/chisquare_inv.m, |
|
4833 statistics/distributions/chisquare_pdf.m, |
|
4834 statistics/distributions/chisquare_rnd.m, |
|
4835 statistics/distributions/gamma_cdf.m, |
|
4836 statistics/distributions/gamma_inv.m, |
|
4837 statistics/distributions/gamma_pdf.m, |
|
4838 statistics/distributions/gamma_rnd.m, |
|
4839 statistics/distributions/normal_cdf.m, |
|
4840 statistics/distributions/normal_inv.m, |
|
4841 statistics/distributions/normal_pdf.m, |
|
4842 statistics/distributions/normal_rnd.m, |
|
4843 statistics/distributions/stdnormal_cdf.m, |
|
4844 statistics/distributions/stdnormal_pdf.m, |
|
4845 statistics/distributions/stdnormal_rnd.m, |
|
4846 statistics/distributions/uniform_cdf.m, |
|
4847 statistics/distributions/uniform_inv.m, |
|
4848 statistics/distributions/uniform_pdf.m, |
|
4849 statistics/distributions/uniform_rnd.m: |
|
4850 Allow the inputs to be N-d arrays. |
|
4851 |
4852
|
4852 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
4853 * statistics/base/median.m: Likewise. |
4849
|
4854 |
4844
|
4855 2004-04-02 David Bateman <dbateman@free.fr> |
|
4856 |
|
4857 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
4858 * statistics/base/center.m, statistics/base/meansq.m, |
|
4859 statistics/base/moment.m, statistics/base/range.m: |
4852
|
4860 Update for N-d arrays. |
4844
|
4861 * signal/fftshift.m: Fix dimensioning error. |
|
4862 |
|
4863 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
4864 N-d arrays. |
4844
|
4865 |
4852
|
4866 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
4867 |
|
4868 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
4869 |
4852
|
4870 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
4871 |
|
4872 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
4873 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
4874 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
4875 |
|
4876 * control/system/sysidx.m: Use cellidx and not listidx. |
|
4877 |
4841
|
4878 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4879 |
|
4880 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
4881 default of "" (so it is off unless explicitly set by the user). |
|
4882 |
4836
|
4883 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
4884 |
|
4885 * image/imshow.m: Accept "truesize" argument. |
|
4886 Ignore current colormap. New tests and demos. |
|
4887 |
4834
|
4888 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
4889 |
|
4890 * signal/sinewave.m: Allow N to default to M. |
|
4891 |
4826
|
4892 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4893 |
|
4894 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
4895 |
4818
|
4896 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4897 |
|
4898 * general/deal.m: New function. |
4819
|
4899 Add tests from Paul Kienzle. |
4818
|
4900 |
4811
|
4901 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4902 |
|
4903 * plot/hist.m: Compute histogram correctly for n>=30. |
|
4904 |
5095
|
4905 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
4906 |
|
4907 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
4908 |
4806
|
4909 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4910 |
|
4911 * miscellaneous/horzcat.m: Delete. |
|
4912 * miscellaneous/vertcat.m: Delete. |
|
4913 |
4790
|
4914 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4915 |
|
4916 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
4917 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
4918 |
4789
|
4919 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4920 |
|
4921 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
4922 doing multiple plots in the same gnuplot frame. |
|
4923 |
4780
|
4924 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4925 |
|
4926 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
4927 control/system/cellidx.m, control/system/ss.m, |
|
4928 control/system/tf.m, control/system/zp.m: New functions. |
|
4929 |
4778
|
4930 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
4931 |
|
4932 * statistics/distributions/discrete_inv.m: |
|
4933 Reduce memory requirements. |
|
4934 |
4772
|
4935 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4936 |
|
4937 * plot/__errcomm__.m: Fix thinko in previous change. |
|
4938 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
4939 |
4771
|
4940 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
4941 |
|
4942 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
4943 control/base/analdemo.m, control/base/bddemo.m, |
|
4944 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
4945 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
4946 control/base/rldemo.m, control/base/rlocus.m, |
|
4947 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
4948 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
4949 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
4950 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
4951 control/obsolete/packsys.m, control/obsolete/series.m, |
|
4952 control/system/__sysdefioname__.m, |
|
4953 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
4954 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
4955 control/system/c2d.m, control/system/d2c.m, |
|
4956 control/system/dmr2d.m, control/system/fir2sys.m, |
|
4957 control/system/is_signal_list.m, control/system/is_siso.m, |
|
4958 control/system/jet707.m, control/system/listidx.m, |
|
4959 control/system/moddemo.m, control/system/ord2.m, |
|
4960 control/system/packedform.m, control/system/parallel.m, |
|
4961 control/system/ss2sys.m, control/system/sys2tf.m, |
|
4962 control/system/sys2zp.m, control/system/sysadd.m, |
|
4963 control/system/sysappend.m, control/system/sysconnect.m, |
|
4964 control/system/syscont.m, control/system/sysdimensions.m, |
|
4965 control/system/sysdisc.m, control/system/sysdup.m, |
|
4966 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
4967 control/system/sysgroup.m, control/system/sysmin.m, |
|
4968 control/system/sysmult.m, control/system/sysprune.m, |
|
4969 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
4970 control/system/syssetsignals.m, control/system/syssub.m, |
|
4971 control/system/sysupdate.m, control/system/tf2sys.m, |
|
4972 control/system/ugain.m, control/system/zp2ss.m, |
|
4973 control/system/zp2sys.m, control/util/__outlist__.m, |
|
4974 control/util/__zgpbal__.m, control/util/strappend.m: |
|
4975 Use cell arrays instead of lists. |
|
4976 |
4723
|
4977 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
4978 |
|
4979 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
4980 so that bar (1, 1) will work. |
|
4981 |
4710
|
4982 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4983 |
4717
|
4984 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
4985 * plot/__errplot__.m: Likewise. |
|
4986 * plot/__plt__.m: Likewise. |
|
4987 * plot/plot_border.m: Likewise. |
|
4988 |
4710
|
4989 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
4990 not $(DOCSTRINGS). |
|
4991 |
4706
|
4992 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
4993 |
|
4994 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
4995 rank ([], tol). |
|
4996 |
4691
|
4997 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4998 |
4692
|
4999 * elfun/acot.m: Return atan (1./z). |
|
5000 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
5001 |
4691
|
5002 * miscellaneous/dir.m: New file. |
|
5003 |
|
5004 * general/num2str.m: Use "%d" as format if values are ints with |
|
5005 magnitude less than 1e10. |
|
5006 |
|
5007 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5008 |
|
5009 * general/num2str.m: If single arg is string, return it. |
|
5010 |
|
5011 * miscellaneous/not.m: New file. |
|
5012 |
|
5013 * miscellaneous/unix.m: New file. |
|
5014 |
|
5015 * miscellaneous/isunix.m: New file. |
|
5016 * miscellaneous/ispc.m: New file. |
|
5017 |
|
5018 * miscellaneous/computer.m: New file. |
|
5019 |
|
5020 * miscellaneous/delete.m: New file. |
|
5021 |
4689
|
5022 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5023 |
|
5024 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
5025 |
|
5026 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5027 |
|
5028 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
5029 Always return substituted version of LOADPATH if nargout != 0. |
|
5030 |
4685
|
5031 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
5032 |
|
5033 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
5034 before continuing. |
|
5035 |
|
5036 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
5037 |
4677
|
5038 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5039 |
|
5040 * general/ind2sub.m: New file. |
|
5041 * general/sub2ind.m: New file. |
|
5042 |
4675
|
5043 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5044 |
|
5045 * control/system/zp2ss.m: Don't save and restore |
|
5046 warn_empty_list_elements. |
|
5047 |
|
5048 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5049 |
6778
|
5050 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675
|
5051 |
4673
|
5052 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
5053 |
|
5054 * statistics/base/mean.m: Remove special case for row vectors. |
|
5055 |
4637
|
5056 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
5057 |
|
5058 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
5059 |
4631
|
5060 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
5061 |
|
5062 * statistics/base/iqr.m: Handle matrices. |
|
5063 |
4630
|
5064 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5065 |
|
5066 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
5067 |
4629
|
5068 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5069 |
|
5070 * miscellaneous/path.m: Fix thinko in previous change. |
|
5071 |
4609
|
5072 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5073 |
4629
|
5074 * control/base/dare.m: Check positive (semi)definiteness and |
|
5075 dimensions of r (and q). |
|
5076 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
5077 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
5078 near unit circle. |
4611
|
5079 |
|
5080 * control/system/is_detectable.m: Use Hautus Lemma. |
|
5081 Correct the behavior for discrete-time systems. |
|
5082 * control/system/is_stabilizable.m: Likewise. |
|
5083 |
4609
|
5084 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
5085 |
|
5086 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
5087 |
4610
|
5088 * general/isdefinite.m: New function. |
|
5089 |
4567
|
5090 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5091 |
|
5092 * general/reshape: Delete. |
|
5093 |
4559
|
5094 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5095 |
|
5096 * general/numel.m: Delete. |
|
5097 |
4535
|
5098 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5099 |
4536
|
5100 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
5101 |
|
5102 * deprecated/isstr.m: New file. |
4535
|
5103 |
4529
|
5104 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5105 |
|
5106 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
5107 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
5108 |
4525
|
5109 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
5110 |
|
5111 * statistics/base/mean.m: Fix missing semicolon problem. |
|
5112 |
4503
|
5113 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
5114 |
|
5115 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
5116 |
4492
|
5117 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
5118 |
|
5119 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
5120 Allow optional length argument. |
|
5121 |
4491
|
5122 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5123 |
|
5124 * polynomial/polyfit.m: Avoid calling flipud. |
|
5125 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
5126 Return structure as second output value for improved Matlab |
|
5127 compatibility. |
|
5128 |
4476
|
5129 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5130 |
4478
|
5131 * linear-algebra/cond.m: Behave as though old built-in variable |
|
5132 propagate_empty_matrices is always 1. Also handle empty matrices |
|
5133 with one non-zero dimension. |
|
5134 |
4476
|
5135 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
5136 warn_single_quote_string to the list. |
4478
|
5137 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
5138 from the list. |
4476
|
5139 |
5095
|
5140 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
5141 |
|
5142 * signal/autocov.m: Transpose result of conj because diag returns |
|
5143 a column vector, not a row vector. |
|
5144 |
|
5145 * audio/playaudio.m, audio/record.m, image/image.m, |
|
5146 miscellaneous/bug_report.m: Protect spaces in filenames |
|
5147 with quotes. |
|
5148 |
4466
|
5149 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5150 |
4468
|
5151 * io/printf.m, io/puts.m: Delete. |
|
5152 |
4466
|
5153 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
5154 default_return_value from the list. |
|
5155 Add warn_undefined_return_values to the list. |
|
5156 |
|
5157 |
4464
|
5158 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5159 |
|
5160 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
5161 and initialize_global_variables from the list. |
|
5162 |
4460
|
5163 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5164 |
4463
|
5165 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
5166 |
|
5167 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
5168 |
|
5169 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
5170 * control/system/sys2fir.m: Likewise. |
|
5171 |
|
5172 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
5173 * control/system/__tf2sysl__.m: Likewise. |
|
5174 |
|
5175 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
5176 |
|
5177 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
5178 and [] concatenation. |
|
5179 * control/system/sys2fir.m: Likewise. |
|
5180 |
|
5181 * control/base/dgram.m, control/base/freqchkw.m, |
|
5182 control/base/gram.m, control/system/__abcddims__.m, |
|
5183 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
5184 control/system/is_sample.m, control/system/is_signal_list.m, |
|
5185 control/system/is_siso.m, control/system/sys2fir.m, |
|
5186 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
5187 control/system/sysgettype.m, control/system/tf2zp.m, |
|
5188 control/system/ugain.m, control/util/prompt.m, |
|
5189 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
5190 control/util/zgshsr.m: |
|
5191 Improve conformance to Octave coding style. |
|
5192 |
4461
|
5193 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
5194 the list. |
|
5195 Delete resize_on_range_error from the list. |
|
5196 |
4460
|
5197 * control/base/pzmap.m, control/base/place.m, |
|
5198 control/base/__freqresp__.m, control/system/sysappend.m, |
|
5199 control/system/syscont.m, control/system/sysdisc.m, |
|
5200 control/system/sysgroup.m, control/system/tfout.m, |
|
5201 control/system/zp2ss.m, control/system/zpout.m, |
|
5202 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
5203 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
5204 empty_list_elements_ok. |
|
5205 |
|
5206 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
5207 Delete empty_list_elements_ok from the list. |
|
5208 |
4457
|
5209 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5210 |
|
5211 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
5212 list. |
|
5213 Delete treat_neg_dim_as_zero from the list. |
|
5214 |
|
5215 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
5216 |
4451
|
5217 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5218 |
4455
|
5219 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
5220 was not used in the code in any case). |
|
5221 |
|
5222 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
5223 do_fortran_indexing. |
|
5224 |
4452
|
5225 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
5226 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
5227 |
4451
|
5228 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
5229 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
5230 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
5231 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
5232 warn_fortran_indexing in the list. |
|
5233 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
5234 implicit_str_to_num_ok, do_fortran_indexing, and |
|
5235 prefer_column_vectors from list. |
4451
|
5236 |
4440
|
5237 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5238 |
|
5239 * Makefile.in (distclean, maintainer-clean): Also remove |
|
5240 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
5241 directory. |
|
5242 |
5095
|
5243 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
5244 |
|
5245 * plot/hist.m: Don't forget to define n if x is a vector. |
|
5246 |
5095
|
5247 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
5248 |
|
5249 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
5250 return "." with extension. |
|
5251 |
4422
|
5252 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5253 |
|
5254 * control/base/__stepimp__.m, control/base/nichols.m, |
|
5255 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
5256 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
5257 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
5258 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
5259 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
5260 |
4413
|
5261 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5262 |
|
5263 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
5264 |
5095
|
5265 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
5266 |
|
5267 * plot/hist.m: Improve performance by using different algorithms |
|
5268 depending on number of bins. |
|
5269 |
4404
|
5270 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5271 |
|
5272 * control/system/sysadd.m: If systems are not "tf", convert before |
|
5273 adding. |
|
5274 |
5095
|
5275 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
5276 |
|
5277 * image/imagesc.m: Accept data limits parameter for colormap. |
|
5278 |
5095
|
5279 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
5280 |
|
5281 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
5282 the impulse by t_step. |
|
5283 |
4373
|
5284 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5285 |
|
5286 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
5287 column vectors. |
|
5288 |
5095
|
5289 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
5290 |
|
5291 * linear-algebra/null.m: Handle empty matrix arg. |
|
5292 |
4369
|
5293 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5294 |
|
5295 * general/shift.m: Force empty_list_elements_ok to 1. |
|
5296 |
4358
|
5297 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5298 |
|
5299 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
5300 New files. |
|
5301 |
4348
|
5302 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5303 |
|
5304 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
5305 function handle to pass to feval. |
|
5306 * statistics/base/qqplot.m: Likewise. |
|
5307 * statistics/base/ppplot.m: Likewise. |
|
5308 * signal/spectral_xdf.m: Likewise. |
|
5309 * signal/spectral_adf.m: Likewise. |
|
5310 |
4340
|
5311 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5312 |
|
5313 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
5314 |
4334
|
5315 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5316 |
|
5317 * linear-algebra/logm.m: New file. |
|
5318 |
5095
|
5319 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
5320 |
|
5321 * mkpkgadd: Scan C++ files as well |
|
5322 |
5095
|
5323 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
5324 |
|
5325 * strings/findstr.m: Return empty set for zero-length target. |
|
5326 |
5095
|
5327 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
5328 |
|
5329 * set/union.m: Preserve the orientation of inputs. |
|
5330 |
4305
|
5331 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5332 |
|
5333 * general/int2str.m: Eliminate leading spaces. |
|
5334 |
4303
|
5335 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5336 |
|
5337 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
5338 |
5095
|
5339 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
5340 |
|
5341 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
5342 $(BUILD_LDFLAGS) to compiler. |
|
5343 |
4295
|
5344 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5345 |
|
5346 * general/num2str.m: Don't specify field width for scalars. |
|
5347 |
4292
|
5348 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5349 |
|
5350 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
5351 |
4265
|
5352 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5353 |
4279
|
5354 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
5355 |
4266
|
5356 * miscellaneous/tempname.m: New file. |
|
5357 |
|
5358 * miscellaneous/tempdir.m: New file. |
|
5359 |
4265
|
5360 * miscellaneous/fullfile.m: New file. |
|
5361 |
4259
|
5362 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5363 |
4264
|
5364 * miscellaneous/fileparts.m: New file. |
|
5365 |
|
5366 * io/beep.m: New file. |
|
5367 |
4260
|
5368 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
5369 format only. |
4259
|
5370 |
4257
|
5371 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5372 |
|
5373 * strings/strcmp.m: Handle cell arrays of strings. |
|
5374 |
4229
|
5375 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5376 |
|
5377 * general/int2str.m: Handle matrices. |
|
5378 * general/num2str.m: Likewise. |
|
5379 Also handle optional precision, and format args. |
|
5380 |
4225
|
5381 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5382 |
|
5383 * audio/Makefile.in, control/base/Makefile.in, |
|
5384 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
5385 control/system/Makefile.in, elfun/Makefile.in, |
|
5386 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
5387 io/Makefile.in, linear-algebra/Makefile.in, |
|
5388 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
5389 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
5390 specfun/Makefile.in, special-matrix/Makefile.in, |
|
5391 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
5392 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
5393 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
5394 deprecated/Makefile.in: Use new do-script-install and |
|
5395 do-script-uninstall macros. |
|
5396 |
|
5397 * mkpkgadd: New script. |
|
5398 |
|
5399 * plot/close.m: New file. |
|
5400 |
4184
|
5401 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5402 |
|
5403 * image/image.m: Use -raw option for xv. |
|
5404 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
5405 |
4172
|
5406 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5407 |
4174
|
5408 * control/base/lsim.m: Use approximate test for step size change. |
|
5409 |
4172
|
5410 * signal/bartlett.m: Avoid row/column mismatch error. |
|
5411 |
5095
|
5412 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
5413 |
|
5414 * statistics/base/var.m: Use better formula for improved accuracy. |
|
5415 |
5095
|
5416 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
5417 |
|
5418 * control/base/lsim.m: Correct doc string. |
|
5419 |
5095
|
5420 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
5421 |
|
5422 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
5423 |
4148
|
5424 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5425 |
|
5426 * plot/contour.m: Handle x and y as matrices too. |
|
5427 |
5095
|
5428 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
5429 |
|
5430 * plot/contour.m: Fix error and usage messages. |
|
5431 |
4146
|
5432 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5433 |
|
5434 * plot/contour.m: Correct orientation of plot. |
|
5435 |
4139
|
5436 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5437 |
|
5438 * control/base/analdemo.m: Fix typo. |
|
5439 |
5095
|
5440 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
5441 |
|
5442 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
5443 |
4098
|
5444 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5445 |
|
5446 * mkdoc: Exit immediately on errors. |
|
5447 Exit with error if gethelp does not exist. |
|
5448 |
|
5449 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
5450 |
4093
|
5451 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5452 |
|
5453 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
5454 |
5095
|
5455 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
5456 |
|
5457 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
5458 * statistics/distributions/normal_pdf.m: Likewise. |
|
5459 * statistics/distributions/normal_inv.m: Likewise. |
|
5460 |
5095
|
5461 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
5462 |
|
5463 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
5464 |
5095
|
5465 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
5466 |
|
5467 * statistics/base/var.m: Handle complex values. |
|
5468 |
4031
|
5469 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5470 |
|
5471 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
5472 list. |
|
5473 * deprecated/Makefile.in: New file. |
|
5474 |
5095
|
5475 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
5476 |
|
5477 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
5478 * statistics/distributions/binomial_cdf.m: Likewise. |
|
5479 * statistics/distributions/f_cdf.m: Likewise. |
|
5480 * statistics/distributions/t_cdf.m: Likewise. |
|
5481 |
|
5482 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
5483 * specfun/beta.m: Likewise. |
|
5484 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
5485 * statistics/distributions/gamma_pdf.m: Likewise. |
|
5486 * statistics/distributions/poisson_pdf.m: Likewise. |
|
5487 |
|
5488 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
5489 * statistics/distributions/poisson_cdf.m: Likewise. |
|
5490 |
4026
|
5491 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5492 |
4028
|
5493 * deprecated/is_bool.m: New file. |
|
5494 * deprecated/is_complex.m: New file. |
|
5495 * deprecated/is_global.m: New file. |
|
5496 * deprecated/is_list.m: New file. |
|
5497 * deprecated/is_matrix.m: New file. |
|
5498 * deprecated/is_scalar.m: New file. |
|
5499 * deprecated/is_square.m: New file. |
|
5500 * deprecated/is_stream.m: New file. |
|
5501 * deprecated/is_struct.m: New file. |
|
5502 * deprecated/is_symmetric.m: New file. |
|
5503 * deprecated/is_vector.m: New file. |
4030
|
5504 * Change all callers of these functions to use the new names. |
4028
|
5505 |
4029
|
5506 * deprecated: New directory. |
|
5507 * Makefile.in (SUBDIRS): Add it to the list. |
|
5508 |
4026
|
5509 * general/isscalar.m: Rename from is_scalar.m. |
|
5510 * general/issquare.m: Rename from is_square.m. |
|
5511 * general/issymmetric.m: Rename from is_symmetric.m. |
|
5512 * general/isvector.m: Rename from is_vector.m. |
|
5513 |
4022
|
5514 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5515 |
|
5516 * statistics/base/mean.m: Allow empty matrices. |
|
5517 Handle DIM arg. |
|
5518 |
5095
|
5519 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
5520 |
|
5521 * plot/__errcomm__.m: If format is not specified, default to error |
|
5522 bar format. |
|
5523 |
4011
|
5524 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5525 |
|
5526 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
5527 __F_SETFL__ and __O_NONBLOCK__. |
|
5528 |
|
5529 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
5530 * miscellaneous/bug_report.m: Likewise. |
|
5531 |
4007
|
5532 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5533 |
4008
|
5534 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
5535 * general/rem.m: Likewise. |
|
5536 |
|
5537 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
5538 * plot/semilogxerr.m: Likewise. |
4007
|
5539 * plot/semilogyerr.m: Likewise. |
|
5540 |
5095
|
5541 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
5542 |
|
5543 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
5544 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
5545 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
5546 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
5547 |
|
5548 * plot/errorbar.m: Use __errcomm__.m. |
|
5549 * plot/__errplot__.m: Minor cleanups. |
|
5550 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
5551 * plot/__pltopt1__.m: Likewise. |
|
5552 |
3980
|
5553 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5554 |
3981
|
5555 * general/rem.m: Delete redundant call to usage. |
|
5556 |
3980
|
5557 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
5558 |
5095
|
5559 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
5560 |
|
5561 * general/mod.m: New function. |
|
5562 |
3979
|
5563 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5564 |
|
5565 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
5566 * control/system/sysadd.m: Likewise. |
|
5567 * control/system/sysgroup.m: Likewise. |
|
5568 * control/system/syssub.m: Likewise. |
|
5569 * elfun/gcd.m: Likewise. |
|
5570 * elfun/lcm.m: Likewise. |
|
5571 * general/common_size.m: Likewise. |
|
5572 * io/printf.m: Likewise. |
|
5573 * miscellaneous/menu.m: Likewise. |
|
5574 * miscellaneous/path.m: Likewise. |
|
5575 * plot/__errplot__.m: Likewise. |
|
5576 * plot/__plt__.m: Likewise. |
|
5577 * plot/axis.m: Likewise. |
|
5578 * plot/errorbar.m: Likewise. |
|
5579 * plot/mplot.m: Likewise. |
|
5580 * plot/loglog.m: Likewise. |
|
5581 * plot/plot.m: Likewise. |
|
5582 * plot/plot_border.m: Likewise. |
|
5583 * plot/semilogx.m: Likewise. |
|
5584 * plot/semilogy.m: Likewise. |
|
5585 * plot/xlabel.m: Likewise. |
|
5586 * plot/ylabel.m: Likewise. |
|
5587 * plot/zlabel.m: Likewise. |
|
5588 * statistics/base/ppplot.m: Likewise. |
|
5589 * statistics/base/qqplot.m: Likewise. |
|
5590 * statistics/tests/bartlett_test.m: Likewise. |
|
5591 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
5592 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
5593 * strings/str2mat.m: Likewise. |
|
5594 * strings/strcat.m: Likewise. |
|
5595 |
5095
|
5596 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
5597 |
|
5598 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
5599 |
3924
|
5600 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5601 |
|
5602 * skip-autoheader: New file, for autogen.sh. |
3925
|
5603 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
5604 |
5095
|
5605 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
5606 |
|
5607 * general/repmat.m: New function. |
|
5608 |
5095
|
5609 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
5610 |
|
5611 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
5612 Use optional parameter to specify the number of bits in the input. |
|
5613 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
5614 floats in the range [-1,1], 2x speedup. |
|
5615 |
|
5616 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
5617 |
3910
|
5618 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5619 |
|
5620 * linear-algebra/kron.m: Delete. |
|
5621 |
5095
|
5622 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
5623 |
|
5624 * signal/freqz.m: If nargout is zero, plot results instead of |
|
5625 returning them. |
|
5626 * signal/freqz_plot.m: New file. |
|
5627 |
5095
|
5628 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
5629 |
5378
|
5630 * signal/unwrap.m: New file. |
3906
|
5631 |
5095
|
5632 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
5633 |
|
5634 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
5635 divide by zero warning. |
|
5636 |
5095
|
5637 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
5638 |
3894
|
5639 * strings/deblank.m: Trim \0 as well as blank. |
|
5640 |
5378
|
5641 * freqz.m: Evaluate a specific range of frequencies |
3893
|
5642 expressed in radians or Hz relative to a supplied sample rate. |
|
5643 |
5095
|
5644 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
5645 |
|
5646 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
5647 |
3891
|
5648 * strings/findstr.m: Vectorize as much as possible. |
|
5649 |
5095
|
5650 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
5651 |
|
5652 * special-matrix/invhilb.m: New version that is faster and more |
|
5653 accurate. |
|
5654 |
5095
|
5655 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
5656 |
|
5657 * configure.in: Update for autoconf 2.5x. |
|
5658 |
5095
|
5659 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
5660 |
|
5661 * special-matrix/vander.m: Code tidy and vectorize. |
|
5662 |
5095
|
5663 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
5664 |
3883
|
5665 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
5666 to vectors. Issue a warning in the case x matches y' but return a |
|
5667 column vector as Octave currently does. |
|
5668 |
3882
|
5669 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
5670 |
|
5671 * control/system/starp.m: Leave more of the documentation |
|
5672 processing to texinfo and less to the @format block. |
|
5673 |
|
5674 * image/imagesc.m: Only display image if no output is requested. |
|
5675 Code tidying. |
|
5676 |
3876
|
5677 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5678 |
|
5679 * statistics/base/center.m: Accept and return empty matrix. |
|
5680 |
3872
|
5681 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5682 |
|
5683 * specfun/erfinv.m: Fix usage message. |
|
5684 |
3869
|
5685 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5686 |
|
5687 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
5688 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
5689 |
3837
|
5690 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5691 |
|
5692 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
5693 capitalized variable names. |
|
5694 |
3836
|
5695 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
5696 |
|
5697 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
5698 |
5095
|
5699 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
5700 |
|
5701 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
5702 |
3803
|
5703 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
5704 |
3833
|
5705 * general/cart2pol.m: New file. |
|
5706 * general/pol2cart.m: New file. |
|
5707 * general/cart2sph.m: New file. |
|
5708 * general/sph2cart.m: New file. |
|
5709 * image/rgb2hsv.m: New file. |
|
5710 * image/hsv2rgb.m: New file. |
3803
|
5711 |
|
5712 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5713 |
|
5714 * plot/meshgrid.m: Avoid for loops. |
|
5715 * plot/meshdom.m: Likewise. |
|
5716 |
3801
|
5717 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5718 |
|
5719 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
5720 |
|
5721 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
5722 |
|
5723 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
5724 norm. |
|
5725 |
3792
|
5726 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
5727 |
|
5728 * statistics/tests/welch_test.m: Fix typo. |
|
5729 |
|
5730 * statistics/distributions/chisquare_cdf.m: |
|
5731 Don't restrict inputs to be only positive integers. |
|
5732 * statistics/distributions/chisquare_inv.m: Likewise. |
|
5733 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
5734 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
5735 * statistics/distributions/f_cdf.m: Likewise. |
|
5736 * statistics/distributions/f_inv.m: Likewise. |
|
5737 * statistics/distributions/f_pdf.m: Likewise. |
|
5738 * statistics/distributions/f_rnd.m: Likewise. |
|
5739 * statistics/distributions/t_cdf.m: Likewise. |
|
5740 * statistics/distributions/t_inv.m: Likewise. |
|
5741 * statistics/distributions/t_pdf.m: Likewise. |
|
5742 * statistics/distributions/t_rnd.m: Likewise. |
|
5743 |
3790
|
5744 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5745 |
|
5746 * strings/dec2base.m: New file. |
|
5747 * strings/base2dec.m: New file. |
|
5748 * strings/strjust.m: New file. |
|
5749 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
5750 * strings/dec2bin.m: Likewise. |
|
5751 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
5752 * strings/bin2dec.m: Likewise. |
|
5753 |
5095
|
5754 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
5755 |
|
5756 * statistics/base/ppplot.m: Use gset, not set. |
|
5757 * statistics/base/qqplot.m: Likewise. |
|
5758 |
5095
|
5759 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
5760 |
|
5761 * control/system/c2d.m: Add missing endif. |
|
5762 |
3759
|
5763 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5764 |
|
5765 * strings/index.m: Return 0 if either string is empty. |
|
5766 |
|
5767 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
5768 |
|
5769 * control/system/c2d.m: Allow option of matched pole/zero |
|
5770 equivalent for conversion. |
|
5771 |
|
5772 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
5773 |
|
5774 * strings/findstr.m: Return empty matrix if search string is empty. |
|
5775 |
3757
|
5776 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
5777 |
|
5778 * saveimage.m: Do create rawbit image for black and white images, |
|
5779 but do it correctly. |
|
5780 |
3754
|
5781 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5782 |
6778
|
5783 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
5784 result polynomials. |
3754
|
5785 |
3748
|
5786 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5787 |
|
5788 * image/saveimage.m: Don't try to create rawbit image. |
|
5789 |
3740
|
5790 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5791 |
|
5792 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
5793 |
5095
|
5794 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
5795 |
|
5796 * plot/contour.m: Reorder args for Matlab compatibility. |
|
5797 |
3727
|
5798 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
5799 |
|
5800 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
5801 |
3717
|
5802 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5803 |
3718
|
5804 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
5805 |
3717
|
5806 * plot/mesh.m: Also set nologscale before plotting. |
|
5807 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
5808 xyerrorbars instead of just errorbars. |
|
5809 |
3714
|
5810 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
5811 |
|
5812 * image/image.m: Try display (from ImageMagick) first. |
|
5813 |
3709
|
5814 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
5815 |
|
5816 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
5817 conjugate transpose. |
|
5818 |
3705
|
5819 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5820 |
|
5821 * strings/str2mat.m: Apply setstr to each argument. |
|
5822 |
3696
|
5823 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
5824 |
|
5825 * control/base/dkalman.m: New file. |
|
5826 * control/base/dlqe.m: Handle singular A matrix. |
|
5827 * control/base/dlqr.m: Likewise. |
|
5828 |
3695
|
5829 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5830 |
|
5831 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
5832 dimensions don't match. |
|
5833 |
3690
|
5834 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
5835 |
|
5836 * plot/hist.m: Allow 3 argument form to work. |
|
5837 |
5095
|
5838 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
5839 |
|
5840 * plot/plot.m: Add examples in doc string. |
|
5841 |
5095
|
5842 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
5843 |
|
5844 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
5845 Do the right thing even if automatic_replot is not zero. |
|
5846 Avoid failure if system has pure imaginary poles. |
|
5847 |
3674
|
5848 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5849 |
|
5850 * general/logical.m: Return arg if it is empty. Better error |
|
5851 message for non-numeric types. |
|
5852 |
5095
|
5853 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
5854 |
|
5855 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
5856 about difference with Matlab dlqe function. |
|
5857 |
|
5858 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
5859 |
5095
|
5860 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
5861 |
|
5862 * strings/strrep.m: Fix typo. |
|
5863 |
3666
|
5864 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5865 |
|
5866 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
5867 |
5095
|
5868 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
5869 |
|
5870 * strings/strrep.m: Avoid for loop for speed. |
3667
|
5871 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
5872 |
5095
|
5873 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
5874 |
|
5875 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
5876 guess for iteration. |
|
5877 |
3651
|
5878 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5879 |
|
5880 * image/image.m: Allow image (A) or image (x, y, A). |
|
5881 * image/imagesc.m: Likewise. |
|
5882 |
|
5883 * image/image.m: If zoom is not supplied, or if it is an empty |
|
5884 matrix, autoscale the image. |
|
5885 |
3618
|
5886 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5887 |
3619
|
5888 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
5889 Undo string escapes in text twice(!) before sending to gnuplot. |
|
5890 |
3618
|
5891 * image/saveimage.m: Add comment to file saying who created it and |
|
5892 when it was created. Suggested by Stephen Eglen |
|
5893 <stephen@cogsci.ed.ac.uk>. |
|
5894 |
5095
|
5895 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
5896 |
|
5897 * polynomial/polyreduce.m: Simplify by looking for the first |
|
5898 non-zero element rather than the last of the first set of zero |
|
5899 elements. |
|
5900 |
|
5901 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
5902 |
5095
|
5903 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
5904 |
|
5905 * image/saveimage.m: Swap black and white colormaps so zero is |
|
5906 displayed as black and 1 is displayed as white. |
|
5907 Fix indexing bug in ppm case. |
|
5908 |
3604
|
5909 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
5910 |
|
5911 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
5912 between the two distributions (took same approach as ks.test() in R.) |
|
5913 |
3603
|
5914 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5915 |
|
5916 * control/base/bode.m: Temporarily disable automatic_replot. |
|
5917 |
3599
|
5918 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5919 |
3601
|
5920 * Makefile.in (clean): Also remove gethelp. |
|
5921 |
3599
|
5922 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
5923 |
5095
|
5924 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
5925 |
|
5926 * set/create_set.m: Use find to avoid while loop. |
|
5927 |
5095
|
5928 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
5929 |
|
5930 * plot/hist.m: New optional third argument. |
|
5931 |
|
5932 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5933 |
|
5934 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
5935 number appended. |
|
5936 |
3575
|
5937 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5938 |
|
5939 * gethelp.cc: Sprinkle with std:: qualifier. |
|
5940 |
3498
|
5941 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5942 |
|
5943 * image/saveimage.m: Delete some debugging code. |
|
5944 |
3486
|
5945 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5946 |
|
5947 * signal/sinc.m: Avoid reshaping. |
|
5948 |
|
5949 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
5950 * image/ind2rgb.m: Ditto. |
|
5951 * image/ind2gray.m: Ditto. |
|
5952 * general/reshape.m: Ditto. Also no longer needs to reset |
|
5953 implicit_str_to_num_ok. |
|
5954 |
3483
|
5955 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5956 |
|
5957 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
5958 a list of file structures, not a vector of numeric file ids. |
|
5959 |
3474
|
5960 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5961 |
3476
|
5962 * plot/__axis_label__.m: New function. |
|
5963 Undo string escapes in text twice(!) before sending to gnuplot. |
|
5964 * plot/xlabel.m: Use it. |
|
5965 * plot/ylabel.m: Ditto. |
|
5966 * plot/zlabel.m: Ditto. |
|
5967 |
3474
|
5968 * plot/mesh.m: Fix error message to reflect reality. |
|
5969 |
5095
|
5970 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
5971 |
|
5972 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
5973 |
5095
|
5974 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
5975 |
|
5976 * audio/saveaudio.m: Also accept files with .ul extension. |
|
5977 * audio/loadaudio.m: Ditto. |
|
5978 * audio/playaudio.m: Ditto. |
|
5979 |
3456
|
5980 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5981 |
|
5982 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
5983 * statistics/distributions/beta_inv.m: Ditto. |
|
5984 * statistics/distributions/beta_pdf.m: Ditto. |
|
5985 * statistics/distributions/beta_rnd.m: Ditto. |
|
5986 * statistics/distributions/binomial_cdf.m: Ditto. |
|
5987 * statistics/distributions/binomial_inv.m: Ditto. |
|
5988 * statistics/distributions/binomial_pdf.m: Ditto. |
|
5989 * statistics/distributions/binomial_rnd.m: Ditto. |
|
5990 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
5991 * statistics/distributions/cauchy_inv.m: Ditto. |
|
5992 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
5993 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
5994 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
5995 * statistics/distributions/chisquare_inv.m: Ditto. |
|
5996 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
5997 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
5998 * statistics/distributions/discrete_cdf.m: Ditto. |
|
5999 * statistics/distributions/discrete_inv.m: Ditto. |
|
6000 * statistics/distributions/discrete_pdf.m: Ditto. |
|
6001 * statistics/distributions/discrete_rnd.m: Ditto. |
|
6002 * statistics/distributions/empirical_cdf.m: Ditto. |
|
6003 * statistics/distributions/empirical_inv.m: Ditto. |
|
6004 * statistics/distributions/empirical_pdf.m: Ditto. |
|
6005 * statistics/distributions/empirical_rnd.m: Ditto. |
|
6006 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6007 * statistics/distributions/exponential_inv.m: Ditto. |
|
6008 * statistics/distributions/exponential_pdf.m: Ditto. |
|
6009 * statistics/distributions/exponential_rnd.m: Ditto. |
|
6010 * statistics/distributions/f_cdf.m: Ditto. |
|
6011 * statistics/distributions/f_inv.m: Ditto. |
|
6012 * statistics/distributions/f_pdf.m: Ditto. |
|
6013 * statistics/distributions/f_rnd.m: Ditto. |
|
6014 * statistics/distributions/gamma_cdf.m: Ditto. |
|
6015 * statistics/distributions/gamma_inv.m: Ditto. |
|
6016 * statistics/distributions/gamma_pdf.m: Ditto. |
|
6017 * statistics/distributions/gamma_rnd.m: Ditto. |
|
6018 * statistics/distributions/geometric_cdf.m: Ditto. |
|
6019 * statistics/distributions/geometric_inv.m: Ditto. |
|
6020 * statistics/distributions/geometric_pdf.m: Ditto. |
|
6021 * statistics/distributions/geometric_rnd.m: Ditto. |
|
6022 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
6023 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
6024 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
6025 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
6026 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
6027 * statistics/distributions/laplace_cdf.m: Ditto. |
|
6028 * statistics/distributions/laplace_inv.m: Ditto. |
|
6029 * statistics/distributions/laplace_pdf.m: Ditto. |
|
6030 * statistics/distributions/laplace_rnd.m: Ditto. |
|
6031 * statistics/distributions/logistic_cdf.m: Ditto. |
|
6032 * statistics/distributions/logistic_inv.m: Ditto. |
|
6033 * statistics/distributions/logistic_pdf.m: Ditto. |
|
6034 * statistics/distributions/logistic_rnd.m: Ditto. |
|
6035 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
6036 * statistics/distributions/lognormal_inv.m: Ditto. |
|
6037 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
6038 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
6039 * statistics/distributions/normal_cdf.m: Ditto. |
|
6040 * statistics/distributions/normal_inv.m: Ditto. |
|
6041 * statistics/distributions/normal_pdf.m: Ditto. |
|
6042 * statistics/distributions/normal_rnd.m: Ditto. |
|
6043 * statistics/distributions/pascal_cdf.m: Ditto. |
|
6044 * statistics/distributions/pascal_inv.m: Ditto. |
|
6045 * statistics/distributions/pascal_pdf.m: Ditto. |
|
6046 * statistics/distributions/pascal_rnd.m: Ditto. |
|
6047 * statistics/distributions/poisson_cdf.m: Ditto. |
|
6048 * statistics/distributions/poisson_inv.m: Ditto. |
|
6049 * statistics/distributions/poisson_pdf.m: Ditto. |
|
6050 * statistics/distributions/poisson_rnd.m: Ditto. |
|
6051 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
6052 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
6053 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
6054 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
6055 * statistics/distributions/t_cdf.m: Ditto. |
|
6056 * statistics/distributions/t_inv.m: Ditto. |
|
6057 * statistics/distributions/t_pdf.m: Ditto. |
|
6058 * statistics/distributions/t_rnd.m: Ditto. |
|
6059 * statistics/distributions/uniform_cdf.m: Ditto. |
|
6060 * statistics/distributions/uniform_inv.m: Ditto. |
|
6061 * statistics/distributions/uniform_pdf.m: Ditto. |
|
6062 * statistics/distributions/uniform_rnd.m: Ditto. |
|
6063 * statistics/distributions/weibull_cdf.m: Ditto. |
|
6064 * statistics/distributions/weibull_inv.m: Ditto. |
|
6065 * statistics/distributions/weibull_pdf.m: Ditto. |
|
6066 * statistics/distributions/weibull_rnd.m: Ditto. |
|
6067 * statistics/distributions/wiener_rnd.m: Ditto. |
|
6068 |
3453
|
6069 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6070 |
|
6071 * statistics/base/values.m: Texinfoize doc string. |
|
6072 * statistics/base/var.m: Ditto. |
|
6073 * statistics/base/table.m: Ditto. |
|
6074 * statistics/base/studentize.m: Ditto. |
|
6075 * statistics/base/statistics.m: Ditto. |
|
6076 * statistics/base/spearman.m: Ditto. |
|
6077 * statistics/base/run_count.m: Ditto. |
|
6078 * statistics/base/ranks.m: Ditto. |
|
6079 * statistics/base/range.m: Ditto. |
|
6080 * statistics/base/qqplot.m: Ditto. |
|
6081 * statistics/base/probit.m: Ditto. |
|
6082 * statistics/base/ppplot.m: Ditto. |
|
6083 * statistics/base/moment.m: Ditto. |
|
6084 * statistics/base/meansq.m: Ditto. |
|
6085 * statistics/base/logit.m: Ditto. |
|
6086 * statistics/base/kendall.m: Ditto. |
|
6087 * statistics/base/iqr.m: Ditto. |
|
6088 * statistics/base/cut.m: Ditto. |
|
6089 * statistics/base/cor.m: Ditto. |
|
6090 * statistics/base/cloglog.m: Ditto. |
|
6091 * statistics/base/center.m: Ditto. |
3454
|
6092 * statistics/models/logistic_regression.m: Ditto. |
|
6093 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
6094 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
6095 * statistics/tests/anova.m: Ditto. |
|
6096 * statistics/tests/bartlett_test.m: Ditto. |
|
6097 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
6098 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
6099 * statistics/tests/cor_test.m: Ditto. |
|
6100 * statistics/tests/f_test_regression.m: Ditto. |
|
6101 * statistics/tests/hotelling_test.m: Ditto. |
|
6102 * statistics/tests/hotelling_test_2.m: Ditto. |
|
6103 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
6104 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
6105 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
6106 * statistics/tests/manova.m: Ditto. |
|
6107 * statistics/tests/mcnemar_test.m: Ditto. |
|
6108 * statistics/tests/prop_test_2.m: Ditto. |
|
6109 * statistics/tests/run_test.m: Ditto. |
|
6110 * statistics/tests/sign_test.m: Ditto. |
|
6111 * statistics/tests/t_test.m: Ditto. |
|
6112 * statistics/tests/t_test_2.m: Ditto. |
|
6113 * statistics/tests/t_test_regression.m: Ditto. |
|
6114 * statistics/tests/u_test.m: Ditto. |
|
6115 * statistics/tests/var_test.m: Ditto. |
|
6116 * statistics/tests/welch_test.m: Ditto. |
|
6117 * statistics/tests/wilcoxon_test.m: Ditto. |
|
6118 * statistics/tests/z_test.m: Ditto. |
|
6119 * statistics/tests/z_test_2.m: Ditto. |
3453
|
6120 |
3446
|
6121 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6122 |
|
6123 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
6124 * plot/__plr1__.m: Ditto. |
|
6125 * plot/__pltopt__.m: Ditto. |
|
6126 * plot/__plt__.m: Ditto. |
|
6127 * plot/__plt2vv__.m: Ditto. |
|
6128 * plot/__plr2__.m: Ditto. |
|
6129 * plot/__plr__.m: Ditto. |
|
6130 * plot/__plt1__.m: Ditto. |
|
6131 * plot/__plt2__.m: Ditto. |
|
6132 * plot/__plt2mm__.m: Ditto. |
|
6133 * plot/__plt2mv__.m: Ditto. |
|
6134 * plot/__plt2ss__.m: Ditto. |
|
6135 * miscellaneous/paren.m: Ditto. |
|
6136 * miscellaneous/comma.m: Ditto. |
|
6137 * miscellaneous/semicolon.m: Ditto. |
|
6138 * miscellaneous/path.m: Ditto. |
|
6139 * miscellaneous/list_primes.m: Ditto. |
|
6140 * miscellaneous/flops.m: Ditto. |
|
6141 * miscellaneous/dump_prefs.m: Ditto. |
|
6142 * miscellaneous/bug_report.m: Ditto. |
|
6143 * linear-algebra/dot.m: Ditto |
|
6144 * linear-algebra/dmult.m: Ditto. |
|
6145 * general/randperm.m: Ditto. |
|
6146 * general/logical.m: Ditto. |
|
6147 * general/is_duplicate_entry.m: Ditto. |
|
6148 * signal/arch_fit.m: Ditto. |
|
6149 * signal/arch_rnd.m: Ditto. |
|
6150 * signal/arch_test.m: Ditto. |
|
6151 * signal/arma_rnd.m: Ditto. |
|
6152 * signal/autocor.m: Ditto. |
|
6153 * signal/autocov.m: Ditto. |
|
6154 * signal/autoreg_matrix.m: Ditto. |
|
6155 * signal/bartlett.m: Ditto. |
|
6156 * signal/blackman.m: Ditto. |
|
6157 * signal/detrend.m: Ditto. |
|
6158 * signal/diffpara.m: Ditto. |
|
6159 * signal/durbinlevinson.m: Ditto. |
|
6160 * signal/fftconv.m: Ditto. |
|
6161 * signal/fftfilt.m: Ditto. |
|
6162 * signal/fftshift.m: Ditto. |
|
6163 * signal/fractdiff.m: Ditto. |
|
6164 * signal/freqz.m: Ditto. |
|
6165 * signal/hamming.m: Ditto. |
|
6166 * signal/hanning.m: Ditto. |
|
6167 * signal/hurst.m: Ditto. |
|
6168 * signal/periodogram.m: Ditto. |
|
6169 * signal/rectangle_lw.m: Ditto. |
|
6170 * signal/rectangle_sw.m: Ditto. |
|
6171 * signal/sinc.m: Ditto. |
|
6172 * signal/sinetone.m: Ditto. |
|
6173 * signal/sinewave.m: Ditto. |
|
6174 * signal/spectral_adf.m: Ditto. |
|
6175 * signal/spectral_xdf.m: Ditto. |
|
6176 * signal/spencer.m: Ditto. |
|
6177 * signal/stft.m: Ditto. |
|
6178 * signal/synthesis.m: Ditto. |
|
6179 * signal/triangle_lw.m: Ditto. |
|
6180 * signal/triangle_sw.m: Ditto. |
|
6181 * signal/yulewalker.m: Ditto. |
3450
|
6182 * control/util/strappend.m: Ditto. |
3451
|
6183 * control/base/nichols.m: Ditto. |
3452
|
6184 * control/system/is_signal_list.m: Ditto. |
|
6185 * control/system/listidx.m: Ditto. |
|
6186 * control/system/sysgettsam.m: Ditto. |
|
6187 * control/system/sysidx.m: Ditto. |
3446
|
6188 |
3438
|
6189 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6190 |
|
6191 * control/system/__abcddims__.m: Rename from |
|
6192 control/system/abcddims.m, change all callers. |
|
6193 * control/base/__bodquist__.m: Likewise. |
|
6194 * control/base/__freqresp__.m: Likewise. |
|
6195 * control/util/__outlist__.m: Likewise. |
|
6196 * control/base/__stepimp__.m: Likewise. |
|
6197 * control/system/__syschnamesl__.m: Likewise. |
|
6198 * control/system/__syscont_disc__.m: Likewise. |
|
6199 * control/system/__sysdefioname__.m: Likewise. |
|
6200 * control/system/__sysdefstname__.m: Likewise. |
|
6201 * control/system/__sysgroupn__.m: Likewise. |
|
6202 * control/system/__tf2sysl__.m: Likewise. |
|
6203 * control/util/__zgpbal__.m: Likewise. |
|
6204 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
6205 |
|
6206 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
6207 * quaternion/qconj.m: Ditto. |
|
6208 * quaternion/qcoordinate_plot.m: Ditto. |
|
6209 * quaternion/qderiv.m: Ditto. |
|
6210 * quaternion/qderivmat.m: Ditto. |
|
6211 * quaternion/qinv.m: Ditto. |
|
6212 * quaternion/qmult.m: Ditto. |
|
6213 * quaternion/qtrans.m: Ditto. |
|
6214 * quaternion/qtransv.m: Ditto. |
|
6215 * quaternion/qtransvmat.m: Ditto. |
|
6216 * quaternion/quaternion.m: Ditto. |
3438
|
6217 |
3436
|
6218 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6219 |
|
6220 * control/base/Makefile.in: Ditto. |
|
6221 * control/hinf/Makefile.in: New file. |
|
6222 * control/marsyas/Makefile.in: Ditto. |
|
6223 * control/obsolete/Makefile.in: Ditto. |
|
6224 * control/system/Makefile.in: Ditto. |
|
6225 * control/util/Makefile.in: Ditto. |
|
6226 |
|
6227 * strings/com2str.m: Move here from control directory. |
|
6228 |
|
6229 * control/base: New directory. |
|
6230 * control/base/DEMOcontrol.m: Move here from control directory. |
|
6231 * control/base/analdemo.m: Ditto. |
|
6232 * control/base/are.m: Ditto. |
|
6233 * control/base/bddemo.m: Ditto. |
|
6234 * control/base/bode.m: Ditto. |
|
6235 * control/base/bode_bounds.m: Ditto. |
|
6236 * control/base/bodquist.m: Ditto. |
|
6237 * control/base/controldemo.m: Ditto. |
|
6238 * control/base/ctrb.m: Ditto. |
|
6239 * control/base/damp.m: Ditto. |
|
6240 * control/base/dare.m: Ditto. |
|
6241 * control/base/dcgain.m: Ditto. |
|
6242 * control/base/dgram.m: Ditto. |
|
6243 * control/base/dlqe.m: Ditto. |
|
6244 * control/base/dlqr.m: Ditto. |
|
6245 * control/base/dlyap.m: Ditto. |
|
6246 * control/base/dre.m: Ditto. |
|
6247 * control/base/frdemo.m: Ditto. |
|
6248 * control/base/freqchkw.m: Ditto. |
|
6249 * control/base/freqresp.m: Ditto. |
|
6250 * control/base/gram.m: Ditto. |
|
6251 * control/base/impulse.m: Ditto. |
|
6252 * control/base/lqe.m: Ditto. |
|
6253 * control/base/lqg.m: Ditto. |
|
6254 * control/base/lqr.m: Ditto. |
|
6255 * control/base/lsim.m: Ditto. |
|
6256 * control/base/ltifr.m: Ditto. |
|
6257 * control/base/lyap.m: Ditto. |
|
6258 * control/base/nichols.m: Ditto. |
|
6259 * control/base/nyquist.m: Ditto. |
|
6260 * control/base/obsv.m: Ditto. |
|
6261 * control/base/place.m: Ditto. |
|
6262 * control/base/pzmap.m: Ditto. |
|
6263 * control/base/rldemo.m: Ditto. |
|
6264 * control/base/rlocus.m: Ditto. |
|
6265 * control/base/step.m: Ditto. |
|
6266 * control/base/stepimp.m: Ditto. |
|
6267 * control/base/tzero.m: Ditto. |
|
6268 * control/base/tzero2.m: Ditto. |
|
6269 |
|
6270 * control/hinf: New directory. |
|
6271 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
6272 * control/hinf/h2norm.m: Ditto. |
|
6273 * control/hinf/h2syn.m: Ditto. |
|
6274 * control/hinf/hinf_ctr.m: Ditto. |
|
6275 * control/hinf/hinfdemo.m: Ditto. |
|
6276 * control/hinf/hinfnorm.m: Ditto. |
|
6277 * control/hinf/hinfsyn.m: Ditto. |
|
6278 * control/hinf/hinfsyn_chk.m: Ditto. |
|
6279 * control/hinf/hinfsyn_ric.m: Ditto. |
|
6280 * control/hinf/wgt1o.m: Ditto. |
3441
|
6281 * control/hinf/dgkfdemo.m: Ditto. |
|
6282 * control/hinf/is_dgkf.m: Ditto. |
3436
|
6283 |
|
6284 * control/marsyas: New directory. |
|
6285 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
6286 * control/marsyas/susball.m: Ditto. |
|
6287 |
|
6288 * control/obsolete/dezero.m: Move here from control directory. |
|
6289 * control/obsolete/rotg.m: Ditto. |
|
6290 |
|
6291 * control/system: New directory. |
|
6292 * control/system/abcddim.m: Move here from control directory. |
|
6293 * control/system/abcddims.m: Ditto. |
|
6294 * control/system/buildssic.m: Ditto. |
|
6295 * control/system/c2d.m: Ditto. |
|
6296 * control/system/d2c.m: Ditto. |
|
6297 * control/system/dmr2d.m: Ditto. |
|
6298 * control/system/fir2sys.m: Ditto. |
|
6299 * control/system/is_abcd.m: Ditto. |
|
6300 * control/system/is_digital.m: Ditto. |
|
6301 * control/system/is_sample.m: Ditto. |
|
6302 * control/system/is_signal_list.m: Ditto. |
|
6303 * control/system/is_siso.m: Ditto. |
3441
|
6304 * control/system/is_controllable.m: Ditto. |
|
6305 * control/system/is_detectable.m: Ditto. |
|
6306 * control/system/is_observable.m: Ditto. |
|
6307 * control/system/is_stabilizable.m: Ditto. |
|
6308 * control/system/is_stable.m: Ditto. |
3436
|
6309 * control/system/jet707.m: Ditto. |
|
6310 * control/system/listidx.m: Ditto. |
|
6311 * control/system/moddemo.m: Ditto. |
|
6312 * control/system/ord2.m: Ditto. |
|
6313 * control/system/packedform.m: Ditto. |
|
6314 * control/system/parallel.m: Ditto. |
|
6315 * control/system/ss2sys.m: Ditto. |
|
6316 * control/system/ss2tf.m: Ditto. |
|
6317 * control/system/ss2zp.m: Ditto. |
|
6318 * control/system/starp.m: Ditto. |
|
6319 * control/system/sys2fir.m: Ditto. |
|
6320 * control/system/sys2ss.m: Ditto. |
|
6321 * control/system/sys2tf.m: Ditto. |
|
6322 * control/system/sys2zp.m: Ditto. |
|
6323 * control/system/sysadd.m: Ditto. |
|
6324 * control/system/sysappend.m: Ditto. |
|
6325 * control/system/syschnamesl.m: Ditto. |
|
6326 * control/system/syschtsam.m: Ditto. |
|
6327 * control/system/sysconnect.m: Ditto. |
|
6328 * control/system/syscont.m: Ditto. |
|
6329 * control/system/syscont_disc.m: Ditto. |
|
6330 * control/system/sysdefioname.m: Ditto. |
|
6331 * control/system/sysdefstname.m: Ditto. |
|
6332 * control/system/sysdimensions.m: Ditto. |
|
6333 * control/system/sysdisc.m: Ditto. |
|
6334 * control/system/sysdup.m: Ditto. |
|
6335 * control/system/sysgetsignals.m: Ditto. |
|
6336 * control/system/sysgettsam.m: Ditto. |
|
6337 * control/system/sysgettype.m: Ditto. |
|
6338 * control/system/sysgroup.m: Ditto. |
|
6339 * control/system/sysgroupn.m: Ditto. |
|
6340 * control/system/sysidx.m: Ditto. |
|
6341 * control/system/sysmin.m: Ditto. |
|
6342 * control/system/sysmult.m: Ditto. |
|
6343 * control/system/sysout.m: Ditto. |
|
6344 * control/system/sysprune.m: Ditto. |
|
6345 * control/system/sysreorder.m: Ditto. |
|
6346 * control/system/sysrepdemo.m: Ditto. |
|
6347 * control/system/sysscale.m: Ditto. |
|
6348 * control/system/syssetsignals.m: Ditto. |
|
6349 * control/system/syssub.m: Ditto. |
|
6350 * control/system/sysupdate.m: Ditto. |
|
6351 * control/system/tf2ss.m: Ditto. |
|
6352 * control/system/tf2sys.m: Ditto. |
|
6353 * control/system/tf2sysl.m: Ditto. |
|
6354 * control/system/tf2zp.m: Ditto. |
|
6355 * control/system/tfout.m: Ditto. |
|
6356 * control/system/ugain.m: Ditto. |
|
6357 * control/system/zp2ss.m: Ditto. |
|
6358 * control/system/zp2ssg2.m: Ditto. |
|
6359 * control/system/zp2sys.m: Ditto. |
|
6360 * control/system/zp2tf.m: Ditto. |
|
6361 * control/system/zpout.m: Ditto. |
|
6362 |
|
6363 * control/util: New directory. |
|
6364 * control/util/axis2dlim.m: Move here from control directory. |
|
6365 * control/util/outlist.m: Ditto. |
|
6366 * control/util/prompt.m: Ditto. |
|
6367 * control/util/run_cmd.m: Ditto. |
|
6368 * control/util/sortcom.m: Ditto. |
|
6369 * control/util/strappend.m: Ditto. |
|
6370 * control/util/swap.m: Ditto. |
|
6371 * control/util/zgfmul.m: Ditto. |
|
6372 * control/util/zgfslv.m: Ditto. |
|
6373 * control/util/zginit.m: Ditto. |
|
6374 * control/util/zgpbal.m: Ditto. |
|
6375 * control/util/zgreduce.m: Ditto. |
|
6376 * control/util/zgrownorm.m: Ditto. |
|
6377 * control/util/zgscal.m: Ditto. |
|
6378 * control/util/zgsgiv.m: Ditto. |
|
6379 * control/util/zgshsr.m: Ditto. |
|
6380 |
3427
|
6381 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6382 |
|
6383 * gethelp.cc (extract_help_text): Discard first space character |
|
6384 after consecutive comment characters. |
|
6385 |
3422
|
6386 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
6387 |
|
6388 * control/obsolete: New directory |
|
6389 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
6390 * control/obsolete/swapcols.m: Ditto. |
|
6391 * control/obsolete/dlqg.m: Ditto. |
|
6392 * control/obsolete/minfo.m: Ditto. |
|
6393 * control/obsolete/packsys.m: Ditto. |
|
6394 * control/obsolete/qzval.m: Ditto. |
|
6395 * control/obsolete/unpacksys.m: Ditto. |
|
6396 * control/obsolete/series.m: Ditto. |
|
6397 * control/obsolete/syschnames.m: Ditto. |
|
6398 * polynomial/polyout.m: Ditto. |
3422
|
6399 |
3420
|
6400 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6401 |
|
6402 * general/fliplr.m: Eliminate useless copy of arg. |
|
6403 * general/flipud.m: Ditto. |
|
6404 |
3418
|
6405 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6406 |
|
6407 * linear-algebra/cross.m: Only return a row vector if both args |
|
6408 are row vectors. |
|
6409 * polynomial/polyfit.m: Likewise. |
|
6410 |
|
6411 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
6412 |
|
6413 * statistics/distributions/discrete_rnd.m: |
|
6414 Always generate a row vector. |
|
6415 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
6416 |
5095
|
6417 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
6418 |
|
6419 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
6420 |
|
6421 * audio/setaudio.m: Texinfoize doc string. |
|
6422 * control/com2str.m: Likewise. |
|
6423 * control/controldemo.m: Likewise. |
|
6424 * control/DEMOcontrol.m: Likewise. |
|
6425 * control/dezero.m: Likewise. |
|
6426 * control/dre.m: Likewise. |
|
6427 * control/hinfsyn_ric.m: Likewise. |
|
6428 |
5095
|
6429 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
6430 |
|
6431 * io/printf.m: Add @seealso{...} to doc string. |
|
6432 * io/puts.m: Likewise. |
|
6433 * plot/semilogx.m: Likewise. |
|
6434 * plot/semilogy.m: Likewise. |
|
6435 * plot/__pltopt__.m: Likewise. |
|
6436 * plot/bar.m: Likewise. |
|
6437 * plot/xlabel.m: Likewise. |
|
6438 * plot/grid.m: Likewise. |
|
6439 * plot/shg.m: Likewise. |
|
6440 * plot/title.m: Likewise. |
|
6441 * plot/mesh.m: Likewise. |
|
6442 * plot/__pltopt1__.m: Likewise. |
|
6443 * plot/contour.m: Likewise. |
|
6444 * plot/hist.m: Likewise. |
|
6445 * plot/stairs.m: Likewise. |
|
6446 * plot/meshgrid.m: Likewise. |
|
6447 * plot/polar.m: Likewise. |
|
6448 * plot/loglog.m: Likewise. |
|
6449 * plot/plot.m: Likewise. |
|
6450 * miscellaneous/semicolon.m: Likewise. |
|
6451 * miscellaneous/menu.m: Likewise. |
|
6452 * miscellaneous/etime.m: Likewise. |
|
6453 * miscellaneous/texas_lotto.m: Likewise. |
|
6454 * miscellaneous/comma.m: Likewise. |
|
6455 * audio/lin2mu.m: Likewise. |
|
6456 * audio/playaudio.m: Likewise. |
|
6457 * audio/loadaudio.m: Likewise. |
|
6458 * audio/saveaudio.m: Likewise. |
|
6459 * audio/mu2lin.m: Likewise. |
|
6460 * audio/record.m: Likewise. |
|
6461 * strings/isletter.m: Likewise. |
|
6462 * strings/lower.m: Likewise. |
|
6463 * strings/lower.m: Likewise. |
|
6464 * strings/upper.m: Likewise. |
|
6465 * specfun/erfinv.m: Likewise. |
|
6466 * specfun/gammai.m: Likewise. |
|
6467 * specfun/log2.m: Likewise. |
|
6468 * specfun/pow2.m: Likewise. |
|
6469 * elfun/gcd.m: Likewise. |
|
6470 * elfun/lcm.m: Likewise. |
|
6471 * special-matrix/vander.m: Likewise. |
|
6472 * special-matrix/sylvester_matrix.m: Likewise. |
|
6473 * special-matrix/hilb.m: Likewise. |
|
6474 * special-matrix/hankel.m: Likewise. |
|
6475 * special-matrix/toeplitz.m: Likewise. |
|
6476 * special-matrix/invhilb.m: Likewise. |
|
6477 * statistics/base/std.m: Likewise. |
|
6478 * statistics/base/median.m: Likewise. |
|
6479 * linear-algebra/cond.m: Likewise. |
|
6480 * linear-algebra/norm.m: Likewise. |
|
6481 * finance/nper.m: Likewise. |
|
6482 * finance/pmt.m: Likewise. |
|
6483 * finance/pv.m: Likewise. |
|
6484 * finance/rate.m: Likewise. |
|
6485 * finance/npv.m: Likewise. |
|
6486 * general/fliplr.m: Likewise. |
|
6487 * general/flipud.m: Likewise. |
|
6488 * general/is_scalar.m: Likewise. |
|
6489 * general/rem.m: Likewise. |
|
6490 * general/perror.m: Likewise. |
|
6491 * general/tril.m: Likewise. |
|
6492 * general/rot90.m: Likewise. |
|
6493 * general/num2str.m: Likewise. |
|
6494 * general/int2str.m: Likewise. |
|
6495 * general/reshape.m: Likewise. |
|
6496 * general/logspace.m: Likewise. |
|
6497 * general/is_symmetric.m: Likewise. |
|
6498 * general/is_vector.m: Likewise. |
|
6499 * general/nextpow2.m: Likewise. |
|
6500 * general/columns.m: Likewise. |
|
6501 * general/is_square.m: Likewise. |
|
6502 * general/rows.m: Likewise. |
|
6503 * control/ugain.m: Likewise. |
|
6504 * control/damp.m: Likewise. |
|
6505 * control/dare.m: Likewise. |
|
6506 * control/are.m: Likewise. |
|
6507 * control/sys2fir.m: Likewise. |
|
6508 * control/abcddim.m: Likewise. |
|
6509 * control/is_abcd.m: Likewise. |
|
6510 * control/step.m: Likewise. |
|
6511 * control/is_observable.m: Likewise. |
|
6512 * control/is_controllable.m: Likewise. |
|
6513 * control/jet707.m: Likewise. |
|
6514 * control/polyout.m: Likewise. |
|
6515 * control/impulse.m: Likewise. |
|
6516 * control/lqg.m: Likewise. |
|
6517 * control/is_detectable.m: Likewise. |
|
6518 * control/sysdimensions.m: Likewise. |
|
6519 * control/sysupdate.m: Likewise. |
|
6520 * control/stepimp.m: Likewise. |
|
6521 * control/is_stable.m: Likewise. |
|
6522 * control/tfout.m: Likewise. |
|
6523 * control/zpout.m: Likewise. |
|
6524 |
3405
|
6525 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6526 |
|
6527 * set/complement.m: Add @seealso{} stuff. |
|
6528 * set/create_set.m: Likewise. |
|
6529 * set/intersection.m: Likewise. |
|
6530 * set/union.m: Likewise. |
|
6531 |
3399
|
6532 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6533 |
3400
|
6534 * control/d2c.m: Use double quotes instead of single quotes for |
|
6535 string constants. |
|
6536 * control/dgkfdemo.m: Likewise. |
|
6537 * control/fir2sys.m: Likewise. |
|
6538 * control/frdemo.m: Likewise. |
|
6539 * control/moddemo.m: Likewise. |
|
6540 * control/minfo.m: Likewise. |
|
6541 * control/is_stabilizable.m: Likewise. |
|
6542 * control/is_dgkf.m: Likewise. |
|
6543 * control/polyout.m: Likewise. |
|
6544 * control/sysconnect.m: Likewise. |
|
6545 * control/sysrepdemo.m: Likewise. |
|
6546 * control/tf2sys.m: Likewise. |
|
6547 * control/tfout.m: Likewise. |
|
6548 * control/zp2sys.m: Likewise. |
|
6549 * control/zpout.m: Likewise. |
|
6550 * control/tzero.m: Likewise. |
|
6551 |
|
6552 * control/DEMOcontrol.m: Handle moddemo case too. |
|
6553 |
|
6554 * image/loadimage.m: Use double quotes instead of single quotes |
|
6555 for string constants. Use sprintf instead of square brackets to |
|
6556 construct string. |
|
6557 |
3399
|
6558 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
6559 * control/fir2sys.m: Likewise. |
3399
|
6560 |
3390
|
6561 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6562 |
|
6563 * mkdoc: Only delete spaces before @ characters at the beginning |
|
6564 of a line. |
|
6565 |
3383
|
6566 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6567 |
3388
|
6568 * control/bddemo.m: Make it more likely to work with any value of |
|
6569 whitespace_in_literal_matrix. |
3386
|
6570 * control/analdemo.m: Ditto. |
|
6571 * control/dgkfdemo.m: Ditto. |
|
6572 * control/frdemo.m: Ditto. |
|
6573 * control/sysrepdemo.m: Ditto. |
|
6574 * control/moddemo.m: Ditto. |
3388
|
6575 * control/zp2ss.m: Ditto. |
3387
|
6576 * control/zp2tf.m: Ditto. |
3388
|
6577 * control/syssub.m: Ditto. |
|
6578 * finance/npv.m: Ditto. |
|
6579 * statistics/base/studentize.m: Ditto. |
|
6580 * statistics/base/values.m: Ditto. |
|
6581 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6582 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
6583 |
3384
|
6584 * control/dezero.m: Use toascii to convert string to ASCII value |
|
6585 instead of multiplying it by 1. |
|
6586 |
3383
|
6587 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
6588 * control/zpout.m: Ditto. |
|
6589 * control/tfout.m: Ditto. |
|
6590 * control/tf2sys.m: Ditto. |
|
6591 * control/syssub.m: Ditto. |
|
6592 * control/syssetsignals.m: Ditto. |
|
6593 * control/sysout.m: Ditto. |
|
6594 * control/sysmult.m: Ditto. |
|
6595 * control/sysgroup.m: Ditto. |
|
6596 * control/sysdup.m: Ditto. |
|
6597 * control/sysdisc.m: Ditto. |
|
6598 * control/syscont.m: Ditto. |
|
6599 * control/sysconnect.m: Ditto. |
|
6600 * control/sysappend.m: Ditto. |
|
6601 * control/sysadd.m: Ditto. |
|
6602 * control/ss2sys.m: Ditto. |
|
6603 * control/nyquist.m: Ditto. |
|
6604 * control/lqg.m: Ditto. |
|
6605 * control/fir2sys.m: Ditto. |
|
6606 * control/dmr2d.m: Ditto. |
|
6607 * control/dezero.m: Ditto. |
|
6608 * control/d2c.m: Ditto. |
|
6609 * control/c2d.m: Ditto. |
|
6610 * control/bddemo.m: Ditto. |
|
6611 * control/pzmap.m: Ditto. |
|
6612 |
5095
|
6613 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
6614 |
|
6615 * signal/spectral_adf.m: Fix typo. |
|
6616 |
3372
|
6617 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6618 |
|
6619 * linear-algebra/cond.m: Texinfoize doc string. |
|
6620 * linear-algebra/kron.m: Ditto. |
|
6621 * linear-algebra/norm.m: Ditto. |
|
6622 * linear-algebra/null.m: Ditto. |
|
6623 * linear-algebra/orth.m: Ditto. |
|
6624 * linear-algebra/rank.m: Ditto. |
|
6625 * linear-algebra/trace.m: Ditto. |
|
6626 * linear-algebra/qzhess.m: Ditto. |
|
6627 * miscellaneous/menu.m: Ditto. |
3373
|
6628 * general/perror.m: Ditto. |
|
6629 * general/strerror.m: Ditto. |
|
6630 * general/columns.m: Ditto. |
|
6631 * general/rows.m: Ditto. |
|
6632 * image/colormap.m: Ditto. |
|
6633 * image/gray.m: Ditto. |
|
6634 * image/gray2ind.m: Ditto. |
|
6635 * image/image.m: Ditto. |
|
6636 * image/imagesc.m: Ditto. |
|
6637 * image/imshow.m: Ditto. |
|
6638 * image/ind2gray.m: Ditto. |
|
6639 * image/ind2rgb.m: Ditto. |
|
6640 * image/loadimage.m: Ditto. |
|
6641 * image/rgb2ntsc.m: Ditto. |
|
6642 * image/ntsc2rgb.m: Ditto. |
|
6643 * image/ocean.m: Ditto. |
|
6644 * image/rgb2ind.m: Ditto. |
|
6645 * image/saveimage.m: Ditto. |
3372
|
6646 * io/printf.m: Ditto. |
|
6647 * io/puts.m: Ditto. |
|
6648 |
3369
|
6649 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6650 |
|
6651 * special-matrix/hankel.m: Texinfoize doc string. |
|
6652 * special-matrix/hilb.m: Ditto. |
|
6653 * special-matrix/invhilb.m: Ditto. |
|
6654 * special-matrix/sylvester_matrix.m: Ditto. |
|
6655 * special-matrix/toeplitz.m: Ditto. |
|
6656 * special-matrix/vander.m: Ditto. |
|
6657 * linear-algebra/vec.m: Ditto. |
|
6658 * linear-algebra/vech.m: Ditto. |
|
6659 * general/common_size.m: Ditto. |
|
6660 * general/diff.m: Ditto. |
|
6661 * general/fliplr.m: Ditto. |
|
6662 * general/flipud.m: Ditto. |
|
6663 * general/rot90.m: Ditto. |
|
6664 * general/reshape.m: Ditto. |
|
6665 * general/shift.m: Ditto. |
|
6666 * general/tril.m: Ditto. |
|
6667 * general/triu.m: Ditto. |
|
6668 * general/logspace.m: Ditto. |
3371
|
6669 * general/nargchk.m: Ditto. |
3369
|
6670 |
3367
|
6671 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6672 |
|
6673 * statistics/base/mean: Texinfoize doc string. |
|
6674 * statistics/base/median: Ditto. |
|
6675 * statistics/base/std: Ditto. |
|
6676 * statistics/base/cov: Ditto. |
|
6677 * statistics/base/corrcoef: Ditto. |
|
6678 * statistics/base/kurtosis: Ditto. |
|
6679 * statistics/base/mahalanobis: Ditto. |
|
6680 * statistics/base/skewness: Ditto. |
3368
|
6681 * statistics/base/gls.m: Ditto. |
|
6682 * statistics/base/ols.m: Ditto. |
3367
|
6683 * signal/detrend.m: Ditto. |
|
6684 * signal/freqz.m: Ditto. |
|
6685 * signal/sinc.m: Ditto. |
|
6686 * signal/fftconv.m: Ditto. |
|
6687 * signal/fftfilt.m: Ditto. |
3368
|
6688 * set/create_set.m: Ditto. |
|
6689 * set/union.m: Ditto. |
|
6690 * set/intersection.m: Ditto. |
|
6691 * set/complement.m: Ditto. |
|
6692 * poly/compan.m: Ditto. |
|
6693 * poly/conv: Ditto. |
|
6694 * poly/deconv: Ditto. |
|
6695 * poly/poly: Ditto. |
|
6696 * poly/polyderiv: Ditto. |
|
6697 * poly/polyfit: Ditto. |
|
6698 * poly/polyinteg: Ditto. |
|
6699 * poly/polyreduce: Ditto. |
|
6700 * poly/polyval: Ditto. |
|
6701 * poly/polyvalm: Ditto. |
|
6702 * poly/residue: Ditto. |
|
6703 * poly/roots: Ditto. |
|
6704 * plot/top_title.m: Ditto |
|
6705 * plot/subwindow.m: Ditto |
|
6706 * plot/subplot.m: Ditto |
|
6707 * plot/plot_border.m: Ditto |
|
6708 * plot/oneplot.m: Ditto |
|
6709 * plot/multiplot.m: Ditto |
|
6710 * plot/mplot.m: Ditto |
|
6711 * plot/xlabel.m: Ditto |
|
6712 * plot/figure.m: Ditto |
|
6713 * plot/meshdom.m: Ditto |
|
6714 * plot/mesh.m: Ditto |
|
6715 * plot/stairs.m: Ditto |
|
6716 * plot/polar.m: Ditto |
|
6717 * plot/loglog.m: Ditto |
|
6718 * plot/hist.m: Ditto |
|
6719 * plot/contour.m: Ditto |
|
6720 * plot/bar.m: Ditto |
|
6721 * plot/axis.m: Ditto |
|
6722 * plot/plot.m: Ditto. |
3367
|
6723 |
3361
|
6724 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6725 |
3365
|
6726 * control/pinv.m: Delete. |
|
6727 |
3364
|
6728 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
6729 |
3361
|
6730 * strings/blanks.m: Texinfoize doc string. |
|
6731 * strings/strcat.m: Ditto. |
|
6732 * strings/str2mat.m: Ditto. |
|
6733 * strings/deblank.m: Ditto. |
|
6734 * strings/findstr.m: Ditto. |
|
6735 * strings/index.m: Ditto. |
|
6736 * strings/rindex.m: Ditto. |
|
6737 * strings/split.m: Ditto. |
|
6738 * strings/strcmp.m: Ditto. |
|
6739 * strings/strrep.m: Ditto. |
|
6740 * strings/substr.m: Ditto. |
|
6741 * general/int2str.m: Ditto. |
|
6742 * general/num2str.m: Ditto. |
|
6743 * strings/dec2bin.m: Ditto. |
|
6744 * strings/bin2dec: Ditto. |
|
6745 * strings/dec2bin: Ditto. |
|
6746 * strings/dec2hex: Ditto. |
|
6747 * strings/hex2dec: Ditto. |
|
6748 * strings/str2num: Ditto. |
|
6749 |
3347
|
6750 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6751 |
|
6752 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
6753 |
5095
|
6754 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
6755 |
|
6756 * control/DEMOcontrol.m: Texinfoize doc string. |
|
6757 * control/abcddim.m: Ditto. |
|
6758 * control/abcddims.m: Ditto. |
|
6759 * control/analdemo.m: Ditto. |
|
6760 * control/are.m: Ditto. |
|
6761 * control/axis2dlim.m: Ditto. |
|
6762 * control/bddemo.m: Ditto. |
|
6763 * control/bode.m: Ditto. |
|
6764 * control/bode_bounds.m: Ditto. |
|
6765 * control/bodquist.m: Ditto. |
|
6766 * control/buildssic.m: Ditto. |
|
6767 * control/c2d.m: Ditto. |
|
6768 * control/ctrb.m: Ditto. |
|
6769 * control/d2c.m: Ditto. |
|
6770 * control/damp.m: Ditto. |
|
6771 * control/dare.m: Ditto. |
|
6772 * control/dcgain.m: Ditto. |
|
6773 * control/dgkfdemo.m: Ditto. |
|
6774 * control/dgram.m: Ditto. |
|
6775 * control/dlqe.m: Ditto. |
|
6776 * control/dlqr.m: Ditto. |
|
6777 * control/dlyap.m: Ditto. |
|
6778 * control/dmr2d.m: Ditto. |
|
6779 * control/fir2sys.m: Ditto. |
|
6780 * control/frdemo.m: Ditto. |
|
6781 * control/freqchkw.m: Ditto. |
|
6782 * control/freqresp.m: Ditto. |
|
6783 * control/gram.m: Ditto. |
|
6784 * control/h2norm.m: Ditto. |
|
6785 * control/h2syn.m: Ditto. |
|
6786 * control/hinf_ctr.m: Ditto. |
|
6787 * control/hinfdemo.m: Ditto. |
|
6788 * control/hinfnorm.m: Ditto. |
|
6789 * control/hinfsyn.m: Ditto. |
|
6790 * control/hinfsyn_chk.m: Ditto. |
|
6791 * control/impulse.m: Ditto. |
|
6792 * control/is_abcd.m: Ditto. |
|
6793 * control/is_controllable.m: Ditto. |
|
6794 * control/is_detectable.m: Ditto. |
|
6795 * control/is_dgkf.m: Ditto. |
|
6796 * control/is_digital.m: Ditto. |
|
6797 * control/is_observable.m: Ditto. |
|
6798 * control/is_sample.m: Ditto. |
|
6799 * control/is_signal_list.m: Ditto. |
|
6800 * control/is_siso.m: Ditto. |
|
6801 * control/is_stabilizable.m: Ditto. |
|
6802 * control/is_stable.m: Ditto. |
|
6803 * control/jet707.m: Ditto. |
|
6804 * control/lqe.m: Ditto. |
|
6805 * control/lqg.m: Ditto. |
|
6806 * control/lqr.m: Ditto. |
|
6807 * control/lsim.m: Ditto. |
|
6808 * control/ltifr.m: Ditto. |
|
6809 * control/lyap.m: Ditto. |
|
6810 * control/moddemo.m: Ditto. |
|
6811 * control/nyquist.m: Ditto. |
|
6812 * control/obsv.m: Ditto. |
|
6813 * control/ord2.m: Ditto. |
|
6814 * control/outlist.m: Ditto. |
|
6815 * control/pinv.m: Ditto. |
|
6816 * control/place.m: Ditto. |
|
6817 * control/polyout.m: Ditto. |
|
6818 * control/prompt.m: Ditto. |
|
6819 * control/pzmap.m: Ditto. |
|
6820 * control/qzval.m: Ditto. |
|
6821 * control/rldemo.m: Ditto. |
|
6822 * control/rlocus.m: Ditto. |
|
6823 * control/sortcom.m: Ditto. |
|
6824 * control/ss2sys.m: Ditto. |
|
6825 * control/ss2tf.m: Ditto. |
|
6826 * control/ss2zp.m: Ditto. |
|
6827 * control/starp.m: Ditto. |
|
6828 * control/step.m: Ditto. |
|
6829 * control/stepimp.m: Ditto. |
|
6830 * control/susball.m: Ditto. |
|
6831 * control/sys2fir.m: Ditto. |
|
6832 * control/sys2ss.m: Ditto. |
|
6833 * control/sys2tf.m: Ditto. |
|
6834 * control/sys2zp.m: Ditto. |
|
6835 * control/sysadd.m: Ditto. |
|
6836 * control/sysappend.m: Ditto. |
|
6837 * control/syschnames.m: Ditto. |
|
6838 * control/syschnamesl.m: Ditto. |
|
6839 * control/syschtsam.m: Ditto. |
|
6840 * control/sysconnect.m: Ditto. |
|
6841 * control/syscont.m: Ditto. |
|
6842 * control/syscont_disc.m: Ditto. |
|
6843 * control/sysdefioname.m: Ditto. |
|
6844 * control/sysdefstname.m: Ditto. |
|
6845 * control/sysdimensions.m: Ditto. |
|
6846 * control/sysdisc.m: Ditto. |
|
6847 * control/sysdup.m: Ditto. |
|
6848 * control/sysgetsignals.m: Ditto. |
|
6849 * control/sysgettype.m: Ditto. |
|
6850 * control/sysgroup.m: Ditto. |
|
6851 * control/sysgroupn.m: Ditto. |
|
6852 * control/sysmult.m: Ditto. |
|
6853 * control/sysout.m: Ditto. |
|
6854 * control/sysprune.m: Ditto. |
|
6855 * control/sysreorder.m: Ditto. |
|
6856 * control/sysrepdemo.m: Ditto. |
|
6857 * control/sysscale.m: Ditto. |
|
6858 * control/syssetsignals.m: Ditto. |
|
6859 * control/syssub.m: Ditto. |
|
6860 * control/sysupdate.m: Ditto. |
|
6861 * control/tf2ss.m: Ditto. |
|
6862 * control/tf2sys.m: Ditto. |
|
6863 * control/tf2sysl.m: Ditto. |
|
6864 * control/tf2zp.m: Ditto. |
|
6865 * control/tfout.m: Ditto. |
|
6866 * control/tzero.m: Ditto. |
|
6867 * control/tzero2.m: Ditto. |
|
6868 * control/ugain.m: Ditto. |
|
6869 * control/wgt1o.m: Ditto. |
|
6870 * control/zgfmul.m: Ditto. |
|
6871 * control/zgfslv.m: Ditto. |
|
6872 * control/zginit.m: Ditto. |
|
6873 * control/zgpbal.m: Ditto. |
|
6874 * control/zgreduce.m: Ditto. |
|
6875 * control/zgrownorm.m: Ditto. |
|
6876 * control/zgscal.m: Ditto. |
|
6877 * control/zgsgiv.m: Ditto. |
|
6878 * control/zgshsr.m: Ditto. |
|
6879 * control/zp2ss.m: Ditto. |
|
6880 * control/zp2ssg2.m: Ditto. |
|
6881 * control/zp2sys.m: Ditto. |
|
6882 * control/zp2tf.m: Ditto. |
|
6883 * control/zpout.m: Ditto. |
|
6884 |
5095
|
6885 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
6886 |
5378
|
6887 * audio/lin2mu.m: Texinfoize doc string. |
|
6888 * audio/loadaudio.m: Ditto. |
|
6889 * audio/mu2lin.m: Ditto. |
|
6890 * audio/playaudio.m: Ditto. |
|
6891 * audio/record.m: Ditto. |
|
6892 * audio/saveaudio.m: Ditto. |
3332
|
6893 |
5095
|
6894 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
6895 |
|
6896 * elfun/acot.m: Texinfoize doc string. |
|
6897 * elfun/acsc.m: Ditto. |
|
6898 * elfun/acsch.m: Ditto. |
|
6899 * elfun/asec.m: Ditto. |
|
6900 * elfun/asech.m: Ditto. |
|
6901 * elfun/cot.m: Ditto. |
|
6902 * elfun/coth.m: Ditto. |
|
6903 * elfun/csc.m: Ditto. |
|
6904 * elfun/csch.m: Ditto. |
|
6905 * elfun/gcd.m: Ditto. |
|
6906 * elfun/lcm.m: Ditto. |
|
6907 * elfun/sec.m: Ditto. |
|
6908 * elfun/sech.m: Ditto. |
|
6909 * general/nextpow2.m: Ditto. |
|
6910 * general/rem.m: Ditto. |
|
6911 * linear-algebra/commutation_matrix.m: Ditto. |
|
6912 * linear-algebra/cross.m: Ditto. |
|
6913 * linear-algebra/duplication_matrix.m: Ditto. |
|
6914 * miscellaneous/bincoeff.m: Ditto. |
|
6915 * miscellaneous/xor.m: Ditto. |
|
6916 * specfun/bessel.m: Ditto. |
|
6917 * specfun/beta.m: Ditto. |
|
6918 * specfun/betai.m: Ditto. |
|
6919 * specfun/erfinv.m: Ditto. |
|
6920 * specfun/gammai.m: Ditto. |
|
6921 * specfun/log2.m: Ditto. |
|
6922 * specfun/pow2.m: Ditto. |
|
6923 |
5095
|
6924 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
6925 |
|
6926 * general/is_scalar.m: Texinfoize help text. |
|
6927 * general/is_square.m: Ditto. |
|
6928 * general/is_symmetric.m: Ditto. |
|
6929 |
3320
|
6930 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6931 |
|
6932 * strings/split.m: If the string to be split is empty, just return |
|
6933 an empty string. |
|
6934 |
3319
|
6935 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6936 |
|
6937 * Makefile.in (ALL_M_FILES): New macro. |
|
6938 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
6939 |
3306
|
6940 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6941 |
|
6942 * control/bode.m: Don't return anything if nargout == 0. |
|
6943 |
|
6944 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
6945 |
|
6946 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
6947 |
3305
|
6948 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6949 |
|
6950 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
6951 gethelp.cc to the list. |
|
6952 |
3296
|
6953 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6954 |
3301
|
6955 * time/asctime.m: Texinfoize help text. |
|
6956 * time/clock.m: Ditto. |
|
6957 * time/date.m: Ditto. |
|
6958 * miscellaneous/cputime.m: Ditto. |
|
6959 * miscellaneous/etime.m: Ditto. |
|
6960 * miscellaneous/is_leap_year.m: Ditto. |
|
6961 * miscellaneous/popen2.m: Ditto. |
|
6962 * miscellaneous/version.m: Ditto. |
|
6963 * miscellaneous/tic.m: Ditto. |
|
6964 * miscellaneous/toc.m: Just refer to tic.m. |
|
6965 |
3297
|
6966 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
6967 `cd dir; $(MAKE); cd ..'. |
|
6968 ($(SUBDIRS)): Likewise. |
|
6969 |
|
6970 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
6971 |
|
6972 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
6973 of `cd dir; $(MAKE)'. |
|
6974 |
3296
|
6975 * gethelp.cc, mkdoc: New files. |
|
6976 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
6977 sources. |
|
6978 |
3291
|
6979 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6980 |
|
6981 * linear-algebra/kron.m: Fix typo in previous change |
|
6982 |
3282
|
6983 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6984 |
|
6985 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
6986 |
5095
|
6987 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
6988 |
|
6989 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
6990 rank when V has more columns than rows. |
|
6991 |
|
6992 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6993 |
|
6994 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
6995 |
|
6996 * statistics/tests/manova.m: Avoid problems if |
|
6997 whitespace_in_literal_matrix is set to "traditional". |
|
6998 * statistics/tests/t_test_regression.m: Likewise. |
|
6999 * statistics/tests/u_test.m: Likewise. |
|
7000 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
7001 * statistics/tests/anova.m: Likewise. |
|
7002 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
7003 * statistics/base/statistics.m: Likewise. |
|
7004 * image/saveimage.m: Likewise. |
|
7005 * signal/arch_fit.m: Likewise. |
|
7006 * signal/autoreg_matrix.m: Likewise. |
|
7007 * signal/triangle_lw.m: Likewise. |
|
7008 * strings/dec2hex.m: Likewise. |
|
7009 |
3268
|
7010 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7011 |
|
7012 * image/saveimage.m: Initialize scale. |
|
7013 |
|
7014 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7015 |
|
7016 * general/reshape.m: Allow reshape (a, size (b)). |
|
7017 |
3266
|
7018 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7019 |
|
7020 * specfun/erfinv.m: Improve stopping criterion. |
|
7021 Add iteration count as second return value. |
|
7022 |
3265
|
7023 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7024 |
|
7025 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
7026 |
3263
|
7027 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7028 |
|
7029 * miscellaneous/pack.m: New function. |
|
7030 |
|
7031 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7032 |
|
7033 * plot/figure.m: Always return figure number. With no args, |
|
7034 figure now creates a new figure window and returns its number. |
|
7035 Accept figure (property, value) syntax, but do nothing. |
|
7036 |
5095
|
7037 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
7038 |
|
7039 * general/shift.m: Avoid printing temporary value for backward shift. |
|
7040 |
3260
|
7041 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7042 |
|
7043 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
7044 evenly spaced. |
|
7045 |
3250
|
7046 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7047 |
|
7048 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
7049 contain only zeros. |
|
7050 |
5095
|
7051 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
7052 |
|
7053 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
7054 instead of appending them. |
|
7055 |
|
7056 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7057 |
|
7058 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
7059 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
7060 Update from A. S. Hodel. |
|
7061 |
3246
|
7062 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7063 |
|
7064 * polynomial/polyfit.m: Correct previous change. |
|
7065 |
3243
|
7066 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7067 |
|
7068 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
7069 |
5095
|
7070 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
7071 |
|
7072 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
7073 version of krylov and krylovb. |
|
7074 |
|
7075 * control/outlist.m, control/sysout.m: Fix typos. |
|
7076 |
|
7077 * control/sysdimensions.m: Add option for total number of states. |
|
7078 |
|
7079 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
7080 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
7081 arguments. |
|
7082 |
|
7083 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7084 |
|
7085 * strings/index.m: Fail with meaningful error message if either |
|
7086 arg is a string array. |
|
7087 |
3238
|
7088 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7089 |
|
7090 * linear-algebra/norm.m: Do the right thing for 1- and |
|
7091 infinity-norms of complex matrices. From Sven Khatri |
|
7092 <khatri@saturn.vocalpoint.com>. |
|
7093 |
5095
|
7094 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
7095 |
|
7096 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
7097 |
|
7098 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7099 |
|
7100 * strings/split.m: Avoid problems when splitting strings that have |
|
7101 \ in them. |
|
7102 |
5095
|
7103 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
7104 |
|
7105 * image/colormap.m: Do better arg checking, handle string args |
|
7106 that name the colormap function to call (e.g., colormap ("ocean")). |
|
7107 |
5095
|
7108 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
7109 |
|
7110 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
7111 * linear-algebra/dot.m: Likewise. |
|
7112 * linear-algebra/cross.m: Likewise. |
|
7113 * general/rot90.m: Likewise. |
|
7114 |
5095
|
7115 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
7116 |
|
7117 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
7118 that the leading column is not all zeros. |
|
7119 |
|
7120 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7121 |
|
7122 * general/shift.m: Fix potential problems with |
|
7123 whitespace_in_literal_matrix. |
|
7124 * signal/arch_rnd.m: Ditto. |
|
7125 * signal/autocov.m: Ditto. |
|
7126 * signal/diffpara.m: Ditto. |
|
7127 * signal/hurst.m: Ditto. |
|
7128 * signal/periodogram.m: Ditto. |
|
7129 * signal/spectral_adf.m: Ditto. |
|
7130 * signal/spectral_xdf.m: Ditto. |
|
7131 * signal/spencer.m: Ditto. |
|
7132 * signal/synthesis.m: Ditto. |
|
7133 * statistics/distributions/wiener_rnd.m: Ditto. |
|
7134 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
7135 * statistics/models/logistic_regression.m: Ditto. |
|
7136 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
7137 * statistics/tests/run_test.m: Ditto. |
|
7138 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
7139 |
5095
|
7140 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
7141 |
|
7142 * plot/__plr2__.m: Fix typo. |
|
7143 |
3233
|
7144 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7145 |
|
7146 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
7147 |
5095
|
7148 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7149 |
|
7150 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
7151 function. |
|
7152 |
5095
|
7153 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7154 |
|
7155 * control/ss2sys.m: Fix typo. |
|
7156 |
|
7157 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7158 |
|
7159 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
7160 |
|
7161 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
7162 signal names as lists of strings instead of string arrays. |
|
7163 |
3225
|
7164 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7165 |
3233
|
7166 * quaternion: New directory of functions from A. S. Hodel |
3225
|
7167 <a.s.hodel@eng.auburn.edu>. |
|
7168 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
7169 * quaternion/Makefile.in: New file. |
|
7170 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
7171 |
|
7172 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7173 |
|
7174 * image/saveimage.m: Make it work again for black and white colormaps. |
|
7175 |
|
7176 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
7177 since there can be fewer rows than columns. Round values to |
|
7178 nearest position in colormap instead of truncating. Correct usage |
|
7179 message. |
|
7180 |
5095
|
7181 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
7182 |
|
7183 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
7184 zero rows of [A,v] as householder pivots; this avoids spurious |
|
7185 non-zero entries in returned orthogonal matrix U, but destroys the |
|
7186 Householder matrix structure of H. |
|
7187 |
|
7188 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7189 |
|
7190 * general/logical.m: Just copy input to output if argument is |
|
7191 already a logical object. |
|
7192 |
3215
|
7193 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7194 |
|
7195 * New files from OCST, in control subdiretory: |
|
7196 |
|
7197 DEMOcontrol.m is_siso.m syschnames.m |
|
7198 abcddim.m is_stabilizable.m syschnamesl.m |
|
7199 abcddims.m is_stable.m syschtsam.m |
|
7200 analdemo.m jet707.m sysconnect.m |
|
7201 are.m lqe.m syscont.m |
|
7202 axis2dlim.m lqg.m syscont_disc.m |
|
7203 bddemo.m lqr.m sysdefioname.m |
|
7204 bode.m lsim.m sysdefstname.m |
|
7205 bode_bounds.m ltifr.m sysdimensions.m |
|
7206 bodquist.m lyap.m sysdisc.m |
|
7207 buildssic.m mb.m sysdup.m |
|
7208 c2d.m minfo.m sysgetsignals.m |
6302
|
7209 com2str.m moddemo.m sysgettsam.m |
3215
|
7210 controldemo.m nichols.m sysgettype.m |
|
7211 ctrb.m nyquist.m sysgroup.m |
|
7212 d2c.m obsv.m sysgroupn.m |
|
7213 damp.m ord2.m sysmult.m |
|
7214 dare.m outlist.m sysout.m |
|
7215 dcgain.m packedform.m sysprune.m |
|
7216 demomarsyas.m packsys.m sysreorder.m |
|
7217 dezero.m; parallel.m sysrepdemo.m |
|
7218 dgkfdemo.m place.m sysscale.m |
|
7219 dgram.m polyout.m syssub.m |
|
7220 dhinfdemo.m prompt.m sysupdate.m |
|
7221 dlqe.m pzmap.m tf2ss.m |
|
7222 dlqg.m qzval.m tf2sys.m |
|
7223 dlqr.m rldemo.m tf2sysl.m |
|
7224 dlyap.m rlocus.m tf2zp.m |
|
7225 dmr2d.m rotg.m tfout.m |
|
7226 fir2sys.m run_cmd.m; tzero.m |
|
7227 frdemo.m series.m tzero2.m |
|
7228 freqchkw.m sortcom.m ugain.m |
|
7229 freqresp.m ss2sys.m unpacksys.m |
|
7230 gram.m ss2tf.m wgt1o.m |
|
7231 h2norm.m ss2zp.m zgfmul.m |
|
7232 h2syn.m starp.m zgfslv.m |
|
7233 hinf_ctr.m step.m zginit.m |
|
7234 hinfdemo.m stepimp.m zgpbal.m |
|
7235 hinfnorm.m strappend.m; zgreduce.m |
|
7236 hinfsyn.m susball.m zgrownorm.m |
|
7237 hinfsyn_chk.m swap.m zgscal.m |
|
7238 impulse.m swapcols.m zgsgiv.m |
|
7239 is_abcd.m swaprows.m zgshsr.m |
|
7240 is_controllable.m sys2fir.m zp2ss.m |
|
7241 is_detectable.m sys2ss.m zp2ssg2.m |
|
7242 is_dgkf.m sys2tf.m zp2sys.m |
|
7243 is_digital.m sys2zp.m zp2tf.m |
|
7244 is_observable.m sysadd.m zpout.m |
|
7245 is_sample.m sysappend.m |
|
7246 |
|
7247 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7248 |
|
7249 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
7250 |
|
7251 * strings/deblank.m: Make it work for string arrays too. |
|
7252 |
3211
|
7253 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7254 |
|
7255 * linear-algebra/housh.m: New file from the OCST. |
|
7256 * linear-algebra/krygetq.m: Ditto. |
|
7257 * linear-algebra/krylov.m: Ditto. |
|
7258 * linear-algebra/krylovb.m: Ditto. |
|
7259 * linear-algebra/qrhouse.m: Ditto. |
|
7260 * general/is_duplicate_entry.m: Ditto. |
|
7261 |
|
7262 * general/is_symmetric.m: Call is_square instead of doing that |
|
7263 check in line. |
|
7264 |
3196
|
7265 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7266 |
3202
|
7267 * general/is_square.m: |
|
7268 |
|
7269 * general/isempty.m, general/is_matrix.m: Delete. |
|
7270 |
|
7271 * general/is_symmetric: Delete special case for strings. Whether |
|
7272 the conversion is valid should depend on implicit_str_to_num_ok. |
|
7273 |
|
7274 * general/is_square.m: If arg is not a matrix, don't check size, |
|
7275 just return 0. |
|
7276 * general/is_symmetric: Likewise. |
|
7277 * general/is_vector.m: Likewise. |
|
7278 * general/is_scalar.m: Likewise. |
|
7279 |
3196
|
7280 * general/length.m: Delete. |
|
7281 |
3191
|
7282 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7283 |
|
7284 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
7285 statistics/distributions/Makefile, statistics/models/Makefile, |
|
7286 and statistics/tests/Makefile to the list of files to create. |
|
7287 |
|
7288 * finance/Makefile.in, statistics/base/Makefile.in, |
|
7289 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
7290 statistics/tests/Makefile.in: New files. |
|
7291 * statistics/Makefile.in: Delete file lists. Now only handle |
|
7292 subdirectories. |
|
7293 * Makefile.in (SUBDIRS): Add finance. |
|
7294 |
|
7295 * Move the following files from statistics to statistics/base: |
|
7296 |
|
7297 corrcoef.m |
|
7298 kurtosis.m |
|
7299 mahalanobis.m |
|
7300 median.m |
|
7301 ols.m |
|
7302 skewness.m |
|
7303 std.m |
|
7304 |
|
7305 New files, from Kurt Hornik's octave-ci package: |
|
7306 |
|
7307 * finance (new directory): |
|
7308 |
|
7309 fv.m |
|
7310 fvl.m |
|
7311 irr.m |
|
7312 nper.m |
|
7313 npv.m |
|
7314 pmt.m |
|
7315 pv.m |
|
7316 pvl.m |
|
7317 rate.m |
|
7318 vol.m |
|
7319 |
|
7320 * linear-algebra/dmult.m |
|
7321 |
|
7322 * signal: |
|
7323 |
|
7324 arch_fit.m |
|
7325 arch_rnd.m |
|
7326 arch_test.m |
|
7327 arma_rnd.m |
|
7328 autocor.m |
|
7329 autocov.m |
|
7330 autoreg_matrix.m |
|
7331 bartlett.m |
|
7332 blackman.m |
|
7333 diffpara.m |
|
7334 durbinlevinson.m |
|
7335 fractdiff.m |
|
7336 hamming.m |
|
7337 hanning.m |
|
7338 hurst.m |
|
7339 periodogram.m |
|
7340 rectangle_lw.m |
|
7341 rectangle_sw.m |
|
7342 sinetone.m |
|
7343 sinewave.m |
|
7344 spectral_adf.m |
|
7345 spectral_xdf.m |
|
7346 spencer.m |
|
7347 stft.m |
|
7348 synthesis.m |
|
7349 triangle_lw.m |
|
7350 triangle_sw.m |
|
7351 yulewalker.m |
|
7352 |
|
7353 * statistics/base (new directory): |
|
7354 |
|
7355 center.m |
|
7356 cloglog.m |
|
7357 cor.m |
|
7358 cov.m |
|
7359 cut.m |
|
7360 iqr.m |
|
7361 kendall.m |
|
7362 logit.m |
|
7363 mean.m |
|
7364 meansq.m |
|
7365 moment.m |
|
7366 ppplot.m |
|
7367 probit.m |
|
7368 qqplot.m |
|
7369 range.m |
|
7370 ranks.m |
|
7371 run_count.m |
|
7372 spearman.m |
|
7373 statistics.m |
|
7374 studentize.m |
|
7375 table.m |
|
7376 values.m |
|
7377 var.m |
|
7378 |
|
7379 (Replaces cov.m and mean.m with new versions.) |
|
7380 |
|
7381 * statistics/distributions (new directory): |
|
7382 |
|
7383 beta_cdf.m |
|
7384 beta_inv.m |
|
7385 beta_pdf.m |
|
7386 beta_rnd.m |
|
7387 binomial_cdf.m |
|
7388 binomial_inv.m |
|
7389 binomial_pdf.m |
|
7390 binomial_rnd.m |
|
7391 cauchy_cdf.m |
|
7392 cauchy_inv.m |
|
7393 cauchy_pdf.m |
|
7394 cauchy_rnd.m |
|
7395 chisquare_cdf.m |
|
7396 chisquare_inv.m |
|
7397 chisquare_pdf.m |
|
7398 chisquare_rnd.m |
|
7399 discrete_cdf.m |
|
7400 discrete_inv.m |
|
7401 discrete_pdf.m |
|
7402 discrete_rnd.m |
|
7403 empirical_cdf.m |
|
7404 empirical_inv.m |
|
7405 empirical_pdf.m |
|
7406 empirical_rnd.m |
|
7407 exponential_cdf.m |
|
7408 exponential_inv.m |
|
7409 exponential_pdf.m |
|
7410 exponential_rnd.m |
|
7411 f_cdf.m |
|
7412 f_inv.m |
|
7413 f_pdf.m |
|
7414 f_rnd.m |
|
7415 gamma_cdf.m |
|
7416 gamma_inv.m |
|
7417 gamma_pdf.m |
|
7418 gamma_rnd.m |
|
7419 geometric_cdf.m |
|
7420 geometric_inv.m |
|
7421 geometric_pdf.m |
|
7422 geometric_rnd.m |
|
7423 hypergeometric_cdf.m |
|
7424 hypergeometric_inv.m |
|
7425 hypergeometric_pdf.m |
|
7426 hypergeometric_rnd.m |
|
7427 kolmogorov_smirnov_cdf.m |
|
7428 laplace_cdf.m |
|
7429 laplace_inv.m |
|
7430 laplace_pdf.m |
|
7431 laplace_rnd.m |
|
7432 logistic_cdf.m |
|
7433 logistic_inv.m |
|
7434 logistic_pdf.m |
|
7435 logistic_rnd.m |
|
7436 lognormal_cdf.m |
|
7437 lognormal_inv.m |
|
7438 lognormal_pdf.m |
|
7439 lognormal_rnd.m |
|
7440 normal_cdf.m |
|
7441 normal_inv.m |
|
7442 normal_pdf.m |
|
7443 normal_rnd.m |
|
7444 pascal_cdf.m |
|
7445 pascal_inv.m |
|
7446 pascal_pdf.m |
|
7447 pascal_rnd.m |
|
7448 poisson_cdf.m |
|
7449 poisson_inv.m |
|
7450 poisson_pdf.m |
|
7451 poisson_rnd.m |
|
7452 stdnormal_cdf.m |
|
7453 stdnormal_inv.m |
|
7454 stdnormal_pdf.m |
|
7455 stdnormal_rnd.m |
|
7456 t_cdf.m |
|
7457 t_inv.m |
|
7458 t_pdf.m |
|
7459 t_rnd.m |
|
7460 uniform_cdf.m |
|
7461 uniform_inv.m |
|
7462 uniform_pdf.m |
|
7463 uniform_rnd.m |
|
7464 weibull_cdf.m |
|
7465 weibull_inv.m |
|
7466 weibull_pdf.m |
|
7467 weibull_rnd.m |
|
7468 wiener_rnd.m |
|
7469 |
|
7470 * statistics/models (new directory): |
|
7471 |
|
7472 logistic_regression.m |
|
7473 logistic_regression_derivatives.m |
|
7474 logistic_regression_likelihood.m |
|
7475 |
|
7476 * statistics/tests (new directory): |
|
7477 |
|
7478 anova.m |
|
7479 bartlett_test.m |
|
7480 chisquare_test_homogeneity.m |
|
7481 chisquare_test_independence.m |
|
7482 cor_test.m |
|
7483 f_test_regression.m |
|
7484 hotelling_test.m |
|
7485 hotelling_test_2.m |
|
7486 kolmogorov_smirnov_test.m |
|
7487 kolmogorov_smirnov_test_2.m |
|
7488 kruskal_wallis_test.m |
|
7489 manova.m |
|
7490 mcnemar_test.m |
|
7491 prop_test_2.m |
|
7492 run_test.m |
|
7493 sign_test.m |
|
7494 t_test.m |
|
7495 t_test_2.m |
|
7496 t_test_regression.m |
|
7497 u_test.m |
|
7498 var_test.m |
|
7499 welch_test.m |
|
7500 wilcoxon_test.m |
|
7501 z_test.m |
|
7502 z_test_2.m |
|
7503 |
|
7504 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7505 |
|
7506 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
7507 compatibility and to avoid Y2K problems. |
|
7508 |
3190
|
7509 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7510 |
|
7511 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
7512 least-squares solution. |
|
7513 |
3180
|
7514 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7515 |
|
7516 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
7517 |
|
7518 * strings/strrep.m: Don't convert args to numeric values. |
|
7519 Prevent warnings for empty string args. |
|
7520 From Georg Thimm <thimm@idiap.ch>. |
|
7521 |
|
7522 * strings/strcat.m: Prevent warnings for empty string args. |
|
7523 |
|
7524 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7525 |
|
7526 * miscellaneous/menu.m: Remove special case for empty string |
|
7527 returned from input(). Add second arg to eval() to catch errors. |
|
7528 |
3178
|
7529 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7530 |
|
7531 * plot/__plt__.m: Don't call usleep. |
|
7532 |
3175
|
7533 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7534 |
|
7535 * linear-algebra/dot.m: New function. |
|
7536 |
|
7537 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
7538 compatibility. |
|
7539 |
|
7540 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7541 |
|
7542 * plot/hist.m: Also allow just one output argument. |
|
7543 |
|
7544 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7545 |
|
7546 * strings/deblank.m: Make it work if the string is only blanks. |
|
7547 |
|
7548 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7549 |
|
7550 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
7551 |
|
7552 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7553 |
|
7554 * plot/oneplot.m: Fix typo. |
|
7555 |
3174
|
7556 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7557 |
|
7558 * miscellaneous/flops.m: Allow a single argument too. |
|
7559 |
|
7560 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7561 |
|
7562 * strings/str2mat.m: Also handle case when there are no empty |
|
7563 strings correctly. |
|
7564 |
|
7565 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7566 |
|
7567 * strings/isletter.m: New function, for Matlab compatibility. |
|
7568 |
3168
|
7569 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7570 |
|
7571 * strings/str2mat.m: Handle string matrices too. |
|
7572 |
3167
|
7573 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7574 |
|
7575 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
7576 linear encoding. |
|
7577 |
|
7578 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
7579 audio/record.m: Open files in binary mode. |
|
7580 |
3164
|
7581 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7582 |
|
7583 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
7584 Move functionality of dump_1_pref here, but use built-in function |
|
7585 type to extract value, and put it inside try/catch block. |
|
7586 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
7587 |
3162
|
7588 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7589 |
|
7590 * plot/__pltopt1.m__: New file. |
|
7591 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
7592 __pltopt1__ multiple times and returning a string array with rows |
|
7593 corresponding to the rows of opt. |
|
7594 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
7595 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
7596 array. |
|
7597 |
|
7598 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7599 |
|
7600 * plot/mplot.m: Fix misspellings of global variables. |
|
7601 Don't call clearplot. |
|
7602 |
|
7603 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7604 |
|
7605 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
7606 "cle;rep" when going in ot multiplot mode. |
|
7607 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
7608 switching out of multiplot mode. |
|
7609 |
3156
|
7610 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
7611 |
3156
|
7612 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
7613 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
7614 |
3141
|
7615 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7616 |
|
7617 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
7618 |
|
7619 * miscellaneous/bug_report.m: Don't try to get smart with |
|
7620 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
7621 |
|
7622 * Makefile.in (install): Create separate ls-R files for |
|
7623 $(datadir) and $(libexecdir). |
|
7624 (uninstall): Remove both ls-R files. |
|
7625 |
3136
|
7626 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7627 |
|
7628 * signal/fftshift.m: New file. |
|
7629 |
|
7630 * plot/contour.m: Fix for non-square case. |
|
7631 |
|
7632 * general/randperm.m: New file. |
|
7633 |
|
7634 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7635 |
|
7636 * specfun/betai.m: Restore file for compatibility with previous |
|
7637 versions. Call betainc with reordered args. |
|
7638 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
7639 |
3131
|
7640 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7641 |
|
7642 * plot/contour.m: Handle discrete contour levels. |
|
7643 |
|
7644 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7645 |
|
7646 * control/lyap.m: For compatibility with Matlab, solve |
|
7647 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
7648 |
3124
|
7649 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7650 |
|
7651 * specfun/bessel.m: New file. |
|
7652 |
|
7653 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
7654 specfun/gammainc.m: Delete. |
|
7655 |
3106
|
7656 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7657 |
|
7658 * image/colormap.m: Initialize __current_color_map__ in global |
|
7659 statement. |
|
7660 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
7661 statement. |
|
7662 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
7663 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7664 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
7665 |
3103
|
7666 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7667 |
|
7668 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
7669 * time/toc.m: Likewise. |
|
7670 |
|
7671 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
7672 |
|
7673 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
7674 anything special for automatic_replot when in multiplot mode -- |
|
7675 recent 3.6beta releases handle this correctly. |
|
7676 |
|
7677 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
7678 setting the terminal type. |
|
7679 |
|
7680 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7681 plot/subwindow.m: Use leading and trailing underscores for |
|
7682 `private' globals. |
|
7683 |
|
7684 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
7685 |
3101
|
7686 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7687 |
|
7688 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
7689 |
3091
|
7690 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7691 |
3092
|
7692 * specfun/gammai.m: Avoid problems with whitespace when |
|
7693 constructing matrices. |
|
7694 |
3091
|
7695 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
7696 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
7697 original y vector. |
|
7698 |
3085
|
7699 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7700 |
|
7701 * linear-algebra/cross.m: Use direct formula instead of calling |
|
7702 det three times in a loop. If both args are column (row) vectors, |
|
7703 return a column (row) vector. If they don't match, pay attention |
|
7704 to the value of prefer_column_vectors. |
|
7705 |
5095
|
7706 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
7707 |
|
7708 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
7709 nonsymmetric matrices. |
|
7710 |
|
7711 * general/tril.m: Fix usage message. |
|
7712 |
|
7713 * polynomial/polyvalm.m: Fix error messages. |
|
7714 * polynomial/polyderiv.m: Likewise. |
|
7715 * polynomial/polyval.m: Likewise. |
|
7716 |
3081
|
7717 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7718 |
|
7719 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
7720 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
7721 |
3063
|
7722 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7723 |
|
7724 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
7725 |
5095
|
7726 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
7727 |
|
7728 * plot/__pltopt__.m: Handle key/legend names. |
|
7729 Correctly set colors, line styles, and point styles. |
|
7730 |
3061
|
7731 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7732 |
|
7733 * polynomial/polyfit.m: Return fit y values as second output. |
|
7734 Don't use QR factorization to solve least squares problem. |
|
7735 |
|
7736 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7737 |
|
7738 * control/dlqr.m: Use ao, not a, to compute k. |
|
7739 |
3024
|
7740 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7741 |
|
7742 * miscellaneous/path.m: New file. |
|
7743 |
2993
|
7744 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7745 |
|
7746 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
7747 name. |
|
7748 |
2968
|
7749 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7750 |
|
7751 * specfun/erfinv.m: Add missing semicolon. |
|
7752 |
2870
|
7753 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7754 |
|
7755 * miscellaneous/xor.m: Make type of return value logical. |
|
7756 |
2853
|
7757 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7758 |
|
7759 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
7760 warn_comma_in_global_decl. |
|
7761 |
2831
|
7762 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7763 |
|
7764 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
7765 octave-bug script. |
|
7766 |
2823
|
7767 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7768 |
2824
|
7769 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
7770 prefer_zero_one_indexing. |
|
7771 |
2823
|
7772 * general/logical.m: New file. |
|
7773 |
2816
|
7774 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7775 |
|
7776 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
7777 and is_vector(). |
|
7778 |
5095
|
7779 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
7780 |
|
7781 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
7782 Use tolerance of 2 * eps. |
|
7783 |
2811
|
7784 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7785 |
|
7786 * Makefile.in (install-strip): New target. |
|
7787 * audio/Makefile.in: Ditto. |
|
7788 * control/Makefile.in: Ditto. |
|
7789 * elfun/Makefile.in: Ditto. |
|
7790 * general/Makefile.in: Ditto. |
|
7791 * image/Makefile.in: Ditto. |
|
7792 * io/Makefile.in: Ditto. |
|
7793 * linear-algebra/Makefile.in: Ditto. |
|
7794 * miscellaneous/Makefile.in: Ditto. |
|
7795 * plot/Makefile.in: Ditto. |
|
7796 * polynomial/Makefile.in: Ditto. |
|
7797 * set/Makefile.in: Ditto. |
|
7798 * signal/Makefile.in: Ditto. |
|
7799 * specfun/Makefile.in: Ditto. |
|
7800 * special-matrix/Makefile.in: Ditto. |
|
7801 * startup/Makefile.in: Ditto. |
|
7802 * statistics/Makefile.in: Ditto. |
|
7803 * strings/Makefile.in: Ditto. |
|
7804 |
2809
|
7805 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7806 |
|
7807 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
7808 |
2798
|
7809 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7810 |
|
7811 * statistics/corrcoef.m: Make it actually work. |
|
7812 |
2795
|
7813 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7814 |
2798
|
7815 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
7816 |
2779
|
7817 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
7818 |
|
7819 * Version 2.0.5 released. |
|
7820 |
2745
|
7821 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7822 |
2749
|
7823 * Makefile.in (maintainer-clean): Also remove configure. |
|
7824 |
2746
|
7825 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
7826 |
2745
|
7827 * general/is_matrix.m: Return zero for empty matrices. |
|
7828 |
|
7829 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7830 |
|
7831 * linear-algebra/vech.m: Size result just once. |
|
7832 |
2726
|
7833 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7834 |
|
7835 * general/is_square.m: Handle empty matrices correctly. |
|
7836 * general/is_symmetric.m: Handle empty matrices and strings. |
|
7837 |
2716
|
7838 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7839 |
|
7840 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
7841 * polynomial/deconv.m: Likewise. |
|
7842 * polynomial/polyderiv.m: Likewise. |
|
7843 * polynomial/polyinteg.m: Likewise. |
|
7844 * polynomial/polyreduce.m: Likewise. |
|
7845 * polynomial/polyval.m: Likewise. |
|
7846 * polynomial/polyvalm.m: Likewise. |
|
7847 * general/postpad.m: Likewise. |
|
7848 * general/prepad.m: Likewise. |
|
7849 |
|
7850 * polynomial/compan.m: Check input with is_vector(), not |
|
7851 is_matrix(). Handle scalar case. |
|
7852 |
2711
|
7853 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7854 |
2715
|
7855 * plot/contour.m: Order data so that it is consistent with |
|
7856 meshgrid and mesh. |
|
7857 |
2711
|
7858 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
7859 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
7860 |
2709
|
7861 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
7862 |
|
7863 * Version 2.0.4 released. |
|
7864 |
2706
|
7865 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7866 |
2702
|
7867 * miscellaneous/paren.m: New file. |
|
7868 |
2693
|
7869 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
7870 |
|
7871 * Version 2.0.3 released. |
|
7872 |
2676
|
7873 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7874 |
|
7875 * image/saveimage.m: Only clip image data that is actually out of |
|
7876 range. |
|
7877 |
2667
|
7878 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7879 |
|
7880 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
7881 also be considered to be matrices. |
|
7882 |
|
7883 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
7884 |
|
7885 * general/isempty.m: Use size(), not rows() and columns(). |
|
7886 |
|
7887 * plot/contour.m: Convert set to gset. |
|
7888 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
7889 |
2663
|
7890 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7891 |
|
7892 * specfun/erfinv.m: Fix typo in last change. |
|
7893 |
2650
|
7894 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7895 |
|
7896 * image/loadimage.m: Make it possible to load files with image |
|
7897 data named X or img. |
|
7898 |
|
7899 * image/default.img: Change name of image from X to img to match |
|
7900 what saveimage does now. |
|
7901 |
|
7902 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
7903 does now. |
|
7904 |
2632
|
7905 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7906 |
2634
|
7907 * Version 2.0.2 released. |
|
7908 |
2632
|
7909 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
7910 weird missing-lines bug without creating extra plots unecessarily. |
|
7911 |
2624
|
7912 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7913 |
|
7914 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
7915 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
7916 io/Makefile.in, linear-algebra/Makefile.in, |
|
7917 miscellaneous/Makefile.in, plot/Makefile.in, |
|
7918 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
7919 specfun/Makefile.in, special-matrix/Makefile.in, |
|
7920 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
7921 time/Makefile.in (bin-dist): New target. |
|
7922 |
2621
|
7923 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7924 |
|
7925 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
7926 |
|
7927 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7928 |
|
7929 * miscellaneous/xor.m: Make it work. |
|
7930 |
2613
|
7931 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7932 |
|
7933 * plot/sombrero.m: Doc fix. |
|
7934 |
2602
|
7935 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7936 |
|
7937 * Version 2.0.1 released. |
|
7938 |
2601
|
7939 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7940 |
|
7941 * elfun/lcm.m: Replace missing if statement. |
|
7942 |
|
7943 * elfun/gcd.m: Report error if no input args. |
|
7944 * elfun/lcm.m: Likewise. |
|
7945 |
2597
|
7946 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7947 |
|
7948 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
7949 Also list contents of $libexecdir/octave in ls-R database. |
|
7950 |
2583
|
7951 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7952 |
|
7953 * Version 2.0 released. |
|
7954 |
2575
|
7955 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7956 |
|
7957 * Version 1.94. |
|
7958 |
2558
|
7959 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7960 |
|
7961 * strings/str2num.m: New file. |
|
7962 |
2554
|
7963 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7964 |
|
7965 * Version 1.93. |
|
7966 |
2540
|
7967 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7968 |
|
7969 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
7970 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
7971 linear-algebra/vech.m: New files from Kurt Hornik. |
|
7972 |
|
7973 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
7974 general/common_size.m: New files from Kurt Hornik. |
|
7975 |
|
7976 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
7977 New files from Kurt Hornik. |
|
7978 |
|
7979 * signal/detrend.m: New file from Kurt Hornik. |
|
7980 |
|
7981 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
7982 specfun/pow2.m, specfun/log2.m: |
|
7983 New files and updates from Kurt Hornik. |
|
7984 |
2523
|
7985 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7986 |
|
7987 * plot/__plt__.m: Add explicit replot after last command is |
|
7988 issued, to force all lines to be displayed. Hmm. |
|
7989 |
2512
|
7990 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7991 |
2520
|
7992 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
7993 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
7994 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
7995 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
7996 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
7997 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
7998 Uset gset, not set. |
|
7999 |
2512
|
8000 * Version 1.92. |
|
8001 |
2482
|
8002 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8003 |
2486
|
8004 * image/saveimage.m: When writing PostScript, name Octave as the |
|
8005 almighty Creator. Use single call to fprintf instead of looping. |
|
8006 |
|
8007 * image/Makefile.in: Delete references to octtopnm. |
|
8008 |
|
8009 * general/logspace.m: Doc fix. |
|
8010 |
2482
|
8011 * Version 1.91. |
|
8012 |
2458
|
8013 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8014 |
|
8015 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
8016 |
|
8017 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
8018 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
8019 deleted. |
|
8020 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
8021 of a system() command to delete the tmp file. |
|
8022 |
2452
|
8023 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8024 |
|
8025 * Version 1.90. |
|
8026 |
|
8027 * Makefile.in (DISTFILES): Add ChangeLog. |
|
8028 |
2360
|
8029 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8030 |
|
8031 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
8032 Don't check for string value of automatic_replot. |
|
8033 |
|
8034 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
8035 Temporarily set do_fortran_indexing to 1, not "true". |
|
8036 |
|
8037 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
8038 not "false". |
|
8039 |
|
8040 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
8041 "false". |
|
8042 |
2355
|
8043 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
8044 |
|
8045 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
8046 |
2330
|
8047 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8048 |
|
8049 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
8050 system command. |
|
8051 |
|
8052 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8053 |
|
8054 * __plr1__.m: Renamed from polar_int_1.m. |
|
8055 * __plr2__.m: Renamed from polar_int_2.m. |
|
8056 * __plr__.m: Renamed from polar_int.m. |
|
8057 * __plt1__.m: Renamed from plot_int_1.m. |
|
8058 * __plt2__.m: Renamed from plot_int_2.m. |
|
8059 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
8060 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
8061 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
8062 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
8063 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
8064 * __plt__.m: Renamed from plot_int.m. |
|
8065 * __pltopt__.m: Renamed from plot_opt.m. |
|
8066 Change all callers. |
|
8067 |
|
8068 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8069 |
|
8070 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
8071 comments like those found in Emacs lisp files. |
|
8072 |
|
8073 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8074 |
|
8075 * All .m files: Change comment style. |
|
8076 |
|
8077 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8078 |
|
8079 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
8080 subplot.m, subwindow.m, top_title.m: |
|
8081 Print error message if gnuplot_has_multiplot is not true. |
|
8082 |
|
8083 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8084 |
|
8085 * plot/figure.m: New function. |
|
8086 |
|
8087 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8088 |
|
8089 * strings/strrep.m: New function. |
|
8090 |
|
8091 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8092 |
|
8093 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
8094 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
8095 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
8096 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
8097 New functions from Kurt Hornik, heavily modified by jwe. |
|
8098 |
|
8099 * general/reshape.m: Allow strings to be reshaped too. |
|
8100 |
|
8101 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
8102 Always return a scalar. |
|
8103 |
|
8104 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8105 |
|
8106 * polynomial/polyfit.m: Make orientation of result compatible with |
|
8107 Matlab. |
|
8108 |
|
8109 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8110 |
|
8111 * polynomial/polyfit.m: Add missing close paren. |
|
8112 |
|
8113 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8114 |
|
8115 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
8116 |
|
8117 * io/scanf.m: Delete. |
|
8118 |
|
8119 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8120 |
|
8121 * statistics/median.m: Fix typo in usage message. |
|
8122 |
|
8123 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8124 |
|
8125 * miscellaneous/popen2.m: New file. |
|
8126 |
|
8127 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8128 |
|
8129 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
8130 |
|
8131 * io: New directory. |
|
8132 * Makefile.in (SUBDIRS): Add it to the list. |
|
8133 |
|
8134 * miscellaneous/flops.m: New file. |
|
8135 |
|
8136 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8137 |
|
8138 * miscellaneous/cputime.m: Return three arguments instead of a |
|
8139 vector, for compatibility with previous versions and with Matlab |
|
8140 (which only returns one scalar value). |
|
8141 |
|
8142 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
8143 |
|
8144 * general/triu.m: Compute lower bound on loop index correctly. |
|
8145 * general/tril.m: Likewise, for upper bound. |
|
8146 |
|
8147 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8148 |
|
8149 * image/saveimage.m: For color images, make sure indices into |
|
8150 temporary colormap and result matrix have proper orientation. |
|
8151 Set grey flag correctly. |
|
8152 |
|
8153 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8154 |
|
8155 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
8156 jrv@vanzandt.mv.com). |
|
8157 |
|
8158 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8159 |
|
8160 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
8161 * mesh.m: Transpose Z if only one arg. |
|
8162 Handle case of all three args being matrices (from Jim Van Zandt |
|
8163 jrv@vanzandt.mv.com). |
|
8164 * meshdom.m: Undo previous change. |
|
8165 |
|
8166 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8167 |
|
8168 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
8169 |
|
8170 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8171 |
|
8172 * audio: New directory of files from Kurt Hornik and Andreas |
|
8173 Weingessel. |
|
8174 * audio/Makefile.in: New file. |
|
8175 * Makefile.in (SUBDIRS): Add audio to the list. |
|
8176 |
|
8177 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8178 |
|
8179 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
8180 |
|
8181 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8182 |
|
8183 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
8184 columns (z), not the other way around. |
|
8185 * plot/meshdom.m: Don't reverse order of elements in y. |
|
8186 |
|
8187 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8188 |
|
8189 * plot/axis.m: Return current axis if nargin == 0. |
|
8190 |
|
8191 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8192 |
|
8193 * polynomial/roots.m: Updates from Kurt Hornik. |
|
8194 |
|
8195 * polynomial/polyder.m: New file. |
|
8196 |
|
8197 * polynomial/polyderiv.m: Give return value and arg different names. |
|
8198 |
|
8199 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8200 |
|
8201 * specfun/betainc.m: New file. |
|
8202 * specfun/gammainc.m: New file. |
|
8203 |
|
8204 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8205 |
|
8206 * general/strerror.m: New file. |
|
8207 * general/perror.m: Implement using strerror(). |
|
8208 |
|
8209 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8210 |
|
8211 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
8212 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
8213 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
8214 |
|
8215 * image/saveimage.m: Round img values first. |
|
8216 |
|
8217 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8218 |
|
8219 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
8220 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
8221 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
8222 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
8223 special-matrix/hankel.m special-matrix/toeplitz.m |
|
8224 tuwien/strfun/split.m: Add missing semicolons. |
|
8225 |
|
8226 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
8227 |
|
8228 * image/Makefile.in: Don't build or install octtoppm. |
|
8229 |
|
8230 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
6653
|
8231 routines so that people who don't have the pbm stuff installed |
2330
|
8232 can still use this function. |
|
8233 |
|
8234 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8235 |
|
8236 * image/saveimage.m: Better error checking, clean up a bit. |
|
8237 |
|
8238 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8239 |
|
8240 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
8241 avoid conflict with new built-in text-style function more. |
|
8242 |
|
8243 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
8244 |
|
8245 * startup/Makefile.in (install): Also install octaverc in |
|
8246 $localfcnfiledir/startup/octavrc. |
|
8247 |
|
8248 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8249 |
|
8250 * mkinstalldirs: New file. |
|
8251 * Makefile.in (DISTFILES): Add it to the list. |
|
8252 |
|
8253 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
8254 |
|
8255 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8256 |
|
8257 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
8258 r(1) != c(nr), not if r(1) != c(1). |
|
8259 |
|
8260 * signal/filter.m: Doc fix. |
|
8261 |
|
8262 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8263 |
|
8264 * miscellaneous/cputime.m: Use new resource structure names (no |
|
8265 ru_ or tv_ prefixes). |
|
8266 |
|
8267 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8268 |
|
8269 * time/ctime.m: Fix doc string and usage message. |
|
8270 |
|
8271 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8272 |
|
8273 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
8274 |
|
8275 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8276 |
|
8277 * control/c2d.m: Make function work for any value of |
|
8278 whitespace_in_literal_matrix. |
|
8279 * control/dare.m: Likewise. |
|
8280 * control/tzero.m: Likewise. |
|
8281 * elfun/gcd.m: Likewise. |
|
8282 * elfun/lcm.m: Likewise. |
|
8283 * general/postpad.m: Likewise. |
|
8284 * general/prepad.m: Likewise. |
|
8285 * linear-algebra/kron.m: Likewise. |
|
8286 * miscellaneous/etime.m: Likewise. |
|
8287 * polynomial/conv.m: Likewise. |
|
8288 * polynomial/deconv.m: Likewise. |
|
8289 * polynomial/poly.m: Likewise. |
|
8290 * polynomial/roots.m: Likewise. |
|
8291 * signal/filter.m: Likewise. |
|
8292 * signal/freqz.m: Likewise. |
|
8293 * signal/fftfilt.m: Likewise. |
|
8294 |
|
8295 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8296 |
|
8297 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
8298 |
|
8299 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8300 |
|
8301 * plot/polar_int_2.m: Add missing semicolons. |
|
8302 Set theta = theta', not rho'. |
|
8303 |
|
8304 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8305 |
|
8306 * polynomial/roots.m: Make it work for any value of |
|
8307 whitespace_in_literal_matrix. |
|
8308 |
|
8309 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8310 |
|
8311 * configure.in: New file. |
|
8312 |
|
8313 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8314 |
|
8315 * control/lyap.m: Add missing semicolon. |
|
8316 |
|
8317 * miscellaneous/cputime.m: New function file. |
|
8318 |
|
8319 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8320 |
|
8321 * time: New directory. |
|
8322 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
8323 New function files. |
|
8324 * time/Makefile.in: New file. |
|
8325 * Makefile.in (SUBDIRS): Add time. |
|
8326 |
|
8327 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8328 |
|
8329 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
8330 |
|
8331 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8332 |
|
8333 * plot/plot_int_1.m: Transpose data with .', not '. |
|
8334 |
|
8335 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8336 |
|
8337 * Makefile.in (install uninstall clean mostlyclean distclean |
|
8338 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
8339 |
|
8340 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8341 |
|
8342 * Makefile.in (install): Create ls-R database file. |
|
8343 (uninstall): Delete it. |
|
8344 |
|
8345 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8346 |
5378
|
8347 * image/saveimage.m: Fix typo. |
2330
|
8348 |
|
8349 See ChangeLog.1 in the top level directory for earlier changes. |