7024
|
1 2007-10-14 David Bateman <dbateman@free.fr> |
|
2 |
|
3 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in |
|
4 src directory. |
|
5 * plot/Makefile.in (SOURCES): Add fill.m. |
|
6 |
7020
|
7 2007-10-13 David Bateman <dbateman@free.fr> |
|
8 |
|
9 * plot/__patch__.m: Allow multiple patches to be defined and |
|
10 return a single patch object. Allow Faces/Vertices form of |
|
11 patch. Flag failure so the patch can call print_usage. |
|
12 * plot/patch.m: Update help string for Faces/Vertices |
|
13 call. Respect the fail flag returned by __patch__. Add demo code |
|
14 that tests the functionality of patch. |
|
15 * plot/__go_draw_axes__.m: Treat an array of patches in a single |
|
16 patch object. |
|
17 * plot/fill.m: New function. |
|
18 |
7016
|
19 2007-10-12 John W. Eaton <jwe@octave.org> |
|
20 |
|
21 * Change copyright notices in all files that are part of Octave to |
|
22 GPLv3 or any later version. |
|
23 |
7012
|
24 2007-10-11 John W. Eaton <jwe@octave.org> |
|
25 |
|
26 * plot/__go_draw_axes__.m (get_axis_limits): |
|
27 Return lim = [] if logscale and no positive values. |
|
28 (__go_draw_axes__): Skip plotting if computed axis limits are empty. |
|
29 Set initial min and min positive values to Inf, max values to -Inf. |
|
30 (get_data_limits): Correctly handle xminp when no positive values |
|
31 are found. |
|
32 |
7011
|
33 2007-10-11 Ben Abbott <bpabbott@mac.com> |
|
34 |
|
35 * polynomial/residue.m: New optional input for pole multiplicity. |
|
36 Doc fix. Fix tests. |
|
37 |
7010
|
38 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
39 |
|
40 * toplev.cc (Foctave_config_info): Add field "mac". |
|
41 |
|
42 * miscellaneous/ismac.m: New function. |
|
43 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
|
44 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. |
|
45 |
7009
|
46 2007-10-11 Arno Onken <asnelt@asnelt.org> |
|
47 |
|
48 * statistics/distributions/hygernd.m: Allow size to be specified |
|
49 as a scalar. Handle three argument case. Allow T, M, and N to be |
|
50 scalars or matrices of a common size. |
|
51 |
7007
|
52 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
|
53 |
|
54 * control/csrefcard.lt, control/system/is_detectable.m, |
|
55 control/system/sysgroup.m, geometry/voronoin.m, |
|
56 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, |
|
57 statistics/base/mode.m, statistics/distributions/betarnd.m, |
|
58 statistics/distributions/binornd.m, |
|
59 statistics/distributions/cauchy_rnd.m, |
|
60 statistics/distributions/chi2rnd.m, |
|
61 statistics/distributions/discrete_rnd.m, |
|
62 statistics/distributions/exprnd.m, |
|
63 statistics/distributions/frnd.m, |
|
64 statistics/distributions/gamrnd.m, |
|
65 statistics/distributions/geornd.m, |
|
66 statistics/distributions/laplace_rnd.m, |
|
67 statistics/distributions/logistic_rnd.m, |
|
68 statistics/distributions/lognrnd.m, |
|
69 statistics/distributions/nbinrnd.m, |
|
70 statistics/distributions/normrnd.m, |
|
71 statistics/distributions/poissrnd.m, |
|
72 statistics/distributions/stdnormal_rnd.m, |
|
73 statistics/distributions/trnd.m, |
|
74 statistics/distributions/unifrnd.m, |
|
75 statistics/distributions/wblrnd.m: Spelling fixes. |
|
76 |
7005
|
77 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
78 |
|
79 * time/tic.m: New optional output value. |
|
80 |
|
81 * general/int2str.m: Doc fix. |
|
82 |
7002
|
83 2007-10-10 Arno Onken <asnelt@asnelt.org> |
|
84 |
|
85 * statistics/distributions/hygecdf.m, |
|
86 statistics/distributions/hygeinv.m, |
|
87 statistics/distributions/hygepdf.m, |
|
88 statistics/distributions/hygernd.m: |
|
89 Swap order of T and M args for compatibility. |
|
90 |
7001
|
91 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
|
92 |
|
93 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, |
|
94 control/system/buildssic.m, control/system/c2d.m, |
|
95 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, |
|
96 control/system/ss2sys.m, control/system/ss2tf.m, |
|
97 control/system/syscont.m, control/system/sysdimensions.m, |
|
98 control/system/sysdisc.m, control/system/sysmult.m, |
|
99 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, |
|
100 finance/fv.m, general/cumtrapz.m, general/gradient.m, |
|
101 general/interp1.m, general/interp2.m, general/interp3.m, |
|
102 general/interpft.m, general/interpn.m, general/polyarea.m, |
|
103 general/rat.m, general/structfun.m, general/trapz.m, |
|
104 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, |
|
105 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, |
|
106 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, |
|
107 plot/plot3.m, plot/stem.m, polynomial/deconv.m, |
|
108 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, |
|
109 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, |
|
110 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, |
|
111 statistics/base/meansq.m, statistics/base/var.m, |
|
112 statistics/tests/chisquare_test_independence.m, |
|
113 statistics/tests/t_test.m, statistics/tests/u_test.m, |
|
114 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, |
|
115 testfun/test.m: Spelling fixes. |
|
116 |
6998
|
117 2007-10-10 Ben Abbott <bpabbott@mac.com> |
|
118 |
|
119 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). |
|
120 |
6997
|
121 2007-10-10 John W. Eaton <jwe@octave.org> |
|
122 |
|
123 * general/num2str.m: Always allow for sign for automatically |
|
124 computed format widths. |
|
125 |
6988
|
126 2007-10-09 David Bateman <dbateman@free.fr> |
|
127 |
|
128 * plot/patch.m: Accept a handle as the first argument. |
|
129 |
6987
|
130 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
|
131 |
7010
|
132 * general/repmat.m: Handle sparse input. Add tests. |
6987
|
133 |
6985
|
134 2007-10-09 John W. Eaton <jwe@octave.org> |
|
135 |
|
136 * audio/wavwrite.m: Accept arguments in compatible order. |
|
137 |
6979
|
138 2007-10-08 David Bateman <dbateman@free.fr> |
|
139 |
|
140 * general/interp2.m: Relax test for values outside the grid to |
|
141 allow monotonically decreasing abscissa as well. |
|
142 |
6978
|
143 2007-10-08 Ben Abbott <bpabbott@mac.com> |
|
144 |
|
145 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity |
|
146 as output parameter. |
|
147 |
6977
|
148 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
|
149 |
|
150 * plot/__go_draw_axes__.m, plot/legend.m: |
|
151 Handle compatible position specifiers as strings. |
|
152 |
6975
|
153 2007-10-08 John Swensen <jpswensen@comcast.net> |
|
154 |
|
155 * general/num2str.m: Eliminate extra whitespace in output. |
|
156 * strings/strtrim.m: New function. |
|
157 * strings/Makefile.in (SOURCES): Add it to the list. |
|
158 |
6968
|
159 2007-10-06 John W. Eaton <jwe@octave.org> |
|
160 |
|
161 * polynomial/residue.m: New test from test/test_poly.m. |
|
162 |
6967
|
163 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
|
164 |
|
165 * image/saveimage.m: Handle saving color images without a colormap. |
|
166 * image/__img_via_file__.m: Add missing semicolon. |
|
167 |
|
168 2007-10-06 Bill Denney <wsloand@gmail.com> |
|
169 |
7010
|
170 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967
|
171 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
|
172 |
6965
|
173 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
|
174 |
|
175 * plot/print.m: Handle svg output type. Accept new -S option to |
|
176 specify size for PNG and SVG output types. |
|
177 |
|
178 2007-10-05 Ben Abbott <bpabbott@mac.com> |
6964
|
179 |
|
180 * polynomial/mpoles.m: New function. |
|
181 * polynomial/residue.m: Modified to behave in reciprocal |
|
182 manner. No longer compute 4th output, "e". No longer accept |
|
183 tolerance input. Explicitly set tolerance parameter to 0.001. |
|
184 Respect maximum relative difference in poles when determining |
|
185 their multiplicity. Use mpoles to determine the multiplicity of |
|
186 poles. |
|
187 |
6963
|
188 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
|
189 |
|
190 * plot/__go_draw_axes__.m: Add cbrange to the plot stream |
|
191 for surface plots. |
|
192 |
6962
|
193 2007-10-05 John W. Eaton <jwe@octave.org> |
|
194 |
|
195 * plot/__next_line_color__.m: Get color_rotation from axes |
|
196 colororder property. |
|
197 |
6953
|
198 2007-10-03 John W. Eaton <jwe@octave.org> |
|
199 |
6955
|
200 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
|
201 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". |
|
202 |
6953
|
203 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
|
204 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate |
|
205 special for __vnorm__. |
|
206 |
6951
|
207 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
|
208 |
6952
|
209 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951
|
210 |
6950
|
211 2007-10-03 David Bateman <dbateman@free.fr> |
|
212 |
|
213 * pkg/pkg.m (is_architecture_dependent): New function to identify |
|
214 if a file is architecture dependent based on a list of file |
|
215 extensions. |
|
216 (configure_make): Simplify the search for architecture dependent |
|
217 files based on this function. |
|
218 (load_pakages_and_dependencies): Also look for bin directory in |
|
219 the architecture dependent directory. |
|
220 |
6947
|
221 2007-10-03 John W. Eaton <jwe@octave.org> |
|
222 |
|
223 * miscellaneous/dir.m: Create empty struct with field names. |
|
224 Include datenum in struct. |
|
225 |
6943
|
226 2007-10-02 David Bateman <dbateman@free.fr> |
|
227 |
|
228 * miscellaneous/ls.m: If nargout return string array of files |
|
229 returned by ls. |
|
230 |
6942
|
231 2007-10-01 John W. Eaton <jwe@octave.org> |
|
232 |
|
233 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting |
|
234 range values. |
|
235 |
6937
|
236 2007-10-01 David Bateman <dbateman@free.fr> |
|
237 |
7010
|
238 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938
|
239 speed with small vectors. |
6937
|
240 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
|
241 rather than OCTAVE_HOME(). |
|
242 |
6935
|
243 2007-09-30 Ben Abbott <bpabbott@mac.com> |
|
244 |
|
245 * plot/findobj.m: New function. |
|
246 * plot/Makefile.m (SOURCES): Add it to SOURCES. |
|
247 |
6925
|
248 2007-09-26 David Bateman <dbateman@free.fr> |
|
249 |
|
250 * pkg/pkg.m: Add second argument to setting for prefix for |
|
251 architecture dependent files. Use throughout. |
|
252 (pkg:issuperuser): New function, use through to check for |
|
253 root user. |
|
254 (pkg:getarchprefix): function to give the archiecture dependent |
|
255 prefix for a package. |
|
256 (pkg:getarchdir): New function giving location of architetcure |
|
257 dependent directory. Use through out. |
|
258 (pkg:install): Treat architecture dependent directory separately |
|
259 as in might not be a sub-directory of the package directory. |
|
260 (pkg:uninstall): ditto. |
|
261 (pkg:create_pkgadddel): Check for global or local install for |
|
262 architecture dependent directory. |
|
263 (pkg:finish_installation): ditto. |
|
264 (pkg:write_INDEX): ditto. |
|
265 (pkg:load_packages_and_dependencies): ditto. |
|
266 (pkg:copy_files): ditto. Add step to copy architecture dependent |
|
267 files to a new location if user is root. |
|
268 (pkg:rm_rf): Check if file or directory exists before removing. |
|
269 (pkg:dirempty): Check if directory exists before checking. |
|
270 |
|
271 * plot/___patch__.m: Allow face colors to be passed as strings |
|
272 |
|
273 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" |
|
274 needed for calls to "hold" without an argument. |
|
275 |
6920
|
276 2007-09-21 John W. Eaton <jwe@octave.org> |
|
277 |
6921
|
278 * optimization/sqp.m: Fix typo. |
|
279 |
6920
|
280 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
|
281 |
6919
|
282 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
|
283 |
|
284 * control/hinf/h2norm: Compute d*d', not d'*d. |
|
285 |
6918
|
286 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
|
287 |
|
288 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, |
|
289 unidpdf.m and unidinv.m |
|
290 |
6914
|
291 2007-09-18 John W. Eaton <jwe@octave.org> |
|
292 |
|
293 * plot/__go_draw_axes__.m: Use %.15g throughout. |
|
294 (do_tics_1): Set numeric axes formats to "%.15g". |
|
295 |
6912
|
296 2007-09-18 David Bateman <dbateman@free.fr> |
|
297 |
|
298 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead |
|
299 of %g when writing data. |
|
300 |
6908
|
301 2007-09-17 John W. Eaton <jwe@octave.org> |
|
302 |
|
303 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. |
|
304 |
6903
|
305 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
|
306 |
|
307 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for |
|
308 noninteger N with N-K < 1. |
|
309 |
6901
|
310 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
311 |
|
312 * strings/index.m: Correct for strings differing after the third |
|
313 position (bug reported by Maude Martin). |
|
314 |
6895
|
315 2007-09-13 John W. Eaton <jwe@octave.org> |
|
316 |
|
317 * plot/__default_colormap__.m: Delete. |
|
318 * plot/Makefile (SOURCES): Remove from the list. |
|
319 |
6898
|
320 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
|
321 |
|
322 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. |
|
323 |
6885
|
324 2007-09-10 David Bateman <dbateman@free.fr> |
|
325 |
|
326 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but |
|
327 limit the selection of colors in the same way as for lines. |
|
328 * plot/__patch__.m: Allow matrix arguments with one patch per |
|
329 column. |
|
330 * plot/__bar__.m: Adapt to use "patch". |
|
331 |
6870
|
332 2007-09-06 John W. Eaton <jwe@octave.org> |
|
333 |
|
334 * plot/drawnow.m (drawnow): New arg, debug_file. |
|
335 (init_plot_stream): Split from open_plot_stream. |
|
336 * plot/print.m: Accept -debug=FILE argument. |
|
337 |
6868
|
338 2007-09-06 David Bateman <dbateman@free.fr> |
|
339 |
7010
|
340 * general/celldisp.m: New function. |
|
341 * general/Makefile.in (SOURCES): Add celldisp.m. |
|
342 * miscellaneous/swapbytes.m: New function. |
|
343 * miscellaneous/gzip.m: New function. |
|
344 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. |
6868
|
345 |
6863
|
346 2007-09-05 David Bateman <dbateman@free.fr> |
|
347 |
7010
|
348 * general/structfun.m: New function. |
|
349 * general/Makefile.in (SOURCES): Add it to sources. |
|
350 * miscellaneous/run.m: New function. |
|
351 * miscellaneous/Makefile.in (SOURCES): Add it to sources. |
|
352 * statistics/base/mode.m: New function. |
|
353 * statistics/base//Makefile.in (SOURCES): Add it to sources. |
6863
|
354 |
6862
|
355 2007-09-05 John W. Eaton <jwe@octave.org> |
|
356 |
|
357 * miscellaneous/orderfields.m: Use numel instead of length. |
|
358 |
|
359 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> |
|
360 |
|
361 * miscellaneous/orderfields.m: Handle empty structs. |
|
362 |
6861
|
363 2007-09-05 John W. Eaton <jwe@octave.org> |
|
364 |
|
365 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with |
|
366 DATA_IDX. |
|
367 |
|
368 2007-09-04 David Bateman <dbateman@free.fr> |
|
369 |
|
370 * general/isdir.m: Return a logical value. |
|
371 |
6859
|
372 2007-09-04 David Bateman <dbateman@free.fr> |
|
373 |
|
374 * statistics/distributions/chi2pdf.m, |
|
375 statistics/distributions/chi2cdf.m, |
|
376 statistics/distributions/chi2inv.m: Modifiy the call to the gamma |
|
377 distribution functions to account for inverse of scale factor in |
|
378 gamma functions. |
|
379 |
6857
|
380 2007-09-01 John W. Eaton <jwe@octave.org> |
|
381 |
|
382 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. |
|
383 |
6853
|
384 2007-09-01 David Bateman <dbateman@free.fr> |
|
385 |
|
386 * polynomial/polyint.m: New function like polyinteg but with |
|
387 explicit integration constant. |
|
388 * polynomial/polyinteg.m: Remove. |
|
389 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove |
|
390 polyinteg.m. |
|
391 * deprecated/polyinteg.m: Move version here. |
|
392 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. |
|
393 |
6852
|
394 * geometry/voronoi.m: Add large box around data to get a good |
|
395 approximation of the rays to infinity. |
|
396 |
6851
|
397 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
|
398 |
|
399 * plot/axes.m: Allow parent to be specified when creating axes |
|
400 objects. Support non-figure parents. |
|
401 |
|
402 2007-08-31 John W. Eaton <jwe@octave.org> |
|
403 |
|
404 * plot/ancestor.m: New function, adapted from Octave Forge. |
|
405 |
6850
|
406 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
|
407 |
7010
|
408 * polynomial/polygcd.m: Better layout of example. |
|
409 * polynomial/compan.m: Remove unnecessary check. |
|
410 * polynomial/roots.m: Added example to help text. |
|
411 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. |
|
412 * polynomial/poly.m: Added example to help text. |
6850
|
413 |
6848
|
414 2007-08-30 John W. Eaton <jwe@octave.org> |
|
415 |
|
416 * optimization/qp.m: Increase maxit to 200. |
|
417 |
6847
|
418 2007-08-30 David Bateman <dbateman@free.fr> |
|
419 |
|
420 * geometry/inpolygon.m: New file. |
|
421 * geometry/Makefile.in (SOURCES): Add inpolygon.m. |
|
422 |
6843
|
423 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
|
424 |
|
425 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. |
|
426 |
6829
|
427 2007-08-24 David Bateman <dbateman@free.fr> |
|
428 |
|
429 * plot/__go_draw_axes__.m: Treat text color property. |
|
430 |
6828
|
431 2007-08-24 John W. Eaton <jwe@octave.org> |
|
432 |
|
433 * plot/subplot.m, plot/plot.m, plot/grid.m: |
|
434 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. |
|
435 |
|
436 * miscellaneous/movefile.m: Separate second and third args and |
|
437 use p1 and p2, not f1 and f2 when constructing arguments for |
|
438 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. |
|
439 |
6825
|
440 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
|
441 |
|
442 * set/intersect.m: Make it work with cell arrays of strings. |
|
443 |
6823
|
444 2007-08-24 David Bateman <dbateman@free.fr> |
|
445 |
7010
|
446 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823
|
447 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
|
448 functions ported from octave-forge. |
7010
|
449 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823
|
450 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
|
451 geometry/triplot.m, geometry/tsearchn.m: |
|
452 New functions. |
7010
|
453 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
|
454 * geometry/Makefile.in (SOURCES): Add functions above. |
|
455 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. |
6823
|
456 |
6820
|
457 2007-08-23 John W. Eaton <jwe@octave.org> |
|
458 |
|
459 * pkg/pkg.m: Avoid using installed_packages for both function and |
|
460 variable name. |
|
461 |
|
462 2007-08-23 David Bateman <dbateman@free.fr> |
|
463 |
|
464 * plot/plot.m: Allow first arg to be axes handle. |
|
465 |
6818
|
466 2007-08-22 David Bateman <dbateman@free.fr> |
|
467 |
|
468 * control/base/nichols.m: Correct for misnamed variable, and ensure |
|
469 outputs are returned only if requested. |
|
470 |
|
471 2007-08-22 Donald Parsons <dparsons@brightdsl.net> |
|
472 |
|
473 * control/base/nichols.m: Fix typo. |
|
474 |
6813
|
475 2007-08-13 John W. Eaton <jwe@octave.org> |
|
476 |
|
477 * plot/meshgrid.m: Use repmat instead of multiplication. |
|
478 |
6809
|
479 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
|
480 |
|
481 * plot/__go_draw_axes__.m: Add axes position to the usingclause, |
|
482 use axes position in each appropriate gnuplot set statement. |
|
483 |
6808
|
484 2007-08-10 John W. Eaton <jwe@octave.org> |
|
485 |
|
486 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. |
|
487 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
488 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
489 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. |
|
490 |
6807
|
491 2007-08-10 Kai Habel <kai.habel@gmx.de> |
|
492 |
|
493 * plot/patch.m, plot/__patch__.m: New files. |
|
494 * plot/Makefile.in (SOURCES): Add them to the list. |
|
495 |
|
496 2007-08-07 John W. Eaton <jwe@octave.org> |
|
497 |
|
498 * path/savepath.m: Use single quotes for argument to PATH command |
|
499 that is inserted in file. |
|
500 |
6805
|
501 2007-07-27 John W. Eaton <jwe@octave.org> |
|
502 |
|
503 * plot/drawnow.m: Only set default value for term if GNUTERM is |
|
504 not set in the environment. |
|
505 |
6796
|
506 2007-07-25 David Bateman <dbateman@free.fr> |
|
507 |
|
508 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
509 control/base/Makefile.in, control/hinf/Makefile.in, |
|
510 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
511 control/util/Makefile.in, deprecated/Makefile.in, |
|
512 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
513 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
514 miscellaneous/Makefile.in, optimizaton/Makefile.in, |
|
515 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
516 polynomial/Makefile.in, quaternion/Makefile.in, |
|
517 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, |
|
518 specfun/Makefile.in, special-matrix/Makefile.in, |
|
519 startup/Makefile.in, statistics/Makefile.in, |
|
520 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
521 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
522 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
523 Adjust DISTFILES to allow out of tree "make dist" to work. |
|
524 |
6795
|
525 2007-07-25 John W. Eaton <jwe@octave.org> |
|
526 |
|
527 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. |
|
528 |
6793
|
529 2007-07-24 David Bateman <dbateman@free.fr> |
|
530 |
|
531 * image/flag.m: New colormap function. |
|
532 * images/Makefile.in: Include it in SOURCES. |
|
533 |
|
534 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
535 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
536 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
537 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. |
|
538 * image/gray.m, image/ocean.m: Use the same means of finding the |
|
539 number of colormap elements as the other colormap functions. |
|
540 |
6790
|
541 2007-07-24 Kai Habel <kai.habel@gmx.de> |
|
542 |
|
543 * plot/__go_draw_axes__.m: Handle patch. |
|
544 |
6788
|
545 2007-07-23 David Bateman <dbateman@free.fr> |
|
546 |
|
547 * general/rat.m: New function for ration approximation imported |
|
548 from octave-forge. |
|
549 * general/del2.m: New function for discrete laplacian operator. |
|
550 * general/Makefile.in: Include rat.m and del2.m in SOURCES. |
|
551 |
|
552 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
553 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
554 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
555 image/winter.m, image/brighten.m: Port image functions from |
|
556 octave-forge. |
|
557 * image/Makefile.in: Add ported functions to SOURCES. |
|
558 * image/gray.m, image/ocean.m: Don't set the colormap for |
|
559 compatibility with matlab. |
|
560 |
|
561 * plot/meshc.m, plot/peaks.m: Port plotting function from |
|
562 octave-forge |
|
563 * plot/Makefile.in: Add ported functions to SOURCES. |
|
564 * plot/__go_draw_axes__.m: Set the palette for the surfaces if |
|
565 using gnuplot 4.2 or greater. |
|
566 |
6785
|
567 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
|
568 |
|
569 * general/cart2sph.m: Fix unbalanced paranthesis. |
|
570 |
6781
|
571 2007-07-19 David Bateman <dbateman@free.fr> |
|
572 |
|
573 * plot/fplot.m: More compatible version. |
|
574 |
6780
|
575 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
|
576 |
|
577 * plot/clf.m: Check for valid handle before deleting. |
|
578 |
|
579 * plot/figure.m: Pass "figure" property/value pairs directly to |
|
580 __go_figure__ instead of using regular "set" call. |
|
581 |
6779
|
582 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
|
583 |
|
584 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal |
|
585 type for gnuplot. |
|
586 |
6778
|
587 2007-07-18 John W. Eaton <jwe@octave.org> |
|
588 |
|
589 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to |
|
590 gnuplot for each set of axes. |
|
591 |
6777
|
592 2007-07-18 David Bateman <dbateman@free.fr> |
|
593 |
6778
|
594 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
|
595 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, |
|
596 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, |
|
597 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: |
|
598 Use standard scale factor rather than one on the scale factor for |
|
599 compatibility. |
|
600 |
|
601 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, |
|
602 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
|
603 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
604 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: |
|
605 Preserve backward compatibility. |
6777
|
606 |
6776
|
607 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
|
608 |
|
609 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp |
|
610 to avoid issues with regexp special characters in the path strings. |
|
611 |
6770
|
612 2007-07-06 David Bateman <dbateman@free.fr> |
|
613 |
6778
|
614 * general/accumarray.m: New function to create an array by |
|
615 accumulating the elements. |
6770
|
616 |
6768
|
617 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
|
618 |
|
619 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. |
|
620 (fdjac): Set nx outside of if block. |
|
621 (cf_ub_lb, cigrad_ub_lb): New subfunctons. |
|
622 |
6765
|
623 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
624 |
|
625 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. |
|
626 |
|
627 * plot/axis.m: Also set "visible" property when setting axes to |
|
628 on/off. |
|
629 |
6762
|
630 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
|
631 |
|
632 * image/colormap.m: Only return colormap if nargout > 0. |
|
633 Mark as command. |
|
634 |
6758
|
635 2007-06-25 John W. Eaton <jwe@octave.org> |
|
636 |
|
637 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of |
|
638 strcmp for selected property comparisons. |
|
639 |
6756
|
640 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
|
641 |
6778
|
642 * image/imshow.m: Fix check for colormap arguments. |
6756
|
643 |
6754
|
644 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
|
645 |
|
646 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. |
|
647 |
6756
|
648 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754
|
649 |
6778
|
650 * statistics/base/median.m: Update help text to mention 'dim' |
6754
|
651 argument, and note that the data should be sorted for the |
|
652 definition of the median to be correct. |
|
653 |
6778
|
654 * statistics/base/std.m: Add missing square to definition of |
6754
|
655 standard deviation. |
|
656 |
6778
|
657 * statistics/base/cov.m: Add definition of covariance to the help text. |
|
658 |
|
659 * statistics/base/kurtosis.m, statistics/base/skewness.m, |
6754
|
660 statistics/base/std.m: |
|
661 Note that \bar{x} is the mean value of x in the help text. |
|
662 |
6778
|
663 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754
|
664 coefficient to the help text. |
|
665 |
6778
|
666 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
|
667 |
|
668 * statistics/base/var.m: Put N in @math in help text. |
|
669 |
|
670 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
6754
|
671 statistics/tests/kolmogorov_smirnov_test.m: |
|
672 Write about possible values of 'dist' in help text. |
|
673 |
6778
|
674 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754
|
675 Add definition of correlation to the help text. |
|
676 |
6778
|
677 * statistics/base/logit.m, statistics/base/kendall.m, |
|
678 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, |
6754
|
679 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
|
680 TeXification of help text. |
|
681 |
|
682 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. |
|
683 |
|
684 * statistics/tests/var_test.m, statistics/tests/welch_test.m: |
|
685 Add missing @var's to help text. |
|
686 |
|
687 * statistics/models/logistic_regression.m: Fix typos in help text. |
|
688 |
|
689 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part |
|
690 of help text. |
|
691 |
|
692 * statistics/distributions/unidinv.m: Add a missing 'discrete' to |
|
693 help text. |
|
694 |
|
695 * statistics/distributions/unidpdf.m, |
|
696 statistics/distributions/discrete_pdf.m: |
|
697 Replace 'pDF' with 'PDF' in help text. |
|
698 |
6753
|
699 2007-06-25 John W. Eaton <jwe@octave.org> |
|
700 |
|
701 * strings/substr.m: Use offset consistently in code and doc string. |
|
702 From Rafael Laboissiere <rafael@debian.org>. |
|
703 |
6752
|
704 2007-06-25 Pete Gustafson <petegus@umich.edu> |
|
705 |
6778
|
706 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752
|
707 |
6751
|
708 2007-06-25 John W. Eaton <jwe@octave.org> |
|
709 |
|
710 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. |
|
711 Recycle tic labels if necessary. From Juhani Saastamoinen |
|
712 <juhani@cs.joensuu.fi>. |
|
713 |
6748
|
714 2007-06-20 John W. Eaton <jwe@octave.org> |
|
715 |
6749
|
716 * strings/index.m: Allow strings to be empty. |
|
717 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> |
|
718 |
6748
|
719 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
|
720 |
6747
|
721 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
|
722 |
|
723 * sparse/pcg.m: Allow the preconditioner to be passed as two |
|
724 separate matrices. |
|
725 |
6746
|
726 2007-06-19 David Bateman <dbateman@free.fr> |
|
727 |
|
728 * plot/axis.m: Prefer to use legend rather than the older Octave |
|
729 only ";;" legend syntax. |
|
730 * polynomial/mkpp.m: ditto. |
|
731 * polynomial/pchip.m: ditto. |
|
732 * signal/freqz_plot.m: ditto. |
|
733 * sparse/gplot.m: ditto. |
|
734 * sparse/treeplot.m: ditto. |
|
735 |
6745
|
736 2007-06-19 John W. Eaton <jwe@octave.org> |
|
737 |
|
738 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. |
|
739 (__go_draw_axes__): Call do_tics to handle tic marks. |
|
740 |
6742
|
741 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
742 |
6778
|
743 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742
|
744 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
|
745 to check for NA. |
|
746 |
6741
|
747 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
748 |
6778
|
749 * optimization/glpk.m: TeXified the help text. |
|
750 * optimization/qp.m: TeXified the help text. |
|
751 * optimization/sqp.m: TeXified the help text. |
6741
|
752 |
6740
|
753 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
|
754 |
6778
|
755 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740
|
756 |
6738
|
757 2007-06-15 John W. Eaton <jwe@octave.org> |
|
758 |
|
759 * plot/__go_draw_axes__.m: Only attempt label rotation if |
|
760 have_newer_gnuplot is true. |
|
761 |
6736
|
762 2007-06-15 Pete Gustafson <petegus@umich.edu> |
|
763 |
6778
|
764 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
|
765 * plot/__axis_label__.m Assign ylabel default rotation property |
6737
|
766 to 90, all others 0. |
|
767 |
6778
|
768 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
|
769 * plot/__go_draw_axes__.m: Removed undefined tx from call to |
6736
|
770 get_data_limits. |
6778
|
771 * plot/__plotopt1__.m: Intercept and strip format string when |
6736
|
772 called by __errplot__. |
|
773 |
6730
|
774 2007-06-15 John W. Eaton <jwe@octave.org> |
|
775 |
|
776 * testfun/test.m: Also return number of expected failures. |
|
777 |
6724
|
778 2007-06-14 John W. Eaton <jwe@octave.org> |
|
779 |
6730
|
780 * set/ismember.m: Mark two tests known to fail with xtest. |
|
781 |
6724
|
782 * plot/__go_draw_axes__.m: Handle text rotation property. |
|
783 |
6728
|
784 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
|
785 |
|
786 * testfun/test.m: Add xtest support for tests known to fail. |
|
787 |
6727
|
788 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
|
789 |
|
790 * plot/print.m: Handle pstex, pslatex, epslatex, and |
|
791 epslatexstandalone terminals. |
|
792 |
6721
|
793 2007-06-14 David Bateman <dbateman@free.fr> |
|
794 |
|
795 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, |
|
796 as permutation of results was incorrect. |
|
797 * general/interp1.m: Add demo on second derivative |
|
798 * general/interpn.m: Convert "y" to vectors for __splinen__ |
6722
|
799 call. Add 3D demo. Fix typos |
|
800 * general/interp3.m: Fix typos. Correct permutation for use of |
|
801 interpn. |
6721
|
802 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
|
803 |
6717
|
804 2007-06-13 John W. Eaton <jwe@octave.org> |
|
805 |
|
806 * miscellaneous/mkoctfile.m: Quote args too. |
6712
|
807 |
6706
|
808 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
|
809 |
|
810 * miscellaneous/mkoctfile.m: Quote script name for call to system. |
|
811 |
6704
|
812 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
|
813 |
|
814 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". |
|
815 Set have_linestyle to true if two character linestyle is found. |
|
816 |
6702
|
817 2007-06-12 David Bateman <dbateman@free.fr> |
|
818 |
6717
|
819 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
|
820 and interpn.m. |
|
821 |
|
822 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in |
|
823 structure before using it. |
|
824 |
|
825 2007-06-12 David Bateman <dbateman@free.fr> |
|
826 |
6704
|
827 * general/interp1.m: Change examples to use new graphics interface. |
6702
|
828 * general/__splinen__.m: New support function for N-dimensional |
|
829 spline interpolation. |
|
830 * general/bicubic.m: Allow definition of extrapolation |
|
831 value. Adapt tests to use new graphics interface |
|
832 * general/interp2.m: Call __splinen__ for 2-D spline |
|
833 interpolation. Make the lookup table code only be called for |
|
834 linear and nearest methods. |
|
835 * general/interpn.m: New function for N-dimensional, linear, nearest |
|
836 and spline interpolation. |
|
837 * general/interp3.m: New function for 3-dimensional, linear, nearest |
|
838 and spline interpolation. |
6704
|
839 * polynomial/spline.m: Change examples to use new graphics interface. |
6702
|
840 |
6701
|
841 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
|
842 |
|
843 * statistics/tests/wilcoxon_test.m: Error if N <= 25. |
|
844 |
6699
|
845 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
|
846 |
|
847 * plot/fplot.m: If function is inline, vectorize it. |
|
848 |
6698
|
849 2007-06-10 David Bateman <dbateman@free.fr> |
|
850 |
|
851 * pkg/pkg.m (pkg:installed_packages): truncate start of package |
|
852 directory if need to, so that it fits on a line. |
|
853 |
6695
|
854 2007-06-07 David Bateman <dbateman@free.fr> |
|
855 |
|
856 * pkg/pkg.m (pkg): For rebuild target, force package order in |
|
857 saved file so that dependent packages are loaded first, and if |
|
858 nargout==0 don't return any arguments. |
|
859 (pkg:install): Only load packages that are marked autoload after |
|
860 install. Various fixes. Save in order. |
|
861 (pkg:uninstall): Save in order |
|
862 (pkg:load_packages): Use load_package_and_dependencies to load |
|
863 packages. |
|
864 (pkg:save_order): New function to sort package list with dependent |
|
865 packages first. |
|
866 (pkg:load_packages_and_dependencies): New function to load both a |
|
867 list of packages and their dependencies. |
|
868 (pkg:load_package_dirs): New function that returns a vector of the |
|
869 indexes into the installed package list indicating the packages to |
|
870 load and the order to load them in to respect the dependencies. |
|
871 |
6688
|
872 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
|
873 |
|
874 * plot/axes.m: Eliminate redundant else clause. |
|
875 |
6686
|
876 2007-06-03 David Bateman <dbateman@free.fr> |
|
877 |
|
878 * polynomial/spline.m: Add a small tolerance to spline tests. |
6687
|
879 * pkg/pkg.m: Protect against multiple actions being define. |
|
880 |
6683
|
881 2007-06-01 David Bateman <dbateman@free.fr> |
|
882 |
|
883 * pkg.m (pkg:is_superuser): Remove function used in one place and |
|
884 incorporate into main pkg function. |
|
885 (pkg:install): Check for existence of files to install before |
|
886 globbing and warn the user if they don't exist. |
|
887 |
6675
|
888 2007-05-31 David Bateman <dbateman@free.fr> |
|
889 |
6679
|
890 * miscellaneous/copyfile.m: Split copying of multiple files to a |
|
891 directory over several copy command to limit the line length. |
|
892 * miscellaneous/movefile.m: Ditto. |
|
893 |
6675
|
894 * pkg.m: Add build option to allow binary Octave packages to be |
|
895 built from source packages. Probe absolute path of prefix, global |
|
896 and local lists. Use strcat, rather that [] for strings. |
|
897 (pkg:build): New function to binary binary package. |
|
898 (pkg:absolute_pathname): Use fileattrib to probe absolute path. |
|
899 (pkg:repackage): Package binary Octave package from installation. |
|
900 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives |
|
901 from m-files into main installation directory. |
|
902 (pkg:shell): Suppress verbose messages from shell and only display |
|
903 them with the verbose flag. |
|
904 (pkg:installed_packages): Also include the loaded flag in the |
|
905 local and global packages. |
|
906 (pkg:uninstall): On uninstall, only rmpath the package if it is |
|
907 flagged as loaded. |
|
908 |
|
909 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> |
|
910 |
|
911 * pkg.m (pkg:load_packages): Correctly load a mix of packages |
|
912 with and without architecture dependent directories. |
|
913 (pkg:installed_packages): Probe the global_list file even if it is |
|
914 the same as the local_list. |
|
915 |
6669
|
916 2007-05-29 John W. Eaton <jwe@octave.org> |
|
917 |
|
918 * sparse/spy.m: Set axis to "ij" mode. |
|
919 |
6664
|
920 2007-05-24 John W. Eaton <jwe@octave.org> |
|
921 |
|
922 * set/ismember.m: Quote first arg of "fail" tests. |
|
923 |
6663
|
924 2007-05-24 David Bateman <dbateman@free.fr> |
|
925 |
6778
|
926 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663
|
927 |
6655
|
928 2007-05-22 David Bateman <dbateman@free.fr> |
|
929 |
|
930 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than |
|
931 error(lasterr()(8:end)). |
|
932 (pkg:install): Warning for empty packages being removed. Suppress |
|
933 spurious output. Warning rather than error for uninstalling a |
|
934 package that is not installed to avoid RPM issue. |
|
935 (pkg:configure_make): Fix for parsing of src/FILES. Don't create |
|
936 inst or architecture dependent directory if it exists. |
|
937 |
6653
|
938 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
|
939 |
|
940 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, |
|
941 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, |
|
942 signal/freqz.m: Fix typos. |
|
943 |
6645
|
944 2007-05-21 David Bateman <dbateman@free.fr> |
|
945 |
|
946 * pkg/pkg.m: Add rebuild target, and -local, -global option to |
|
947 force installation location. |
|
948 (rebuild): New subfunction to rebuild package database from |
|
949 installed packages. Also allows changing of autoload status |
|
950 (install): Warn use if attempting to install from non existent |
|
951 file. |
|
952 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
|
953 "USER", "root"))' for root test. |
|
954 |
|
955 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> |
|
956 |
|
957 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms |
|
958 and replace "\" characters with "/". |
|
959 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
|
960 characters with "/" throughout. |
|
961 (shell): New subfunction that wraps system and is careful with the |
|
962 shell on windows platforms. |
|
963 (configure_make): Explictly pass complier etc to configure |
|
964 process. |
|
965 (issuperuser): Force default to global install for Windows machines. |
|
966 |
6636
|
967 2007-05-19 Kristan Onu |
|
968 |
|
969 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. |
|
970 |
6634
|
971 2007-05-18 David Bateman <dbateman@free.fr> |
|
972 |
|
973 * pkg/pkg.m (install): More verbosity. |
|
974 (configure_make): Ditto. |
|
975 (create_pkgadddel): Install in architecture dependent directory if |
|
976 it exists to address issues with autoload/mfilename. |
|
977 (write_INDEX): Check in archiecture dependent directories as well. |
|
978 |
6633
|
979 2007-05-17 David Bateman <dbateman@free.fr> |
|
980 |
|
981 * plot/hbar.m: Remove. |
|
982 * plot/barh.m: and move it here. |
|
983 |
6631
|
984 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
|
985 |
|
986 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
987 |
6629
|
988 2007-05-16 John W. Eaton <jwe@octave.org> |
|
989 |
|
990 * general/logspace.m: Return second arg if fewer than two values |
|
991 are requested. |
|
992 |
6619
|
993 2007-05-14 John W. Eaton <jwe@octave.org> |
|
994 |
|
995 * plot/__go_draw_figure__.m: Ensure that a reset commands starts |
|
996 on a new line. |
|
997 |
6617
|
998 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
|
999 |
|
1000 * statistics/distributions/norminv.m, |
|
1001 statistics/distributions/norminv.m, |
|
1002 statistics/distributions/normpdf.m, |
|
1003 statistics/distributions/normrnd.m: |
|
1004 Use standard deviation, not variance. |
|
1005 * statistics/distributions/lognpdf.m: Adapt to change in norminv. |
|
1006 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. |
|
1007 * deprecated/normal_cdf.m, deprecated/normal_inv.m, |
|
1008 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve |
|
1009 backward compatibility. |
|
1010 |
6616
|
1011 2007-05-14 David Bateman <dbateman@free.fr> |
|
1012 |
|
1013 * pkg/pkg.m: Mark loaded packages with "*". |
|
1014 |
6615
|
1015 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
|
1016 |
|
1017 * miscellaneous/single.m: Doc fix. |
|
1018 Convert to double instead of returning argument unchanged. |
|
1019 |
|
1020 * miscellaneous/doc.m: Doc fix. |
|
1021 |
|
1022 * miscellaneous/ver.m: Doc fix. |
|
1023 Don't display information about Octave Forge. |
|
1024 |
6614
|
1025 2007-05-12 David Bateman <dbateman@free.fr> |
|
1026 |
|
1027 * pkg/pkg.m: Add a "-verbose" option that allows all output of an |
|
1028 install to be printed. An error in the on_uninstall script causes |
|
1029 a failure to uninstall. Place oct- and mex-files in an |
|
1030 architecture dependent directory. |
|
1031 |
6611
|
1032 2007-05-09 John W. Eaton <jwe@octave.org> |
|
1033 |
|
1034 * plot/__go_draw_axes__.m: Break plot command over multiple lines. |
|
1035 |
6609
|
1036 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1037 |
|
1038 * statistics/distributions/normcdf.m: Use standard deviation |
|
1039 instead of variance for compatibility. |
|
1040 |
|
1041 2007-05-08 John W. Eaton <jwe@octave.org> |
|
1042 |
|
1043 |
|
1044 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). |
|
1045 |
|
1046 * set/ismember.m: Always return logical values. |
|
1047 |
|
1048 * set/ismember.m: Return early if no matches are found. New tests. |
6749
|
1049 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609
|
1050 |
|
1051 * general/__isequal__.m: Allow numeric values of different classes |
|
1052 to compare equal. |
|
1053 |
6606
|
1054 2007-05-07 David Bateman <dbateman@free.fr> |
|
1055 |
6607
|
1056 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
|
1057 compatiable, accepting LineSpec and markersize arguments. |
6606
|
1058 |
6605
|
1059 2007-05-02 John W. Eaton <jwe@octave.org> |
|
1060 |
|
1061 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. |
|
1062 |
6604
|
1063 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1064 |
|
1065 * contour.m: Rewrite help string. |
|
1066 |
6599
|
1067 2007-04-28 John W. Eaton <jwe@octave.org> |
|
1068 |
|
1069 * miscellaneous/unzip.m, miscellaneous/untar.m, |
|
1070 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: |
|
1071 Special case nargout == 0. |
|
1072 |
6597
|
1073 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
|
1074 |
|
1075 * general/sub2ind.m: Handle empty input, add tests. |
|
1076 |
6590
|
1077 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1078 |
|
1079 * plot/contourc.m: Doc fix. |
|
1080 |
6586
|
1081 2007-04-26 David Bateman <dbateman@free.fr> |
|
1082 |
|
1083 * plot/hist.m: Partially remove previous patch. |
|
1084 |
6582
|
1085 2007-04-26 David Bateman <dbateman@free.fr> |
|
1086 |
|
1087 * plot/hist.m: Support returning of handle |
|
1088 * plot/__bar__.m: __pltopt__ should only be called on strings or |
|
1089 cells. |
|
1090 |
6575
|
1091 2007-04-25 John W. Eaton <jwe@octave.org> |
|
1092 |
6579
|
1093 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
|
1094 "title \"\"", not "". |
|
1095 |
6575
|
1096 * plot/legend.m: Initialize WARNED to false. |
|
1097 |
6567
|
1098 2007-04-24 John W. Eaton <jwe@octave.org> |
|
1099 |
|
1100 * io/beep.m: Fix cut and paste error. |
|
1101 From S�ren Hauberg <soren@hauberg.org>. |
|
1102 |
|
1103 2007-04-23 John W. Eaton <jwe@octave.org> |
|
1104 |
|
1105 * plot/box.m: Delete extra endfunction keyword. |
|
1106 |
6560
|
1107 2007-04-23 David Bateman <dbateman@free.fr> |
|
1108 |
|
1109 * plot/plot3.m: Call newplot. |
|
1110 |
6553
|
1111 2007-04-20 John W. Eaton <jwe@octave.org> |
|
1112 |
|
1113 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. |
|
1114 |
6546
|
1115 2007-04-19 John W. Eaton <jwe@octave.org> |
|
1116 |
|
1117 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of |
|
1118 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1119 |
6544
|
1120 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1121 |
|
1122 * control/util/axis2dlim.m: Delete extraneous line. |
|
1123 |
6542
|
1124 2007-04-18 John W. Eaton <jwe@octave.org> |
|
1125 |
|
1126 * specfun/factorial.m: Increase tolerance in large value test. |
|
1127 |
6540
|
1128 2007-04-18 David Bateman <dbateman@free.fr> |
|
1129 |
|
1130 * __bar__.m: New support function for bar/hbar to support graphic |
|
1131 handles, and additional arguments. |
|
1132 * bar.m: Convert to use __bar__. |
|
1133 * hbar.m: New function |
|
1134 * hist.m: Explicitly set the width of the bar plot. |
|
1135 |
6533
|
1136 2007-04-17 John W. Eaton <jwe@octave.org> |
|
1137 |
6534
|
1138 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
|
1139 |
6533
|
1140 * set/ismember.m: New tests. |
|
1141 From David Grohmann <grohmann@arlut.utexas.edu> |
|
1142 |
6532
|
1143 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
|
1144 |
|
1145 * specfun/factorial.m: Use gamma function instead of cumprod. |
|
1146 Add tests. |
|
1147 |
6527
|
1148 2007-04-16 John W. Eaton <jwe@octave.org> |
|
1149 |
6528
|
1150 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
|
1151 looks_like_copyright in src/help.cc. |
|
1152 From S�ren Hauberg <soren@hauberg.org>. |
|
1153 |
6527
|
1154 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
|
1155 |
6526
|
1156 2007-04-13 John W. Eaton <jwe@octave.org> |
|
1157 |
6527
|
1158 * optimization/sqp.m: Initialize info to 0. |
|
1159 |
6526
|
1160 * optimization/qp.m: Undo previous change. |
|
1161 |
6524
|
1162 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1163 |
|
1164 * spdiags.m: Fixed the four-argument case to work for columns of |
|
1165 length one. |
|
1166 |
6523
|
1167 2007-04-12 John W. Eaton <jwe@octave.org> |
|
1168 |
|
1169 * optimization/qp.m: Avoid Octave indexing bug. |
|
1170 |
6521
|
1171 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
|
1172 |
6522
|
1173 * miscellaneous/menu.m, control/base/bddemo.m, |
|
1174 control/hinf/dgkfdemo.m, control/system/packedform.m, |
|
1175 control/system/sysrepdemo.m: |
|
1176 Adapt to page_screen_output as a function. |
6521
|
1177 |
6518
|
1178 2007-04-11 John W. Eaton <jwe@octave.org> |
|
1179 |
|
1180 * miscellaneous/not.m: Delete. |
|
1181 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. |
|
1182 |
|
1183 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1184 |
|
1185 * control/util/axis2dlim.m: Try harder to handle min and max vals |
|
1186 that are close but not exactly equal. |
|
1187 |
6515
|
1188 2007-04-11 David Bateman <dbateman@free.fr> |
|
1189 |
|
1190 * general/bitcmp.m: Make it work again. |
|
1191 |
6512
|
1192 2007-04-10 John W. Eaton <jwe@octave.org> |
|
1193 |
|
1194 * plot/__go_draw_axes__.m: Try harder to handle min and max vals |
|
1195 that are close but not exactly equal. |
|
1196 |
6511
|
1197 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
|
1198 |
|
1199 * plot/stem.m: Add back the baseline line and let it be not adjustable |
|
1200 in response to a change in x limits for now. |
|
1201 |
6510
|
1202 2007-04-09 John W. Eaton <jwe@octave.org> |
|
1203 |
|
1204 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. |
|
1205 (__go_draw_axes__): Use it to write data to plot stream. |
|
1206 |
6509
|
1207 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1208 |
|
1209 * plot/stem.m: Fix typos in doc string. Fix typo in call to |
|
1210 zeros. Set markerfacecolor property in call to plot. |
|
1211 |
6508
|
1212 2007-04-06 John W. Eaton <jwe@octave.org> |
|
1213 |
|
1214 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. |
|
1215 |
|
1216 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1217 |
|
1218 * plot/stem.m: Use plot instead of a series of calls to line. |
|
1219 |
6494
|
1220 2007-04-05 John W. Eaton <jwe@octave.org> |
|
1221 |
6499
|
1222 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
|
1223 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, |
|
1224 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
1225 sparse/spstats.m, sparse/treeplot.m: Style fixes. |
|
1226 |
6496
|
1227 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500
|
1228 Use strcmpi instead of strcmp+tolower. |
6496
|
1229 Style fixes. |
|
1230 |
6494
|
1231 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
|
1232 Plotting fixes. Style fixes. |
|
1233 |
|
1234 * testfun/test.m: Use "strcat (...)" instead of "[...]". |
|
1235 Style fixes. |
|
1236 |
|
1237 * testfun/fail.m: No need to check for evalin and lastwarn. |
|
1238 Style fixes. |
|
1239 |
|
1240 * testfun/demo.m, testfun/example.m: Style fixes. |
|
1241 Use "strcat (...)" instead of "[...]". |
|
1242 Use format specifiers in calls to warning. |
|
1243 |
|
1244 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". |
|
1245 Use "strcat (...)" instead of "[...]". |
|
1246 Use "x(end)" instead of "x(length (x))". |
|
1247 Check NA before NaN. |
|
1248 Style fixes. |
|
1249 |
6473
|
1250 2007-03-29 John W. Eaton <jwe@octave.org> |
|
1251 |
6474
|
1252 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473
|
1253 |
6467
|
1254 2007-03-27 John W. Eaton <jwe@octave.org> |
|
1255 |
|
1256 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1257 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1258 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1259 control/util/Makefile.in, deprecated/Makefile.in, |
|
1260 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1261 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1262 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1263 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1264 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1265 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1266 special-matrix/Makefile.in, startup/Makefile.in, |
|
1267 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1268 statistics/distributions/Makefile.in, |
|
1269 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1270 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1271 Use ln instead of $(LN_S) in dist target. |
|
1272 |
6465
|
1273 2007-03-27 David Bateman <dbateman@free.fr> |
|
1274 |
|
1275 * plot/__go_draw_axes__.m: Allow linewidth settings to work with |
|
1276 gnuplot 4.0. |
|
1277 |
6464
|
1278 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1279 |
|
1280 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. |
|
1281 |
6461
|
1282 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1283 |
|
1284 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via |
|
1285 plot stream and using binary data. |
|
1286 |
6459
|
1287 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1288 |
|
1289 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1290 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1291 plot/__plt2vv__.m: Accept properties in addtition to options struct. |
|
1292 |
|
1293 2007-03-26 David Bateman <dbateman@free.fr> |
|
1294 |
6461
|
1295 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
|
1296 |
6459
|
1297 * plot/plot3.m: Handle line properties. |
|
1298 * plot/plot.m: Update docstring. |
|
1299 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. |
|
1300 * plot/__plt__.m: Also gather properties. |
|
1301 |
6455
|
1302 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
|
1303 |
|
1304 * testfun/assert.m: Delete special check for empty objects. |
|
1305 Add test. |
|
1306 |
6453
|
1307 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1308 |
6454
|
1309 * plot/drawnow.m: Exit early if call is recursive. |
|
1310 |
6453
|
1311 * plot/__go_draw_axes__.m (get_data_limits): New function. |
|
1312 Check for Inf too. |
|
1313 (__go_draw_axes__): Use get_data_limits. |
|
1314 |
6450
|
1315 2007-03-24 John W. Eaton <jwe@octave.org> |
|
1316 |
6451
|
1317 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
|
1318 send terminal setting command with title option to plot stream. |
|
1319 |
6450
|
1320 * plot/legend.m: Correctly increment index into list of children.. |
|
1321 |
6434
|
1322 2007-03-23 John W. Eaton <jwe@octave.org> |
|
1323 |
6448
|
1324 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
|
1325 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, |
|
1326 control/base/nyquist.m, control/base/nichols.m, |
|
1327 control/base/frdemo.m, signal/freqz_plot.m, |
|
1328 control/base/__stepimp__.m, control/base/bode.m, |
|
1329 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, |
|
1330 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: |
6447
|
1331 Update plotting code. |
|
1332 |
|
1333 * control/base/bode.m: Unwrap phase angle. |
|
1334 |
|
1335 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. |
|
1336 |
|
1337 * plot/axis.m: Don't check automatic_replot, or call replot. |
|
1338 |
|
1339 * quaternion/demoquat.m: Delete comments with obsolete plotting |
|
1340 commands. |
6446
|
1341 |
6442
|
1342 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444
|
1343 Handle numeric color specs. |
6442
|
1344 * plot/plot.m: Remove "-@" and "@" from docstring. |
|
1345 |
6441
|
1346 * plot/orient.m: Fix tests to avoid creating a plot window. |
|
1347 |
6440
|
1348 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
1349 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
1350 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, |
|
1351 general/arrayfun.m, miscellaneous/compare_versions.m, |
|
1352 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, |
|
1353 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, |
|
1354 polynomial/pchip.m: Fix copyright notice, correct FSF address. |
|
1355 |
6438
|
1356 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
|
1357 plot, not just multiplots. |
|
1358 |
6436
|
1359 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
|
1360 |
6434
|
1361 * plot/contour.m: Don't call drawnow. |
|
1362 |
6431
|
1363 2007-03-22 John W. Eaton <jwe@octave.org> |
|
1364 |
6432
|
1365 * plot/drawnow.m: Check and optionally, set, the __modified__ |
|
1366 property of each figure. |
|
1367 |
6431
|
1368 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
|
1369 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1370 |
|
1371 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1372 |
|
1373 * linear-algebra/null.m: Set elements of retval with magnitudes |
|
1374 less than eps to 0. |
|
1375 |
6429
|
1376 2007-03-21 David Bateman <dbateman@free.fr> |
6425
|
1377 |
|
1378 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. |
6429
|
1379 * testfun/speed.m: Documentation and example fix. |
|
1380 |
6424
|
1381 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1382 |
|
1383 * plot/subplot.m: If we find an existing subplot region, set |
|
1384 it to be the "currentaxes" property for the current figure. |
6425
|
1385 Delete old axes objects if the new axes object overlaps the old. |
6424
|
1386 |
6422
|
1387 2007-03-20 David Bateman <dbateman@free.fr> |
|
1388 |
|
1389 * general/Makefile.in: Include arrayfun.m in SOURCES. |
|
1390 |
|
1391 2007-03-20 Bill Denney <denney@seas.upenn.edu> |
|
1392 |
|
1393 * general/arrayfun.m: New function. |
|
1394 |
6418
|
1395 2007-03-20 John W. Eaton <jwe@octave.org> |
|
1396 |
6419
|
1397 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
|
1398 * plot/text.m: Call __request_drawnow__ after creating text objects. |
|
1399 |
|
1400 * plot/clf.m: Don't call drawnow. |
|
1401 |
6431
|
1402 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419
|
1403 |
6420
|
1404 * image/__img__.m: Maybe set yaxis to reverse for images. |
|
1405 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for |
|
1406 images. |
|
1407 |
6418
|
1408 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419
|
1409 instead of global. Only register __go_close_all__ with atexit if |
|
1410 the plot stream is successfully opened. |
6418
|
1411 |
6413
|
1412 2007-03-15 John W. Eaton <jwe@octave.org> |
|
1413 |
6418
|
1414 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413
|
1415 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1416 |
|
1417 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1418 |
|
1419 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. |
6415
|
1420 Use numeric line types. |
6413
|
1421 |
|
1422 * control/base/rlocus.m: Add asymptotes to the plot. Use wider |
6415
|
1423 lines and larger markers. Remove key titles from line type |
|
1424 properties. |
6413
|
1425 |
6405
|
1426 2007-03-14 John W. Eaton <jwe@octave.org> |
|
1427 |
6412
|
1428 * plot/__axis_label__.m: Accept additional property-value pairs |
|
1429 and pass them to __go_text__. Simply return the handle obtained |
|
1430 from __go_text__ instead of calling get on the current axis. |
|
1431 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. |
|
1432 Allow for extra property value pairs to be passed along. |
|
1433 * plot/title.m: Implement with __axis_label__ since it does all |
|
1434 that title needs to do. |
|
1435 |
6410
|
1436 * plot/clf.m: Set currentaxes property for current figure to []. |
|
1437 |
6405
|
1438 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
|
1439 |
|
1440 * plot/__plt__.m: Return line handles from all calls to __plt1__ |
|
1441 and __plt2__, not just the last. |
|
1442 |
|
1443 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. |
|
1444 (SOURCES_IN, GEN_M): Delete. |
|
1445 (FCN_FILES): Don't include $(GEN_M). |
|
1446 (all): Don't depend on $(GEN_M). |
|
1447 ($(GEN_M) : %.m : %.in): Delete pattern rule. |
|
1448 |
|
1449 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. |
|
1450 |
|
1451 * plot/newplot.m: Call __go_axes_init__ instead of |
|
1452 __uiobject_axes_init__. |
|
1453 |
|
1454 * plot/mesh.m: Use __go_surface__ instead of |
|
1455 __uiobject_surface_ctor__. Don't access object fields directly. |
|
1456 |
|
1457 * plot/line.m: Use __line__ to do actual work. |
|
1458 * plot/__line__.m: New function. |
|
1459 |
|
1460 * plot/axes.m: Use __go_axes__ to create axes graphics handle. |
|
1461 Use get and set instead of accessing object fields directly. |
|
1462 |
|
1463 * plot/figure.m: Use __go_figure__ to create figure graphics |
|
1464 handle. |
|
1465 |
|
1466 * plot/drawnow.m: Register __go_close_all__ with atexit instead of |
|
1467 __uiobject_close_all. Call __go_draw_figure__ instead of |
|
1468 __uiobject_draw_figure__. |
|
1469 |
|
1470 * plot/clf.m: Use get instead of accessing object fields |
|
1471 directly. Simply delete children. Don't set currentaxes. |
|
1472 |
|
1473 * plot/close.m (close_all_figures): New subfunction. |
|
1474 Use it instead of getting list of figures to close from |
|
1475 __uiobject_figures__. |
|
1476 |
|
1477 * plot/closereq.m: Simply delete the current figure. Don't set |
|
1478 currentfigure. |
|
1479 |
|
1480 * plot/__errplot__.m: Call __line__ instead of |
|
1481 __uiobject_line_ctor__. Use set instead of accesing object fields |
|
1482 directly. Don't call __uiobject_adopt__. |
|
1483 |
|
1484 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, |
|
1485 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, |
|
1486 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, |
|
1487 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, |
|
1488 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, |
|
1489 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, |
|
1490 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, |
|
1491 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, |
|
1492 plot/__uiobject_init_root_figure__.in, |
|
1493 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, |
|
1494 plot/__uiobject_root_figure_ctor__.m, |
|
1495 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
1496 plot/get.in, plot/include-globals.awk, plot/ishandle.m, |
|
1497 plot/set.in: Delete. |
6408
|
1498 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405
|
1499 |
|
1500 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. |
|
1501 Pass "hidden" as second arg to close. |
|
1502 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. |
|
1503 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. |
6408
|
1504 * plot/Makefile.in (SOURCES_M): Rename in list. |
|
1505 |
6405
|
1506 * image/__img__.m: Use __go_image__ to create image graphics |
|
1507 handle. |
|
1508 |
|
1509 * miscellaneous/delete.m: Call __go_delete__, not |
|
1510 __uiobject_delete__. Check that arg is a graphics handle before |
|
1511 calling __go_delete__. |
|
1512 |
6403
|
1513 2007-03-13 John W. Eaton <jwe@octave.org> |
|
1514 |
|
1515 * miscellaneous/cast.m: Use feval and strcmp with cell to check |
|
1516 arg instead of switch statement. |
6528
|
1517 From S�ren Hauberg <soren@hauberg.org>. |
6403
|
1518 |
|
1519 2007-03-12 John W. Eaton <jwe@octave.org> |
|
1520 |
|
1521 * miscellaneous/cast.m: New function. |
|
1522 |
|
1523 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. |
|
1524 |
6398
|
1525 2007-03-08 John W. Eaton <jwe@octave.org> |
|
1526 |
|
1527 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform |
|
1528 tilde expansion on target filename before passing it to the shell. |
|
1529 |
|
1530 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. |
|
1531 * statistics/distributions/Makefile.in (SOURCES): Add it here. |
|
1532 |
6396
|
1533 2007-03-08 David Bateman <dbateman@free.fr> |
|
1534 |
|
1535 * statistics/base/unidrnd.m: Move to statistics/distributions |
|
1536 replacing slower version based on dicrete_rnd. |
|
1537 |
6392
|
1538 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1539 |
6395
|
1540 * control/base/rlocus.m: Update for current plotting functions. |
|
1541 |
|
1542 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1543 |
|
1544 * control/base/rlocus.m: Improve display. |
|
1545 |
|
1546 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1547 |
|
1548 * plot/legend.m: Only handle positions -1:4. |
|
1549 * plot/__pltopt1__.m: Don't set linestyle if only marker style is |
|
1550 found in option string |
|
1551 * plot/__uiobject_draw_axes__.m: Handle key position. |
|
1552 |
6394
|
1553 * plot/newplot.m: Always reset next line color. |
|
1554 |
6392
|
1555 * testfun/assert.m: Check that number of dimensions match before |
|
1556 checking dimensions. |
|
1557 |
6391
|
1558 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
1559 |
|
1560 * specfun/perms.m, specfun/factorial.m: Check args. |
|
1561 |
6387
|
1562 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1563 |
6390
|
1564 * plot/mesh.m: Call newplot before doing anything. |
|
1565 |
|
1566 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not |
|
1567 just "e". Only flush plot stream once. |
|
1568 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1569 |
6387
|
1570 * strings/blanks.m: Omit first index in assignment. |
|
1571 |
6386
|
1572 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
|
1573 |
|
1574 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. |
|
1575 |
6385
|
1576 2007-03-06 David Bateman <dbateman@free.fr> |
|
1577 John W. Eaton <jwe@octave.org> |
|
1578 |
|
1579 * set/setdiff.m: Ignore "rows" for cell array args. |
|
1580 Handle cellstr args. |
|
1581 |
6382
|
1582 2007-03-05 John W. Eaton <jwe@octave.org> |
|
1583 |
|
1584 * optimization/sqp.m: Defer first call to obj_hess until after |
|
1585 calling obj_fun. |
|
1586 |
6377
|
1587 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
|
1588 |
|
1589 * specfun/nchoosek.m: Fix nargin check. |
|
1590 |
6376
|
1591 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1592 |
|
1593 * image/__img__.m: Don't set xlim and ylim properties. |
|
1594 |
6374
|
1595 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
|
1596 |
|
1597 * general/interp1.m: Fix *style cases for decreasing x. |
|
1598 |
6372
|
1599 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
|
1600 |
|
1601 * polynomial/roots.m: Check nargin before accessing arg. |
|
1602 |
6369
|
1603 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1604 |
|
1605 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't |
|
1606 increment data_idx unless using gnuplot for display. |
|
1607 |
6368
|
1608 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1609 |
|
1610 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for |
|
1611 plots with images. |
|
1612 * image/image.m, image/imagesc.m, image/imshow.m: |
|
1613 Deprecate zoom argument. |
|
1614 |
6366
|
1615 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1616 |
|
1617 * plot/__uiobject_draw_axes__.m: Use fullfile to generate |
|
1618 temporary file names. Keep image and colormap file ids separate. |
|
1619 |
|
1620 * general/interp1.m: Correctly compute min and max values when |
|
1621 values are decreasing and not evenly spaced. |
|
1622 From Ricardo Marranita <ricardo.marranita@gmail.com>. |
|
1623 |
6365
|
1624 2007-02-27 John W. Eaton <jwe@octave.org> |
|
1625 |
|
1626 * testfun/test.m (test): Handle possibility of file_in_loadpath |
|
1627 returning an empty cell array. |
|
1628 |
6546
|
1629 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364
|
1630 |
|
1631 * pkg/pkg.m: Use fullfile to create filenames from parts. |
|
1632 |
6546
|
1633 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358
|
1634 |
|
1635 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1636 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1637 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1638 control/util/Makefile.in, deprecated/Makefile.in, |
|
1639 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1640 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1641 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1642 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1643 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1644 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1645 special-matrix/Makefile.in, startup/Makefile.in, |
|
1646 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1647 statistics/distributions/Makefile.in, |
|
1648 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1649 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1650 Use $(LN_S) instead of ln or ln -s. |
|
1651 |
6356
|
1652 2007-02-24 David Bateman <dbateman@free.fr> |
|
1653 |
|
1654 * pkg/pkg.m (configure_make): Ignore blank lines and trailing |
|
1655 '\n' in FILES file. |
6357
|
1656 (configure_make): Also install any mex files. |
6356
|
1657 |
6353
|
1658 2007-02-24 David Bateman <dbateman@free.fr> |
|
1659 |
|
1660 * statistics/distributions (SOURCES): Add nbincdf.m, |
|
1661 nbininv.m, nbinpdf.m and nbinrnd.m. |
|
1662 |
6351
|
1663 2007-02-23 John W. Eaton <jwe@octave.org> |
|
1664 |
|
1665 * statistics/distributions/Makefile.in (SOURCES): Remove |
|
1666 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. |
|
1667 |
|
1668 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, |
|
1669 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. |
|
1670 |
6349
|
1671 2007-02-23 David Bateman <dbateman@free.fr> |
|
1672 |
|
1673 * statistics/distributions/discrete_rnd.m, |
|
1674 statistics/distributions/geornd.m, |
|
1675 statistics/distributions/lognnd.m, |
|
1676 statistics/distributions/nbinrnd.m, |
|
1677 statistics/distributions/wblrnd.m: Accelerate distributions. |
|
1678 |
|
1679 * statistics/distributions/unidcdf.m, |
|
1680 statistics/distributions/unidinv.m, |
|
1681 statistics/distributions/unidpdf.m, |
|
1682 statistics/distributions/unidrnd.m: New functions based on |
6351
|
1683 discrete_cdf, etc. |
6349
|
1684 |
|
1685 * statistics/distributions/pascal_cdf.m, |
|
1686 statistics/distributions/pascal_inv.m, |
|
1687 statistics/distributions/pascal_pdf.m, |
|
1688 statistics/distributions/pascal_rnd.m: Remove. |
|
1689 * statistics/distributions/nbincdf.m, |
|
1690 statistics/distributions/nbininv.m, |
|
1691 statistics/distributions/nbinpdf.m, |
|
1692 statistics/distributions/nbinrnd.m: Replace with matlab |
|
1693 compatible functions. |
|
1694 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, |
|
1695 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new |
|
1696 nbincdf, etc functions to implement these. |
|
1697 |
6344
|
1698 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1699 |
|
1700 * plot/__uiobject_draw_axes__.m: Insert newline between plot |
|
1701 command and data. |
|
1702 |
|
1703 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1704 |
|
1705 * miscellaneous/doc.m: If index search fails, try again without |
|
1706 the index search option. |
|
1707 |
6339
|
1708 2007-02-22 David Bateman <dbateman@free.fr> |
|
1709 |
6341
|
1710 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
|
1711 |
6340
|
1712 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
|
1713 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, |
|
1714 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
|
1715 statistics/distributions/betarnd.m: Convert to use randg, rande |
|
1716 and randp to accelerate. |
|
1717 |
6339
|
1718 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
|
1719 |
6338
|
1720 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1721 |
|
1722 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, |
|
1723 cache data and display after xlim and ylim have been determined. |
|
1724 |
6337
|
1725 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1726 |
|
1727 * plot/__uiobject_draw_axes__.m: |
|
1728 Allow multiple images to be displayed with gnuplot. |
|
1729 |
6333
|
1730 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
|
1731 |
|
1732 * optimization/glpk.m: Document the fact that extra.mem does not work |
|
1733 for versions of GLPK 4.15 and later. |
|
1734 |
6328
|
1735 2007-02-19 John W. Eaton <jwe@octave.org> |
|
1736 |
|
1737 * plot/__uiobject_alloc__.in: If next available element in |
|
1738 __uiobject_list__ is 0, grow list before doing anything else. |
|
1739 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on |
|
1740 first call when size of __uiobject_list__ is 0. |
|
1741 |
6323
|
1742 2007-02-16 John W. Eaton <jwe@octave.org> |
|
1743 |
|
1744 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. |
|
1745 |
6321
|
1746 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
|
1747 |
|
1748 * miscellaneous/popen2.m: Remove as replaced with builtin. |
|
1749 |
6316
|
1750 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
|
1751 |
|
1752 * specfun/nchoosek.m: Check nargin. |
|
1753 |
6314
|
1754 2007-02-15 John W. Eaton <jwe@octave.org> |
|
1755 |
6315
|
1756 * path/addpath.m, path/rmpath.m: Delete |
|
1757 * path/Makefile.in (SOURCES): Remove them from the list. |
|
1758 |
6314
|
1759 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
|
1760 Delete title, xlabel, ylabel, and zlabel properties before |
|
1761 reassigning. |
|
1762 * plot/__uiobject_axes_init__.in: New arg, mode. |
|
1763 Don't init outerposition if "mode" is "replace". |
|
1764 * plot/newplot.m: Check both figure and axes nextplot properties. |
|
1765 If axes nextplot property is replace, pass "replace" as mode arg |
|
1766 to __uiobject_axes_init__. |
|
1767 |
6308
|
1768 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1769 |
6310
|
1770 * image/imshow.m: Don't restore old colormap. |
|
1771 |
6309
|
1772 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
|
1773 * image/__img__.m: New file containing common parts of image.m and |
|
1774 imshow.m. |
6312
|
1775 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309
|
1776 * image/image.m, image/imshow.m: Call __img__. |
|
1777 * plot/__uiobject_draw_axes__.m: |
|
1778 Handle rgb imaged data stored in 3-d arrays. |
|
1779 |
6308
|
1780 * plot/figure.m: Doc fix. |
|
1781 |
6304
|
1782 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1783 |
|
1784 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes |
|
1785 for reading and writing data. New tests. Improve rounding. |
|
1786 |
6302
|
1787 2007-02-13 John W. Eaton <jwe@octave.org> |
|
1788 |
6303
|
1789 * plot/stem.m: New file, adapted from OctPlot. |
|
1790 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1791 |
6302
|
1792 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
1793 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1794 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1795 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, |
|
1796 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, |
|
1797 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
1798 plot/semilogyerr.m: Return handles to line objects. |
|
1799 |
6301
|
1800 2007-02-11 John W. Eaton <jwe@octave.org> |
|
1801 |
|
1802 * plot/__uiobject_close_all.m: New file. |
|
1803 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1804 |
6298
|
1805 2007-02-10 John W. Eaton <jwe@octave.org> |
|
1806 |
|
1807 * plot/drawnow.m: Arrange for plot streams to be close on exit. |
|
1808 * plot/__uiobject_globals__.m: Don't call mlock. |
|
1809 |
|
1810 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. |
|
1811 * plot/__uiobject_delete__.m: Send quit command and flush stream |
|
1812 before calling pclose. |
|
1813 |
6291
|
1814 2007-02-09 John W. Eaton <jwe@octave.org> |
|
1815 |
6295
|
1816 * plot/subplot.m: Delete spurious call to axes. |
|
1817 |
6293
|
1818 * plot/figure.m: Call drawnow for current figure before creating |
|
1819 or switching to a new figure. |
|
1820 * plot/__uiobject_init_figure__.in: Handle empty arg the same as |
|
1821 nargin == 0 case. |
|
1822 |
6291
|
1823 * testfun/assert.m: Try to avoid problems when comparisons involve |
|
1824 strange values like Inf+NaNi. |
|
1825 |
6283
|
1826 2007-02-08 John W. Eaton <jwe@octave.org> |
|
1827 |
6286
|
1828 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
|
1829 and check gnuplot_use_title_option instead of just assuming -title |
|
1830 works. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1831 |
6285
|
1832 * Makefile.in (DISTFILES): Add move-if-change to the list. |
|
1833 |
6284
|
1834 * audio/Makefile.in, control/base/Makefile.in, |
|
1835 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
1836 control/system/Makefile.in, control/util/Makefile.in, |
|
1837 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
1838 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
1839 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
1840 optimization/Makefile.in, plot/Makefile.in, |
|
1841 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1842 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1843 special-matrix/Makefile.in, startup/Makefile.in, |
|
1844 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
1845 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1846 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, |
|
1847 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. |
|
1848 |
6283
|
1849 * plot/figure.m: Don't call drawnow. Correctly init figure when |
|
1850 only given property list. |
|
1851 |
6278
|
1852 2007-02-07 John W. Eaton <jwe@octave.org> |
|
1853 |
6280
|
1854 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
|
1855 properties. |
|
1856 |
6278
|
1857 * plot/sombrero.m: Call box ("off") after mesh. |
|
1858 |
|
1859 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style |
|
1860 line default" commands with older versions of gnuplot. |
|
1861 |
|
1862 * plot/close.m: Use get (0, "currentifgure") instead of gcf. |
|
1863 |
6273
|
1864 2007-02-06 John W. Eaton <jwe@octave.org> |
|
1865 |
|
1866 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". |
|
1867 * sparse/gplot.m: Use line style - instead of 1. |
|
1868 |
6272
|
1869 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
|
1870 |
|
1871 * plot/print.m: Avoid error message from cellidx. |
|
1872 |
|
1873 2007-02-05 John W. Eaton <jwe@octave.org> |
|
1874 |
|
1875 * plot/legend.m: Fix check for data. |
|
1876 |
6270
|
1877 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
1878 |
|
1879 * plot/__uiobject_draw_axes__.m (do_linestyle_command): |
|
1880 Always set lt and pt. |
|
1881 |
6269
|
1882 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
|
1883 |
|
1884 * plot/contourc.m: Correctly compute X and Y. |
|
1885 |
6268
|
1886 2007-02-05 John W. Eaton <jwe@octave.org> |
|
1887 |
|
1888 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. |
|
1889 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. |
|
1890 |
6264
|
1891 2007-02-01 John W. Eaton <jwe@octave.org> |
|
1892 |
6266
|
1893 * plot/__uiobject_draw_axes__.m: |
|
1894 Don't try to set axis limits unless we have data. |
|
1895 |
6264
|
1896 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1897 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1898 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
1899 plot/__pltopt__.m, plot/plot3.m: Set and use options struct |
|
1900 instead of of key and fmt strings. |
|
1901 |
|
1902 * plot/__pltopt1__.m: Greatly simplify. |
|
1903 |
|
1904 * plot/__next_line_color__.m: New file. |
|
1905 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1906 * plot/newplot.m: Call __next_line_color__ here to reset rotation. |
|
1907 |
|
1908 * plot/__default_plot_options__.m: New file. |
|
1909 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1910 |
|
1911 * plot/__plt3__.m: Delete. |
|
1912 * plot/Makefile.in (SOURCES_M): Remove it from the list. |
|
1913 |
6259
|
1914 2007-01-31 John W. Eaton <jwe@octave.org> |
|
1915 |
6263
|
1916 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
|
1917 linestyle, linewidth, marker, and markersize properties. |
|
1918 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker |
|
1919 colors and widths, and line styles. |
|
1920 |
|
1921 * plot/__plt__.m, image/image.m: Don't call drawnow. |
6262
|
1922 |
6261
|
1923 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
|
1924 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1925 |
|
1926 * plot/__uiobject_draw_axes__.m: Delete useless call to |
|
1927 __gnuplot_save_data__. |
|
1928 |
6259
|
1929 * image/image.m: Accept 2 args, but ignore the second for now. |
|
1930 |
6258
|
1931 2007-01-30 David Bateman <dbateman@free.fr> |
|
1932 |
|
1933 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
|
1934 to flag a package as to be autoloaded. Add install flags -noauto, |
|
1935 -auto to force autoload behavior. |
|
1936 (installed_packages): Make list of installed packages unique. |
|
1937 |
6259
|
1938 2007-01-30 John W. Eaton <jwe@octave.org> |
|
1939 |
|
1940 * Merge of changes from graphics-branch: |
|
1941 |
|
1942 2007-01-29 John W. Eaton <jwe@octave.org> |
6257
|
1943 |
|
1944 * plot/subplot.m: Set nextplot property of current figure to "add". |
|
1945 |
|
1946 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
|
1947 property if it exists. |
|
1948 |
6259
|
1949 2007-01-26 John W. Eaton <jwe@octave.org> |
6257
|
1950 |
|
1951 * plot/__uiobject_draw_axes__.m: Move initialization of max and |
|
1952 min values outside of loop over child objects. |
|
1953 |
|
1954 * plot/contour.m, plot/contourc.m: New files. |
|
1955 * plot/Makefile.in (SOURCES_M): Add them to the list. |
|
1956 |
|
1957 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we |
|
1958 find a gnuplot version newer than 4.0. |
|
1959 * image/__img_gnuplot__.m: Delete. |
|
1960 * image/image.m: Create image graphics object. |
|
1961 Call newplot to setup and drawnow to finish. |
|
1962 Eliminate ZOOM arg. |
|
1963 |
|
1964 * plot/__uiobject_draw_axes__.m: Handle image data. |
|
1965 |
|
1966 * plot/legend.m: Eliminate useless variable "warned". |
|
1967 |
|
1968 * plot/__uiobject_image_ctor__.m: New file. |
|
1969 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1970 |
|
1971 * plot/gcf.m: Also create new figure if currentfigure is 0. |
|
1972 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. |
|
1973 |
|
1974 * plot/__uiobject_root_figure_ctor__.m: Set visible property. |
|
1975 |
|
1976 * plot/__default_colormap__.m: New file. |
|
1977 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1978 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap |
|
1979 property. |
|
1980 * image/colormap.m: Use colormap property of current figure |
|
1981 to store colormap instead of using persistent variable. |
|
1982 Call __default_colormap__ to get default map value. |
|
1983 * image/ocean.m, image/gray.m: Set colormap for current figure. |
|
1984 |
|
1985 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. |
|
1986 Handle some tick mark options. |
|
1987 |
|
1988 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, |
|
1989 set corresponding *mode to "manual". If we set dataaspectratio, |
|
1990 set dataaspectratiomode to "manual". |
|
1991 |
|
1992 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, |
|
1993 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. |
|
1994 |
|
1995 * plot/axis.m: New file. |
|
1996 * plot/Makefile.in (SOURCES_M): Include it in the list. |
|
1997 |
|
1998 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, |
|
1999 set corresponding *limmode to "manual". |
|
2000 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. |
|
2001 Use it to compute autosclaled limits. |
|
2002 Arg is now handle, not object. Change all callers. |
|
2003 Compute data limits. |
|
2004 |
6259
|
2005 2007-01-25 John W. Eaton <jwe@octave.org> |
6257
|
2006 |
|
2007 * plot/drawnow: Fix visibility check for zero args. |
|
2008 |
|
2009 * plot/text.m: New file. |
|
2010 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2011 * plot/__uiobject_draw_axes__.m: Handle text objects. |
|
2012 * plot/__uiobject_text_ctor__.m: Include units, position, and |
|
2013 horizontalalignment properties. |
|
2014 |
|
2015 * plot/figure.m: Set options for f we just constructed or were |
|
2016 given as an argument, not gcf. Only return handle if nargout > 0. |
|
2017 |
|
2018 * plot/drawnow.m: Handle visible field for figure here. |
|
2019 * plot/__uiobject_figure_ctor__.m: Set default visible field. |
|
2020 |
|
2021 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on |
|
2022 title and axis labels. |
|
2023 |
|
2024 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. |
|
2025 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. |
|
2026 * plot/__uiobject_axes_init__.in: Set default view field for object. |
|
2027 * plot/view.m: New file. |
|
2028 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2029 |
|
2030 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: |
|
2031 Call __request_drawnow__. |
|
2032 |
|
2033 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. |
|
2034 |
|
2035 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2036 Call set to set properties. Return handle instead of structure. |
|
2037 Change all callers. |
|
2038 |
|
2039 * plot/__uiobject_axes_setr__.m: New file. |
|
2040 * plot/set.in: Check for __setter__ field. |
|
2041 |
|
2042 * plot/__uiobject_axes_init__.in: |
|
2043 Rename from plot/__uiobject_axes_init__.m. |
|
2044 Include __uiobject_globals__. |
|
2045 Accept handle as arg instead of structure |
|
2046 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m |
|
2047 from the list. |
|
2048 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. |
|
2049 |
6259
|
2050 2007-01-24 John W. Eaton <jwe@octave.org> |
6257
|
2051 |
|
2052 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
|
2053 |
|
2054 * plot/__uiobject_globals__.m: Call __lock_global__ when |
|
2055 initializing each global variable. |
|
2056 |
6259
|
2057 2007-01-18 John W. Eaton <jwe@octave.org> |
6257
|
2058 |
|
2059 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
|
2060 __uiobject_figure_handles_free_list__): New global variables. |
|
2061 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
|
2062 Place unused handles on the free list. |
|
2063 |
|
2064 * plot/__uiobject_get_figure_handle__.in: Delete. |
|
2065 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
|
2066 |
|
2067 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
|
2068 handles here. Return figure handle. |
|
2069 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
|
2070 |
6259
|
2071 2007-01-11 John W. Eaton <jwe@octave.org> |
6257
|
2072 |
|
2073 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
|
2074 data for gnuplot. |
|
2075 |
|
2076 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of |
|
2077 files. |
|
2078 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. |
|
2079 (DISTFILES): Include include-globals.awk in the list. |
|
2080 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). |
|
2081 ($(GEN_M) : %.m : %.in): New rule. |
|
2082 |
|
2083 * include-globals.awk: New file. |
|
2084 |
|
2085 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
|
2086 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, |
|
2087 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, |
|
2088 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, |
|
2089 plot/__uiobject_init_root_figure__.in, |
|
2090 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: |
|
2091 Rename from corresponding .m files. |
|
2092 |
|
2093 * move-if-change: New file. |
|
2094 |
|
2095 * plot/__uiobject_delete__.m: New file. |
|
2096 * plot/delete.m, plot/__uiobject_delete_children__.m, |
|
2097 plot/__uiobject_delete_child__.m: Delete. |
|
2098 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is |
|
2099 not a character string. |
|
2100 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: |
|
2101 Fix assignment to tmp key value in loop. |
|
2102 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ |
|
2103 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. |
|
2104 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: |
|
2105 Inline code to delete children. |
|
2106 * plot/__uiobject_free__.m: Arg is now handle, not index into |
|
2107 __uiobject_list__. |
|
2108 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
|
2109 and free child. |
|
2110 |
6259
|
2111 2006-12-08 John W. Eaton <jwe@octave.org> |
|
2112 |
|
2113 * plot/gcf.m: Check if the root figure object's currentfigure |
|
2114 handle is empty, not 0. |
|
2115 * plot/__uiobject_root_figure_ctor__.m: |
|
2116 Set currentfigure to [], not 0. |
|
2117 |
|
2118 * plot/stairs.m: Handle matrix arguments. Improve compatibility. |
|
2119 |
|
2120 2006-12-07 John W. Eaton <jwe@octave.org> |
|
2121 |
|
2122 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, |
|
2123 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, |
|
2124 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, |
|
2125 plot/__uiobject_delete_children__.m, |
|
2126 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, |
|
2127 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, |
|
2128 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, |
|
2129 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, |
|
2130 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, |
|
2131 plot/__uiobject_init_figure__.m, |
|
2132 plot/__uiobject_init_root_figure__.m, |
|
2133 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, |
|
2134 plot/__uiobject_remove_child__.m, |
|
2135 plot/__uiobject_root_figure_ctor__.m, |
|
2136 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, |
|
2137 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, |
|
2138 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, |
|
2139 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, |
|
2140 plot/set.m: New files. |
|
2141 |
|
2142 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, |
|
2143 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, |
|
2144 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, |
|
2145 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, |
|
2146 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, |
|
2147 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, |
|
2148 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, |
|
2149 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, |
|
2150 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, |
|
2151 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, |
|
2152 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, |
|
2153 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, |
|
2154 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, |
|
2155 plot/semilogyerr.m, plot/replot.m: |
|
2156 Adapt to new graphics data structure. |
|
2157 |
|
2158 * plot/__do_legend__.m, plot/__gnuplot_version__.m, |
|
2159 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, |
|
2160 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
|
2161 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
|
2162 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2163 plot/plot_border.m, plot/subwindow.m: Delete. |
|
2164 |
|
2165 2007-01-24 David Bateman <dbateman@free.fr> |
|
2166 |
|
2167 * pkg/pkg.m: Install ChangeLog file if it exists. |
|
2168 Delete bare newline in string passed to write_INDEX. |
|
2169 |
|
2170 * sparse/sprandsym.m: Make work for even values of N. |
|
2171 |
|
2172 2007-01-24 John W. Eaton <jwe@octave.org> |
|
2173 |
|
2174 * miscellaneous/news.m: New file. |
|
2175 |
|
2176 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2177 |
|
2178 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. |
|
2179 |
|
2180 * strings/strncmp.m: Delete (we now have a built-in version). |
|
2181 |
|
2182 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
|
2183 |
|
2184 * testfun/test.m: Check for all files in path, use first found. |
|
2185 |
|
2186 2007-01-22 David Bateman <dbateman@free.fr> |
|
2187 |
|
2188 * polynomial/spline.m: Make DG a column instead of a row vector. |
|
2189 |
|
2190 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
|
2191 |
|
2192 * pkg/pkg.m (copy_files): Call write_INDEX with correct target |
|
2193 file name. |
|
2194 |
|
2195 * image/ind2rgb.m: Better input checking. Return 3-d array if |
|
2196 nargout is 1. Handle colormaps that have too few colors. |
|
2197 |
|
2198 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". |
|
2199 (configure_make): Use fullfile instead of concatenating with "/". |
|
2200 |
6258
|
2201 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
|
2202 |
|
2203 * set/ismember.m: Handle N-d arrays. |
|
2204 |
|
2205 2007-01-10 David Bateman <dbateman@free.fr> |
|
2206 |
|
2207 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
2208 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
2209 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
|
2210 New files. |
|
2211 |
|
2212 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
|
2213 |
6778
|
2214 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258
|
2215 |
|
2216 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
|
2217 |
|
2218 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
|
2219 instead of concatenating with "/". Use mlock to ensure that |
|
2220 persistent variables are not clobbered if user types clear all. |
|
2221 |
|
2222 2007-01-08 John W. Eaton <jwe@octave.org> |
|
2223 |
|
2224 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2225 Improve handling of file names containing globbing characters. |
|
2226 From S�ren Hauberg <hauberg@gmail.com>. |
|
2227 |
|
2228 2007-01-05 John W. Eaton <jwe@octave.org> |
|
2229 |
|
2230 * optimization/optimset.m, optimization/__fsolve_defopts__.m: |
|
2231 New files. |
|
2232 |
|
2233 2006-12-30 John W. Eaton <jwe@octave.org> |
|
2234 |
|
2235 * sparse/spfun.m: Check for "function_handle" not "function handle". |
|
2236 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. |
|
2237 |
|
2238 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
|
2239 |
|
2240 * image/imshow.m: Strip NaNs from image. |
|
2241 |
|
2242 2006-12-08 David Bateman <dbateman@free.fr> |
|
2243 |
|
2244 * sparse/normest.m: New file. |
|
2245 |
6286
|
2246 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209
|
2247 |
6210
|
2248 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2249 Work on Windows systems without cp or mv. |
|
2250 |
6209
|
2251 * startup/inputrc: Include sequences for Windows. |
|
2252 |
6203
|
2253 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
|
2254 |
|
2255 * pkg/pkg.m (unload_packages): New function. |
|
2256 (pkg): Handle unload action. |
|
2257 |
|
2258 * __errplot__.m: Add missing semicolon. |
|
2259 |
6193
|
2260 2006-11-30 John W. Eaton <jwe@octave.org> |
|
2261 |
|
2262 * miscellaneous/mexext.m: New file. |
|
2263 |
6189
|
2264 2006-11-29 David Bateman <dbateman@free.fr> |
|
2265 |
|
2266 * pkg/pkg.m: Add local_list and global_list options that allow the |
|
2267 location of package lists to be probed and set. |
|
2268 |
6179
|
2269 2006-11-17 John W. Eaton <jwe@octave.org> |
|
2270 |
6181
|
2271 * plot/__render_plot1__.m: Reverse y axis for images. |
|
2272 |
6179
|
2273 * plot/__render_plot__.m: New args, terminal and output. |
|
2274 * plot/print.m: Don't set output and term here. Instead, call |
|
2275 __render_plot__ with terminal and output. |
|
2276 |
6178
|
2277 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2278 |
|
2279 * plot/__render_plot1__.m: New file. |
|
2280 * plot/__render_plot__.m: Use it. Loop over multiplots. |
|
2281 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |
|
2282 gnuplot. Let __render_plot__ do that. |
|
2283 |
6177
|
2284 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
|
2285 |
|
2286 * plot/plot.m: Fix doc string. |
|
2287 |
6173
|
2288 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2289 |
|
2290 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots |
|
2291 before sending anything to the plotter. |
|
2292 |
6172
|
2293 2006-11-15 John W. Eaton <jwe@octave.org> |
|
2294 |
|
2295 * image/__img_gnuplot__.m: Store more info in global plot |
|
2296 structures and use __render_plot__ to build plot command to |
|
2297 display image. |
|
2298 |
|
2299 * plot/__plt3__.m: New arg, parametric. Change all callers. |
|
2300 |
|
2301 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, |
|
2302 __plot_command_sep__): Delete. |
|
2303 (__plot_data_type__, __plot_data_parametric__, |
|
2304 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, |
|
2305 __plot_usingstr__, __plot_withstr__): New variables. |
|
2306 * plot/__init_plot_vars__.m: Initialize them. |
|
2307 |
|
2308 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: |
|
2309 Don't handle sep or cmd. |
|
2310 |
|
2311 * plot/__render_plot__.m: New function. |
|
2312 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: |
|
2313 Store more info in global plot structures and use __render_plot__ |
|
2314 to build plot command. |
|
2315 * plot/replot.m: Simply call __render_plot__. |
|
2316 |
|
2317 * plot/contour.m, plot/mesh.m, plot/plot3.m: |
|
2318 Set __plot_data_parametric__ here. |
|
2319 |
6164
|
2320 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2321 |
6166
|
2322 * plot/bottom_title.m, plot/top_title.m: Delete. |
|
2323 |
6164
|
2324 * image/image_viewer.m: Set default values here. |
|
2325 * image/image.m: Not here. |
|
2326 |
|
2327 * image/image_viewer.m: Always return old values. Check arguments. |
|
2328 * image/__img_gnuplot__.m: Rename from __img__m. |
|
2329 |
|
2330 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
|
2331 |
|
2332 * image/image_viewer.m: New function. |
|
2333 * image/__img_via_file__.m: New function. |
|
2334 * image/image.m: Use image_viewer to determine which program to |
|
2335 use for image viewing. |
6754
|
2336 * image/__img__.m: Silently accept more than 3 args. |
6164
|
2337 |
6163
|
2338 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2339 |
|
2340 * plot/__do_legend__.m, plot/__errplot__.m, |
|
2341 plot/__init_plot_vars__.m, plot/__plot_globals__.m, |
|
2342 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, |
|
2343 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2344 plot/replot.m, plot/subplot.m, plot/subwindow.m: |
|
2345 Use __plot_globals__ for multiplot variables. Keep track of |
|
2346 multiplot info for each figure. Eliminate __multiplot_xscale__. |
|
2347 |
6157
|
2348 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2349 |
6158
|
2350 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
|
2351 |
6157
|
2352 * miscellaneous/substruct.m: New function. |
|
2353 |
|
2354 * testfun/assert.m: Force orientation to match when comparing |
|
2355 struct elements. |
|
2356 |
|
2357 * general/__isequal__.m: Avoid assignment of comma-separated lists |
|
2358 when comparing structs. |
|
2359 |
|
2360 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
|
2361 |
6754
|
2362 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
|
2363 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, |
|
2364 linear-algebra/dot.m, image/imshow.m, general/interp2.m, |
|
2365 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, |
|
2366 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, |
|
2367 general/rem.m, image/rgb2ind.m, general/sph2cart.m, |
|
2368 general/trapz.m, miscellaneous/xor.m: Use size_equal. |
6157
|
2369 |
6156
|
2370 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2371 |
|
2372 * plot/mesh.m: Use size_equal to compare dimensions. |
|
2373 |
6154
|
2374 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
|
2375 |
|
2376 * plot/mesh.m: Simplify. Set hidden3d for the plot. |
|
2377 |
6152
|
2378 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
|
2379 |
|
2380 * miscellaneous/copyfile.m: Fix docs to match function. |
|
2381 |
6145
|
2382 2006-11-08 John W. Eaton <jwe@octave.org> |
|
2383 |
6146
|
2384 * plot/legend.m: New function, adapted from Octave Forge. |
|
2385 |
|
2386 * plot/__do_legend__.m: New function. |
|
2387 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, |
|
2388 plot/replot.m: Call it before plotting. |
|
2389 |
|
2390 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set |
|
2391 noparametric" to gnuplot.. |
|
2392 |
|
2393 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
|
2394 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, |
|
2395 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept |
|
2396 and return key title separate from line format. Accept format and |
|
2397 key as cellstr. Always return data as cell array. Return format |
|
2398 and key title as cellstr. |
|
2399 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: |
|
2400 Handle line format and key titles separately. |
|
2401 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. |
|
2402 |
|
2403 * plot/__plot_globals__.m (__plot_line_offset__, |
|
2404 __plot_key_labels__, __plot_key_properties__): New global |
|
2405 variables. Initialize them. |
|
2406 * plot/__init_plot_vars__.m (__plot_line_offset__, |
|
2407 __plot_key_labels__, __plot_key_properties__): Initialize. |
|
2408 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m |
|
2409 (__plot_line_offset__, __plot_key_labels__, |
|
2410 __plot_key_properties__): Store information about plot key titles. |
|
2411 |
|
2412 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, |
|
2413 plot/__plt__.m: Use cf, mxi, and myi as shorthand for |
|
2414 __current_figure__, __multiplot_xi__, and __multiplot_yi__, |
|
2415 respectively. |
|
2416 |
|
2417 * plot/__errcomm__.m: Allow fmt to be cellstr. |
|
2418 |
6145
|
2419 * strings/strcat.m: Disable Octave:empty-list-elements warning |
|
2420 whle concatenating args. |
|
2421 |
6144
|
2422 2006-11-07 John W. Eaton <jwe@octave.org> |
|
2423 |
|
2424 * startup/main-rcfile: Conditionally set PAGER_FLAGS. |
|
2425 |
6142
|
2426 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
|
2427 |
6143
|
2428 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
|
2429 option to regexp. |
|
2430 |
6142
|
2431 * image/__img__.m: Send "set size ratio -1" before plotting. |
|
2432 |
6138
|
2433 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
|
2434 |
6139
|
2435 * strings/index.m: New arg, direction. Simplify and speed up. |
|
2436 * strings/rindex.m: Implement using index (..., "last"); |
|
2437 |
6754
|
2438 * blanks.m, strcat.m: Simplify. Add tests. |
6138
|
2439 |
6130
|
2440 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
|
2441 |
|
2442 * general/__isequal__.m: Test size and class more consistently. |
|
2443 |
6116
|
2444 2006-10-27 John W. Eaton <jwe@octave.org> |
|
2445 |
6117
|
2446 * miscellaneous/ls_command.m: Use /D instead of /w. |
|
2447 From Michael Goffioul <michael.goffioul@swing.be>. |
|
2448 |
6116
|
2449 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
|
2450 * miscellaneous/dir.m: Mark as a command. |
|
2451 |
6112
|
2452 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2453 |
|
2454 * miscellaneous/unpack.m: Fix missing comma in strcat call. |
|
2455 |
6088
|
2456 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2457 |
|
2458 * image/image.m: Set x = y = [] when nargin == 0; |
|
2459 |
|
2460 2006-10-25 Quentin Spencer <qspencer@ieee.org> |
|
2461 |
|
2462 * image/image.m: Call __img__ if gnuplot version is > 4.0. |
|
2463 * image/__img__.m: New file, originally from |
|
2464 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2465 |
6087
|
2466 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2467 |
|
2468 * plot/__gnuplot_version__.m: New function, originally from |
|
2469 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
|
2470 Quentin Spencer <qspencer@ieee.org>. |
|
2471 |
6085
|
2472 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
|
2473 |
|
2474 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. |
|
2475 |
6081
|
2476 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
|
2477 |
|
2478 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, |
|
2479 miscellaneous/gunzip.m: New files. |
|
2480 * miscellaneous/untar.m, miscellaneous/unzip.m: |
|
2481 Call unpack to do the real work. |
|
2482 |
6075
|
2483 2006-10-24 John W. Eaton <jwe@octave.org> |
|
2484 |
6078
|
2485 * plot/plot3.m: If we have a format string, then also pass using |
|
2486 string to __plt3__. |
|
2487 |
6077
|
2488 * plot/sombrero.m: Don't return anything if nargout == 0. |
|
2489 |
6075
|
2490 * plot/__plt3__.m: Create using clause if none is supplied. |
6077
|
2491 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075
|
2492 |
6069
|
2493 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
|
2494 |
|
2495 * movefile.m, copyfile.m: Handle cellstr lists of files. |
|
2496 Quote filenames in shell commands. |
|
2497 |
6055
|
2498 2006-10-17 David Bateman <dbateman@free.fr> |
|
2499 |
|
2500 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if |
|
2501 the package directory is missing. |
|
2502 |
6052
|
2503 2006-10-13 John W. Eaton <jwe@octave.org> |
|
2504 |
|
2505 * plot/box.m: New function. |
|
2506 |
6050
|
2507 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
|
2508 |
|
2509 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. |
|
2510 |
6049
|
2511 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
|
2512 |
|
2513 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. |
|
2514 |
6047
|
2515 2006-10-10 John W. Eaton <jwe@octave.org> |
|
2516 |
|
2517 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. |
|
2518 |
6046
|
2519 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
|
2520 |
|
2521 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
2522 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
2523 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, |
|
2524 control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
2525 control/base/are.m, control/base/bode.m, control/base/ctrb.m, |
|
2526 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, |
|
2527 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, |
|
2528 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, |
|
2529 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, |
|
2530 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, |
|
2531 control/hinf/h2norm.m, control/hinf/h2syn.m, |
|
2532 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
2533 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, |
|
2534 control/obsolete/dezero.m, control/system/__sysdefioname__.m, |
|
2535 control/system/buildssic.m, control/system/c2d.m, |
|
2536 control/system/cellidx.m, control/system/d2c.m, |
|
2537 control/system/dmr2d.m, control/system/fir2sys.m, |
|
2538 control/system/is_abcd.m, control/system/is_controllable.m, |
|
2539 control/system/is_detectable.m, control/system/is_digital.m, |
|
2540 control/system/is_observable.m, control/system/is_siso.m, |
|
2541 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
2542 control/system/jet707.m, control/system/listidx.m, |
|
2543 control/system/ord2.m, control/system/parallel.m, |
|
2544 control/system/ss.m, control/system/ss2zp.m, |
|
2545 control/system/starp.m, control/system/sys2ss.m, |
|
2546 control/system/sys2tf.m, control/system/sys2zp.m, |
|
2547 control/system/sysadd.m, control/system/sysappend.m, |
|
2548 control/system/syschtsam.m, control/system/sysconnect.m, |
|
2549 control/system/syscont.m, control/system/sysdimensions.m, |
|
2550 control/system/sysdisc.m, control/system/sysdup.m, |
|
2551 control/system/sysgetsignals.m, control/system/sysgettsam.m, |
|
2552 control/system/sysgroup.m, control/system/sysidx.m, |
|
2553 control/system/sysmin.m, control/system/sysmult.m, |
|
2554 control/system/sysout.m, control/system/sysprune.m, |
|
2555 control/system/sysscale.m, control/system/syssetsignals.m, |
|
2556 control/system/syssub.m, control/system/sysupdate.m, |
|
2557 control/system/tf.m, control/system/tfout.m, |
|
2558 control/system/ugain.m, control/system/zp.m, |
|
2559 control/system/zpout.m, control/util/__outlist__.m, |
|
2560 control/util/__zgpbal__.m, control/util/prompt.m, |
|
2561 control/util/sortcom.m, control/util/strappend.m, |
|
2562 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, |
|
2563 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, |
|
2564 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, |
|
2565 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, |
|
2566 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
2567 finance/pvl.m, finance/rate.m, finance/vol.m, |
|
2568 general/__isequal__.m, general/bitcmp.m, general/bitget.m, |
|
2569 general/bitset.m, general/blkdiag.m, general/cart2sph.m, |
|
2570 general/cell2mat.m, general/circshift.m, general/cplxpair.m, |
|
2571 general/cumtrapz.m, general/deal.m, general/diff.m, |
|
2572 general/flipdim.m, general/fliplr.m, general/flipud.m, |
|
2573 general/ind2sub.m, general/int2str.m, |
|
2574 general/is_duplicate_entry.m, general/isdefinite.m, |
|
2575 general/isequal.m, general/isequalwithequalnans.m, |
|
2576 general/isscalar.m, general/issquare.m, general/issymmetric.m, |
|
2577 general/isvector.m, general/logical.m, general/logspace.m, |
|
2578 general/mod.m, general/nargchk.m, general/nextpow2.m, |
|
2579 general/perror.m, general/postpad.m, general/prepad.m, |
|
2580 general/randperm.m, general/rem.m, general/repmat.m, |
|
2581 general/rot90.m, general/rotdim.m, general/shift.m, |
|
2582 general/shiftdim.m, general/sph2cart.m, general/strerror.m, |
|
2583 general/sub2ind.m, general/trapz.m, general/tril.m, |
|
2584 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, |
|
2585 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, |
|
2586 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, |
|
2587 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, |
|
2588 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, |
|
2589 linear-algebra/cross.m, linear-algebra/dmult.m, |
|
2590 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, |
|
2591 linear-algebra/krylov.m, linear-algebra/krylovb.m, |
|
2592 linear-algebra/logm.m, linear-algebra/norm.m, |
|
2593 linear-algebra/null.m, linear-algebra/orth.m, |
|
2594 linear-algebra/qzhess.m, linear-algebra/rank.m, |
|
2595 linear-algebra/trace.m, linear-algebra/vec.m, |
|
2596 linear-algebra/vech.m, miscellaneous/bincoeff.m, |
|
2597 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, |
|
2598 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, |
|
2599 miscellaneous/flops.m, miscellaneous/fullfile.m, |
|
2600 miscellaneous/ispc.m, miscellaneous/isunix.m, |
|
2601 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, |
|
2602 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, |
|
2603 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, |
|
2604 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, |
|
2605 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
2606 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, |
|
2607 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
|
2608 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, |
|
2609 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, |
|
2610 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, |
|
2611 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, |
|
2612 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, |
|
2613 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, |
|
2614 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, |
|
2615 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
2616 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, |
|
2617 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, |
|
2618 polynomial/polyder.m, polynomial/polyderiv.m, |
|
2619 polynomial/polyfit.m, polynomial/polygcd.m, |
|
2620 polynomial/polyinteg.m, polynomial/polyout.m, |
|
2621 polynomial/polyreduce.m, polynomial/polyval.m, |
|
2622 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, |
|
2623 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, |
|
2624 set/complement.m, set/create_set.m, set/intersect.m, |
|
2625 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, |
|
2626 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, |
|
2627 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, |
|
2628 signal/bartlett.m, signal/blackman.m, signal/detrend.m, |
|
2629 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, |
|
2630 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, |
|
2631 signal/freqz.m, signal/hamming.m, signal/hanning.m, |
|
2632 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, |
|
2633 signal/sinewave.m, signal/spencer.m, signal/stft.m, |
|
2634 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, |
|
2635 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, |
|
2636 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, |
|
2637 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, |
|
2638 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, |
|
2639 special-matrix/hankel.m, special-matrix/hilb.m, |
|
2640 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, |
|
2641 special-matrix/toeplitz.m, special-matrix/vander.m, |
|
2642 statistics/base/center.m, statistics/base/cloglog.m, |
|
2643 statistics/base/cor.m, statistics/base/corrcoef.m, |
|
2644 statistics/base/cov.m, statistics/base/cut.m, |
|
2645 statistics/base/gls.m, statistics/base/iqr.m, |
|
2646 statistics/base/kendall.m, statistics/base/kurtosis.m, |
|
2647 statistics/base/logit.m, statistics/base/mahalanobis.m, |
|
2648 statistics/base/mean.m, statistics/base/meansq.m, |
|
2649 statistics/base/median.m, statistics/base/moment.m, |
|
2650 statistics/base/ols.m, statistics/base/ppplot.m, |
|
2651 statistics/base/probit.m, statistics/base/qqplot.m, |
|
2652 statistics/base/range.m, statistics/base/ranks.m, |
|
2653 statistics/base/run_count.m, statistics/base/skewness.m, |
|
2654 statistics/base/spearman.m, statistics/base/statistics.m, |
|
2655 statistics/base/std.m, statistics/base/studentize.m, |
|
2656 statistics/base/table.m, statistics/base/values.m, |
|
2657 statistics/base/var.m, statistics/distributions/betacdf.m, |
|
2658 statistics/distributions/betainv.m, |
|
2659 statistics/distributions/betapdf.m, |
|
2660 statistics/distributions/betarnd.m, |
|
2661 statistics/distributions/binocdf.m, |
|
2662 statistics/distributions/binoinv.m, |
|
2663 statistics/distributions/binopdf.m, |
|
2664 statistics/distributions/binornd.m, |
|
2665 statistics/distributions/cauchy_cdf.m, |
|
2666 statistics/distributions/cauchy_inv.m, |
|
2667 statistics/distributions/cauchy_pdf.m, |
|
2668 statistics/distributions/cauchy_rnd.m, |
|
2669 statistics/distributions/chi2cdf.m, |
|
2670 statistics/distributions/chi2inv.m, |
|
2671 statistics/distributions/chi2pdf.m, |
|
2672 statistics/distributions/chi2rnd.m, |
|
2673 statistics/distributions/discrete_cdf.m, |
|
2674 statistics/distributions/discrete_inv.m, |
|
2675 statistics/distributions/discrete_pdf.m, |
|
2676 statistics/distributions/discrete_rnd.m, |
|
2677 statistics/distributions/empirical_rnd.m, |
|
2678 statistics/distributions/expcdf.m, |
|
2679 statistics/distributions/expinv.m, |
|
2680 statistics/distributions/exppdf.m, |
|
2681 statistics/distributions/exprnd.m, |
|
2682 statistics/distributions/fcdf.m, statistics/distributions/finv.m, |
|
2683 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, |
|
2684 statistics/distributions/gamcdf.m, |
|
2685 statistics/distributions/gaminv.m, |
|
2686 statistics/distributions/gampdf.m, |
|
2687 statistics/distributions/gamrnd.m, |
|
2688 statistics/distributions/geocdf.m, |
|
2689 statistics/distributions/geoinv.m, |
|
2690 statistics/distributions/geopdf.m, |
|
2691 statistics/distributions/geornd.m, |
|
2692 statistics/distributions/hygecdf.m, |
|
2693 statistics/distributions/hygeinv.m, |
|
2694 statistics/distributions/hygepdf.m, |
|
2695 statistics/distributions/hygernd.m, |
|
2696 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
2697 statistics/distributions/laplace_cdf.m, |
|
2698 statistics/distributions/laplace_inv.m, |
|
2699 statistics/distributions/laplace_pdf.m, |
|
2700 statistics/distributions/laplace_rnd.m, |
|
2701 statistics/distributions/logistic_cdf.m, |
|
2702 statistics/distributions/logistic_inv.m, |
|
2703 statistics/distributions/logistic_pdf.m, |
|
2704 statistics/distributions/logistic_rnd.m, |
|
2705 statistics/distributions/logncdf.m, |
|
2706 statistics/distributions/logninv.m, |
|
2707 statistics/distributions/lognpdf.m, |
|
2708 statistics/distributions/lognrnd.m, |
|
2709 statistics/distributions/normcdf.m, |
|
2710 statistics/distributions/norminv.m, |
|
2711 statistics/distributions/normpdf.m, |
|
2712 statistics/distributions/normrnd.m, |
|
2713 statistics/distributions/pascal_cdf.m, |
|
2714 statistics/distributions/pascal_inv.m, |
|
2715 statistics/distributions/pascal_pdf.m, |
|
2716 statistics/distributions/pascal_rnd.m, |
|
2717 statistics/distributions/poisscdf.m, |
|
2718 statistics/distributions/poissinv.m, |
|
2719 statistics/distributions/poisspdf.m, |
|
2720 statistics/distributions/poissrnd.m, |
|
2721 statistics/distributions/stdnormal_cdf.m, |
|
2722 statistics/distributions/stdnormal_inv.m, |
|
2723 statistics/distributions/stdnormal_pdf.m, |
|
2724 statistics/distributions/stdnormal_rnd.m, |
|
2725 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, |
|
2726 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, |
|
2727 statistics/distributions/unifcdf.m, |
|
2728 statistics/distributions/unifinv.m, |
|
2729 statistics/distributions/unifpdf.m, |
|
2730 statistics/distributions/unifrnd.m, |
|
2731 statistics/distributions/wblcdf.m, |
|
2732 statistics/distributions/wblinv.m, |
|
2733 statistics/distributions/wblpdf.m, |
|
2734 statistics/distributions/wblrnd.m, |
|
2735 statistics/distributions/wienrnd.m, statistics/tests/anova.m, |
|
2736 statistics/tests/bartlett_test.m, |
|
2737 statistics/tests/chisquare_test_homogeneity.m, |
|
2738 statistics/tests/chisquare_test_independence.m, |
|
2739 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, |
|
2740 statistics/tests/hotelling_test.m, |
|
2741 statistics/tests/hotelling_test_2.m, |
|
2742 statistics/tests/kolmogorov_smirnov_test.m, |
|
2743 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
2744 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, |
|
2745 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, |
|
2746 statistics/tests/run_test.m, statistics/tests/sign_test.m, |
|
2747 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
2748 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
2749 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
2750 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
2751 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
2752 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, |
|
2753 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, |
|
2754 strings/index.m, strings/isletter.m, strings/lower.m, |
|
2755 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
2756 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
2757 strings/strfind.m, strings/strjust.m, strings/strmatch.m, |
|
2758 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, |
|
2759 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, |
|
2760 strings/upper.m, testfun/assert.m, testfun/demo.m, |
|
2761 testfun/example.m, testfun/fail.m, testfun/speed.m, |
|
2762 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, |
|
2763 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
2764 time/etime.m, time/is_leap_year.m: |
|
2765 Use print_usage instead of usage. |
|
2766 |
6044
|
2767 2006-10-09 David Bateman <dbateman@free.fr> |
|
2768 |
|
2769 * time/datevec.m: Add additional compatible default parsing strings. |
|
2770 |
6395
|
2771 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041
|
2772 |
6042
|
2773 * pkg/pkg.m: Remove trailing "\n" from error messages. |
|
2774 Remove compare_versions subfunction. |
|
2775 |
|
2776 * miscellaneous/compare_versions.m: New function to compare |
|
2777 version numbers as strings with any boolean operators. |
|
2778 |
6041
|
2779 * miscellaneous/untar.m: Check more rigorously to see if the tar |
|
2780 file exists. |
|
2781 |
6036
|
2782 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2783 |
|
2784 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
2785 |
6032
|
2786 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
2787 |
6037
|
2788 * pkg/pkg.m: Update docs. Handle prefix option. |
|
2789 Handle dependencies for load option. |
6032
|
2790 |
6029
|
2791 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2792 |
6030
|
2793 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
2794 |
|
2795 * plot/clg.m: Delete. |
|
2796 * plot/__init_plot_vars__.m: New function. |
|
2797 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
2798 |
6025
|
2799 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
2800 |
|
2801 * pkg/pkg.m: Avoid calling addpath with no args. |
|
2802 |
6024
|
2803 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
2804 |
|
2805 * audio/loadaudio.m, control/base/nyquist.m, |
|
2806 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
2807 linear-algebra/krylov.m, statistics/base/center.m, |
|
2808 statistics/base/median.m, statistics/base/std.m, |
|
2809 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
2810 find first or last element matching a condition. |
|
2811 |
6023
|
2812 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
2813 |
|
2814 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
2815 general/__isequal__.m: Minimize looping using cellfun. |
|
2816 |
6020
|
2817 2006-10-02 David Bateman <dbateman@free.fr> |
|
2818 |
|
2819 * pkg/pkg.m (copy_files): always create installation directory. |
|
2820 |
6016
|
2821 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
2822 |
|
2823 * miscellaneous/doc.m: Swap file and directory args to info. |
|
2824 |
|
2825 2006-10-01 Arno Onken <whyly@gmx.net> |
|
2826 |
|
2827 * statistics/distributions/exprnd.m: Fix typo. |
|
2828 |
6014
|
2829 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
2830 |
|
2831 * polynomial/ppval.m: Use .' instead of '. |
|
2832 * polynomial/spline.m: Likewise. New tests. |
|
2833 |
6004
|
2834 2006-09-26 David Bateman <dbateman@free.fr> |
|
2835 |
|
2836 * __plt3__.m: Using global variables __plot_data__, |
|
2837 __plot_data_offset__ and __plot_command__ to store plots and |
|
2838 correctly handle multiplots, and hold state. Only accept a single |
|
2839 data parameter plus, using, format and with strings. Remove |
|
2840 setting of gnuplot parameters. |
|
2841 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
2842 * __setup_plot__.m: Convert to a function and pass the plotting |
|
2843 command to use. |
|
2844 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
2845 * contour.m: Use unwind protect on the parametric state of plot |
|
2846 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
2847 * mesh.m: ditto. |
|
2848 * plot3.m: Error checking, setting of parametric state and |
|
2849 formation of matrix to plot moved from old __plt3__. |
|
2850 |
5996
|
2851 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
2852 |
5997
|
2853 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
2854 |
|
2855 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
2856 |
|
2857 * signal/filter2.m: Correct texinfo doc. |
|
2858 |
|
2859 2006-09-22 David Bateman <dbateman@free.fr> |
|
2860 |
|
2861 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
2862 |
5993
|
2863 2006-09-15 David Bateman <dbateman@free.fr> |
|
2864 |
|
2865 * pkg/pkg.m (prepare_installation): Don't create package |
|
2866 installation directory here. |
|
2867 (copy_files): Create it here instead, to avoid issues with |
|
2868 upgrades. Also install the COPYING file in packinfo. |
|
2869 |
5989
|
2870 2006-09-13 John W. Eaton <jwe@octave.org> |
|
2871 |
|
2872 * general/blkdiag.m: Adjust to new cellfun rules. |
|
2873 |
5987
|
2874 2006-08-30 David Bateman <dbateman@free.fr> |
|
2875 |
|
2876 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
2877 error message for archive name not matching package name. |
|
2878 (installed_packages): Size header of printed results to |
|
2879 arguments. Sort the list of installed packages before printing |
|
2880 them. |
|
2881 |
5986
|
2882 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
2883 |
|
2884 * signal/freqz.m: Update tests. |
|
2885 |
|
2886 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
2887 |
|
2888 * signal/freqz.m: Corretly postpad arrays. |
|
2889 Don't call fliplr on a column vector. |
|
2890 |
5984
|
2891 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2892 |
|
2893 * general/shiftdim.m: Use permute instead of reshape. |
|
2894 |
5981
|
2895 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
2896 |
|
2897 * miscellaneous/parseparams.m: New function. |
|
2898 |
5980
|
2899 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
2900 |
|
2901 * miscellaneous/doc.m: Swap order of --file and --directory |
|
2902 options for info program invocation. |
|
2903 |
5976
|
2904 2006-08-30 David Bateman <dbateman@free.fr> |
|
2905 |
5987
|
2906 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
2907 previous change. |
|
2908 |
5974
|
2909 2006-08-26 David Bateman <dbateman@free.fr> |
|
2910 |
|
2911 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
2912 absence of trailing "/" in OCTAVE_HOME. |
|
2913 |
5973
|
2914 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
2915 |
|
2916 * time/datenum.m: Allow arg to be character string. |
|
2917 |
5971
|
2918 2006-08-25 David Bateman <dbateman@free.fr> |
|
2919 |
|
2920 * pkg/pkg.m (install): Verify that package name correponds to the |
|
2921 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
2922 they are empty. If package directory is empty, remove it to fail |
|
2923 gracefully for system specific packages. |
|
2924 (extract_pkgadd, create_pkgadd): delete. |
|
2925 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
2926 (copy_files): Install both bin/ and doc/ directories, adding the |
|
2927 bin/ to the EXEC_PATH when the package is loaded. |
|
2928 |
5962
|
2929 2006-08-24 John W. Eaton <jwe@octave.org> |
|
2930 |
|
2931 * image/saveimage.m: Use logical indexing instead of |
|
2932 indices computed by calling find on the logical index. |
|
2933 |
5961
|
2934 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
2935 |
5967
|
2936 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
2937 Use logical indexing instead of indices computed by calling find |
|
2938 on the logical index. |
|
2939 |
|
2940 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
2941 |
5959
|
2942 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
2943 |
|
2944 * control/system/tf2zp.m: Simplify gain calculation. |
|
2945 |
5958
|
2946 2006-08-23 John W. Eaton <jwe@octave.org> |
|
2947 |
|
2948 * plot/__plt__.m: Insert using clauses for all plots. |
|
2949 |
5957
|
2950 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
2951 |
|
2952 * control/system/sysscale.m: Call tf and zp with correct number of |
|
2953 args. |
|
2954 |
5955
|
2955 2006-08-22 David Bateman <dbateman@free.fr> |
|
2956 |
|
2957 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
2958 Search inst/*.m and src/*.m files in the package for |
|
2959 PKG_ADD directives and append user supplied PKG_ADD. |
|
2960 (pkg): Call create_pkgadd after copying files. |
|
2961 |
5947
|
2962 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
2963 |
|
2964 * pkg/pkg.m: Handle multiple packages in a single file. |
|
2965 Insert directory separator between OCTAVE_HOME and rest of package |
|
2966 installation directory. |
|
2967 |
|
2968 2006-08-21 John W. Eaton <jwe@octave.org> |
|
2969 |
|
2970 * general/num2str.m: Early return if arg is empty. |
|
2971 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
2972 |
5946
|
2973 2006-08-21 David Bateman <dbateman@free.fr> |
|
2974 |
|
2975 * strings/mat2str.m: Compute NC before using. |
|
2976 |
5937
|
2977 2006-08-17 John W. Eaton <jwe@octave.org> |
|
2978 |
|
2979 * audio/wavread.m: Fix calculation of sample count. |
|
2980 |
5934
|
2981 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
2982 |
|
2983 * image/imshow.m: New Matlab-compatible version. |
|
2984 |
5930
|
2985 2006-08-15 John W. Eaton <jwe@octave.org> |
|
2986 |
|
2987 * deprecated/is_global.m: Delete. |
|
2988 |
5928
|
2989 2006-08-14 John W. Eaton <jwe@octave.org> |
|
2990 |
|
2991 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
2992 |
5926
|
2993 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
2994 |
|
2995 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
2996 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
2997 |
5928
|
2998 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
2999 |
6778
|
3000 * pkg/pkg.m: Don't pass function name to print_usage. |
5928
|
3001 Use addpath and rmpath instead of manipulating LOADPATH. |
|
3002 Handle changes to system function. |
|
3003 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
3004 recursive directory removal. |
5922
|
3005 |
5924
|
3006 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
3007 |
6778
|
3008 * colormap.m: Change global variable to persistent. |
5923
|
3009 |
5922
|
3010 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
3011 |
5920
|
3012 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3013 |
|
3014 * strings/str2double.m: Fix missing semicolon. |
|
3015 |
5910
|
3016 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
3017 |
|
3018 * plot/plot3.m: Accept one complex or one real and one complex |
|
3019 argument and plot real and imaginary components for y and z. |
|
3020 |
5908
|
3021 2006-07-27 John W. Eaton <jwe@octave.org> |
|
3022 |
|
3023 * testfun/test.m: Call fflush after each block of calls to |
|
3024 fprintf, fputs, or fdisp. |
|
3025 |
5904
|
3026 2006-07-26 John W. Eaton <jwe@octave.org> |
|
3027 |
|
3028 * miscellaneous/mex.m: New function. |
|
3029 |
5901
|
3030 2006-07-22 John W. Eaton <jwe@octave.org> |
|
3031 |
|
3032 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
3033 |
5881
|
3034 2006-07-07 John W. Eaton <jwe@octave.org> |
|
3035 |
|
3036 * miscellaneous/orderfields.m: New file. |
|
3037 |
5873
|
3038 2006-06-30 John W. Eaton <jwe@octave.org> |
|
3039 |
|
3040 * time/datevec.m: Make another attempt to account for precision of |
|
3041 datenum format. |
|
3042 |
5868
|
3043 2006-06-29 John W. Eaton <jwe@octave.org> |
|
3044 |
|
3045 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
3046 Use feval instead of "type -q" to get values now that all the |
|
3047 symbols are functions. |
|
3048 |
5860
|
3049 2006-06-16 John W. Eaton <jwe@octave.org> |
|
3050 |
|
3051 * time/datevec.m: Avoid computing log of non-positive values. |
|
3052 |
5859
|
3053 2006-06-14 John W. Eaton <jwe@octave.org> |
|
3054 |
|
3055 * time/datevec.m: Attempt to account for precision of datenum format. |
|
3056 |
5839
|
3057 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
3058 |
|
3059 * audio/wavread.m: Fix file range error and add read support for |
|
3060 24-bit WAV files. |
|
3061 |
5837
|
3062 2006-06-01 David Bateman <dbateman@free.fr> |
|
3063 |
|
3064 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
3065 general/interp1.m, general/gradient.m, general/interp2.m, |
|
3066 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
3067 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
3068 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
3069 |
5835
|
3070 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
3071 |
|
3072 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
3073 * miscellaneous/texas_lotto.m: Fix warning message. |
|
3074 |
5830
|
3075 2006-05-26 John W. Eaton <jwe@octave.org> |
|
3076 |
|
3077 * miscellaneous/doc.m: Also handle nargin == 0. |
|
3078 |
5829
|
3079 2006-05-23 John W. Eaton <jwe@octave.org> |
|
3080 |
|
3081 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
3082 really needed. |
|
3083 |
5827
|
3084 2006-05-22 John W. Eaton <jwe@octave.org> |
|
3085 |
6754
|
3086 * general/lookup.m: New file from Octave Forge. |
5827
|
3087 |
|
3088 2006-05-22 David Bateman <dbateman@free.fr> |
|
3089 |
6754
|
3090 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
|
3091 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, |
|
3092 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, |
|
3093 special-matrix/wilkinson.m, special-matrix/pascal.m, |
|
3094 special-matrix/magic.m, special-matrix/hadamard.m, |
|
3095 strings/strtok.m: New files from Octave Forge. |
5827
|
3096 |
5824
|
3097 2006-05-19 David Bateman <dbateman@free.fr> |
|
3098 |
|
3099 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
3100 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
3101 |
5821
|
3102 2006-05-17 John W. Eaton <jwe@octave.org> |
|
3103 |
|
3104 * set/intersection.m: Delete |
|
3105 * deprecated/intersection.m: New file. |
|
3106 |
5820
|
3107 2006-05-17 David Bateman <dbateman@free.fr> |
|
3108 |
|
3109 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
3110 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
3111 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
3112 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
3113 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
3114 Forge. |
|
3115 |
5809
|
3116 2006-05-11 John W. Eaton <jwe@octave.org> |
|
3117 |
5815
|
3118 * path/path.m: Delete (now a built-in function). |
|
3119 |
5811
|
3120 * pkg/Makefile.in: New file. |
|
3121 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
3122 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
3123 |
5808
|
3124 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3125 |
|
3126 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
3127 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
3128 |
5807
|
3129 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
3130 |
|
3131 * tar.m, untar.m, unzip.m: New files. |
|
3132 |
5801
|
3133 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3134 |
5804
|
3135 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
3136 * path/setpath.m: Delete. |
|
3137 |
5801
|
3138 * pkg/pkg.m: New file. |
|
3139 |
5798
|
3140 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
3141 |
|
3142 * plot/plot.m: Doc string fix. |
|
3143 |
|
3144 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
3145 |
|
3146 * testfun/speeed.m: Use new interface to unique and assert. |
|
3147 Improve documentation. Approximate time complexity from log-log |
|
3148 plot. Return time complexity and raw times if requested. The |
|
3149 mean ratio is no longer returned. Provide complete control over |
|
3150 which n are computed. |
|
3151 |
|
3152 2006-05-09 John W. Eaton <jwe@octave.org> |
|
3153 |
|
3154 * path/path.m: Move here from miscellaneous. |
|
3155 Adapt to new LOADPATH definition. |
|
3156 |
5789
|
3157 2006-05-03 David Bateman <dbateman@free.fr> |
|
3158 |
|
3159 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
3160 explicit uses of a path seperation character with pathsep(). |
|
3161 |
5786
|
3162 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
3163 |
6778
|
3164 * set/setdiff.m: New arg, byrows. New tests. |
5786
|
3165 |
5781
|
3166 2006-04-29 John W. Eaton <jwe@octave.org> |
|
3167 |
|
3168 * startup/main-rcfile: Disable some warnings. |
|
3169 |
5762
|
3170 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
3171 |
|
3172 * strings/strcmpi.m: Return false instead of error if args are not |
|
3173 char or cellstr. |
|
3174 |
5750
|
3175 2006-04-10 John W. Eaton <jwe@octave.org> |
|
3176 |
|
3177 * miscellaneous/dir.m: Ensure that returned structure array is |
|
3178 Nx1, not 1xN. |
|
3179 |
5746
|
3180 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
3181 |
|
3182 * plot/hist.m: Ignore NaN in inputs. |
|
3183 |
5745
|
3184 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
3185 |
|
3186 * miscellaneous/mkoctfile.m: Doc string fix. |
|
3187 |
5741
|
3188 2006-04-05 John W. Eaton <jwe@octave.org> |
|
3189 |
|
3190 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
3191 are both empty. |
|
3192 * plot/__plt__.m: Ignore empty data and format strings returned |
|
3193 from __plt1__ or __plt2__. |
|
3194 |
5737
|
3195 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
3196 |
6778
|
3197 * set/unique.m: Properly handle single column input when |
5737
|
3198 "rows" is specified. |
|
3199 |
5732
|
3200 2006-04-04 John W. Eaton <jwe@octave.org> |
|
3201 |
5736
|
3202 * path/setpath.m: New file. |
|
3203 * path/savepath.m: Use setpath to set path instead of assigning |
|
3204 directly to LOADPATH. |
|
3205 |
5732
|
3206 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
3207 New files, adapted from Octave Forge by Keith Goodman |
|
3208 <kwgoodman@gmail.com>. |
|
3209 * path: New directory. |
|
3210 * Makefile.in (SUBDIRS): Add it to the list. |
|
3211 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
3212 |
5731
|
3213 2006-04-02 David Bateman <dbateman@free.fr> |
|
3214 |
|
3215 * general/tril.m, general.triu.m: |
|
3216 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
3217 to allow user types to work correctly. |
|
3218 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
3219 |
5727
|
3220 2006-04-03 David Bateman <dbateman@free.fr> |
|
3221 |
|
3222 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
3223 Accept keyword "minor" for minor grid. |
|
3224 |
5721
|
3225 2006-03-28 John W. Eaton <jwe@octave.org> |
|
3226 |
|
3227 * general/isscalar.m: Only require that all dimensions are 1 for |
|
3228 compatiblity. |
|
3229 |
|
3230 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
3231 |
|
3232 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
3233 compatibility. |
|
3234 |
5720
|
3235 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
3236 |
|
3237 * plot/__errplot__.m: Doc string fix. |
|
3238 |
|
3239 * miscellaneous/doc.m: Mark as command. |
|
3240 |
|
3241 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
3242 general/isequalwithequalnans.m, general/blkdiag.m, |
|
3243 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
3244 |
5717
|
3245 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
3246 |
|
3247 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
3248 return 3d matrices. |
|
3249 |
|
3250 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
3251 |
|
3252 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
3253 |
5708
|
3254 2006-03-22 John W. Eaton <jwe@octave.org> |
|
3255 |
|
3256 * plot/print.m: Don't replot after popping terminal setting. |
|
3257 |
5696
|
3258 2006-03-20 John W. Eaton <jwe@octave.org> |
|
3259 |
|
3260 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
3261 mkoctfile. Use fullfile to construct file name. |
|
3262 |
5695
|
3263 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
3264 |
|
3265 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
3266 shell script from Octave prompt. |
|
3267 |
5690
|
3268 2006-03-17 John W. Eaton <jwe@octave.org> |
|
3269 |
5693
|
3270 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
3271 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
3272 |
|
3273 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
3274 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
3275 Call new wbl functions to do the real work. |
|
3276 Swap args and provide default values as necessary to preserve |
|
3277 compatibility with old version of Octave. |
|
3278 |
|
3279 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
3280 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
3281 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
3282 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
3283 Swap scale and shape args for compatibility. |
|
3284 |
5692
|
3285 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
3286 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
3287 Preserve compatibility with old versions of Octave given new |
|
3288 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
3289 |
5692
|
3290 * statistics/distributions/logncdf.m, |
|
3291 statistics/distributions/logninv.m, |
|
3292 statistics/distributions/lognpdf.m, |
|
3293 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
3294 From Ben Barrowes <barrowes@alum.mit.edu> |
|
3295 |
5691
|
3296 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
3297 current 2.1.x version. |
|
3298 |
|
3299 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
3300 |
5690
|
3301 * miscellaneous/dir.m: Use readdir instead of glob. |
|
3302 Special case for "." to avoid globbing. Use list_in_columns. |
|
3303 Eliminate unused variables len and finfo. |
|
3304 |
5689
|
3305 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
3306 |
|
3307 * miscellaneous/dir.m: Improve compatibility. |
|
3308 |
5687
|
3309 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3310 |
|
3311 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
3312 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
3313 |
5686
|
3314 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3315 |
|
3316 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
3317 of looking at sum of max dimensions. |
|
3318 |
5681
|
3319 2006-03-16 David Bateman <dbateman@free.fr> |
|
3320 |
|
3321 * testfun/test.m: Clear last warning before warning test to avoid |
|
3322 issues with previously set warnings. |
|
3323 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
3324 sparse matrices. Force matrix type from spqr solution to be |
|
3325 singular to force QR solvers to be used for assert. |
|
3326 |
5678
|
3327 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3328 |
|
3329 * strings/strfind.m: New file. |
|
3330 |
5677
|
3331 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3332 |
|
3333 * general/rows.m, general/columns.m: Delete. |
|
3334 |
5674
|
3335 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3336 |
|
3337 * strings/strcmpi.m: Simplify. |
|
3338 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
3339 * strings/strtrunc.m: New file. |
5674
|
3340 |
5676
|
3341 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
3342 |
5672
|
3343 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3344 |
|
3345 * miscellaneous/doc.m: New file. |
|
3346 From Soren Hauberg <soren@hauberg.org>. |
|
3347 |
5671
|
3348 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
3349 |
|
3350 * miscellaneous/mkoctfile.m: New file. |
|
3351 |
5670
|
3352 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3353 |
|
3354 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
3355 |
5666
|
3356 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
3357 |
|
3358 * strings/bin2dec.m: Doc fix. |
|
3359 |
5661
|
3360 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
3361 |
|
3362 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
3363 * time/datenum.m: New function to compute day number from time. |
|
3364 |
5659
|
3365 2006-03-09 John W. Eaton <jwe@octave.org> |
|
3366 |
|
3367 * miscellaneous/unix.m, plot/print.m: |
|
3368 Swap order of outputs from system. |
|
3369 |
5642
|
3370 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
3371 |
|
3372 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
3373 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
3374 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
3375 control/base/__stepimp__.m, control/base/are.m, |
|
3376 control/base/controldemo.m, control/base/damp.m, |
|
3377 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
3378 control/base/step.m, control/system/abcddim.m, |
|
3379 control/system/is_abcd.m, control/system/is_controllable.m, |
|
3380 control/system/is_detectable.m, control/system/is_observable.m, |
|
3381 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
3382 control/system/jet707.m, control/system/sys2fir.m, |
|
3383 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
3384 control/system/tfout.m, control/system/ugain.m, |
|
3385 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
3386 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
3387 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
3388 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
3389 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
3390 general/circshift.m, general/columns.m, general/flipdim.m, |
|
3391 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
3392 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
3393 general/isequalwithequalnans.m, general/isscalar.m, |
|
3394 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
3395 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
3396 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
3397 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
3398 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
3399 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
3400 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
3401 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
3402 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
3403 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
3404 miscellaneous/license.m, miscellaneous/menu.m, |
|
3405 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
3406 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
3407 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
3408 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
3409 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
3410 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
3411 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
3412 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
3413 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
3414 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
3415 polynomial/polyinteg.m, polynomial/polyout.m, |
|
3416 polynomial/polyreduce.m, polynomial/polyval.m, |
|
3417 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
3418 set/create_set.m, set/intersection.m, set/ismember.m, |
|
3419 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
3420 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
3421 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
3422 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
3423 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
3424 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
3425 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
3426 special-matrix/vander.m, statistics/base/median.m, |
|
3427 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
3428 statistics/distributions/gaminv.m, |
|
3429 statistics/distributions/gampdf.m, |
|
3430 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
3431 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
3432 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
3433 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
3434 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
3435 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
3436 |
5633
|
3437 2006-02-27 John W. Eaton <jwe@octave.org> |
|
3438 |
|
3439 * time/tic.m: Move here from miscellaneous/tic.m. |
|
3440 * time/toc.m: Move here from miscellaneous/toc.m. |
|
3441 |
|
3442 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
3443 |
|
3444 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
3445 does not assign output of toc to a variable. |
|
3446 |
5627
|
3447 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
3448 |
|
3449 * axis.m: Catch limits that are the same and return an error. |
|
3450 |
5625
|
3451 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3452 |
|
3453 * plot/print.m: Accept emf device option to support Enhanced |
|
3454 Metafile format. |
|
3455 |
|
3456 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
3457 |
|
3458 * control/base/lqe.m: Doc fix. |
|
3459 |
5623
|
3460 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
3461 |
|
3462 * statistics/distributions/gamcdf.m: Doc fix. |
|
3463 * statistics/distributions/gaminv.m: Doc fix. |
|
3464 * statistics/distributions/gampdf.m: Doc fix. |
|
3465 * statistics/distributions/gamrnd.m: Doc fix. |
|
3466 |
5610
|
3467 2006-02-09 David Bateman <dbateman@free.fr> |
|
3468 |
6778
|
3469 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
3470 for arbitrary user type. |
|
3471 * general/tril.m: ditto. |
|
3472 * sparse/sprand.m: Doc fix. |
|
3473 * sparse/sprandn.m: Ditto. |
|
3474 * sparse/sprandsym.m: New function. |
|
3475 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
3476 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
3477 Update for syntax error for latest texinfo.tex file. |
5610
|
3478 |
5605
|
3479 2006-02-02 John W. Eaton <jwe@octave.org> |
|
3480 |
|
3481 * plot/grid.m: Append ";\n" to "set grid" command. |
|
3482 |
|
3483 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
3484 |
|
3485 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
3486 |
5597
|
3487 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3488 |
|
3489 * audio/Makefile.in, control/base/Makefile.in, |
|
3490 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
3491 control/system/Makefile.in, control/util/Makefile.in, |
|
3492 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
3493 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
3494 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
3495 optimization/Makefile.in, plot/Makefile.in, |
|
3496 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
3497 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
3498 special-matrix/Makefile.in, startup/Makefile.in, |
|
3499 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
3500 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
3501 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
3502 (all): Depend on PKG_ADD. |
|
3503 (PKG_ADD): New target. |
|
3504 |
|
3505 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3506 |
|
3507 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
3508 |
5596
|
3509 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3510 |
|
3511 * time/etime.m: Move here from miscellaneous/etime.m. |
|
3512 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
3513 |
5595
|
3514 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3515 |
6778
|
3516 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595
|
3517 * miscellaneous/fullfile.m: Likewise. |
|
3518 |
5592
|
3519 2006-01-12 David Bateman <dbateman@free.fr> |
|
3520 |
|
3521 * general/blkdiag.m: Compatible behavior for empty matrices |
|
3522 * statistics/base/unidrnd.m: Documentation buglet. |
|
3523 |
5583
|
3524 2005-12-14 David Bateman <dbateman@free.fr> |
|
3525 |
5589
|
3526 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
3527 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
3528 |
|
3529 * Makefile.in (SUBDIRS): Include testfun. |
|
3530 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
3531 |
5583
|
3532 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
3533 |
|
3534 * general/__isequal__.m: Remove reference to getfield. |
|
3535 |
|
3536 * plot/hist.m: Update test code for row/column discrepencies. |
|
3537 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
3538 Update the test code for this. |
|
3539 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
3540 |
5579
|
3541 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3542 |
|
3543 * cell/cell2mat.m: New file, from octave-forge. |
|
3544 |
5576
|
3545 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
3546 |
|
3547 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
3548 New graph theory functions. |
|
3549 |
5574
|
3550 2005-12-13 John W. Eaton <jwe@octave.org> |
|
3551 |
|
3552 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
3553 |
|
3554 * control/system/ss.m: Doc fix. |
|
3555 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3556 |
5572
|
3557 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
3558 |
|
3559 * audio/wavread.m, audio/wavwrite.m: |
|
3560 Correct scaling for 8-bit linear pcm samples. |
|
3561 Improve scaling for all other linear pcm resolutions. |
|
3562 |
5568
|
3563 2005-12-07 John W. Eaton <jwe@octave.org> |
|
3564 |
|
3565 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
3566 |
|
3567 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
3568 * strings/strjust.m: Likewise. |
|
3569 |
|
3570 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
3571 * signal/arma_rnd.m: Likewise. |
|
3572 * strings/strcat.m: Likewise. |
|
3573 * control/base/__freqresp__.m: Likewise. |
|
3574 * control/base/place.m: Likewise. |
|
3575 * control/base/pzmap.m: Likewise. |
|
3576 * control/base/pzmap.m: Likewise. |
|
3577 * control/system/sysappend.m: Likewise. |
|
3578 * control/system/syscont.m: Likewise. |
|
3579 * control/system/sysdisc.m: Likewise. |
|
3580 * control/system/sysgroup.m: Likewise. |
|
3581 * control/system/tfout.m: Likewise. |
|
3582 * control/system/zpout.m: Likewise. |
|
3583 * control/util/__outlist__.m: Likewise. |
|
3584 |
5567
|
3585 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3586 |
|
3587 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
3588 Avoid for loop in interleave/deinterleave steps. |
|
3589 |
5565
|
3590 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
3591 |
|
3592 * audio/wavread.m, audio/wavwrite.m: New files. |
|
3593 |
5563
|
3594 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3595 |
|
3596 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
3597 |
5560
|
3598 2005-12-05 John W. Eaton <jwe@octave.org> |
|
3599 |
5561
|
3600 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
3601 |
5558
|
3602 2005-12-02 John W. Eaton <jwe@octave.org> |
|
3603 |
|
3604 * miscellaneous/fileattrib.m: New function. |
|
3605 |
5556
|
3606 2005-12-01 John W. Eaton <jwe@octave.org> |
|
3607 |
|
3608 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
3609 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
3610 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
3611 |
5555
|
3612 2005-11-30 John W. Eaton <jwe@octave.org> |
|
3613 |
|
3614 * linear-algebra/krylov.m: Format doc string. |
|
3615 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3616 |
5551
|
3617 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
3618 |
|
3619 * general/blkdiag.m: Import from octave-forge. |
|
3620 Ignore empty matrices in the input. Add tests. |
5549
|
3621 |
|
3622 * general/isequal.m, general/isequalwithequalnans.m: |
|
3623 New wrapper scripts for general/__isequal__.m. |
|
3624 * general/__isequal__.m: Rename from general/isequal.m. |
|
3625 New arg, nans_compare_equal. |
|
3626 |
5548
|
3627 2005-11-29 John W. Eaton <jwe@octave.org> |
|
3628 |
|
3629 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
3630 calling system. Only append octave_forge_string if |
|
3631 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
3632 Call license instead of hard-coding license info here. |
|
3633 |
|
3634 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
3635 __octave_licenses__. Use puts instead of disp. |
5548
|
3636 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
3637 If nargout = 1, return license info instead of printing usage message. |
|
3638 |
5546
|
3639 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3640 |
|
3641 * miscellaneous/ver.m: New file. |
|
3642 * miscellaneous/license.m: New file. |
|
3643 |
5545
|
3644 2005-11-22 John W. Eaton <jwe@octave.org> |
|
3645 |
|
3646 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
3647 gnuplot set command. |
|
3648 |
5539
|
3649 2005-11-15 John W. Eaton <jwe@octave.org> |
|
3650 |
|
3651 * general/shiftdim.m: Doc fix. |
|
3652 |
5532
|
3653 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
3654 |
|
3655 * set/unique.m: Doc string fix. |
|
3656 |
5527
|
3657 2005-11-01 John W. Eaton <jwe@octave.org> |
|
3658 |
|
3659 * Makefile.in (distclean, maintainer-clean): |
|
3660 Also remove autom4te.cache directory. |
|
3661 From Quentin Spencer <qspencer@ieee.org>. |
|
3662 |
5518
|
3663 2005-10-28 John W. Eaton <jwe@octave.org> |
|
3664 |
|
3665 * general/shiftdim.m: Compatibility fix for row vectors. |
|
3666 Correct check for non-scalar non-integer shift. For positive |
|
3667 N, shift is remainder of N and number of dims. Always return NS. |
|
3668 Simplify. |
|
3669 |
5500
|
3670 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
3671 |
|
3672 * general/randperm.m: Improve compatibility by allowing input |
|
3673 value of zero. |
|
3674 |
5493
|
3675 2005-10-13 John W. Eaton <jwe@octave.org> |
|
3676 |
|
3677 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
3678 If in multiplot mode, clear plot before issuing new plot command. |
|
3679 |
|
3680 * plot/__setup_plot__.m: New function. |
|
3681 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
3682 Handle multiplot data and offsets here. |
|
3683 |
|
3684 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
3685 Move initialization to __setup_plot__.m. |
|
3686 |
|
3687 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
3688 Don't reset gnuplot_command_replot. |
|
3689 |
|
3690 * plot/replot.m: Handle multiplot data and offsets here. |
|
3691 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
3692 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
3693 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
3694 |
5489
|
3695 2005-10-12 John W. Eaton <jwe@octave.org> |
|
3696 |
|
3697 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
3698 |
5482
|
3699 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
3700 |
|
3701 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
3702 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
3703 _inv functions. |
|
3704 * chi2pdf.m: Fixed typos in the documentation. |
|
3705 |
5475
|
3706 2005-09-28 John W. Eaton <jwe@octave.org> |
|
3707 |
5476
|
3708 * miscellaneous/single.m: New function. |
|
3709 |
5475
|
3710 * statistics/base/unidrnd.m: New function. |
|
3711 |
5474
|
3712 2005-09-27 John W. Eaton <jwe@octave.org> |
|
3713 |
|
3714 * miscellaneous/dir.m: Filename never includes directory part. |
|
3715 |
5464
|
3716 2005-09-22 John W. Eaton <jwe@octave.org> |
|
3717 |
|
3718 * polynomial/residue.m: Use logical indexing instead of find.. |
|
3719 |
|
3720 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
3721 |
|
3722 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
3723 and zero poles. |
|
3724 |
5462
|
3725 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
3726 |
|
3727 * strings/deblank.m: Handle cell arrays. |
|
3728 * strings/split.m: New argument, N, to limit number of splits. |
|
3729 |
|
3730 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
3731 |
|
3732 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
3733 |
5460
|
3734 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
3735 |
|
3736 * control/base/rlocus.m: Doc fix. |
|
3737 |
5459
|
3738 2005-09-20 John W. Eaton <jwe@octave.org> |
|
3739 |
|
3740 * general/isvector.m: Improve compatibility. |
|
3741 |
|
3742 * general/postpad.m: Allow first argument to be a scalar. |
|
3743 Allow padding to extend dimensionality. |
|
3744 * general/prepad.m: Likewise. |
|
3745 |
5448
|
3746 2005-09-14 Daniel <durbano@shbano.com> |
|
3747 |
|
3748 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
3749 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
3750 /control/base/dgram.m: Doc string fixes. |
5448
|
3751 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3752 |
5446
|
3753 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
3754 |
|
3755 * saveimage.m: Do not ignore most significant bit when writing |
|
3756 black and white images to file. |
|
3757 |
5443
|
3758 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
3759 |
|
3760 * audio/playaudio.m, control/base/__bodquist__.m, |
|
3761 control/base/lqg.m, control/obsolete/dezero.m, |
|
3762 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
3763 control/system/c2d.m, control/system/cellidx.m, |
|
3764 control/system/d2c.m, control/system/dmr2d.m, |
|
3765 control/system/is_signal_list.m, control/system/listidx.m, |
|
3766 control/system/ss.m, control/system/sysappend.m, |
|
3767 control/system/sysconnect.m, control/system/sysdup.m, |
|
3768 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
3769 control/system/sysprune.m, control/system/syssetsignals.m, |
|
3770 control/system/tfout.m, control/system/zpout.m, |
|
3771 control/util/prompt.m, control/util/sortcom.m, |
|
3772 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
3773 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
3774 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
3775 general/strerror.m, image/colormap.m, image/imshow.m, |
|
3776 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
3777 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
3778 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
3779 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
3780 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
3781 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
3782 plot/print.m, plot/title.m, plot/top_title.m, |
|
3783 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
3784 statistics/base/mean.m, statistics/base/moment.m, |
|
3785 statistics/tests/cor_test.m, |
|
3786 statistics/tests/kolmogorov_smirnov_test.m, |
|
3787 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
3788 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
3789 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
3790 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
3791 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
3792 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
3793 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
3794 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
3795 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
3796 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
3797 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
3798 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
3799 isvector instead of is_vector. Use isstruct instead of |
|
3800 is_struct. Use char instead of setstr. |
|
3801 |
5435
|
3802 2005-08-31 Daniel <durbano@shbano.com> |
|
3803 |
|
3804 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
3805 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
3806 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3807 |
5431
|
3808 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
3809 |
|
3810 * image/saveimage.m: Open output file in binary mode. |
|
3811 |
|
3812 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
3813 |
5427
|
3814 2005-08-16 John W. Eaton <jwe@octave.org> |
|
3815 |
|
3816 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
3817 outputs. |
|
3818 |
5426
|
3819 2005-08-15 John W. Eaton <jwe@octave.org> |
|
3820 |
|
3821 * strings/strcat.m: Allow single argument. |
|
3822 |
5416
|
3823 2005-07-18 John W. Eaton <jwe@octave.org> |
|
3824 |
|
3825 * strings/strcmp.m: Delete. |
|
3826 |
5413
|
3827 2005-07-13 John W. Eaton <jwe@octave.org> |
|
3828 |
|
3829 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
3830 versions of Octave. |
|
3831 |
|
3832 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
3833 |
|
3834 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
3835 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
3836 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
3837 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
3838 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
3839 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
3840 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
3841 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
3842 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
3843 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
3844 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
3845 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
3846 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
3847 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
3848 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
3849 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
3850 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
3851 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
3852 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
3853 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
3854 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
3855 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
3856 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
3857 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
3858 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
3859 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
3860 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
3861 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
3862 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
3863 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
3864 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
3865 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
3866 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
3867 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
3868 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
3869 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
3870 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
3871 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
3872 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
3873 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
3874 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
3875 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
3876 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
3877 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
3878 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
3879 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
3880 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
3881 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
3882 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
3883 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
3884 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
3885 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
3886 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
3887 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
3888 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
3889 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
3890 |
|
3891 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
3892 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
3893 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
3894 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
3895 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
3896 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
3897 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
3898 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
3899 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
3900 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
3901 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
3902 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
3903 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
3904 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
3905 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
3906 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
3907 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
3908 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
3909 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
3910 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
3911 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
3912 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
3913 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
3914 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
3915 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
3916 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
3917 deprecated/wiener_rnd.m: New files. |
|
3918 |
5408
|
3919 2005-07-08 John W. Eaton <jwe@octave.org> |
|
3920 |
|
3921 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
3922 * deprecated/weibull_rnd.m: New file. |
|
3923 |
5407
|
3924 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
3925 |
|
3926 * strings/dec2base.m: Allow matrix arguments. |
|
3927 |
5406
|
3928 2005-07-08 John W. Eaton <jwe@octave.org> |
|
3929 |
|
3930 * plot/__errplot__.m: Use __plot_globals__. |
|
3931 * plot/__plt__.m: Likewise. |
|
3932 * plot/figure.m: Likewise. |
|
3933 |
|
3934 * plot/hold.m: New file. |
|
3935 * plot/ishold.m: New file. |
|
3936 * plot/__plot_globals__.m: New file. |
|
3937 |
5400
|
3938 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
3939 |
|
3940 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
3941 |
|
3942 2005-07-05 John W. Eaton <jwe@octave.org> |
|
3943 |
|
3944 * strings/findstr.m: Return [] for no matches. |
|
3945 |
5399
|
3946 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
3947 |
|
3948 * miscellaneous/tic.m: Fix doc string. |
|
3949 |
5395
|
3950 2005-06-15 John W. Eaton <jwe@octave.org> |
|
3951 |
|
3952 * polynomial/polyfit.m: Force return value to be a row vector. |
|
3953 |
5393
|
3954 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
3955 |
|
3956 * general/isequal.m: Correct nargin check. |
|
3957 |
5388
|
3958 2005-06-14 John W. Eaton <jwe@octave.org> |
|
3959 |
|
3960 * general/isvector.m: Handle N-d arrays. |
|
3961 From Bill Denney <denney@seas.upenn.edu>. |
|
3962 |
5381
|
3963 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
3964 |
|
3965 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
3966 |
5377
|
3967 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
3968 |
|
3969 * signal/freqz.m: Use correct calculations when given a vector of |
|
3970 frequencies. Improve accuracy of returned frequency vector. |
|
3971 Improve speed for medium length filters (at a slight cost for slow |
|
3972 filters). Add test cases. |
|
3973 |
5373
|
3974 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
3975 |
|
3976 * plot/loglog.m: Fix set commands. |
|
3977 |
5381
|
3978 2005-05-25 John W. Eaton <jwe@octave.org> |
|
3979 |
|
3980 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
3981 |
5371
|
3982 2005-05-24 John W. Eaton <jwe@octave.org> |
|
3983 |
5373
|
3984 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
3985 |
5372
|
3986 * strings/strncmp.m: New file, from Tom Holroyd |
|
3987 <tomh@kurage.nimh.nih.gov>. |
|
3988 |
5371
|
3989 * strings/strcmp.m: Return logical values in all cases. |
|
3990 |
5366
|
3991 2005-05-23 John W. Eaton <jwe@octave.org> |
|
3992 |
|
3993 * plot/orient.m: New file. Adapt to Octave coding style. |
|
3994 Texinfoize doc string. |
|
3995 |
|
3996 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
3997 PKG_ADD command. Use set terminal consistently throughout. Use |
|
3998 set terminal push/pop and unconditionally set output to screen |
|
3999 when done to avoid requiring gget. Use a cell array for dev_list |
|
4000 and cellidx to search for items in the list. Delete local |
|
4001 variable endl. Don't set and restore automatic_replot. Use {} |
|
4002 instead of nth to index varargin. Delete local variable |
|
4003 va_arg_cnt. |
|
4004 |
5355
|
4005 2005-05-18 John W. Eaton <jwe@octave.org> |
|
4006 |
|
4007 * general/num2str.m: Return early if X is a character string. |
|
4008 |
5347
|
4009 2005-05-11 John W. Eaton <jwe@octave.org> |
|
4010 |
5348
|
4011 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
4012 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
4013 |
5347
|
4014 * plot/polar.m: Don't call __pltopt__ here. |
|
4015 |
5333
|
4016 2005-05-02 John W. Eaton <jwe@octave.org> |
|
4017 |
|
4018 * mkdoc: Print header message. |
|
4019 |
5319
|
4020 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4021 |
|
4022 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
4023 startup/octaverc. |
|
4024 |
5318
|
4025 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
4026 |
|
4027 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
4028 (__im_numeric_limits__): New internal function. |
|
4029 |
5317
|
4030 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
4031 |
|
4032 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
4033 data, not mean of group_mean. |
|
4034 |
|
4035 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4036 |
|
4037 * startup/local-rcfile: New file. |
|
4038 * startup/main-rcfile: Rename from startup/octaverc. |
|
4039 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
4040 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
4041 Install local-rcfile in $(localfcnfiledir)/startup. |
|
4042 |
|
4043 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
4044 |
|
4045 * startup/inputrc: New file. |
|
4046 * startup/octaverc: Configure readline using inputrc from |
|
4047 startupfiledir. |
|
4048 * startup/Makefile.in (install, install-strip): Install octaverc |
|
4049 in $(fcnfiledir)/startup. |
|
4050 |
5310
|
4051 2005-04-27 John W. Eaton <jwe@octave.org> |
|
4052 |
|
4053 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
4054 |
5289
|
4055 2005-04-21 John W. Eaton <jwe@octave.org> |
|
4056 |
|
4057 * optimization/glpk.m: Handle SENSE argument. |
|
4058 |
|
4059 * optimization/qp.m, optimization/sqp.m: New files. |
|
4060 |
5276
|
4061 2005-04-08 John W. Eaton <jwe@octave.org> |
|
4062 |
|
4063 * Makefile.in (clean, distclean, maintainer-clean): |
|
4064 Avoid duplication in rules. |
|
4065 |
5252
|
4066 2005-03-28 John W. Eaton <jwe@octave.org> |
|
4067 |
|
4068 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
4069 setting {no,}parametric. |
|
4070 * plot/figure.m: Likewise, for setting terminal type. |
|
4071 |
|
4072 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
4073 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
4074 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
4075 plot/title.m, plot/top_title.m: Avoid eval. |
|
4076 |
5251
|
4077 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
4078 |
5253
|
4079 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
4080 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
4081 Use __gnuplot_replot__ instead of replot. |
|
4082 |
5252
|
4083 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
4084 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
4085 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
4086 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
4087 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
4088 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
4089 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
4090 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
4091 |
5251
|
4092 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
4093 |
5244
|
4094 2005-03-24 John W. Eaton <jwe@octave.org> |
|
4095 |
|
4096 * optimization/glpkmex.m: Texinfoize Doc string. |
|
4097 * optimization/glpk.m: Likewise. |
|
4098 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
4099 (row vectors are orginary character strings). |
|
4100 * optimization/glpkparam.m: Delete. |
|
4101 |
5243
|
4102 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
4103 |
|
4104 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
4105 of dimensions of X. |
|
4106 |
5237
|
4107 2005-03-23 John W. Eaton <jwe@octave.org> |
|
4108 |
5239
|
4109 * general/tril.m, general/triu.m: Return value of same class as |
|
4110 argument. |
|
4111 |
5237
|
4112 * optimization/glpk.m: Simplify interface. By default, solve |
|
4113 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
4114 * optimization/glpkmex.m: New file. |
|
4115 |
5232
|
4116 2005-03-22 John W. Eaton <jwe@octave.org> |
|
4117 |
5237
|
4118 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
4119 list. |
|
4120 |
5233
|
4121 * optimization/glpk.m: Adapt to Octave coding style. |
|
4122 No need for varargout or varargin. |
|
4123 Print usage message if nargin > 11. |
|
4124 Allow any value of nargout. |
|
4125 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
4126 Avoid looping when checking character classes. |
|
4127 |
5232
|
4128 * optimization: New directory. |
|
4129 * Makefile.in (SUBDIRS): Add it to the list. |
|
4130 * optimization/Makefile.in: New file. |
|
4131 * optimization/glpk.m, optimization/glpkparams.m, |
|
4132 optimization/glpktest1, optimization/glpktest2: New files. |
|
4133 |
5218
|
4134 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
4135 |
|
4136 * strings/split.m: Quick return for empty second arg. |
|
4137 Improve warning for multi-line strings. |
|
4138 Speed up by avoiding sprintf in loop and eval. |
|
4139 |
5217
|
4140 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
4141 |
|
4142 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
4143 * polynomial/polyder.m: Ditto. |
6778
|
4144 * polynomial/polygcd.m: New function. |
5217
|
4145 |
5214
|
4146 2005-03-16 John W. Eaton <jwe@octave.org> |
|
4147 |
5215
|
4148 * control/base/__stepimp__.m, control/base/bode.m, |
|
4149 control/base/frdemo.m, control/base/nichols.m, |
|
4150 control/base/nyquist.m, control/base/pzmap.m, |
|
4151 control/base/rldemo.m, control/base/rlocus.m, |
|
4152 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
4153 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
4154 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
4155 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
4156 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
4157 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
4158 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
4159 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
4160 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
4161 plot/xlabel.m, quaternion/demoquat.m, |
|
4162 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
4163 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
4164 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
4165 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
4166 gsplot from @seealso docs. |
5214
|
4167 |
|
4168 * plot/replot.m: New file. |
|
4169 |
5205
|
4170 2005-03-15 David Bateman <dbateman@free.fr> |
|
4171 |
|
4172 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
4173 |
5196
|
4174 2005-03-09 John W. Eaton <jwe@octave.org> |
|
4175 |
|
4176 * statistics/Makefile.in (bin-dist): Delete target. |
|
4177 (BINDISTSUBDIRS): Delete variable. |
6754
|
4178 * control/Makefile.in: Likewise. |
5196
|
4179 |
5378
|
4180 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
4181 (BINDISTFILES): Delete variable. |
5378
|
4182 * control/base/Makefile.in: Likewise. |
|
4183 * control/hinf/Makefile.in: Likewise. |
|
4184 * control/obsolete/Makefile.in: Likewise. |
|
4185 * control/system/Makefile.in: Likewise. |
|
4186 * control/util/Makefile.in: Likewise. |
|
4187 * deprecated/Makefile.in: Likewise. |
|
4188 * elfun/Makefile.in: Likewise. |
|
4189 * finance/Makefile.in: Likewise. |
|
4190 * general/Makefile.in: Likewise. |
|
4191 * image/Makefile.in: Likewise. |
|
4192 * sparse/Makefile.in: Likewise. |
|
4193 * io/Makefile.in: Likewise. |
|
4194 * plot/Makefile.in: Likewise. |
|
4195 * Makefile.in: Likewise. |
|
4196 * miscellaneous/Makefile.in: Likewise. |
|
4197 * linear-algebra/Makefile.in: Likewise. |
|
4198 * polynomial/Makefile.in: Likewise. |
|
4199 * quaternion/Makefile.in: Likewise. |
|
4200 * set/Makefile.in: Likewise. |
|
4201 * signal/Makefile.in: Likewise. |
|
4202 * specfun/Makefile.in: Likewise. |
|
4203 * special-matrix/Makefile.in: Likewise. |
|
4204 * startup/Makefile.in: Likewise. |
|
4205 * statistics/base/Makefile.in: Likewise. |
|
4206 * statistics/distributions/Makefile.in: Likewise. |
|
4207 * statistics/models/Makefile.in: Likewise. |
|
4208 * statistics/tests/Makefile.in: Likewise. |
|
4209 * strings/Makefile.in: Likewise. |
|
4210 * time/Makefile.in: Likewise. |
5196
|
4211 |
5195
|
4212 2005-03-08 John W. Eaton <jwe@octave.org> |
|
4213 |
|
4214 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
4215 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
4216 |
5192
|
4217 2005-03-04 John W. Eaton <jwe@octave.org> |
|
4218 |
|
4219 * plot/clg.m: New file. |
|
4220 |
5193
|
4221 2005-03-03 John W. Eaton <jwe@octave.org> |
|
4222 |
|
4223 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
4224 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
4225 strings/strcmpi.m: |
|
4226 New files from Octave-forge. Adapt to Octave coding standards. |
|
4227 |
5181
|
4228 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4229 |
|
4230 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
4231 computation range. |
|
4232 |
5164
|
4233 2005-02-25 John W. Eaton <jwe@octave.org> |
|
4234 |
|
4235 Sparse merge. |
|
4236 |
|
4237 2005-01-23 David Bateman <dbateman@free.fr> |
|
4238 |
|
4239 * sparse/randperm.m: Delete duplicate randperm.m. |
|
4240 |
|
4241 2005-01-10 John W. Eaton <jwe@octave.org> |
|
4242 |
|
4243 * sparse/Makefile.in: New file. |
|
4244 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
4245 |
|
4246 2005-01-07 David Bateman <dbateman@free.fr> |
|
4247 |
|
4248 * set/unique.m: import file from octave-forge. |
|
4249 |
|
4250 2005-01-05 David Bateman <dbateman@free.fr> |
|
4251 |
|
4252 * Makefile.in: include sparse directory in SUBDIRS. |
|
4253 |
|
4254 2004-12-30 John W. Eaton <jwe@octave.org> |
|
4255 |
|
4256 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
4257 src/DLD-FUNCTIONS/sparse.cc). |
|
4258 |
|
4259 2004-12-28 John W. Eaton <jwe@octave.org> |
|
4260 |
|
4261 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
4262 Andy Adler <adler@site.uottawa.ca>. |
|
4263 |
|
4264 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
4265 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
4266 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
4267 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
4268 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
4269 |
|
4270 * sparse: New directory. |
|
4271 |
5158
|
4272 2005-02-22 John W. Eaton <jwe@octave.org> |
|
4273 |
|
4274 * polynomial/residue.m: Force prepad to always create row vectors. |
|
4275 |
|
4276 * polynomial/poly.m: Quick return if m is 0. |
|
4277 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
4278 |
5154
|
4279 2005-02-21 David Bateman <dbateman@free.fr> |
|
4280 |
|
4281 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
4282 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
4283 Fix for row vectors with at least one element of lambda not in |
|
4284 (0, Inf). |
|
4285 |
5152
|
4286 2005-02-21 John W. Eaton <jwe@octave.org> |
|
4287 |
5153
|
4288 * statistics/base/qqplot.m: Use feval instead of eval. |
|
4289 |
5152
|
4290 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
4291 plot/__axis_label__.m: Issue replot command. |
|
4292 |
5135
|
4293 2005-02-09 John W. Eaton <jwe@octave.org> |
|
4294 |
|
4295 * polynomial/polyderiv.m: Force P to be a row vector. |
|
4296 |
5133
|
4297 2005-02-08 John W. Eaton <jwe@octave.org> |
|
4298 |
|
4299 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
4300 provided and len <= computed max_len. |
|
4301 |
5125
|
4302 2005-01-27 David Bateman <dbateman@free.fr> |
|
4303 |
|
4304 * strings/dec2base.m: Be even more careful about handling all digits. |
|
4305 |
|
4306 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
4307 |
|
4308 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
4309 |
5123
|
4310 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
4311 |
|
4312 * statistics/base/median.m: Make it work for the scalar case too. |
|
4313 |
6308
|
4314 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117
|
4315 |
|
4316 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
4317 Simplify logic for decoding args. |
5117
|
4318 |
5115
|
4319 2005-01-24 John W. Eaton <jwe@octave.org> |
|
4320 |
5116
|
4321 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
4322 |
|
4323 * plot/__plt__.m: No need to save and reset hold state now. |
|
4324 (first_plot): Delete unused variable. |
|
4325 |
5115
|
4326 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
4327 |
|
4328 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
4329 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
4330 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
4331 plot/__plt2vv__.m: |
|
4332 Return data and gnuplot commands instead of evaluating them. |
|
4333 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
4334 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
4335 |
5108
|
4336 2005-01-18 John W. Eaton <jwe@octave.org> |
|
4337 |
|
4338 * linear-algebra/cross.m: Allocate idx1 before use. |
|
4339 |
5096
|
4340 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
4341 |
|
4342 * statistics/base/range.m: Fix varargin usage. |
|
4343 |
5091
|
4344 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
4345 |
|
4346 * strings/deblank.m: Remove all trailing whitespace (check with |
|
4347 isspace), not just SPC. |
|
4348 |
5090
|
4349 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
4350 |
|
4351 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
4352 |
5073
|
4353 2004-11-09 John W. Eaton <jwe@octave.org> |
|
4354 |
|
4355 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
4356 From Julius Smith <jos@ccrma.stanford.edu>. |
|
4357 |
5072
|
4358 2004-11-08 John W. Eaton <jwe@octave.org> |
|
4359 |
|
4360 * plot/__plt2vm__.m: Delete debugging statement. |
|
4361 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
4362 |
5065
|
4363 2004-11-04 John W. Eaton <jwe@octave.org> |
|
4364 |
|
4365 * plot/hist.m: Always return row vectors for vector args. |
|
4366 |
5031
|
4367 2004-09-23 John W. Eaton <jwe@octave.org> |
|
4368 |
|
4369 * strings/strcmp.m: If args are not strings or cell arrays of |
|
4370 strings, return zero instead of reporting an error. |
|
4371 |
5021
|
4372 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
4373 |
|
4374 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
4375 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
4376 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
4377 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
4378 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
4379 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
4380 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
4381 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
4382 control/system/is_detectable.m, control/system/is_sample.m, |
|
4383 control/system/is_siso.m, control/system/is_stable.m, |
|
4384 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
4385 control/system/sys2tf.m, control/system/sys2zp.m, |
|
4386 control/system/sysappend.m, control/system/sysconnect.m, |
|
4387 control/system/sysdisc.m, control/system/sysdup.m, |
|
4388 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
4389 control/system/syssetsignals.m, control/system/syssub.m, |
|
4390 control/system/tf2sys.m, control/system/ugain.m, |
|
4391 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4392 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
4393 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
4394 |
|
4395 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
4396 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
4397 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
4398 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
4399 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
4400 control/system/sysappend.m, control/system/sysconnect.m, |
|
4401 control/system/sysdup.m, control/system/sysgroup.m, |
|
4402 control/system/sysprune.m, control/system/sysreorder.m, |
|
4403 control/system/sysscale.m, control/system/syssub.m, |
|
4404 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
4405 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
4406 polynomial/polyout.m, specfun/log2.m: |
|
4407 Add output arguments in doc strings. |
|
4408 |
|
4409 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
4410 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
4411 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
4412 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
4413 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
4414 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
4415 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
4416 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
4417 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
4418 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
4419 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
4420 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
4421 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
4422 control/system/c2d.m, control/system/is_abcd.m, |
|
4423 control/system/is_controllable.m, control/system/is_detectable.m, |
|
4424 control/system/is_observable.m, control/system/is_stable.m, |
|
4425 control/system/jet707.m, control/system/ord2.m, |
|
4426 control/system/starp.m, control/system/sys2fir.m, |
|
4427 control/system/sys2ss.m, control/system/sys2tf.m, |
|
4428 control/system/sys2zp.m, control/system/syscont.m, |
|
4429 control/system/sysdisc.m, control/system/sysdup.m, |
|
4430 control/system/sysgettype.m, control/system/sysgroup.m, |
|
4431 control/system/sysmult.m, control/system/sysprune.m, |
|
4432 control/system/sysreorder.m, control/system/sysscale.m, |
|
4433 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
4434 control/system/tf2ss.m, control/system/tf2sys.m, |
|
4435 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4436 control/util/axis2dlim.m, control/util/prompt.m, |
|
4437 control/util/zgfmul.m, control/util/zginit.m, |
|
4438 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
4439 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
4440 in doc strings. |
|
4441 |
|
4442 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
4443 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
4444 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
4445 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4446 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4447 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4448 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4449 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
4450 control/system/c2d.m, control/system/fir2sys.m, |
|
4451 control/system/is_stabilizable.m, control/system/jet707.m, |
|
4452 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
4453 control/util/zgshsr.m, polynomial/polyout.m: |
|
4454 New @tex section(s) in doc strings for better formating of printed |
|
4455 output. |
|
4456 |
|
4457 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
4458 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
4459 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
4460 Use proper double quote marks for TeX. |
|
4461 |
|
4462 * control/base/DEMOcontrol.m: Add missing ; |
|
4463 |
|
4464 * control/base/nichols.m, control/base/rlocus.m, |
|
4465 control/obsolete/minfo.m, control/system/is_digital.m, |
|
4466 control/system/ss2zp.m, control/system/sysmin.m, |
|
4467 control/system/tf2zp.m, control/util/sortcom.m: |
|
4468 Convert documentation to use or more completely use Texinfo. |
|
4469 |
|
4470 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
4471 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
4472 control/system/parallel.m, control/system/ss2tf.m, |
|
4473 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
4474 art splitting over a page boundary. |
|
4475 |
|
4476 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4477 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4478 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4479 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4480 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
4481 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
4482 the TeX documentation. |
|
4483 |
|
4484 * control/system/is_stabilizable.m: |
|
4485 Add Copyright so that help is displayed correctly. |
|
4486 |
|
4487 * special-matrix/vander.m: Octave indexes start at 1. |
|
4488 |
5011
|
4489 2004-09-21 David Bateman <dbateman@free.fr> |
|
4490 |
|
4491 * general/rotdim.m: New function for rotation of an N-d array in an |
|
4492 arbitrary plane. |
|
4493 |
|
4494 * general/flipdim.m: New function to flip an N-d array about an |
|
4495 arbitrary axis. |
|
4496 |
5003
|
4497 2004-09-15 David Bateman <dbateman@free.fr> |
|
4498 |
|
4499 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
4500 |
4992
|
4501 2004-09-15 John W. Eaton <jwe@octave.org> |
|
4502 |
|
4503 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
4504 Use iscellstr to check for cells rather than iscell. |
|
4505 Improve diagnostics for invalid args. |
4992
|
4506 |
4983
|
4507 2004-09-10 David Bateman <dbateman@free.fr> |
|
4508 |
|
4509 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
4510 and p with n > 1, and fix for matrix n and p with n == 1. |
|
4511 |
|
4512 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
4513 due to row vs. column vector operations. |
|
4514 |
4964
|
4515 2004-09-03 David Bateman <dbateman@free.fr> |
|
4516 |
|
4517 * general/repmat.m: Fix to allow logical classes. |
|
4518 |
4950
|
4519 2004-08-31 John W. Eaton <jwe@octave.org> |
|
4520 |
|
4521 * general/isa.m: New function, from Octave-forge. |
|
4522 |
|
4523 2004-08-31 David Bateman <dbateman@free.fr> |
|
4524 |
|
4525 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
4526 limitation on the use of int64 and uint64 types, and the use |
|
4527 of the eval. |
|
4528 |
|
4529 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
4530 in .^ with integer types is fixed. |
|
4531 |
|
4532 * general/repmat.m: Adapt to allow integer types. |
4945
|
4533 |
|
4534 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
4535 |
|
4536 * plot/axis.m: Don't reset axes when querying them. |
|
4537 |
4942
|
4538 2004-08-27 David Bateman <dbateman@free.fr> |
|
4539 |
|
4540 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
4541 Eliminate loop. |
|
4542 |
4918
|
4543 2004-07-27 David Bateman <dbateman@free.fr> |
|
4544 |
|
4545 * general/num2str.m: Also insert spaces in output when precision |
|
4546 argument is supplied. |
|
4547 |
4915
|
4548 2004-07-23 David Bateman <dbateman@free.fr> |
|
4549 |
|
4550 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
4551 |
4911
|
4552 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4553 |
|
4554 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
4555 |
|
4556 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
4557 |
|
4558 * miscellaneous/unix.m: Fix doc string. |
|
4559 |
|
4560 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
4561 |
|
4562 * plot/figure.m: Clarification of documentation. |
|
4563 |
|
4564 * image/imshow.m: Warn for complex images. |
|
4565 Only estimate colourmap for images in [0, 65536]. |
|
4566 |
|
4567 2004-07-22 David Bateman <dbateman@free.fr> |
|
4568 |
|
4569 * general/num2str.m: Fix the case of an all zero input. |
|
4570 |
4906
|
4571 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4572 |
|
4573 * general/ind2sub.m: Doc fix. |
|
4574 |
4900
|
4575 2004-06-08 John W. Eaton <jwe@octave.org> |
|
4576 |
|
4577 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
4578 convert function handle to string for eval. |
|
4579 |
4898
|
4580 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
4581 |
|
4582 * plot/errorbar.m: Remove debugging output. |
|
4583 |
|
4584 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4585 |
|
4586 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
4587 |
4897
|
4588 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4589 |
4898
|
4590 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
4591 |
|
4592 * polynomial/polyout.m: Use parenthesis if necessary around |
|
4593 complex polynomial coefficient. |
|
4594 |
4897
|
4595 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
4596 the bug which causes __errplot__ to ignore the last argument. |
|
4597 |
4894
|
4598 2004-06-03 David Bateman <dbateman@free.fr> |
|
4599 |
|
4600 * general/shiftdim.m: New function based on JWE code snippet. |
|
4601 |
|
4602 * general/circdim.m: New function. |
|
4603 |
4890
|
4604 2004-05-06 David Bateman <dbateman@free.fr> |
|
4605 |
|
4606 * general/issquare.m: Fail if ndim(x) > 2. |
|
4607 |
|
4608 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
4609 |
|
4610 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
4611 N-d array arguments. Add optional dim argument to define |
|
4612 dimension along which to operate. |
|
4613 |
|
4614 * linear-algebra/dmult.m: Allow N-d arrays. |
|
4615 |
|
4616 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
4617 |
4885
|
4618 2004-04-29 David Bateman <dbateman@free.fr> |
|
4619 |
|
4620 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
4621 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
4622 statistics/base/statistics.m, statistics/base/skewness.m |
|
4623 statistics/base/iqr.m: |
|
4624 Make N-d array aware. Allow optional argument to define the |
|
4625 dimension along which to operate. Update the documentation. |
|
4626 |
|
4627 * statistics/base/ranks.m: Change algorithm to use sort, |
|
4628 and adjust for the ties after. |
|
4629 |
|
4630 * statistics/base/run_counts.m: Change algorithm to use |
|
4631 the a combination of diff and find, rather than a for-loop. |
|
4632 |
4881
|
4633 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
4634 |
|
4635 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
4636 |
4878
|
4637 2004-04-23 David Bateman <dbateman@free.fr> |
|
4638 |
|
4639 * general/int2str.m: Treat only real part of argument, and treat |
|
4640 NDArrays by stacking the slices through the matrix vertically. |
|
4641 |
|
4642 * general/num2str.m: Improve format of integer matrices, and the |
|
4643 conversion of complex matrices added. Treat NDArrays by stacking |
|
4644 the slices through the matrix vertically. |
|
4645 |
|
4646 * deprecated/com2str.m: Moved here from general subdirectory. |
|
4647 |
4877
|
4648 2004-04-22 John W. Eaton <jwe@octave.org> |
|
4649 |
|
4650 * quaternion/qtransvmat.m: Use continuation characters to make |
|
4651 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
4652 |
4869
|
4653 2004-04-21 David Bateman <dbateman@free.fr> |
|
4654 |
5378
|
4655 * elfun/lcm.m: Make N-d aware. |
4870
|
4656 |
4869
|
4657 * general/diff.m: Make the code N-d array aware. Allow an |
|
4658 optional argument to define the dimension along which to perform |
|
4659 the differences and allow the order of the differences to be larger |
|
4660 than the dimension itself. |
|
4661 |
|
4662 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
4663 use of these functions to 1- and 2-d arrays. |
|
4664 |
4863
|
4665 2004-04-16 John W. Eaton <jwe@octave.org> |
|
4666 |
|
4667 * elfun/gcd.m: Delete. |
|
4668 |
4862
|
4669 2004-04-15 David Bateman <dbateman@free.fr> |
|
4670 |
|
4671 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
4672 |
|
4673 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
4674 array aware and and optional argument for the dimension along |
|
4675 which to operate. |
|
4676 |
5378
|
4677 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
4678 argument for the dimension to be consistent with other N-d array |
|
4679 functions. |
|
4680 |
4860
|
4681 2004-04-08 David Bateman <dbateman@free.fr> |
|
4682 |
|
4683 * statistics/distributions/discrete_cdf.m, |
|
4684 statistics/distributions/discrete_inv.m, |
|
4685 statistics/distributions/discrete_pdf.m, |
|
4686 statistics/distributions/discrete_rnd.m, |
|
4687 statistics/distributions/exponential_cdf.m, |
|
4688 statistics/distributions/exponential_inv.m, |
|
4689 statistics/distributions/exponential_pdf.m, |
|
4690 statistics/distributions/exponential_rnd.m, |
|
4691 statistics/distributions/f_cdf.m, |
|
4692 statistics/distributions/f_inv.m, |
|
4693 statistics/distributions/f_pdf.m, |
|
4694 statistics/distributions/f_rnd.m, |
|
4695 statistics/distributions/geometric_cdf.m, |
|
4696 statistics/distributions/geometric_inv.m, |
|
4697 statistics/distributions/geometric_pdf.m, |
|
4698 statistics/distributions/geometric_rnd.m, |
|
4699 statistics/distributions/hypergeometric_rnd.m, |
|
4700 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
4701 statistics/distributions/laplace_cdf.m, |
|
4702 statistics/distributions/laplace_inv.m, |
|
4703 statistics/distributions/laplace_pdf.m, |
|
4704 statistics/distributions/laplace_rnd.m, |
|
4705 statistics/distributions/logistic_inv.m, |
|
4706 statistics/distributions/logistic_rnd.m, |
|
4707 statistics/distributions/lognormal_cdf.m, |
|
4708 statistics/distributions/lognormal_inv.m, |
|
4709 statistics/distributions/lognormal_pdf.m, |
|
4710 statistics/distributions/lognormal_rnd.m, |
|
4711 statistics/distributions/pascal_cdf.m, |
|
4712 statistics/distributions/pascal_inv.m, |
|
4713 statistics/distributions/pascal_pdf.m, |
|
4714 statistics/distributions/pascal_rnd.m, |
|
4715 statistics/distributions/poisson_cdf.m, |
|
4716 statistics/distributions/poisson_inv.m, |
|
4717 statistics/distributions/poisson_pdf.m, |
|
4718 statistics/distributions/poisson_rnd.m, |
|
4719 statistics/distributions/t_cdf.m, |
|
4720 statistics/distributions/t_inv.m, |
|
4721 statistics/distributions/t_pdf.m, |
|
4722 statistics/distributions/t_rnd.m, |
|
4723 statistics/distributions/weibull_cdf.m, |
|
4724 statistics/distributions/weibull_inv.m, |
|
4725 statistics/distributions/weibull_pdf.m, |
|
4726 statistics/distributions/weibull_rnd.m: |
|
4727 Allow N-d arrays. |
|
4728 |
|
4729 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
4730 that results in NaN in places where it should not have had. |
|
4731 |
|
4732 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
4733 allow creating arbitrary matrices, compatiable with the other |
5583
|
4734 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
4735 |
|
4736 * statistics/distributions/empirical_rnd.m: New argument formats |
|
4737 to allow creating arbitrary matrices, compatiable with the other |
5583
|
4738 *_rnd.m functions. Maintain compatibility with previous |
4860
|
4739 format. Allow N-d arrays. |
|
4740 |
|
4741 * statistics/distributions/hypergeometric_cdf.m, |
|
4742 statistics/distributions/hypergeometric_inv.m, |
|
4743 statistics/distributions/hypergeometric_pdf.m, |
|
4744 statistics/distributions/wiener_rnd.m: |
|
4745 Error for non-scalar arguments. |
|
4746 |
|
4747 * statistics/distributions/pascal_rnd.m: |
|
4748 Correct for n = 1 bug, where all elements were equal. |
|
4749 |
4849
|
4750 2004-04-06 David Bateman <dbateman@free.fr> |
|
4751 |
4854
|
4752 * general/common_size.m, miscellaneous/bincoeff.m, |
|
4753 statistics/distributions/beta_cdf.m, |
|
4754 statistics/distributions/beta_inv.m, |
|
4755 statistics/distributions/beta_pdf.m, |
|
4756 statistics/distributions/beta_rnd.m, |
|
4757 statistics/distributions/binomial_cdf.m, |
|
4758 statistics/distributions/binomial_inv.m, |
|
4759 statistics/distributions/binomial_pdf.m, |
|
4760 statistics/distributions/binomial_rnd.m, |
|
4761 statistics/distributions/cauchy_cdf.m, |
|
4762 statistics/distributions/cauchy_inv.m, |
|
4763 statistics/distributions/cauchy_pdf.m, |
|
4764 statistics/distributions/cauchy_rnd.m, |
|
4765 statistics/distributions/chisquare_cdf.m, |
|
4766 statistics/distributions/chisquare_inv.m, |
|
4767 statistics/distributions/chisquare_pdf.m, |
|
4768 statistics/distributions/chisquare_rnd.m, |
|
4769 statistics/distributions/gamma_cdf.m, |
|
4770 statistics/distributions/gamma_inv.m, |
|
4771 statistics/distributions/gamma_pdf.m, |
|
4772 statistics/distributions/gamma_rnd.m, |
|
4773 statistics/distributions/normal_cdf.m, |
|
4774 statistics/distributions/normal_inv.m, |
|
4775 statistics/distributions/normal_pdf.m, |
|
4776 statistics/distributions/normal_rnd.m, |
|
4777 statistics/distributions/stdnormal_cdf.m, |
|
4778 statistics/distributions/stdnormal_pdf.m, |
|
4779 statistics/distributions/stdnormal_rnd.m, |
|
4780 statistics/distributions/uniform_cdf.m, |
|
4781 statistics/distributions/uniform_inv.m, |
|
4782 statistics/distributions/uniform_pdf.m, |
|
4783 statistics/distributions/uniform_rnd.m: |
|
4784 Allow the inputs to be N-d arrays. |
|
4785 |
4852
|
4786 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
4787 * statistics/base/median.m: Likewise. |
4849
|
4788 |
4844
|
4789 2004-04-02 David Bateman <dbateman@free.fr> |
|
4790 |
|
4791 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
4792 * statistics/base/center.m, statistics/base/meansq.m, |
|
4793 statistics/base/moment.m, statistics/base/range.m: |
4852
|
4794 Update for N-d arrays. |
4844
|
4795 * signal/fftshift.m: Fix dimensioning error. |
|
4796 |
|
4797 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
4798 N-d arrays. |
4844
|
4799 |
4852
|
4800 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
4801 |
|
4802 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
4803 |
4852
|
4804 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
4805 |
|
4806 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
4807 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
4808 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
4809 |
|
4810 * control/system/sysidx.m: Use cellidx and not listidx. |
|
4811 |
4841
|
4812 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4813 |
|
4814 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
4815 default of "" (so it is off unless explicitly set by the user). |
|
4816 |
4836
|
4817 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
4818 |
|
4819 * image/imshow.m: Accept "truesize" argument. |
|
4820 Ignore current colormap. New tests and demos. |
|
4821 |
4834
|
4822 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
4823 |
|
4824 * signal/sinewave.m: Allow N to default to M. |
|
4825 |
4826
|
4826 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4827 |
|
4828 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
4829 |
4818
|
4830 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4831 |
|
4832 * general/deal.m: New function. |
4819
|
4833 Add tests from Paul Kienzle. |
4818
|
4834 |
4811
|
4835 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4836 |
|
4837 * plot/hist.m: Compute histogram correctly for n>=30. |
|
4838 |
5095
|
4839 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
4840 |
|
4841 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
4842 |
4806
|
4843 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4844 |
|
4845 * miscellaneous/horzcat.m: Delete. |
|
4846 * miscellaneous/vertcat.m: Delete. |
|
4847 |
4790
|
4848 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4849 |
|
4850 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
4851 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
4852 |
4789
|
4853 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4854 |
|
4855 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
4856 doing multiple plots in the same gnuplot frame. |
|
4857 |
4780
|
4858 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4859 |
|
4860 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
4861 control/system/cellidx.m, control/system/ss.m, |
|
4862 control/system/tf.m, control/system/zp.m: New functions. |
|
4863 |
4778
|
4864 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
4865 |
|
4866 * statistics/distributions/discrete_inv.m: |
|
4867 Reduce memory requirements. |
|
4868 |
4772
|
4869 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4870 |
|
4871 * plot/__errcomm__.m: Fix thinko in previous change. |
|
4872 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
4873 |
4771
|
4874 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
4875 |
|
4876 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
4877 control/base/analdemo.m, control/base/bddemo.m, |
|
4878 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
4879 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
4880 control/base/rldemo.m, control/base/rlocus.m, |
|
4881 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
4882 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
4883 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
4884 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
4885 control/obsolete/packsys.m, control/obsolete/series.m, |
|
4886 control/system/__sysdefioname__.m, |
|
4887 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
4888 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
4889 control/system/c2d.m, control/system/d2c.m, |
|
4890 control/system/dmr2d.m, control/system/fir2sys.m, |
|
4891 control/system/is_signal_list.m, control/system/is_siso.m, |
|
4892 control/system/jet707.m, control/system/listidx.m, |
|
4893 control/system/moddemo.m, control/system/ord2.m, |
|
4894 control/system/packedform.m, control/system/parallel.m, |
|
4895 control/system/ss2sys.m, control/system/sys2tf.m, |
|
4896 control/system/sys2zp.m, control/system/sysadd.m, |
|
4897 control/system/sysappend.m, control/system/sysconnect.m, |
|
4898 control/system/syscont.m, control/system/sysdimensions.m, |
|
4899 control/system/sysdisc.m, control/system/sysdup.m, |
|
4900 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
4901 control/system/sysgroup.m, control/system/sysmin.m, |
|
4902 control/system/sysmult.m, control/system/sysprune.m, |
|
4903 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
4904 control/system/syssetsignals.m, control/system/syssub.m, |
|
4905 control/system/sysupdate.m, control/system/tf2sys.m, |
|
4906 control/system/ugain.m, control/system/zp2ss.m, |
|
4907 control/system/zp2sys.m, control/util/__outlist__.m, |
|
4908 control/util/__zgpbal__.m, control/util/strappend.m: |
|
4909 Use cell arrays instead of lists. |
|
4910 |
4723
|
4911 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
4912 |
|
4913 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
4914 so that bar (1, 1) will work. |
|
4915 |
4710
|
4916 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4917 |
4717
|
4918 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
4919 * plot/__errplot__.m: Likewise. |
|
4920 * plot/__plt__.m: Likewise. |
|
4921 * plot/plot_border.m: Likewise. |
|
4922 |
4710
|
4923 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
4924 not $(DOCSTRINGS). |
|
4925 |
4706
|
4926 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
4927 |
|
4928 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
4929 rank ([], tol). |
|
4930 |
4691
|
4931 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4932 |
4692
|
4933 * elfun/acot.m: Return atan (1./z). |
|
4934 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
4935 |
4691
|
4936 * miscellaneous/dir.m: New file. |
|
4937 |
|
4938 * general/num2str.m: Use "%d" as format if values are ints with |
|
4939 magnitude less than 1e10. |
|
4940 |
|
4941 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4942 |
|
4943 * general/num2str.m: If single arg is string, return it. |
|
4944 |
|
4945 * miscellaneous/not.m: New file. |
|
4946 |
|
4947 * miscellaneous/unix.m: New file. |
|
4948 |
|
4949 * miscellaneous/isunix.m: New file. |
|
4950 * miscellaneous/ispc.m: New file. |
|
4951 |
|
4952 * miscellaneous/computer.m: New file. |
|
4953 |
|
4954 * miscellaneous/delete.m: New file. |
|
4955 |
4689
|
4956 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4957 |
|
4958 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
4959 |
|
4960 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4961 |
|
4962 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
4963 Always return substituted version of LOADPATH if nargout != 0. |
|
4964 |
4685
|
4965 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
4966 |
|
4967 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
4968 before continuing. |
|
4969 |
|
4970 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
4971 |
4677
|
4972 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4973 |
|
4974 * general/ind2sub.m: New file. |
|
4975 * general/sub2ind.m: New file. |
|
4976 |
4675
|
4977 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4978 |
|
4979 * control/system/zp2ss.m: Don't save and restore |
|
4980 warn_empty_list_elements. |
|
4981 |
|
4982 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
4983 |
6778
|
4984 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675
|
4985 |
4673
|
4986 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
4987 |
|
4988 * statistics/base/mean.m: Remove special case for row vectors. |
|
4989 |
4637
|
4990 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
4991 |
|
4992 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
4993 |
4631
|
4994 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
4995 |
|
4996 * statistics/base/iqr.m: Handle matrices. |
|
4997 |
4630
|
4998 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4999 |
|
5000 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
5001 |
4629
|
5002 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5003 |
|
5004 * miscellaneous/path.m: Fix thinko in previous change. |
|
5005 |
4609
|
5006 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5007 |
4629
|
5008 * control/base/dare.m: Check positive (semi)definiteness and |
|
5009 dimensions of r (and q). |
|
5010 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
5011 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
5012 near unit circle. |
4611
|
5013 |
|
5014 * control/system/is_detectable.m: Use Hautus Lemma. |
|
5015 Correct the behavior for discrete-time systems. |
|
5016 * control/system/is_stabilizable.m: Likewise. |
|
5017 |
4609
|
5018 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
5019 |
|
5020 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
5021 |
4610
|
5022 * general/isdefinite.m: New function. |
|
5023 |
4567
|
5024 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5025 |
|
5026 * general/reshape: Delete. |
|
5027 |
4559
|
5028 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5029 |
|
5030 * general/numel.m: Delete. |
|
5031 |
4535
|
5032 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5033 |
4536
|
5034 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
5035 |
|
5036 * deprecated/isstr.m: New file. |
4535
|
5037 |
4529
|
5038 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5039 |
|
5040 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
5041 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
5042 |
4525
|
5043 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
5044 |
|
5045 * statistics/base/mean.m: Fix missing semicolon problem. |
|
5046 |
4503
|
5047 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
5048 |
|
5049 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
5050 |
4492
|
5051 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
5052 |
|
5053 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
5054 Allow optional length argument. |
|
5055 |
4491
|
5056 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5057 |
|
5058 * polynomial/polyfit.m: Avoid calling flipud. |
|
5059 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
5060 Return structure as second output value for improved Matlab |
|
5061 compatibility. |
|
5062 |
4476
|
5063 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5064 |
4478
|
5065 * linear-algebra/cond.m: Behave as though old built-in variable |
|
5066 propagate_empty_matrices is always 1. Also handle empty matrices |
|
5067 with one non-zero dimension. |
|
5068 |
4476
|
5069 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
5070 warn_single_quote_string to the list. |
4478
|
5071 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
5072 from the list. |
4476
|
5073 |
5095
|
5074 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
5075 |
|
5076 * signal/autocov.m: Transpose result of conj because diag returns |
|
5077 a column vector, not a row vector. |
|
5078 |
|
5079 * audio/playaudio.m, audio/record.m, image/image.m, |
|
5080 miscellaneous/bug_report.m: Protect spaces in filenames |
|
5081 with quotes. |
|
5082 |
4466
|
5083 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5084 |
4468
|
5085 * io/printf.m, io/puts.m: Delete. |
|
5086 |
4466
|
5087 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
5088 default_return_value from the list. |
|
5089 Add warn_undefined_return_values to the list. |
|
5090 |
|
5091 |
4464
|
5092 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5093 |
|
5094 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
5095 and initialize_global_variables from the list. |
|
5096 |
4460
|
5097 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5098 |
4463
|
5099 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
5100 |
|
5101 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
5102 |
|
5103 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
5104 * control/system/sys2fir.m: Likewise. |
|
5105 |
|
5106 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
5107 * control/system/__tf2sysl__.m: Likewise. |
|
5108 |
|
5109 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
5110 |
|
5111 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
5112 and [] concatenation. |
|
5113 * control/system/sys2fir.m: Likewise. |
|
5114 |
|
5115 * control/base/dgram.m, control/base/freqchkw.m, |
|
5116 control/base/gram.m, control/system/__abcddims__.m, |
|
5117 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
5118 control/system/is_sample.m, control/system/is_signal_list.m, |
|
5119 control/system/is_siso.m, control/system/sys2fir.m, |
|
5120 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
5121 control/system/sysgettype.m, control/system/tf2zp.m, |
|
5122 control/system/ugain.m, control/util/prompt.m, |
|
5123 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
5124 control/util/zgshsr.m: |
|
5125 Improve conformance to Octave coding style. |
|
5126 |
4461
|
5127 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
5128 the list. |
|
5129 Delete resize_on_range_error from the list. |
|
5130 |
4460
|
5131 * control/base/pzmap.m, control/base/place.m, |
|
5132 control/base/__freqresp__.m, control/system/sysappend.m, |
|
5133 control/system/syscont.m, control/system/sysdisc.m, |
|
5134 control/system/sysgroup.m, control/system/tfout.m, |
|
5135 control/system/zp2ss.m, control/system/zpout.m, |
|
5136 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
5137 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
5138 empty_list_elements_ok. |
|
5139 |
|
5140 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
5141 Delete empty_list_elements_ok from the list. |
|
5142 |
4457
|
5143 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5144 |
|
5145 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
5146 list. |
|
5147 Delete treat_neg_dim_as_zero from the list. |
|
5148 |
|
5149 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
5150 |
4451
|
5151 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5152 |
4455
|
5153 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
5154 was not used in the code in any case). |
|
5155 |
|
5156 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
5157 do_fortran_indexing. |
|
5158 |
4452
|
5159 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
5160 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
5161 |
4451
|
5162 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
5163 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
5164 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
5165 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
5166 warn_fortran_indexing in the list. |
|
5167 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
5168 implicit_str_to_num_ok, do_fortran_indexing, and |
|
5169 prefer_column_vectors from list. |
4451
|
5170 |
4440
|
5171 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5172 |
|
5173 * Makefile.in (distclean, maintainer-clean): Also remove |
|
5174 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
5175 directory. |
|
5176 |
5095
|
5177 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
5178 |
|
5179 * plot/hist.m: Don't forget to define n if x is a vector. |
|
5180 |
5095
|
5181 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
5182 |
|
5183 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
5184 return "." with extension. |
|
5185 |
4422
|
5186 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5187 |
|
5188 * control/base/__stepimp__.m, control/base/nichols.m, |
|
5189 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
5190 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
5191 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
5192 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
5193 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
5194 |
4413
|
5195 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5196 |
|
5197 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
5198 |
5095
|
5199 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
5200 |
|
5201 * plot/hist.m: Improve performance by using different algorithms |
|
5202 depending on number of bins. |
|
5203 |
4404
|
5204 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5205 |
|
5206 * control/system/sysadd.m: If systems are not "tf", convert before |
|
5207 adding. |
|
5208 |
5095
|
5209 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
5210 |
|
5211 * image/imagesc.m: Accept data limits parameter for colormap. |
|
5212 |
5095
|
5213 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
5214 |
|
5215 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
5216 the impulse by t_step. |
|
5217 |
4373
|
5218 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5219 |
|
5220 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
5221 column vectors. |
|
5222 |
5095
|
5223 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
5224 |
|
5225 * linear-algebra/null.m: Handle empty matrix arg. |
|
5226 |
4369
|
5227 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5228 |
|
5229 * general/shift.m: Force empty_list_elements_ok to 1. |
|
5230 |
4358
|
5231 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5232 |
|
5233 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
5234 New files. |
|
5235 |
4348
|
5236 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5237 |
|
5238 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
5239 function handle to pass to feval. |
|
5240 * statistics/base/qqplot.m: Likewise. |
|
5241 * statistics/base/ppplot.m: Likewise. |
|
5242 * signal/spectral_xdf.m: Likewise. |
|
5243 * signal/spectral_adf.m: Likewise. |
|
5244 |
4340
|
5245 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5246 |
|
5247 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
5248 |
4334
|
5249 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5250 |
|
5251 * linear-algebra/logm.m: New file. |
|
5252 |
5095
|
5253 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
5254 |
|
5255 * mkpkgadd: Scan C++ files as well |
|
5256 |
5095
|
5257 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
5258 |
|
5259 * strings/findstr.m: Return empty set for zero-length target. |
|
5260 |
5095
|
5261 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
5262 |
|
5263 * set/union.m: Preserve the orientation of inputs. |
|
5264 |
4305
|
5265 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5266 |
|
5267 * general/int2str.m: Eliminate leading spaces. |
|
5268 |
4303
|
5269 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5270 |
|
5271 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
5272 |
5095
|
5273 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
5274 |
|
5275 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
5276 $(BUILD_LDFLAGS) to compiler. |
|
5277 |
4295
|
5278 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5279 |
|
5280 * general/num2str.m: Don't specify field width for scalars. |
|
5281 |
4292
|
5282 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5283 |
|
5284 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
5285 |
4265
|
5286 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5287 |
4279
|
5288 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
5289 |
4266
|
5290 * miscellaneous/tempname.m: New file. |
|
5291 |
|
5292 * miscellaneous/tempdir.m: New file. |
|
5293 |
4265
|
5294 * miscellaneous/fullfile.m: New file. |
|
5295 |
4259
|
5296 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5297 |
4264
|
5298 * miscellaneous/fileparts.m: New file. |
|
5299 |
|
5300 * io/beep.m: New file. |
|
5301 |
4260
|
5302 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
5303 format only. |
4259
|
5304 |
4257
|
5305 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5306 |
|
5307 * strings/strcmp.m: Handle cell arrays of strings. |
|
5308 |
4229
|
5309 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5310 |
|
5311 * general/int2str.m: Handle matrices. |
|
5312 * general/num2str.m: Likewise. |
|
5313 Also handle optional precision, and format args. |
|
5314 |
4225
|
5315 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5316 |
|
5317 * audio/Makefile.in, control/base/Makefile.in, |
|
5318 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
5319 control/system/Makefile.in, elfun/Makefile.in, |
|
5320 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
5321 io/Makefile.in, linear-algebra/Makefile.in, |
|
5322 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
5323 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
5324 specfun/Makefile.in, special-matrix/Makefile.in, |
|
5325 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
5326 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
5327 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
5328 deprecated/Makefile.in: Use new do-script-install and |
|
5329 do-script-uninstall macros. |
|
5330 |
|
5331 * mkpkgadd: New script. |
|
5332 |
|
5333 * plot/close.m: New file. |
|
5334 |
4184
|
5335 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5336 |
|
5337 * image/image.m: Use -raw option for xv. |
|
5338 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
5339 |
4172
|
5340 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5341 |
4174
|
5342 * control/base/lsim.m: Use approximate test for step size change. |
|
5343 |
4172
|
5344 * signal/bartlett.m: Avoid row/column mismatch error. |
|
5345 |
5095
|
5346 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
5347 |
|
5348 * statistics/base/var.m: Use better formula for improved accuracy. |
|
5349 |
5095
|
5350 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
5351 |
|
5352 * control/base/lsim.m: Correct doc string. |
|
5353 |
5095
|
5354 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
5355 |
|
5356 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
5357 |
4148
|
5358 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5359 |
|
5360 * plot/contour.m: Handle x and y as matrices too. |
|
5361 |
5095
|
5362 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
5363 |
|
5364 * plot/contour.m: Fix error and usage messages. |
|
5365 |
4146
|
5366 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5367 |
|
5368 * plot/contour.m: Correct orientation of plot. |
|
5369 |
4139
|
5370 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5371 |
|
5372 * control/base/analdemo.m: Fix typo. |
|
5373 |
5095
|
5374 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
5375 |
|
5376 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
5377 |
4098
|
5378 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5379 |
|
5380 * mkdoc: Exit immediately on errors. |
|
5381 Exit with error if gethelp does not exist. |
|
5382 |
|
5383 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
5384 |
4093
|
5385 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5386 |
|
5387 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
5388 |
5095
|
5389 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
5390 |
|
5391 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
5392 * statistics/distributions/normal_pdf.m: Likewise. |
|
5393 * statistics/distributions/normal_inv.m: Likewise. |
|
5394 |
5095
|
5395 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
5396 |
|
5397 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
5398 |
5095
|
5399 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
5400 |
|
5401 * statistics/base/var.m: Handle complex values. |
|
5402 |
4031
|
5403 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5404 |
|
5405 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
5406 list. |
|
5407 * deprecated/Makefile.in: New file. |
|
5408 |
5095
|
5409 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
5410 |
|
5411 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
5412 * statistics/distributions/binomial_cdf.m: Likewise. |
|
5413 * statistics/distributions/f_cdf.m: Likewise. |
|
5414 * statistics/distributions/t_cdf.m: Likewise. |
|
5415 |
|
5416 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
5417 * specfun/beta.m: Likewise. |
|
5418 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
5419 * statistics/distributions/gamma_pdf.m: Likewise. |
|
5420 * statistics/distributions/poisson_pdf.m: Likewise. |
|
5421 |
|
5422 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
5423 * statistics/distributions/poisson_cdf.m: Likewise. |
|
5424 |
4026
|
5425 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5426 |
4028
|
5427 * deprecated/is_bool.m: New file. |
|
5428 * deprecated/is_complex.m: New file. |
|
5429 * deprecated/is_global.m: New file. |
|
5430 * deprecated/is_list.m: New file. |
|
5431 * deprecated/is_matrix.m: New file. |
|
5432 * deprecated/is_scalar.m: New file. |
|
5433 * deprecated/is_square.m: New file. |
|
5434 * deprecated/is_stream.m: New file. |
|
5435 * deprecated/is_struct.m: New file. |
|
5436 * deprecated/is_symmetric.m: New file. |
|
5437 * deprecated/is_vector.m: New file. |
4030
|
5438 * Change all callers of these functions to use the new names. |
4028
|
5439 |
4029
|
5440 * deprecated: New directory. |
|
5441 * Makefile.in (SUBDIRS): Add it to the list. |
|
5442 |
4026
|
5443 * general/isscalar.m: Rename from is_scalar.m. |
|
5444 * general/issquare.m: Rename from is_square.m. |
|
5445 * general/issymmetric.m: Rename from is_symmetric.m. |
|
5446 * general/isvector.m: Rename from is_vector.m. |
|
5447 |
4022
|
5448 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5449 |
|
5450 * statistics/base/mean.m: Allow empty matrices. |
|
5451 Handle DIM arg. |
|
5452 |
5095
|
5453 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
5454 |
|
5455 * plot/__errcomm__.m: If format is not specified, default to error |
|
5456 bar format. |
|
5457 |
4011
|
5458 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5459 |
|
5460 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
5461 __F_SETFL__ and __O_NONBLOCK__. |
|
5462 |
|
5463 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
5464 * miscellaneous/bug_report.m: Likewise. |
|
5465 |
4007
|
5466 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5467 |
4008
|
5468 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
5469 * general/rem.m: Likewise. |
|
5470 |
|
5471 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
5472 * plot/semilogxerr.m: Likewise. |
4007
|
5473 * plot/semilogyerr.m: Likewise. |
|
5474 |
5095
|
5475 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
5476 |
|
5477 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
5478 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
5479 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
5480 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
5481 |
|
5482 * plot/errorbar.m: Use __errcomm__.m. |
|
5483 * plot/__errplot__.m: Minor cleanups. |
|
5484 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
5485 * plot/__pltopt1__.m: Likewise. |
|
5486 |
3980
|
5487 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5488 |
3981
|
5489 * general/rem.m: Delete redundant call to usage. |
|
5490 |
3980
|
5491 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
5492 |
5095
|
5493 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
5494 |
|
5495 * general/mod.m: New function. |
|
5496 |
3979
|
5497 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5498 |
|
5499 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
5500 * control/system/sysadd.m: Likewise. |
|
5501 * control/system/sysgroup.m: Likewise. |
|
5502 * control/system/syssub.m: Likewise. |
|
5503 * elfun/gcd.m: Likewise. |
|
5504 * elfun/lcm.m: Likewise. |
|
5505 * general/common_size.m: Likewise. |
|
5506 * io/printf.m: Likewise. |
|
5507 * miscellaneous/menu.m: Likewise. |
|
5508 * miscellaneous/path.m: Likewise. |
|
5509 * plot/__errplot__.m: Likewise. |
|
5510 * plot/__plt__.m: Likewise. |
|
5511 * plot/axis.m: Likewise. |
|
5512 * plot/errorbar.m: Likewise. |
|
5513 * plot/mplot.m: Likewise. |
|
5514 * plot/loglog.m: Likewise. |
|
5515 * plot/plot.m: Likewise. |
|
5516 * plot/plot_border.m: Likewise. |
|
5517 * plot/semilogx.m: Likewise. |
|
5518 * plot/semilogy.m: Likewise. |
|
5519 * plot/xlabel.m: Likewise. |
|
5520 * plot/ylabel.m: Likewise. |
|
5521 * plot/zlabel.m: Likewise. |
|
5522 * statistics/base/ppplot.m: Likewise. |
|
5523 * statistics/base/qqplot.m: Likewise. |
|
5524 * statistics/tests/bartlett_test.m: Likewise. |
|
5525 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
5526 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
5527 * strings/str2mat.m: Likewise. |
|
5528 * strings/strcat.m: Likewise. |
|
5529 |
5095
|
5530 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
5531 |
|
5532 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
5533 |
3924
|
5534 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5535 |
|
5536 * skip-autoheader: New file, for autogen.sh. |
3925
|
5537 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
5538 |
5095
|
5539 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
5540 |
|
5541 * general/repmat.m: New function. |
|
5542 |
5095
|
5543 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
5544 |
|
5545 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
5546 Use optional parameter to specify the number of bits in the input. |
|
5547 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
5548 floats in the range [-1,1], 2x speedup. |
|
5549 |
|
5550 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
5551 |
3910
|
5552 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5553 |
|
5554 * linear-algebra/kron.m: Delete. |
|
5555 |
5095
|
5556 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
5557 |
|
5558 * signal/freqz.m: If nargout is zero, plot results instead of |
|
5559 returning them. |
|
5560 * signal/freqz_plot.m: New file. |
|
5561 |
5095
|
5562 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
5563 |
5378
|
5564 * signal/unwrap.m: New file. |
3906
|
5565 |
5095
|
5566 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
5567 |
|
5568 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
5569 divide by zero warning. |
|
5570 |
5095
|
5571 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
5572 |
3894
|
5573 * strings/deblank.m: Trim \0 as well as blank. |
|
5574 |
5378
|
5575 * freqz.m: Evaluate a specific range of frequencies |
3893
|
5576 expressed in radians or Hz relative to a supplied sample rate. |
|
5577 |
5095
|
5578 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
5579 |
|
5580 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
5581 |
3891
|
5582 * strings/findstr.m: Vectorize as much as possible. |
|
5583 |
5095
|
5584 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
5585 |
|
5586 * special-matrix/invhilb.m: New version that is faster and more |
|
5587 accurate. |
|
5588 |
5095
|
5589 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
5590 |
|
5591 * configure.in: Update for autoconf 2.5x. |
|
5592 |
5095
|
5593 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
5594 |
|
5595 * special-matrix/vander.m: Code tidy and vectorize. |
|
5596 |
5095
|
5597 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
5598 |
3883
|
5599 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
5600 to vectors. Issue a warning in the case x matches y' but return a |
|
5601 column vector as Octave currently does. |
|
5602 |
3882
|
5603 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
5604 |
|
5605 * control/system/starp.m: Leave more of the documentation |
|
5606 processing to texinfo and less to the @format block. |
|
5607 |
|
5608 * image/imagesc.m: Only display image if no output is requested. |
|
5609 Code tidying. |
|
5610 |
3876
|
5611 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5612 |
|
5613 * statistics/base/center.m: Accept and return empty matrix. |
|
5614 |
3872
|
5615 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5616 |
|
5617 * specfun/erfinv.m: Fix usage message. |
|
5618 |
3869
|
5619 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5620 |
|
5621 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
5622 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
5623 |
3837
|
5624 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5625 |
|
5626 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
5627 capitalized variable names. |
|
5628 |
3836
|
5629 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
5630 |
|
5631 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
5632 |
5095
|
5633 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
5634 |
|
5635 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
5636 |
3803
|
5637 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
5638 |
3833
|
5639 * general/cart2pol.m: New file. |
|
5640 * general/pol2cart.m: New file. |
|
5641 * general/cart2sph.m: New file. |
|
5642 * general/sph2cart.m: New file. |
|
5643 * image/rgb2hsv.m: New file. |
|
5644 * image/hsv2rgb.m: New file. |
3803
|
5645 |
|
5646 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5647 |
|
5648 * plot/meshgrid.m: Avoid for loops. |
|
5649 * plot/meshdom.m: Likewise. |
|
5650 |
3801
|
5651 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5652 |
|
5653 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
5654 |
|
5655 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
5656 |
|
5657 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
5658 norm. |
|
5659 |
3792
|
5660 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
5661 |
|
5662 * statistics/tests/welch_test.m: Fix typo. |
|
5663 |
|
5664 * statistics/distributions/chisquare_cdf.m: |
|
5665 Don't restrict inputs to be only positive integers. |
|
5666 * statistics/distributions/chisquare_inv.m: Likewise. |
|
5667 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
5668 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
5669 * statistics/distributions/f_cdf.m: Likewise. |
|
5670 * statistics/distributions/f_inv.m: Likewise. |
|
5671 * statistics/distributions/f_pdf.m: Likewise. |
|
5672 * statistics/distributions/f_rnd.m: Likewise. |
|
5673 * statistics/distributions/t_cdf.m: Likewise. |
|
5674 * statistics/distributions/t_inv.m: Likewise. |
|
5675 * statistics/distributions/t_pdf.m: Likewise. |
|
5676 * statistics/distributions/t_rnd.m: Likewise. |
|
5677 |
3790
|
5678 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5679 |
|
5680 * strings/dec2base.m: New file. |
|
5681 * strings/base2dec.m: New file. |
|
5682 * strings/strjust.m: New file. |
|
5683 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
5684 * strings/dec2bin.m: Likewise. |
|
5685 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
5686 * strings/bin2dec.m: Likewise. |
|
5687 |
5095
|
5688 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
5689 |
|
5690 * statistics/base/ppplot.m: Use gset, not set. |
|
5691 * statistics/base/qqplot.m: Likewise. |
|
5692 |
5095
|
5693 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
5694 |
|
5695 * control/system/c2d.m: Add missing endif. |
|
5696 |
3759
|
5697 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5698 |
|
5699 * strings/index.m: Return 0 if either string is empty. |
|
5700 |
|
5701 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
5702 |
|
5703 * control/system/c2d.m: Allow option of matched pole/zero |
|
5704 equivalent for conversion. |
|
5705 |
|
5706 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
5707 |
|
5708 * strings/findstr.m: Return empty matrix if search string is empty. |
|
5709 |
3757
|
5710 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
5711 |
|
5712 * saveimage.m: Do create rawbit image for black and white images, |
|
5713 but do it correctly. |
|
5714 |
3754
|
5715 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5716 |
6778
|
5717 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
5718 result polynomials. |
3754
|
5719 |
3748
|
5720 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5721 |
|
5722 * image/saveimage.m: Don't try to create rawbit image. |
|
5723 |
3740
|
5724 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5725 |
|
5726 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
5727 |
5095
|
5728 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
5729 |
|
5730 * plot/contour.m: Reorder args for Matlab compatibility. |
|
5731 |
3727
|
5732 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
5733 |
|
5734 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
5735 |
3717
|
5736 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5737 |
3718
|
5738 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
5739 |
3717
|
5740 * plot/mesh.m: Also set nologscale before plotting. |
|
5741 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
5742 xyerrorbars instead of just errorbars. |
|
5743 |
3714
|
5744 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
5745 |
|
5746 * image/image.m: Try display (from ImageMagick) first. |
|
5747 |
3709
|
5748 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
5749 |
|
5750 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
5751 conjugate transpose. |
|
5752 |
3705
|
5753 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5754 |
|
5755 * strings/str2mat.m: Apply setstr to each argument. |
|
5756 |
3696
|
5757 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
5758 |
|
5759 * control/base/dkalman.m: New file. |
|
5760 * control/base/dlqe.m: Handle singular A matrix. |
|
5761 * control/base/dlqr.m: Likewise. |
|
5762 |
3695
|
5763 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5764 |
|
5765 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
5766 dimensions don't match. |
|
5767 |
3690
|
5768 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
5769 |
|
5770 * plot/hist.m: Allow 3 argument form to work. |
|
5771 |
5095
|
5772 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
5773 |
|
5774 * plot/plot.m: Add examples in doc string. |
|
5775 |
5095
|
5776 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
5777 |
|
5778 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
5779 Do the right thing even if automatic_replot is not zero. |
|
5780 Avoid failure if system has pure imaginary poles. |
|
5781 |
3674
|
5782 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5783 |
|
5784 * general/logical.m: Return arg if it is empty. Better error |
|
5785 message for non-numeric types. |
|
5786 |
5095
|
5787 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
5788 |
|
5789 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
5790 about difference with Matlab dlqe function. |
|
5791 |
|
5792 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
5793 |
5095
|
5794 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
5795 |
|
5796 * strings/strrep.m: Fix typo. |
|
5797 |
3666
|
5798 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5799 |
|
5800 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
5801 |
5095
|
5802 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
5803 |
|
5804 * strings/strrep.m: Avoid for loop for speed. |
3667
|
5805 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
5806 |
5095
|
5807 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
5808 |
|
5809 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
5810 guess for iteration. |
|
5811 |
3651
|
5812 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5813 |
|
5814 * image/image.m: Allow image (A) or image (x, y, A). |
|
5815 * image/imagesc.m: Likewise. |
|
5816 |
|
5817 * image/image.m: If zoom is not supplied, or if it is an empty |
|
5818 matrix, autoscale the image. |
|
5819 |
3618
|
5820 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5821 |
3619
|
5822 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
5823 Undo string escapes in text twice(!) before sending to gnuplot. |
|
5824 |
3618
|
5825 * image/saveimage.m: Add comment to file saying who created it and |
|
5826 when it was created. Suggested by Stephen Eglen |
|
5827 <stephen@cogsci.ed.ac.uk>. |
|
5828 |
5095
|
5829 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
5830 |
|
5831 * polynomial/polyreduce.m: Simplify by looking for the first |
|
5832 non-zero element rather than the last of the first set of zero |
|
5833 elements. |
|
5834 |
|
5835 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
5836 |
5095
|
5837 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
5838 |
|
5839 * image/saveimage.m: Swap black and white colormaps so zero is |
|
5840 displayed as black and 1 is displayed as white. |
|
5841 Fix indexing bug in ppm case. |
|
5842 |
3604
|
5843 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
5844 |
|
5845 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
5846 between the two distributions (took same approach as ks.test() in R.) |
|
5847 |
3603
|
5848 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5849 |
|
5850 * control/base/bode.m: Temporarily disable automatic_replot. |
|
5851 |
3599
|
5852 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5853 |
3601
|
5854 * Makefile.in (clean): Also remove gethelp. |
|
5855 |
3599
|
5856 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
5857 |
5095
|
5858 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
5859 |
|
5860 * set/create_set.m: Use find to avoid while loop. |
|
5861 |
5095
|
5862 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
5863 |
|
5864 * plot/hist.m: New optional third argument. |
|
5865 |
|
5866 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5867 |
|
5868 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
5869 number appended. |
|
5870 |
3575
|
5871 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5872 |
|
5873 * gethelp.cc: Sprinkle with std:: qualifier. |
|
5874 |
3498
|
5875 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5876 |
|
5877 * image/saveimage.m: Delete some debugging code. |
|
5878 |
3486
|
5879 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5880 |
|
5881 * signal/sinc.m: Avoid reshaping. |
|
5882 |
|
5883 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
5884 * image/ind2rgb.m: Ditto. |
|
5885 * image/ind2gray.m: Ditto. |
|
5886 * general/reshape.m: Ditto. Also no longer needs to reset |
|
5887 implicit_str_to_num_ok. |
|
5888 |
3483
|
5889 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5890 |
|
5891 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
5892 a list of file structures, not a vector of numeric file ids. |
|
5893 |
3474
|
5894 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5895 |
3476
|
5896 * plot/__axis_label__.m: New function. |
|
5897 Undo string escapes in text twice(!) before sending to gnuplot. |
|
5898 * plot/xlabel.m: Use it. |
|
5899 * plot/ylabel.m: Ditto. |
|
5900 * plot/zlabel.m: Ditto. |
|
5901 |
3474
|
5902 * plot/mesh.m: Fix error message to reflect reality. |
|
5903 |
5095
|
5904 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
5905 |
|
5906 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
5907 |
5095
|
5908 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
5909 |
|
5910 * audio/saveaudio.m: Also accept files with .ul extension. |
|
5911 * audio/loadaudio.m: Ditto. |
|
5912 * audio/playaudio.m: Ditto. |
|
5913 |
3456
|
5914 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5915 |
|
5916 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
5917 * statistics/distributions/beta_inv.m: Ditto. |
|
5918 * statistics/distributions/beta_pdf.m: Ditto. |
|
5919 * statistics/distributions/beta_rnd.m: Ditto. |
|
5920 * statistics/distributions/binomial_cdf.m: Ditto. |
|
5921 * statistics/distributions/binomial_inv.m: Ditto. |
|
5922 * statistics/distributions/binomial_pdf.m: Ditto. |
|
5923 * statistics/distributions/binomial_rnd.m: Ditto. |
|
5924 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
5925 * statistics/distributions/cauchy_inv.m: Ditto. |
|
5926 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
5927 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
5928 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
5929 * statistics/distributions/chisquare_inv.m: Ditto. |
|
5930 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
5931 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
5932 * statistics/distributions/discrete_cdf.m: Ditto. |
|
5933 * statistics/distributions/discrete_inv.m: Ditto. |
|
5934 * statistics/distributions/discrete_pdf.m: Ditto. |
|
5935 * statistics/distributions/discrete_rnd.m: Ditto. |
|
5936 * statistics/distributions/empirical_cdf.m: Ditto. |
|
5937 * statistics/distributions/empirical_inv.m: Ditto. |
|
5938 * statistics/distributions/empirical_pdf.m: Ditto. |
|
5939 * statistics/distributions/empirical_rnd.m: Ditto. |
|
5940 * statistics/distributions/exponential_cdf.m: Ditto. |
|
5941 * statistics/distributions/exponential_inv.m: Ditto. |
|
5942 * statistics/distributions/exponential_pdf.m: Ditto. |
|
5943 * statistics/distributions/exponential_rnd.m: Ditto. |
|
5944 * statistics/distributions/f_cdf.m: Ditto. |
|
5945 * statistics/distributions/f_inv.m: Ditto. |
|
5946 * statistics/distributions/f_pdf.m: Ditto. |
|
5947 * statistics/distributions/f_rnd.m: Ditto. |
|
5948 * statistics/distributions/gamma_cdf.m: Ditto. |
|
5949 * statistics/distributions/gamma_inv.m: Ditto. |
|
5950 * statistics/distributions/gamma_pdf.m: Ditto. |
|
5951 * statistics/distributions/gamma_rnd.m: Ditto. |
|
5952 * statistics/distributions/geometric_cdf.m: Ditto. |
|
5953 * statistics/distributions/geometric_inv.m: Ditto. |
|
5954 * statistics/distributions/geometric_pdf.m: Ditto. |
|
5955 * statistics/distributions/geometric_rnd.m: Ditto. |
|
5956 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
5957 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
5958 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
5959 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
5960 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
5961 * statistics/distributions/laplace_cdf.m: Ditto. |
|
5962 * statistics/distributions/laplace_inv.m: Ditto. |
|
5963 * statistics/distributions/laplace_pdf.m: Ditto. |
|
5964 * statistics/distributions/laplace_rnd.m: Ditto. |
|
5965 * statistics/distributions/logistic_cdf.m: Ditto. |
|
5966 * statistics/distributions/logistic_inv.m: Ditto. |
|
5967 * statistics/distributions/logistic_pdf.m: Ditto. |
|
5968 * statistics/distributions/logistic_rnd.m: Ditto. |
|
5969 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
5970 * statistics/distributions/lognormal_inv.m: Ditto. |
|
5971 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
5972 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
5973 * statistics/distributions/normal_cdf.m: Ditto. |
|
5974 * statistics/distributions/normal_inv.m: Ditto. |
|
5975 * statistics/distributions/normal_pdf.m: Ditto. |
|
5976 * statistics/distributions/normal_rnd.m: Ditto. |
|
5977 * statistics/distributions/pascal_cdf.m: Ditto. |
|
5978 * statistics/distributions/pascal_inv.m: Ditto. |
|
5979 * statistics/distributions/pascal_pdf.m: Ditto. |
|
5980 * statistics/distributions/pascal_rnd.m: Ditto. |
|
5981 * statistics/distributions/poisson_cdf.m: Ditto. |
|
5982 * statistics/distributions/poisson_inv.m: Ditto. |
|
5983 * statistics/distributions/poisson_pdf.m: Ditto. |
|
5984 * statistics/distributions/poisson_rnd.m: Ditto. |
|
5985 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
5986 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
5987 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
5988 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
5989 * statistics/distributions/t_cdf.m: Ditto. |
|
5990 * statistics/distributions/t_inv.m: Ditto. |
|
5991 * statistics/distributions/t_pdf.m: Ditto. |
|
5992 * statistics/distributions/t_rnd.m: Ditto. |
|
5993 * statistics/distributions/uniform_cdf.m: Ditto. |
|
5994 * statistics/distributions/uniform_inv.m: Ditto. |
|
5995 * statistics/distributions/uniform_pdf.m: Ditto. |
|
5996 * statistics/distributions/uniform_rnd.m: Ditto. |
|
5997 * statistics/distributions/weibull_cdf.m: Ditto. |
|
5998 * statistics/distributions/weibull_inv.m: Ditto. |
|
5999 * statistics/distributions/weibull_pdf.m: Ditto. |
|
6000 * statistics/distributions/weibull_rnd.m: Ditto. |
|
6001 * statistics/distributions/wiener_rnd.m: Ditto. |
|
6002 |
3453
|
6003 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6004 |
|
6005 * statistics/base/values.m: Texinfoize doc string. |
|
6006 * statistics/base/var.m: Ditto. |
|
6007 * statistics/base/table.m: Ditto. |
|
6008 * statistics/base/studentize.m: Ditto. |
|
6009 * statistics/base/statistics.m: Ditto. |
|
6010 * statistics/base/spearman.m: Ditto. |
|
6011 * statistics/base/run_count.m: Ditto. |
|
6012 * statistics/base/ranks.m: Ditto. |
|
6013 * statistics/base/range.m: Ditto. |
|
6014 * statistics/base/qqplot.m: Ditto. |
|
6015 * statistics/base/probit.m: Ditto. |
|
6016 * statistics/base/ppplot.m: Ditto. |
|
6017 * statistics/base/moment.m: Ditto. |
|
6018 * statistics/base/meansq.m: Ditto. |
|
6019 * statistics/base/logit.m: Ditto. |
|
6020 * statistics/base/kendall.m: Ditto. |
|
6021 * statistics/base/iqr.m: Ditto. |
|
6022 * statistics/base/cut.m: Ditto. |
|
6023 * statistics/base/cor.m: Ditto. |
|
6024 * statistics/base/cloglog.m: Ditto. |
|
6025 * statistics/base/center.m: Ditto. |
3454
|
6026 * statistics/models/logistic_regression.m: Ditto. |
|
6027 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
6028 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
6029 * statistics/tests/anova.m: Ditto. |
|
6030 * statistics/tests/bartlett_test.m: Ditto. |
|
6031 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
6032 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
6033 * statistics/tests/cor_test.m: Ditto. |
|
6034 * statistics/tests/f_test_regression.m: Ditto. |
|
6035 * statistics/tests/hotelling_test.m: Ditto. |
|
6036 * statistics/tests/hotelling_test_2.m: Ditto. |
|
6037 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
6038 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
6039 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
6040 * statistics/tests/manova.m: Ditto. |
|
6041 * statistics/tests/mcnemar_test.m: Ditto. |
|
6042 * statistics/tests/prop_test_2.m: Ditto. |
|
6043 * statistics/tests/run_test.m: Ditto. |
|
6044 * statistics/tests/sign_test.m: Ditto. |
|
6045 * statistics/tests/t_test.m: Ditto. |
|
6046 * statistics/tests/t_test_2.m: Ditto. |
|
6047 * statistics/tests/t_test_regression.m: Ditto. |
|
6048 * statistics/tests/u_test.m: Ditto. |
|
6049 * statistics/tests/var_test.m: Ditto. |
|
6050 * statistics/tests/welch_test.m: Ditto. |
|
6051 * statistics/tests/wilcoxon_test.m: Ditto. |
|
6052 * statistics/tests/z_test.m: Ditto. |
|
6053 * statistics/tests/z_test_2.m: Ditto. |
3453
|
6054 |
3446
|
6055 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6056 |
|
6057 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
6058 * plot/__plr1__.m: Ditto. |
|
6059 * plot/__pltopt__.m: Ditto. |
|
6060 * plot/__plt__.m: Ditto. |
|
6061 * plot/__plt2vv__.m: Ditto. |
|
6062 * plot/__plr2__.m: Ditto. |
|
6063 * plot/__plr__.m: Ditto. |
|
6064 * plot/__plt1__.m: Ditto. |
|
6065 * plot/__plt2__.m: Ditto. |
|
6066 * plot/__plt2mm__.m: Ditto. |
|
6067 * plot/__plt2mv__.m: Ditto. |
|
6068 * plot/__plt2ss__.m: Ditto. |
|
6069 * miscellaneous/paren.m: Ditto. |
|
6070 * miscellaneous/comma.m: Ditto. |
|
6071 * miscellaneous/semicolon.m: Ditto. |
|
6072 * miscellaneous/path.m: Ditto. |
|
6073 * miscellaneous/list_primes.m: Ditto. |
|
6074 * miscellaneous/flops.m: Ditto. |
|
6075 * miscellaneous/dump_prefs.m: Ditto. |
|
6076 * miscellaneous/bug_report.m: Ditto. |
|
6077 * linear-algebra/dot.m: Ditto |
|
6078 * linear-algebra/dmult.m: Ditto. |
|
6079 * general/randperm.m: Ditto. |
|
6080 * general/logical.m: Ditto. |
|
6081 * general/is_duplicate_entry.m: Ditto. |
|
6082 * signal/arch_fit.m: Ditto. |
|
6083 * signal/arch_rnd.m: Ditto. |
|
6084 * signal/arch_test.m: Ditto. |
|
6085 * signal/arma_rnd.m: Ditto. |
|
6086 * signal/autocor.m: Ditto. |
|
6087 * signal/autocov.m: Ditto. |
|
6088 * signal/autoreg_matrix.m: Ditto. |
|
6089 * signal/bartlett.m: Ditto. |
|
6090 * signal/blackman.m: Ditto. |
|
6091 * signal/detrend.m: Ditto. |
|
6092 * signal/diffpara.m: Ditto. |
|
6093 * signal/durbinlevinson.m: Ditto. |
|
6094 * signal/fftconv.m: Ditto. |
|
6095 * signal/fftfilt.m: Ditto. |
|
6096 * signal/fftshift.m: Ditto. |
|
6097 * signal/fractdiff.m: Ditto. |
|
6098 * signal/freqz.m: Ditto. |
|
6099 * signal/hamming.m: Ditto. |
|
6100 * signal/hanning.m: Ditto. |
|
6101 * signal/hurst.m: Ditto. |
|
6102 * signal/periodogram.m: Ditto. |
|
6103 * signal/rectangle_lw.m: Ditto. |
|
6104 * signal/rectangle_sw.m: Ditto. |
|
6105 * signal/sinc.m: Ditto. |
|
6106 * signal/sinetone.m: Ditto. |
|
6107 * signal/sinewave.m: Ditto. |
|
6108 * signal/spectral_adf.m: Ditto. |
|
6109 * signal/spectral_xdf.m: Ditto. |
|
6110 * signal/spencer.m: Ditto. |
|
6111 * signal/stft.m: Ditto. |
|
6112 * signal/synthesis.m: Ditto. |
|
6113 * signal/triangle_lw.m: Ditto. |
|
6114 * signal/triangle_sw.m: Ditto. |
|
6115 * signal/yulewalker.m: Ditto. |
3450
|
6116 * control/util/strappend.m: Ditto. |
3451
|
6117 * control/base/nichols.m: Ditto. |
3452
|
6118 * control/system/is_signal_list.m: Ditto. |
|
6119 * control/system/listidx.m: Ditto. |
|
6120 * control/system/sysgettsam.m: Ditto. |
|
6121 * control/system/sysidx.m: Ditto. |
3446
|
6122 |
3438
|
6123 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6124 |
|
6125 * control/system/__abcddims__.m: Rename from |
|
6126 control/system/abcddims.m, change all callers. |
|
6127 * control/base/__bodquist__.m: Likewise. |
|
6128 * control/base/__freqresp__.m: Likewise. |
|
6129 * control/util/__outlist__.m: Likewise. |
|
6130 * control/base/__stepimp__.m: Likewise. |
|
6131 * control/system/__syschnamesl__.m: Likewise. |
|
6132 * control/system/__syscont_disc__.m: Likewise. |
|
6133 * control/system/__sysdefioname__.m: Likewise. |
|
6134 * control/system/__sysdefstname__.m: Likewise. |
|
6135 * control/system/__sysgroupn__.m: Likewise. |
|
6136 * control/system/__tf2sysl__.m: Likewise. |
|
6137 * control/util/__zgpbal__.m: Likewise. |
|
6138 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
6139 |
|
6140 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
6141 * quaternion/qconj.m: Ditto. |
|
6142 * quaternion/qcoordinate_plot.m: Ditto. |
|
6143 * quaternion/qderiv.m: Ditto. |
|
6144 * quaternion/qderivmat.m: Ditto. |
|
6145 * quaternion/qinv.m: Ditto. |
|
6146 * quaternion/qmult.m: Ditto. |
|
6147 * quaternion/qtrans.m: Ditto. |
|
6148 * quaternion/qtransv.m: Ditto. |
|
6149 * quaternion/qtransvmat.m: Ditto. |
|
6150 * quaternion/quaternion.m: Ditto. |
3438
|
6151 |
3436
|
6152 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6153 |
|
6154 * control/base/Makefile.in: Ditto. |
|
6155 * control/hinf/Makefile.in: New file. |
|
6156 * control/marsyas/Makefile.in: Ditto. |
|
6157 * control/obsolete/Makefile.in: Ditto. |
|
6158 * control/system/Makefile.in: Ditto. |
|
6159 * control/util/Makefile.in: Ditto. |
|
6160 |
|
6161 * strings/com2str.m: Move here from control directory. |
|
6162 |
|
6163 * control/base: New directory. |
|
6164 * control/base/DEMOcontrol.m: Move here from control directory. |
|
6165 * control/base/analdemo.m: Ditto. |
|
6166 * control/base/are.m: Ditto. |
|
6167 * control/base/bddemo.m: Ditto. |
|
6168 * control/base/bode.m: Ditto. |
|
6169 * control/base/bode_bounds.m: Ditto. |
|
6170 * control/base/bodquist.m: Ditto. |
|
6171 * control/base/controldemo.m: Ditto. |
|
6172 * control/base/ctrb.m: Ditto. |
|
6173 * control/base/damp.m: Ditto. |
|
6174 * control/base/dare.m: Ditto. |
|
6175 * control/base/dcgain.m: Ditto. |
|
6176 * control/base/dgram.m: Ditto. |
|
6177 * control/base/dlqe.m: Ditto. |
|
6178 * control/base/dlqr.m: Ditto. |
|
6179 * control/base/dlyap.m: Ditto. |
|
6180 * control/base/dre.m: Ditto. |
|
6181 * control/base/frdemo.m: Ditto. |
|
6182 * control/base/freqchkw.m: Ditto. |
|
6183 * control/base/freqresp.m: Ditto. |
|
6184 * control/base/gram.m: Ditto. |
|
6185 * control/base/impulse.m: Ditto. |
|
6186 * control/base/lqe.m: Ditto. |
|
6187 * control/base/lqg.m: Ditto. |
|
6188 * control/base/lqr.m: Ditto. |
|
6189 * control/base/lsim.m: Ditto. |
|
6190 * control/base/ltifr.m: Ditto. |
|
6191 * control/base/lyap.m: Ditto. |
|
6192 * control/base/nichols.m: Ditto. |
|
6193 * control/base/nyquist.m: Ditto. |
|
6194 * control/base/obsv.m: Ditto. |
|
6195 * control/base/place.m: Ditto. |
|
6196 * control/base/pzmap.m: Ditto. |
|
6197 * control/base/rldemo.m: Ditto. |
|
6198 * control/base/rlocus.m: Ditto. |
|
6199 * control/base/step.m: Ditto. |
|
6200 * control/base/stepimp.m: Ditto. |
|
6201 * control/base/tzero.m: Ditto. |
|
6202 * control/base/tzero2.m: Ditto. |
|
6203 |
|
6204 * control/hinf: New directory. |
|
6205 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
6206 * control/hinf/h2norm.m: Ditto. |
|
6207 * control/hinf/h2syn.m: Ditto. |
|
6208 * control/hinf/hinf_ctr.m: Ditto. |
|
6209 * control/hinf/hinfdemo.m: Ditto. |
|
6210 * control/hinf/hinfnorm.m: Ditto. |
|
6211 * control/hinf/hinfsyn.m: Ditto. |
|
6212 * control/hinf/hinfsyn_chk.m: Ditto. |
|
6213 * control/hinf/hinfsyn_ric.m: Ditto. |
|
6214 * control/hinf/wgt1o.m: Ditto. |
3441
|
6215 * control/hinf/dgkfdemo.m: Ditto. |
|
6216 * control/hinf/is_dgkf.m: Ditto. |
3436
|
6217 |
|
6218 * control/marsyas: New directory. |
|
6219 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
6220 * control/marsyas/susball.m: Ditto. |
|
6221 |
|
6222 * control/obsolete/dezero.m: Move here from control directory. |
|
6223 * control/obsolete/rotg.m: Ditto. |
|
6224 |
|
6225 * control/system: New directory. |
|
6226 * control/system/abcddim.m: Move here from control directory. |
|
6227 * control/system/abcddims.m: Ditto. |
|
6228 * control/system/buildssic.m: Ditto. |
|
6229 * control/system/c2d.m: Ditto. |
|
6230 * control/system/d2c.m: Ditto. |
|
6231 * control/system/dmr2d.m: Ditto. |
|
6232 * control/system/fir2sys.m: Ditto. |
|
6233 * control/system/is_abcd.m: Ditto. |
|
6234 * control/system/is_digital.m: Ditto. |
|
6235 * control/system/is_sample.m: Ditto. |
|
6236 * control/system/is_signal_list.m: Ditto. |
|
6237 * control/system/is_siso.m: Ditto. |
3441
|
6238 * control/system/is_controllable.m: Ditto. |
|
6239 * control/system/is_detectable.m: Ditto. |
|
6240 * control/system/is_observable.m: Ditto. |
|
6241 * control/system/is_stabilizable.m: Ditto. |
|
6242 * control/system/is_stable.m: Ditto. |
3436
|
6243 * control/system/jet707.m: Ditto. |
|
6244 * control/system/listidx.m: Ditto. |
|
6245 * control/system/moddemo.m: Ditto. |
|
6246 * control/system/ord2.m: Ditto. |
|
6247 * control/system/packedform.m: Ditto. |
|
6248 * control/system/parallel.m: Ditto. |
|
6249 * control/system/ss2sys.m: Ditto. |
|
6250 * control/system/ss2tf.m: Ditto. |
|
6251 * control/system/ss2zp.m: Ditto. |
|
6252 * control/system/starp.m: Ditto. |
|
6253 * control/system/sys2fir.m: Ditto. |
|
6254 * control/system/sys2ss.m: Ditto. |
|
6255 * control/system/sys2tf.m: Ditto. |
|
6256 * control/system/sys2zp.m: Ditto. |
|
6257 * control/system/sysadd.m: Ditto. |
|
6258 * control/system/sysappend.m: Ditto. |
|
6259 * control/system/syschnamesl.m: Ditto. |
|
6260 * control/system/syschtsam.m: Ditto. |
|
6261 * control/system/sysconnect.m: Ditto. |
|
6262 * control/system/syscont.m: Ditto. |
|
6263 * control/system/syscont_disc.m: Ditto. |
|
6264 * control/system/sysdefioname.m: Ditto. |
|
6265 * control/system/sysdefstname.m: Ditto. |
|
6266 * control/system/sysdimensions.m: Ditto. |
|
6267 * control/system/sysdisc.m: Ditto. |
|
6268 * control/system/sysdup.m: Ditto. |
|
6269 * control/system/sysgetsignals.m: Ditto. |
|
6270 * control/system/sysgettsam.m: Ditto. |
|
6271 * control/system/sysgettype.m: Ditto. |
|
6272 * control/system/sysgroup.m: Ditto. |
|
6273 * control/system/sysgroupn.m: Ditto. |
|
6274 * control/system/sysidx.m: Ditto. |
|
6275 * control/system/sysmin.m: Ditto. |
|
6276 * control/system/sysmult.m: Ditto. |
|
6277 * control/system/sysout.m: Ditto. |
|
6278 * control/system/sysprune.m: Ditto. |
|
6279 * control/system/sysreorder.m: Ditto. |
|
6280 * control/system/sysrepdemo.m: Ditto. |
|
6281 * control/system/sysscale.m: Ditto. |
|
6282 * control/system/syssetsignals.m: Ditto. |
|
6283 * control/system/syssub.m: Ditto. |
|
6284 * control/system/sysupdate.m: Ditto. |
|
6285 * control/system/tf2ss.m: Ditto. |
|
6286 * control/system/tf2sys.m: Ditto. |
|
6287 * control/system/tf2sysl.m: Ditto. |
|
6288 * control/system/tf2zp.m: Ditto. |
|
6289 * control/system/tfout.m: Ditto. |
|
6290 * control/system/ugain.m: Ditto. |
|
6291 * control/system/zp2ss.m: Ditto. |
|
6292 * control/system/zp2ssg2.m: Ditto. |
|
6293 * control/system/zp2sys.m: Ditto. |
|
6294 * control/system/zp2tf.m: Ditto. |
|
6295 * control/system/zpout.m: Ditto. |
|
6296 |
|
6297 * control/util: New directory. |
|
6298 * control/util/axis2dlim.m: Move here from control directory. |
|
6299 * control/util/outlist.m: Ditto. |
|
6300 * control/util/prompt.m: Ditto. |
|
6301 * control/util/run_cmd.m: Ditto. |
|
6302 * control/util/sortcom.m: Ditto. |
|
6303 * control/util/strappend.m: Ditto. |
|
6304 * control/util/swap.m: Ditto. |
|
6305 * control/util/zgfmul.m: Ditto. |
|
6306 * control/util/zgfslv.m: Ditto. |
|
6307 * control/util/zginit.m: Ditto. |
|
6308 * control/util/zgpbal.m: Ditto. |
|
6309 * control/util/zgreduce.m: Ditto. |
|
6310 * control/util/zgrownorm.m: Ditto. |
|
6311 * control/util/zgscal.m: Ditto. |
|
6312 * control/util/zgsgiv.m: Ditto. |
|
6313 * control/util/zgshsr.m: Ditto. |
|
6314 |
3427
|
6315 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6316 |
|
6317 * gethelp.cc (extract_help_text): Discard first space character |
|
6318 after consecutive comment characters. |
|
6319 |
3422
|
6320 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
6321 |
|
6322 * control/obsolete: New directory |
|
6323 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
6324 * control/obsolete/swapcols.m: Ditto. |
|
6325 * control/obsolete/dlqg.m: Ditto. |
|
6326 * control/obsolete/minfo.m: Ditto. |
|
6327 * control/obsolete/packsys.m: Ditto. |
|
6328 * control/obsolete/qzval.m: Ditto. |
|
6329 * control/obsolete/unpacksys.m: Ditto. |
|
6330 * control/obsolete/series.m: Ditto. |
|
6331 * control/obsolete/syschnames.m: Ditto. |
|
6332 * polynomial/polyout.m: Ditto. |
3422
|
6333 |
3420
|
6334 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6335 |
|
6336 * general/fliplr.m: Eliminate useless copy of arg. |
|
6337 * general/flipud.m: Ditto. |
|
6338 |
3418
|
6339 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6340 |
|
6341 * linear-algebra/cross.m: Only return a row vector if both args |
|
6342 are row vectors. |
|
6343 * polynomial/polyfit.m: Likewise. |
|
6344 |
|
6345 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
6346 |
|
6347 * statistics/distributions/discrete_rnd.m: |
|
6348 Always generate a row vector. |
|
6349 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
6350 |
5095
|
6351 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
6352 |
|
6353 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
6354 |
|
6355 * audio/setaudio.m: Texinfoize doc string. |
|
6356 * control/com2str.m: Likewise. |
|
6357 * control/controldemo.m: Likewise. |
|
6358 * control/DEMOcontrol.m: Likewise. |
|
6359 * control/dezero.m: Likewise. |
|
6360 * control/dre.m: Likewise. |
|
6361 * control/hinfsyn_ric.m: Likewise. |
|
6362 |
5095
|
6363 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
6364 |
|
6365 * io/printf.m: Add @seealso{...} to doc string. |
|
6366 * io/puts.m: Likewise. |
|
6367 * plot/semilogx.m: Likewise. |
|
6368 * plot/semilogy.m: Likewise. |
|
6369 * plot/__pltopt__.m: Likewise. |
|
6370 * plot/bar.m: Likewise. |
|
6371 * plot/xlabel.m: Likewise. |
|
6372 * plot/grid.m: Likewise. |
|
6373 * plot/shg.m: Likewise. |
|
6374 * plot/title.m: Likewise. |
|
6375 * plot/mesh.m: Likewise. |
|
6376 * plot/__pltopt1__.m: Likewise. |
|
6377 * plot/contour.m: Likewise. |
|
6378 * plot/hist.m: Likewise. |
|
6379 * plot/stairs.m: Likewise. |
|
6380 * plot/meshgrid.m: Likewise. |
|
6381 * plot/polar.m: Likewise. |
|
6382 * plot/loglog.m: Likewise. |
|
6383 * plot/plot.m: Likewise. |
|
6384 * miscellaneous/semicolon.m: Likewise. |
|
6385 * miscellaneous/menu.m: Likewise. |
|
6386 * miscellaneous/etime.m: Likewise. |
|
6387 * miscellaneous/texas_lotto.m: Likewise. |
|
6388 * miscellaneous/comma.m: Likewise. |
|
6389 * audio/lin2mu.m: Likewise. |
|
6390 * audio/playaudio.m: Likewise. |
|
6391 * audio/loadaudio.m: Likewise. |
|
6392 * audio/saveaudio.m: Likewise. |
|
6393 * audio/mu2lin.m: Likewise. |
|
6394 * audio/record.m: Likewise. |
|
6395 * strings/isletter.m: Likewise. |
|
6396 * strings/lower.m: Likewise. |
|
6397 * strings/lower.m: Likewise. |
|
6398 * strings/upper.m: Likewise. |
|
6399 * specfun/erfinv.m: Likewise. |
|
6400 * specfun/gammai.m: Likewise. |
|
6401 * specfun/log2.m: Likewise. |
|
6402 * specfun/pow2.m: Likewise. |
|
6403 * elfun/gcd.m: Likewise. |
|
6404 * elfun/lcm.m: Likewise. |
|
6405 * special-matrix/vander.m: Likewise. |
|
6406 * special-matrix/sylvester_matrix.m: Likewise. |
|
6407 * special-matrix/hilb.m: Likewise. |
|
6408 * special-matrix/hankel.m: Likewise. |
|
6409 * special-matrix/toeplitz.m: Likewise. |
|
6410 * special-matrix/invhilb.m: Likewise. |
|
6411 * statistics/base/std.m: Likewise. |
|
6412 * statistics/base/median.m: Likewise. |
|
6413 * linear-algebra/cond.m: Likewise. |
|
6414 * linear-algebra/norm.m: Likewise. |
|
6415 * finance/nper.m: Likewise. |
|
6416 * finance/pmt.m: Likewise. |
|
6417 * finance/pv.m: Likewise. |
|
6418 * finance/rate.m: Likewise. |
|
6419 * finance/npv.m: Likewise. |
|
6420 * general/fliplr.m: Likewise. |
|
6421 * general/flipud.m: Likewise. |
|
6422 * general/is_scalar.m: Likewise. |
|
6423 * general/rem.m: Likewise. |
|
6424 * general/perror.m: Likewise. |
|
6425 * general/tril.m: Likewise. |
|
6426 * general/rot90.m: Likewise. |
|
6427 * general/num2str.m: Likewise. |
|
6428 * general/int2str.m: Likewise. |
|
6429 * general/reshape.m: Likewise. |
|
6430 * general/logspace.m: Likewise. |
|
6431 * general/is_symmetric.m: Likewise. |
|
6432 * general/is_vector.m: Likewise. |
|
6433 * general/nextpow2.m: Likewise. |
|
6434 * general/columns.m: Likewise. |
|
6435 * general/is_square.m: Likewise. |
|
6436 * general/rows.m: Likewise. |
|
6437 * control/ugain.m: Likewise. |
|
6438 * control/damp.m: Likewise. |
|
6439 * control/dare.m: Likewise. |
|
6440 * control/are.m: Likewise. |
|
6441 * control/sys2fir.m: Likewise. |
|
6442 * control/abcddim.m: Likewise. |
|
6443 * control/is_abcd.m: Likewise. |
|
6444 * control/step.m: Likewise. |
|
6445 * control/is_observable.m: Likewise. |
|
6446 * control/is_controllable.m: Likewise. |
|
6447 * control/jet707.m: Likewise. |
|
6448 * control/polyout.m: Likewise. |
|
6449 * control/impulse.m: Likewise. |
|
6450 * control/lqg.m: Likewise. |
|
6451 * control/is_detectable.m: Likewise. |
|
6452 * control/sysdimensions.m: Likewise. |
|
6453 * control/sysupdate.m: Likewise. |
|
6454 * control/stepimp.m: Likewise. |
|
6455 * control/is_stable.m: Likewise. |
|
6456 * control/tfout.m: Likewise. |
|
6457 * control/zpout.m: Likewise. |
|
6458 |
3405
|
6459 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6460 |
|
6461 * set/complement.m: Add @seealso{} stuff. |
|
6462 * set/create_set.m: Likewise. |
|
6463 * set/intersection.m: Likewise. |
|
6464 * set/union.m: Likewise. |
|
6465 |
3399
|
6466 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6467 |
3400
|
6468 * control/d2c.m: Use double quotes instead of single quotes for |
|
6469 string constants. |
|
6470 * control/dgkfdemo.m: Likewise. |
|
6471 * control/fir2sys.m: Likewise. |
|
6472 * control/frdemo.m: Likewise. |
|
6473 * control/moddemo.m: Likewise. |
|
6474 * control/minfo.m: Likewise. |
|
6475 * control/is_stabilizable.m: Likewise. |
|
6476 * control/is_dgkf.m: Likewise. |
|
6477 * control/polyout.m: Likewise. |
|
6478 * control/sysconnect.m: Likewise. |
|
6479 * control/sysrepdemo.m: Likewise. |
|
6480 * control/tf2sys.m: Likewise. |
|
6481 * control/tfout.m: Likewise. |
|
6482 * control/zp2sys.m: Likewise. |
|
6483 * control/zpout.m: Likewise. |
|
6484 * control/tzero.m: Likewise. |
|
6485 |
|
6486 * control/DEMOcontrol.m: Handle moddemo case too. |
|
6487 |
|
6488 * image/loadimage.m: Use double quotes instead of single quotes |
|
6489 for string constants. Use sprintf instead of square brackets to |
|
6490 construct string. |
|
6491 |
3399
|
6492 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
6493 * control/fir2sys.m: Likewise. |
3399
|
6494 |
3390
|
6495 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6496 |
|
6497 * mkdoc: Only delete spaces before @ characters at the beginning |
|
6498 of a line. |
|
6499 |
3383
|
6500 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6501 |
3388
|
6502 * control/bddemo.m: Make it more likely to work with any value of |
|
6503 whitespace_in_literal_matrix. |
3386
|
6504 * control/analdemo.m: Ditto. |
|
6505 * control/dgkfdemo.m: Ditto. |
|
6506 * control/frdemo.m: Ditto. |
|
6507 * control/sysrepdemo.m: Ditto. |
|
6508 * control/moddemo.m: Ditto. |
3388
|
6509 * control/zp2ss.m: Ditto. |
3387
|
6510 * control/zp2tf.m: Ditto. |
3388
|
6511 * control/syssub.m: Ditto. |
|
6512 * finance/npv.m: Ditto. |
|
6513 * statistics/base/studentize.m: Ditto. |
|
6514 * statistics/base/values.m: Ditto. |
|
6515 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6516 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
6517 |
3384
|
6518 * control/dezero.m: Use toascii to convert string to ASCII value |
|
6519 instead of multiplying it by 1. |
|
6520 |
3383
|
6521 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
6522 * control/zpout.m: Ditto. |
|
6523 * control/tfout.m: Ditto. |
|
6524 * control/tf2sys.m: Ditto. |
|
6525 * control/syssub.m: Ditto. |
|
6526 * control/syssetsignals.m: Ditto. |
|
6527 * control/sysout.m: Ditto. |
|
6528 * control/sysmult.m: Ditto. |
|
6529 * control/sysgroup.m: Ditto. |
|
6530 * control/sysdup.m: Ditto. |
|
6531 * control/sysdisc.m: Ditto. |
|
6532 * control/syscont.m: Ditto. |
|
6533 * control/sysconnect.m: Ditto. |
|
6534 * control/sysappend.m: Ditto. |
|
6535 * control/sysadd.m: Ditto. |
|
6536 * control/ss2sys.m: Ditto. |
|
6537 * control/nyquist.m: Ditto. |
|
6538 * control/lqg.m: Ditto. |
|
6539 * control/fir2sys.m: Ditto. |
|
6540 * control/dmr2d.m: Ditto. |
|
6541 * control/dezero.m: Ditto. |
|
6542 * control/d2c.m: Ditto. |
|
6543 * control/c2d.m: Ditto. |
|
6544 * control/bddemo.m: Ditto. |
|
6545 * control/pzmap.m: Ditto. |
|
6546 |
5095
|
6547 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
6548 |
|
6549 * signal/spectral_adf.m: Fix typo. |
|
6550 |
3372
|
6551 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6552 |
|
6553 * linear-algebra/cond.m: Texinfoize doc string. |
|
6554 * linear-algebra/kron.m: Ditto. |
|
6555 * linear-algebra/norm.m: Ditto. |
|
6556 * linear-algebra/null.m: Ditto. |
|
6557 * linear-algebra/orth.m: Ditto. |
|
6558 * linear-algebra/rank.m: Ditto. |
|
6559 * linear-algebra/trace.m: Ditto. |
|
6560 * linear-algebra/qzhess.m: Ditto. |
|
6561 * miscellaneous/menu.m: Ditto. |
3373
|
6562 * general/perror.m: Ditto. |
|
6563 * general/strerror.m: Ditto. |
|
6564 * general/columns.m: Ditto. |
|
6565 * general/rows.m: Ditto. |
|
6566 * image/colormap.m: Ditto. |
|
6567 * image/gray.m: Ditto. |
|
6568 * image/gray2ind.m: Ditto. |
|
6569 * image/image.m: Ditto. |
|
6570 * image/imagesc.m: Ditto. |
|
6571 * image/imshow.m: Ditto. |
|
6572 * image/ind2gray.m: Ditto. |
|
6573 * image/ind2rgb.m: Ditto. |
|
6574 * image/loadimage.m: Ditto. |
|
6575 * image/rgb2ntsc.m: Ditto. |
|
6576 * image/ntsc2rgb.m: Ditto. |
|
6577 * image/ocean.m: Ditto. |
|
6578 * image/rgb2ind.m: Ditto. |
|
6579 * image/saveimage.m: Ditto. |
3372
|
6580 * io/printf.m: Ditto. |
|
6581 * io/puts.m: Ditto. |
|
6582 |
3369
|
6583 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6584 |
|
6585 * special-matrix/hankel.m: Texinfoize doc string. |
|
6586 * special-matrix/hilb.m: Ditto. |
|
6587 * special-matrix/invhilb.m: Ditto. |
|
6588 * special-matrix/sylvester_matrix.m: Ditto. |
|
6589 * special-matrix/toeplitz.m: Ditto. |
|
6590 * special-matrix/vander.m: Ditto. |
|
6591 * linear-algebra/vec.m: Ditto. |
|
6592 * linear-algebra/vech.m: Ditto. |
|
6593 * general/common_size.m: Ditto. |
|
6594 * general/diff.m: Ditto. |
|
6595 * general/fliplr.m: Ditto. |
|
6596 * general/flipud.m: Ditto. |
|
6597 * general/rot90.m: Ditto. |
|
6598 * general/reshape.m: Ditto. |
|
6599 * general/shift.m: Ditto. |
|
6600 * general/tril.m: Ditto. |
|
6601 * general/triu.m: Ditto. |
|
6602 * general/logspace.m: Ditto. |
3371
|
6603 * general/nargchk.m: Ditto. |
3369
|
6604 |
3367
|
6605 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6606 |
|
6607 * statistics/base/mean: Texinfoize doc string. |
|
6608 * statistics/base/median: Ditto. |
|
6609 * statistics/base/std: Ditto. |
|
6610 * statistics/base/cov: Ditto. |
|
6611 * statistics/base/corrcoef: Ditto. |
|
6612 * statistics/base/kurtosis: Ditto. |
|
6613 * statistics/base/mahalanobis: Ditto. |
|
6614 * statistics/base/skewness: Ditto. |
3368
|
6615 * statistics/base/gls.m: Ditto. |
|
6616 * statistics/base/ols.m: Ditto. |
3367
|
6617 * signal/detrend.m: Ditto. |
|
6618 * signal/freqz.m: Ditto. |
|
6619 * signal/sinc.m: Ditto. |
|
6620 * signal/fftconv.m: Ditto. |
|
6621 * signal/fftfilt.m: Ditto. |
3368
|
6622 * set/create_set.m: Ditto. |
|
6623 * set/union.m: Ditto. |
|
6624 * set/intersection.m: Ditto. |
|
6625 * set/complement.m: Ditto. |
|
6626 * poly/compan.m: Ditto. |
|
6627 * poly/conv: Ditto. |
|
6628 * poly/deconv: Ditto. |
|
6629 * poly/poly: Ditto. |
|
6630 * poly/polyderiv: Ditto. |
|
6631 * poly/polyfit: Ditto. |
|
6632 * poly/polyinteg: Ditto. |
|
6633 * poly/polyreduce: Ditto. |
|
6634 * poly/polyval: Ditto. |
|
6635 * poly/polyvalm: Ditto. |
|
6636 * poly/residue: Ditto. |
|
6637 * poly/roots: Ditto. |
|
6638 * plot/top_title.m: Ditto |
|
6639 * plot/subwindow.m: Ditto |
|
6640 * plot/subplot.m: Ditto |
|
6641 * plot/plot_border.m: Ditto |
|
6642 * plot/oneplot.m: Ditto |
|
6643 * plot/multiplot.m: Ditto |
|
6644 * plot/mplot.m: Ditto |
|
6645 * plot/xlabel.m: Ditto |
|
6646 * plot/figure.m: Ditto |
|
6647 * plot/meshdom.m: Ditto |
|
6648 * plot/mesh.m: Ditto |
|
6649 * plot/stairs.m: Ditto |
|
6650 * plot/polar.m: Ditto |
|
6651 * plot/loglog.m: Ditto |
|
6652 * plot/hist.m: Ditto |
|
6653 * plot/contour.m: Ditto |
|
6654 * plot/bar.m: Ditto |
|
6655 * plot/axis.m: Ditto |
|
6656 * plot/plot.m: Ditto. |
3367
|
6657 |
3361
|
6658 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6659 |
3365
|
6660 * control/pinv.m: Delete. |
|
6661 |
3364
|
6662 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
6663 |
3361
|
6664 * strings/blanks.m: Texinfoize doc string. |
|
6665 * strings/strcat.m: Ditto. |
|
6666 * strings/str2mat.m: Ditto. |
|
6667 * strings/deblank.m: Ditto. |
|
6668 * strings/findstr.m: Ditto. |
|
6669 * strings/index.m: Ditto. |
|
6670 * strings/rindex.m: Ditto. |
|
6671 * strings/split.m: Ditto. |
|
6672 * strings/strcmp.m: Ditto. |
|
6673 * strings/strrep.m: Ditto. |
|
6674 * strings/substr.m: Ditto. |
|
6675 * general/int2str.m: Ditto. |
|
6676 * general/num2str.m: Ditto. |
|
6677 * strings/dec2bin.m: Ditto. |
|
6678 * strings/bin2dec: Ditto. |
|
6679 * strings/dec2bin: Ditto. |
|
6680 * strings/dec2hex: Ditto. |
|
6681 * strings/hex2dec: Ditto. |
|
6682 * strings/str2num: Ditto. |
|
6683 |
3347
|
6684 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6685 |
|
6686 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
6687 |
5095
|
6688 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
6689 |
|
6690 * control/DEMOcontrol.m: Texinfoize doc string. |
|
6691 * control/abcddim.m: Ditto. |
|
6692 * control/abcddims.m: Ditto. |
|
6693 * control/analdemo.m: Ditto. |
|
6694 * control/are.m: Ditto. |
|
6695 * control/axis2dlim.m: Ditto. |
|
6696 * control/bddemo.m: Ditto. |
|
6697 * control/bode.m: Ditto. |
|
6698 * control/bode_bounds.m: Ditto. |
|
6699 * control/bodquist.m: Ditto. |
|
6700 * control/buildssic.m: Ditto. |
|
6701 * control/c2d.m: Ditto. |
|
6702 * control/ctrb.m: Ditto. |
|
6703 * control/d2c.m: Ditto. |
|
6704 * control/damp.m: Ditto. |
|
6705 * control/dare.m: Ditto. |
|
6706 * control/dcgain.m: Ditto. |
|
6707 * control/dgkfdemo.m: Ditto. |
|
6708 * control/dgram.m: Ditto. |
|
6709 * control/dlqe.m: Ditto. |
|
6710 * control/dlqr.m: Ditto. |
|
6711 * control/dlyap.m: Ditto. |
|
6712 * control/dmr2d.m: Ditto. |
|
6713 * control/fir2sys.m: Ditto. |
|
6714 * control/frdemo.m: Ditto. |
|
6715 * control/freqchkw.m: Ditto. |
|
6716 * control/freqresp.m: Ditto. |
|
6717 * control/gram.m: Ditto. |
|
6718 * control/h2norm.m: Ditto. |
|
6719 * control/h2syn.m: Ditto. |
|
6720 * control/hinf_ctr.m: Ditto. |
|
6721 * control/hinfdemo.m: Ditto. |
|
6722 * control/hinfnorm.m: Ditto. |
|
6723 * control/hinfsyn.m: Ditto. |
|
6724 * control/hinfsyn_chk.m: Ditto. |
|
6725 * control/impulse.m: Ditto. |
|
6726 * control/is_abcd.m: Ditto. |
|
6727 * control/is_controllable.m: Ditto. |
|
6728 * control/is_detectable.m: Ditto. |
|
6729 * control/is_dgkf.m: Ditto. |
|
6730 * control/is_digital.m: Ditto. |
|
6731 * control/is_observable.m: Ditto. |
|
6732 * control/is_sample.m: Ditto. |
|
6733 * control/is_signal_list.m: Ditto. |
|
6734 * control/is_siso.m: Ditto. |
|
6735 * control/is_stabilizable.m: Ditto. |
|
6736 * control/is_stable.m: Ditto. |
|
6737 * control/jet707.m: Ditto. |
|
6738 * control/lqe.m: Ditto. |
|
6739 * control/lqg.m: Ditto. |
|
6740 * control/lqr.m: Ditto. |
|
6741 * control/lsim.m: Ditto. |
|
6742 * control/ltifr.m: Ditto. |
|
6743 * control/lyap.m: Ditto. |
|
6744 * control/moddemo.m: Ditto. |
|
6745 * control/nyquist.m: Ditto. |
|
6746 * control/obsv.m: Ditto. |
|
6747 * control/ord2.m: Ditto. |
|
6748 * control/outlist.m: Ditto. |
|
6749 * control/pinv.m: Ditto. |
|
6750 * control/place.m: Ditto. |
|
6751 * control/polyout.m: Ditto. |
|
6752 * control/prompt.m: Ditto. |
|
6753 * control/pzmap.m: Ditto. |
|
6754 * control/qzval.m: Ditto. |
|
6755 * control/rldemo.m: Ditto. |
|
6756 * control/rlocus.m: Ditto. |
|
6757 * control/sortcom.m: Ditto. |
|
6758 * control/ss2sys.m: Ditto. |
|
6759 * control/ss2tf.m: Ditto. |
|
6760 * control/ss2zp.m: Ditto. |
|
6761 * control/starp.m: Ditto. |
|
6762 * control/step.m: Ditto. |
|
6763 * control/stepimp.m: Ditto. |
|
6764 * control/susball.m: Ditto. |
|
6765 * control/sys2fir.m: Ditto. |
|
6766 * control/sys2ss.m: Ditto. |
|
6767 * control/sys2tf.m: Ditto. |
|
6768 * control/sys2zp.m: Ditto. |
|
6769 * control/sysadd.m: Ditto. |
|
6770 * control/sysappend.m: Ditto. |
|
6771 * control/syschnames.m: Ditto. |
|
6772 * control/syschnamesl.m: Ditto. |
|
6773 * control/syschtsam.m: Ditto. |
|
6774 * control/sysconnect.m: Ditto. |
|
6775 * control/syscont.m: Ditto. |
|
6776 * control/syscont_disc.m: Ditto. |
|
6777 * control/sysdefioname.m: Ditto. |
|
6778 * control/sysdefstname.m: Ditto. |
|
6779 * control/sysdimensions.m: Ditto. |
|
6780 * control/sysdisc.m: Ditto. |
|
6781 * control/sysdup.m: Ditto. |
|
6782 * control/sysgetsignals.m: Ditto. |
|
6783 * control/sysgettype.m: Ditto. |
|
6784 * control/sysgroup.m: Ditto. |
|
6785 * control/sysgroupn.m: Ditto. |
|
6786 * control/sysmult.m: Ditto. |
|
6787 * control/sysout.m: Ditto. |
|
6788 * control/sysprune.m: Ditto. |
|
6789 * control/sysreorder.m: Ditto. |
|
6790 * control/sysrepdemo.m: Ditto. |
|
6791 * control/sysscale.m: Ditto. |
|
6792 * control/syssetsignals.m: Ditto. |
|
6793 * control/syssub.m: Ditto. |
|
6794 * control/sysupdate.m: Ditto. |
|
6795 * control/tf2ss.m: Ditto. |
|
6796 * control/tf2sys.m: Ditto. |
|
6797 * control/tf2sysl.m: Ditto. |
|
6798 * control/tf2zp.m: Ditto. |
|
6799 * control/tfout.m: Ditto. |
|
6800 * control/tzero.m: Ditto. |
|
6801 * control/tzero2.m: Ditto. |
|
6802 * control/ugain.m: Ditto. |
|
6803 * control/wgt1o.m: Ditto. |
|
6804 * control/zgfmul.m: Ditto. |
|
6805 * control/zgfslv.m: Ditto. |
|
6806 * control/zginit.m: Ditto. |
|
6807 * control/zgpbal.m: Ditto. |
|
6808 * control/zgreduce.m: Ditto. |
|
6809 * control/zgrownorm.m: Ditto. |
|
6810 * control/zgscal.m: Ditto. |
|
6811 * control/zgsgiv.m: Ditto. |
|
6812 * control/zgshsr.m: Ditto. |
|
6813 * control/zp2ss.m: Ditto. |
|
6814 * control/zp2ssg2.m: Ditto. |
|
6815 * control/zp2sys.m: Ditto. |
|
6816 * control/zp2tf.m: Ditto. |
|
6817 * control/zpout.m: Ditto. |
|
6818 |
5095
|
6819 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
6820 |
5378
|
6821 * audio/lin2mu.m: Texinfoize doc string. |
|
6822 * audio/loadaudio.m: Ditto. |
|
6823 * audio/mu2lin.m: Ditto. |
|
6824 * audio/playaudio.m: Ditto. |
|
6825 * audio/record.m: Ditto. |
|
6826 * audio/saveaudio.m: Ditto. |
3332
|
6827 |
5095
|
6828 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
6829 |
|
6830 * elfun/acot.m: Texinfoize doc string. |
|
6831 * elfun/acsc.m: Ditto. |
|
6832 * elfun/acsch.m: Ditto. |
|
6833 * elfun/asec.m: Ditto. |
|
6834 * elfun/asech.m: Ditto. |
|
6835 * elfun/cot.m: Ditto. |
|
6836 * elfun/coth.m: Ditto. |
|
6837 * elfun/csc.m: Ditto. |
|
6838 * elfun/csch.m: Ditto. |
|
6839 * elfun/gcd.m: Ditto. |
|
6840 * elfun/lcm.m: Ditto. |
|
6841 * elfun/sec.m: Ditto. |
|
6842 * elfun/sech.m: Ditto. |
|
6843 * general/nextpow2.m: Ditto. |
|
6844 * general/rem.m: Ditto. |
|
6845 * linear-algebra/commutation_matrix.m: Ditto. |
|
6846 * linear-algebra/cross.m: Ditto. |
|
6847 * linear-algebra/duplication_matrix.m: Ditto. |
|
6848 * miscellaneous/bincoeff.m: Ditto. |
|
6849 * miscellaneous/xor.m: Ditto. |
|
6850 * specfun/bessel.m: Ditto. |
|
6851 * specfun/beta.m: Ditto. |
|
6852 * specfun/betai.m: Ditto. |
|
6853 * specfun/erfinv.m: Ditto. |
|
6854 * specfun/gammai.m: Ditto. |
|
6855 * specfun/log2.m: Ditto. |
|
6856 * specfun/pow2.m: Ditto. |
|
6857 |
5095
|
6858 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
6859 |
|
6860 * general/is_scalar.m: Texinfoize help text. |
|
6861 * general/is_square.m: Ditto. |
|
6862 * general/is_symmetric.m: Ditto. |
|
6863 |
3320
|
6864 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6865 |
|
6866 * strings/split.m: If the string to be split is empty, just return |
|
6867 an empty string. |
|
6868 |
3319
|
6869 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6870 |
|
6871 * Makefile.in (ALL_M_FILES): New macro. |
|
6872 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
6873 |
3306
|
6874 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6875 |
|
6876 * control/bode.m: Don't return anything if nargout == 0. |
|
6877 |
|
6878 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
6879 |
|
6880 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
6881 |
3305
|
6882 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6883 |
|
6884 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
6885 gethelp.cc to the list. |
|
6886 |
3296
|
6887 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6888 |
3301
|
6889 * time/asctime.m: Texinfoize help text. |
|
6890 * time/clock.m: Ditto. |
|
6891 * time/date.m: Ditto. |
|
6892 * miscellaneous/cputime.m: Ditto. |
|
6893 * miscellaneous/etime.m: Ditto. |
|
6894 * miscellaneous/is_leap_year.m: Ditto. |
|
6895 * miscellaneous/popen2.m: Ditto. |
|
6896 * miscellaneous/version.m: Ditto. |
|
6897 * miscellaneous/tic.m: Ditto. |
|
6898 * miscellaneous/toc.m: Just refer to tic.m. |
|
6899 |
3297
|
6900 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
6901 `cd dir; $(MAKE); cd ..'. |
|
6902 ($(SUBDIRS)): Likewise. |
|
6903 |
|
6904 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
6905 |
|
6906 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
6907 of `cd dir; $(MAKE)'. |
|
6908 |
3296
|
6909 * gethelp.cc, mkdoc: New files. |
|
6910 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
6911 sources. |
|
6912 |
3291
|
6913 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6914 |
|
6915 * linear-algebra/kron.m: Fix typo in previous change |
|
6916 |
3282
|
6917 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6918 |
|
6919 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
6920 |
5095
|
6921 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
6922 |
|
6923 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
6924 rank when V has more columns than rows. |
|
6925 |
|
6926 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6927 |
|
6928 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
6929 |
|
6930 * statistics/tests/manova.m: Avoid problems if |
|
6931 whitespace_in_literal_matrix is set to "traditional". |
|
6932 * statistics/tests/t_test_regression.m: Likewise. |
|
6933 * statistics/tests/u_test.m: Likewise. |
|
6934 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
6935 * statistics/tests/anova.m: Likewise. |
|
6936 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
6937 * statistics/base/statistics.m: Likewise. |
|
6938 * image/saveimage.m: Likewise. |
|
6939 * signal/arch_fit.m: Likewise. |
|
6940 * signal/autoreg_matrix.m: Likewise. |
|
6941 * signal/triangle_lw.m: Likewise. |
|
6942 * strings/dec2hex.m: Likewise. |
|
6943 |
3268
|
6944 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6945 |
|
6946 * image/saveimage.m: Initialize scale. |
|
6947 |
|
6948 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6949 |
|
6950 * general/reshape.m: Allow reshape (a, size (b)). |
|
6951 |
3266
|
6952 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6953 |
|
6954 * specfun/erfinv.m: Improve stopping criterion. |
|
6955 Add iteration count as second return value. |
|
6956 |
3265
|
6957 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6958 |
|
6959 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
6960 |
3263
|
6961 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6962 |
|
6963 * miscellaneous/pack.m: New function. |
|
6964 |
|
6965 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6966 |
|
6967 * plot/figure.m: Always return figure number. With no args, |
|
6968 figure now creates a new figure window and returns its number. |
|
6969 Accept figure (property, value) syntax, but do nothing. |
|
6970 |
5095
|
6971 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
6972 |
|
6973 * general/shift.m: Avoid printing temporary value for backward shift. |
|
6974 |
3260
|
6975 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6976 |
|
6977 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
6978 evenly spaced. |
|
6979 |
3250
|
6980 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6981 |
|
6982 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
6983 contain only zeros. |
|
6984 |
5095
|
6985 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
6986 |
|
6987 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
6988 instead of appending them. |
|
6989 |
|
6990 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6991 |
|
6992 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
6993 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
6994 Update from A. S. Hodel. |
|
6995 |
3246
|
6996 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6997 |
|
6998 * polynomial/polyfit.m: Correct previous change. |
|
6999 |
3243
|
7000 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7001 |
|
7002 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
7003 |
5095
|
7004 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
7005 |
|
7006 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
7007 version of krylov and krylovb. |
|
7008 |
|
7009 * control/outlist.m, control/sysout.m: Fix typos. |
|
7010 |
|
7011 * control/sysdimensions.m: Add option for total number of states. |
|
7012 |
|
7013 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
7014 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
7015 arguments. |
|
7016 |
|
7017 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7018 |
|
7019 * strings/index.m: Fail with meaningful error message if either |
|
7020 arg is a string array. |
|
7021 |
3238
|
7022 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7023 |
|
7024 * linear-algebra/norm.m: Do the right thing for 1- and |
|
7025 infinity-norms of complex matrices. From Sven Khatri |
|
7026 <khatri@saturn.vocalpoint.com>. |
|
7027 |
5095
|
7028 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
7029 |
|
7030 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
7031 |
|
7032 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7033 |
|
7034 * strings/split.m: Avoid problems when splitting strings that have |
|
7035 \ in them. |
|
7036 |
5095
|
7037 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
7038 |
|
7039 * image/colormap.m: Do better arg checking, handle string args |
|
7040 that name the colormap function to call (e.g., colormap ("ocean")). |
|
7041 |
5095
|
7042 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
7043 |
|
7044 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
7045 * linear-algebra/dot.m: Likewise. |
|
7046 * linear-algebra/cross.m: Likewise. |
|
7047 * general/rot90.m: Likewise. |
|
7048 |
5095
|
7049 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
7050 |
|
7051 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
7052 that the leading column is not all zeros. |
|
7053 |
|
7054 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7055 |
|
7056 * general/shift.m: Fix potential problems with |
|
7057 whitespace_in_literal_matrix. |
|
7058 * signal/arch_rnd.m: Ditto. |
|
7059 * signal/autocov.m: Ditto. |
|
7060 * signal/diffpara.m: Ditto. |
|
7061 * signal/hurst.m: Ditto. |
|
7062 * signal/periodogram.m: Ditto. |
|
7063 * signal/spectral_adf.m: Ditto. |
|
7064 * signal/spectral_xdf.m: Ditto. |
|
7065 * signal/spencer.m: Ditto. |
|
7066 * signal/synthesis.m: Ditto. |
|
7067 * statistics/distributions/wiener_rnd.m: Ditto. |
|
7068 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
7069 * statistics/models/logistic_regression.m: Ditto. |
|
7070 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
7071 * statistics/tests/run_test.m: Ditto. |
|
7072 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
7073 |
5095
|
7074 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
7075 |
|
7076 * plot/__plr2__.m: Fix typo. |
|
7077 |
3233
|
7078 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7079 |
|
7080 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
7081 |
5095
|
7082 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7083 |
|
7084 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
7085 function. |
|
7086 |
5095
|
7087 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7088 |
|
7089 * control/ss2sys.m: Fix typo. |
|
7090 |
|
7091 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7092 |
|
7093 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
7094 |
|
7095 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
7096 signal names as lists of strings instead of string arrays. |
|
7097 |
3225
|
7098 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7099 |
3233
|
7100 * quaternion: New directory of functions from A. S. Hodel |
3225
|
7101 <a.s.hodel@eng.auburn.edu>. |
|
7102 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
7103 * quaternion/Makefile.in: New file. |
|
7104 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
7105 |
|
7106 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7107 |
|
7108 * image/saveimage.m: Make it work again for black and white colormaps. |
|
7109 |
|
7110 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
7111 since there can be fewer rows than columns. Round values to |
|
7112 nearest position in colormap instead of truncating. Correct usage |
|
7113 message. |
|
7114 |
5095
|
7115 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
7116 |
|
7117 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
7118 zero rows of [A,v] as householder pivots; this avoids spurious |
|
7119 non-zero entries in returned orthogonal matrix U, but destroys the |
|
7120 Householder matrix structure of H. |
|
7121 |
|
7122 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7123 |
|
7124 * general/logical.m: Just copy input to output if argument is |
|
7125 already a logical object. |
|
7126 |
3215
|
7127 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7128 |
|
7129 * New files from OCST, in control subdiretory: |
|
7130 |
|
7131 DEMOcontrol.m is_siso.m syschnames.m |
|
7132 abcddim.m is_stabilizable.m syschnamesl.m |
|
7133 abcddims.m is_stable.m syschtsam.m |
|
7134 analdemo.m jet707.m sysconnect.m |
|
7135 are.m lqe.m syscont.m |
|
7136 axis2dlim.m lqg.m syscont_disc.m |
|
7137 bddemo.m lqr.m sysdefioname.m |
|
7138 bode.m lsim.m sysdefstname.m |
|
7139 bode_bounds.m ltifr.m sysdimensions.m |
|
7140 bodquist.m lyap.m sysdisc.m |
|
7141 buildssic.m mb.m sysdup.m |
|
7142 c2d.m minfo.m sysgetsignals.m |
6302
|
7143 com2str.m moddemo.m sysgettsam.m |
3215
|
7144 controldemo.m nichols.m sysgettype.m |
|
7145 ctrb.m nyquist.m sysgroup.m |
|
7146 d2c.m obsv.m sysgroupn.m |
|
7147 damp.m ord2.m sysmult.m |
|
7148 dare.m outlist.m sysout.m |
|
7149 dcgain.m packedform.m sysprune.m |
|
7150 demomarsyas.m packsys.m sysreorder.m |
|
7151 dezero.m; parallel.m sysrepdemo.m |
|
7152 dgkfdemo.m place.m sysscale.m |
|
7153 dgram.m polyout.m syssub.m |
|
7154 dhinfdemo.m prompt.m sysupdate.m |
|
7155 dlqe.m pzmap.m tf2ss.m |
|
7156 dlqg.m qzval.m tf2sys.m |
|
7157 dlqr.m rldemo.m tf2sysl.m |
|
7158 dlyap.m rlocus.m tf2zp.m |
|
7159 dmr2d.m rotg.m tfout.m |
|
7160 fir2sys.m run_cmd.m; tzero.m |
|
7161 frdemo.m series.m tzero2.m |
|
7162 freqchkw.m sortcom.m ugain.m |
|
7163 freqresp.m ss2sys.m unpacksys.m |
|
7164 gram.m ss2tf.m wgt1o.m |
|
7165 h2norm.m ss2zp.m zgfmul.m |
|
7166 h2syn.m starp.m zgfslv.m |
|
7167 hinf_ctr.m step.m zginit.m |
|
7168 hinfdemo.m stepimp.m zgpbal.m |
|
7169 hinfnorm.m strappend.m; zgreduce.m |
|
7170 hinfsyn.m susball.m zgrownorm.m |
|
7171 hinfsyn_chk.m swap.m zgscal.m |
|
7172 impulse.m swapcols.m zgsgiv.m |
|
7173 is_abcd.m swaprows.m zgshsr.m |
|
7174 is_controllable.m sys2fir.m zp2ss.m |
|
7175 is_detectable.m sys2ss.m zp2ssg2.m |
|
7176 is_dgkf.m sys2tf.m zp2sys.m |
|
7177 is_digital.m sys2zp.m zp2tf.m |
|
7178 is_observable.m sysadd.m zpout.m |
|
7179 is_sample.m sysappend.m |
|
7180 |
|
7181 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7182 |
|
7183 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
7184 |
|
7185 * strings/deblank.m: Make it work for string arrays too. |
|
7186 |
3211
|
7187 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7188 |
|
7189 * linear-algebra/housh.m: New file from the OCST. |
|
7190 * linear-algebra/krygetq.m: Ditto. |
|
7191 * linear-algebra/krylov.m: Ditto. |
|
7192 * linear-algebra/krylovb.m: Ditto. |
|
7193 * linear-algebra/qrhouse.m: Ditto. |
|
7194 * general/is_duplicate_entry.m: Ditto. |
|
7195 |
|
7196 * general/is_symmetric.m: Call is_square instead of doing that |
|
7197 check in line. |
|
7198 |
3196
|
7199 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7200 |
3202
|
7201 * general/is_square.m: |
|
7202 |
|
7203 * general/isempty.m, general/is_matrix.m: Delete. |
|
7204 |
|
7205 * general/is_symmetric: Delete special case for strings. Whether |
|
7206 the conversion is valid should depend on implicit_str_to_num_ok. |
|
7207 |
|
7208 * general/is_square.m: If arg is not a matrix, don't check size, |
|
7209 just return 0. |
|
7210 * general/is_symmetric: Likewise. |
|
7211 * general/is_vector.m: Likewise. |
|
7212 * general/is_scalar.m: Likewise. |
|
7213 |
3196
|
7214 * general/length.m: Delete. |
|
7215 |
3191
|
7216 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7217 |
|
7218 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
7219 statistics/distributions/Makefile, statistics/models/Makefile, |
|
7220 and statistics/tests/Makefile to the list of files to create. |
|
7221 |
|
7222 * finance/Makefile.in, statistics/base/Makefile.in, |
|
7223 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
7224 statistics/tests/Makefile.in: New files. |
|
7225 * statistics/Makefile.in: Delete file lists. Now only handle |
|
7226 subdirectories. |
|
7227 * Makefile.in (SUBDIRS): Add finance. |
|
7228 |
|
7229 * Move the following files from statistics to statistics/base: |
|
7230 |
|
7231 corrcoef.m |
|
7232 kurtosis.m |
|
7233 mahalanobis.m |
|
7234 median.m |
|
7235 ols.m |
|
7236 skewness.m |
|
7237 std.m |
|
7238 |
|
7239 New files, from Kurt Hornik's octave-ci package: |
|
7240 |
|
7241 * finance (new directory): |
|
7242 |
|
7243 fv.m |
|
7244 fvl.m |
|
7245 irr.m |
|
7246 nper.m |
|
7247 npv.m |
|
7248 pmt.m |
|
7249 pv.m |
|
7250 pvl.m |
|
7251 rate.m |
|
7252 vol.m |
|
7253 |
|
7254 * linear-algebra/dmult.m |
|
7255 |
|
7256 * signal: |
|
7257 |
|
7258 arch_fit.m |
|
7259 arch_rnd.m |
|
7260 arch_test.m |
|
7261 arma_rnd.m |
|
7262 autocor.m |
|
7263 autocov.m |
|
7264 autoreg_matrix.m |
|
7265 bartlett.m |
|
7266 blackman.m |
|
7267 diffpara.m |
|
7268 durbinlevinson.m |
|
7269 fractdiff.m |
|
7270 hamming.m |
|
7271 hanning.m |
|
7272 hurst.m |
|
7273 periodogram.m |
|
7274 rectangle_lw.m |
|
7275 rectangle_sw.m |
|
7276 sinetone.m |
|
7277 sinewave.m |
|
7278 spectral_adf.m |
|
7279 spectral_xdf.m |
|
7280 spencer.m |
|
7281 stft.m |
|
7282 synthesis.m |
|
7283 triangle_lw.m |
|
7284 triangle_sw.m |
|
7285 yulewalker.m |
|
7286 |
|
7287 * statistics/base (new directory): |
|
7288 |
|
7289 center.m |
|
7290 cloglog.m |
|
7291 cor.m |
|
7292 cov.m |
|
7293 cut.m |
|
7294 iqr.m |
|
7295 kendall.m |
|
7296 logit.m |
|
7297 mean.m |
|
7298 meansq.m |
|
7299 moment.m |
|
7300 ppplot.m |
|
7301 probit.m |
|
7302 qqplot.m |
|
7303 range.m |
|
7304 ranks.m |
|
7305 run_count.m |
|
7306 spearman.m |
|
7307 statistics.m |
|
7308 studentize.m |
|
7309 table.m |
|
7310 values.m |
|
7311 var.m |
|
7312 |
|
7313 (Replaces cov.m and mean.m with new versions.) |
|
7314 |
|
7315 * statistics/distributions (new directory): |
|
7316 |
|
7317 beta_cdf.m |
|
7318 beta_inv.m |
|
7319 beta_pdf.m |
|
7320 beta_rnd.m |
|
7321 binomial_cdf.m |
|
7322 binomial_inv.m |
|
7323 binomial_pdf.m |
|
7324 binomial_rnd.m |
|
7325 cauchy_cdf.m |
|
7326 cauchy_inv.m |
|
7327 cauchy_pdf.m |
|
7328 cauchy_rnd.m |
|
7329 chisquare_cdf.m |
|
7330 chisquare_inv.m |
|
7331 chisquare_pdf.m |
|
7332 chisquare_rnd.m |
|
7333 discrete_cdf.m |
|
7334 discrete_inv.m |
|
7335 discrete_pdf.m |
|
7336 discrete_rnd.m |
|
7337 empirical_cdf.m |
|
7338 empirical_inv.m |
|
7339 empirical_pdf.m |
|
7340 empirical_rnd.m |
|
7341 exponential_cdf.m |
|
7342 exponential_inv.m |
|
7343 exponential_pdf.m |
|
7344 exponential_rnd.m |
|
7345 f_cdf.m |
|
7346 f_inv.m |
|
7347 f_pdf.m |
|
7348 f_rnd.m |
|
7349 gamma_cdf.m |
|
7350 gamma_inv.m |
|
7351 gamma_pdf.m |
|
7352 gamma_rnd.m |
|
7353 geometric_cdf.m |
|
7354 geometric_inv.m |
|
7355 geometric_pdf.m |
|
7356 geometric_rnd.m |
|
7357 hypergeometric_cdf.m |
|
7358 hypergeometric_inv.m |
|
7359 hypergeometric_pdf.m |
|
7360 hypergeometric_rnd.m |
|
7361 kolmogorov_smirnov_cdf.m |
|
7362 laplace_cdf.m |
|
7363 laplace_inv.m |
|
7364 laplace_pdf.m |
|
7365 laplace_rnd.m |
|
7366 logistic_cdf.m |
|
7367 logistic_inv.m |
|
7368 logistic_pdf.m |
|
7369 logistic_rnd.m |
|
7370 lognormal_cdf.m |
|
7371 lognormal_inv.m |
|
7372 lognormal_pdf.m |
|
7373 lognormal_rnd.m |
|
7374 normal_cdf.m |
|
7375 normal_inv.m |
|
7376 normal_pdf.m |
|
7377 normal_rnd.m |
|
7378 pascal_cdf.m |
|
7379 pascal_inv.m |
|
7380 pascal_pdf.m |
|
7381 pascal_rnd.m |
|
7382 poisson_cdf.m |
|
7383 poisson_inv.m |
|
7384 poisson_pdf.m |
|
7385 poisson_rnd.m |
|
7386 stdnormal_cdf.m |
|
7387 stdnormal_inv.m |
|
7388 stdnormal_pdf.m |
|
7389 stdnormal_rnd.m |
|
7390 t_cdf.m |
|
7391 t_inv.m |
|
7392 t_pdf.m |
|
7393 t_rnd.m |
|
7394 uniform_cdf.m |
|
7395 uniform_inv.m |
|
7396 uniform_pdf.m |
|
7397 uniform_rnd.m |
|
7398 weibull_cdf.m |
|
7399 weibull_inv.m |
|
7400 weibull_pdf.m |
|
7401 weibull_rnd.m |
|
7402 wiener_rnd.m |
|
7403 |
|
7404 * statistics/models (new directory): |
|
7405 |
|
7406 logistic_regression.m |
|
7407 logistic_regression_derivatives.m |
|
7408 logistic_regression_likelihood.m |
|
7409 |
|
7410 * statistics/tests (new directory): |
|
7411 |
|
7412 anova.m |
|
7413 bartlett_test.m |
|
7414 chisquare_test_homogeneity.m |
|
7415 chisquare_test_independence.m |
|
7416 cor_test.m |
|
7417 f_test_regression.m |
|
7418 hotelling_test.m |
|
7419 hotelling_test_2.m |
|
7420 kolmogorov_smirnov_test.m |
|
7421 kolmogorov_smirnov_test_2.m |
|
7422 kruskal_wallis_test.m |
|
7423 manova.m |
|
7424 mcnemar_test.m |
|
7425 prop_test_2.m |
|
7426 run_test.m |
|
7427 sign_test.m |
|
7428 t_test.m |
|
7429 t_test_2.m |
|
7430 t_test_regression.m |
|
7431 u_test.m |
|
7432 var_test.m |
|
7433 welch_test.m |
|
7434 wilcoxon_test.m |
|
7435 z_test.m |
|
7436 z_test_2.m |
|
7437 |
|
7438 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7439 |
|
7440 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
7441 compatibility and to avoid Y2K problems. |
|
7442 |
3190
|
7443 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7444 |
|
7445 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
7446 least-squares solution. |
|
7447 |
3180
|
7448 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7449 |
|
7450 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
7451 |
|
7452 * strings/strrep.m: Don't convert args to numeric values. |
|
7453 Prevent warnings for empty string args. |
|
7454 From Georg Thimm <thimm@idiap.ch>. |
|
7455 |
|
7456 * strings/strcat.m: Prevent warnings for empty string args. |
|
7457 |
|
7458 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7459 |
|
7460 * miscellaneous/menu.m: Remove special case for empty string |
|
7461 returned from input(). Add second arg to eval() to catch errors. |
|
7462 |
3178
|
7463 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7464 |
|
7465 * plot/__plt__.m: Don't call usleep. |
|
7466 |
3175
|
7467 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7468 |
|
7469 * linear-algebra/dot.m: New function. |
|
7470 |
|
7471 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
7472 compatibility. |
|
7473 |
|
7474 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7475 |
|
7476 * plot/hist.m: Also allow just one output argument. |
|
7477 |
|
7478 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7479 |
|
7480 * strings/deblank.m: Make it work if the string is only blanks. |
|
7481 |
|
7482 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7483 |
|
7484 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
7485 |
|
7486 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7487 |
|
7488 * plot/oneplot.m: Fix typo. |
|
7489 |
3174
|
7490 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7491 |
|
7492 * miscellaneous/flops.m: Allow a single argument too. |
|
7493 |
|
7494 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7495 |
|
7496 * strings/str2mat.m: Also handle case when there are no empty |
|
7497 strings correctly. |
|
7498 |
|
7499 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7500 |
|
7501 * strings/isletter.m: New function, for Matlab compatibility. |
|
7502 |
3168
|
7503 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7504 |
|
7505 * strings/str2mat.m: Handle string matrices too. |
|
7506 |
3167
|
7507 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7508 |
|
7509 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
7510 linear encoding. |
|
7511 |
|
7512 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
7513 audio/record.m: Open files in binary mode. |
|
7514 |
3164
|
7515 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7516 |
|
7517 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
7518 Move functionality of dump_1_pref here, but use built-in function |
|
7519 type to extract value, and put it inside try/catch block. |
|
7520 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
7521 |
3162
|
7522 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7523 |
|
7524 * plot/__pltopt1.m__: New file. |
|
7525 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
7526 __pltopt1__ multiple times and returning a string array with rows |
|
7527 corresponding to the rows of opt. |
|
7528 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
7529 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
7530 array. |
|
7531 |
|
7532 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7533 |
|
7534 * plot/mplot.m: Fix misspellings of global variables. |
|
7535 Don't call clearplot. |
|
7536 |
|
7537 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7538 |
|
7539 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
7540 "cle;rep" when going in ot multiplot mode. |
|
7541 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
7542 switching out of multiplot mode. |
|
7543 |
3156
|
7544 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
7545 |
3156
|
7546 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
7547 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
7548 |
3141
|
7549 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7550 |
|
7551 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
7552 |
|
7553 * miscellaneous/bug_report.m: Don't try to get smart with |
|
7554 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
7555 |
|
7556 * Makefile.in (install): Create separate ls-R files for |
|
7557 $(datadir) and $(libexecdir). |
|
7558 (uninstall): Remove both ls-R files. |
|
7559 |
3136
|
7560 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7561 |
|
7562 * signal/fftshift.m: New file. |
|
7563 |
|
7564 * plot/contour.m: Fix for non-square case. |
|
7565 |
|
7566 * general/randperm.m: New file. |
|
7567 |
|
7568 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7569 |
|
7570 * specfun/betai.m: Restore file for compatibility with previous |
|
7571 versions. Call betainc with reordered args. |
|
7572 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
7573 |
3131
|
7574 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7575 |
|
7576 * plot/contour.m: Handle discrete contour levels. |
|
7577 |
|
7578 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7579 |
|
7580 * control/lyap.m: For compatibility with Matlab, solve |
|
7581 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
7582 |
3124
|
7583 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7584 |
|
7585 * specfun/bessel.m: New file. |
|
7586 |
|
7587 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
7588 specfun/gammainc.m: Delete. |
|
7589 |
3106
|
7590 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7591 |
|
7592 * image/colormap.m: Initialize __current_color_map__ in global |
|
7593 statement. |
|
7594 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
7595 statement. |
|
7596 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
7597 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7598 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
7599 |
3103
|
7600 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7601 |
|
7602 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
7603 * time/toc.m: Likewise. |
|
7604 |
|
7605 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
7606 |
|
7607 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
7608 anything special for automatic_replot when in multiplot mode -- |
|
7609 recent 3.6beta releases handle this correctly. |
|
7610 |
|
7611 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
7612 setting the terminal type. |
|
7613 |
|
7614 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7615 plot/subwindow.m: Use leading and trailing underscores for |
|
7616 `private' globals. |
|
7617 |
|
7618 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
7619 |
3101
|
7620 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7621 |
|
7622 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
7623 |
3091
|
7624 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7625 |
3092
|
7626 * specfun/gammai.m: Avoid problems with whitespace when |
|
7627 constructing matrices. |
|
7628 |
3091
|
7629 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
7630 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
7631 original y vector. |
|
7632 |
3085
|
7633 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7634 |
|
7635 * linear-algebra/cross.m: Use direct formula instead of calling |
|
7636 det three times in a loop. If both args are column (row) vectors, |
|
7637 return a column (row) vector. If they don't match, pay attention |
|
7638 to the value of prefer_column_vectors. |
|
7639 |
5095
|
7640 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
7641 |
|
7642 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
7643 nonsymmetric matrices. |
|
7644 |
|
7645 * general/tril.m: Fix usage message. |
|
7646 |
|
7647 * polynomial/polyvalm.m: Fix error messages. |
|
7648 * polynomial/polyderiv.m: Likewise. |
|
7649 * polynomial/polyval.m: Likewise. |
|
7650 |
3081
|
7651 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7652 |
|
7653 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
7654 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
7655 |
3063
|
7656 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7657 |
|
7658 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
7659 |
5095
|
7660 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
7661 |
|
7662 * plot/__pltopt__.m: Handle key/legend names. |
|
7663 Correctly set colors, line styles, and point styles. |
|
7664 |
3061
|
7665 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7666 |
|
7667 * polynomial/polyfit.m: Return fit y values as second output. |
|
7668 Don't use QR factorization to solve least squares problem. |
|
7669 |
|
7670 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7671 |
|
7672 * control/dlqr.m: Use ao, not a, to compute k. |
|
7673 |
3024
|
7674 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7675 |
|
7676 * miscellaneous/path.m: New file. |
|
7677 |
2993
|
7678 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7679 |
|
7680 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
7681 name. |
|
7682 |
2968
|
7683 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7684 |
|
7685 * specfun/erfinv.m: Add missing semicolon. |
|
7686 |
2870
|
7687 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7688 |
|
7689 * miscellaneous/xor.m: Make type of return value logical. |
|
7690 |
2853
|
7691 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7692 |
|
7693 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
7694 warn_comma_in_global_decl. |
|
7695 |
2831
|
7696 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7697 |
|
7698 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
7699 octave-bug script. |
|
7700 |
2823
|
7701 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7702 |
2824
|
7703 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
7704 prefer_zero_one_indexing. |
|
7705 |
2823
|
7706 * general/logical.m: New file. |
|
7707 |
2816
|
7708 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7709 |
|
7710 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
7711 and is_vector(). |
|
7712 |
5095
|
7713 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
7714 |
|
7715 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
7716 Use tolerance of 2 * eps. |
|
7717 |
2811
|
7718 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7719 |
|
7720 * Makefile.in (install-strip): New target. |
|
7721 * audio/Makefile.in: Ditto. |
|
7722 * control/Makefile.in: Ditto. |
|
7723 * elfun/Makefile.in: Ditto. |
|
7724 * general/Makefile.in: Ditto. |
|
7725 * image/Makefile.in: Ditto. |
|
7726 * io/Makefile.in: Ditto. |
|
7727 * linear-algebra/Makefile.in: Ditto. |
|
7728 * miscellaneous/Makefile.in: Ditto. |
|
7729 * plot/Makefile.in: Ditto. |
|
7730 * polynomial/Makefile.in: Ditto. |
|
7731 * set/Makefile.in: Ditto. |
|
7732 * signal/Makefile.in: Ditto. |
|
7733 * specfun/Makefile.in: Ditto. |
|
7734 * special-matrix/Makefile.in: Ditto. |
|
7735 * startup/Makefile.in: Ditto. |
|
7736 * statistics/Makefile.in: Ditto. |
|
7737 * strings/Makefile.in: Ditto. |
|
7738 |
2809
|
7739 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7740 |
|
7741 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
7742 |
2798
|
7743 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7744 |
|
7745 * statistics/corrcoef.m: Make it actually work. |
|
7746 |
2795
|
7747 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7748 |
2798
|
7749 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
7750 |
2779
|
7751 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
7752 |
|
7753 * Version 2.0.5 released. |
|
7754 |
2745
|
7755 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7756 |
2749
|
7757 * Makefile.in (maintainer-clean): Also remove configure. |
|
7758 |
2746
|
7759 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
7760 |
2745
|
7761 * general/is_matrix.m: Return zero for empty matrices. |
|
7762 |
|
7763 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7764 |
|
7765 * linear-algebra/vech.m: Size result just once. |
|
7766 |
2726
|
7767 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7768 |
|
7769 * general/is_square.m: Handle empty matrices correctly. |
|
7770 * general/is_symmetric.m: Handle empty matrices and strings. |
|
7771 |
2716
|
7772 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7773 |
|
7774 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
7775 * polynomial/deconv.m: Likewise. |
|
7776 * polynomial/polyderiv.m: Likewise. |
|
7777 * polynomial/polyinteg.m: Likewise. |
|
7778 * polynomial/polyreduce.m: Likewise. |
|
7779 * polynomial/polyval.m: Likewise. |
|
7780 * polynomial/polyvalm.m: Likewise. |
|
7781 * general/postpad.m: Likewise. |
|
7782 * general/prepad.m: Likewise. |
|
7783 |
|
7784 * polynomial/compan.m: Check input with is_vector(), not |
|
7785 is_matrix(). Handle scalar case. |
|
7786 |
2711
|
7787 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7788 |
2715
|
7789 * plot/contour.m: Order data so that it is consistent with |
|
7790 meshgrid and mesh. |
|
7791 |
2711
|
7792 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
7793 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
7794 |
2709
|
7795 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
7796 |
|
7797 * Version 2.0.4 released. |
|
7798 |
2706
|
7799 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7800 |
2702
|
7801 * miscellaneous/paren.m: New file. |
|
7802 |
2693
|
7803 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
7804 |
|
7805 * Version 2.0.3 released. |
|
7806 |
2676
|
7807 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7808 |
|
7809 * image/saveimage.m: Only clip image data that is actually out of |
|
7810 range. |
|
7811 |
2667
|
7812 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7813 |
|
7814 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
7815 also be considered to be matrices. |
|
7816 |
|
7817 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
7818 |
|
7819 * general/isempty.m: Use size(), not rows() and columns(). |
|
7820 |
|
7821 * plot/contour.m: Convert set to gset. |
|
7822 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
7823 |
2663
|
7824 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7825 |
|
7826 * specfun/erfinv.m: Fix typo in last change. |
|
7827 |
2650
|
7828 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7829 |
|
7830 * image/loadimage.m: Make it possible to load files with image |
|
7831 data named X or img. |
|
7832 |
|
7833 * image/default.img: Change name of image from X to img to match |
|
7834 what saveimage does now. |
|
7835 |
|
7836 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
7837 does now. |
|
7838 |
2632
|
7839 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7840 |
2634
|
7841 * Version 2.0.2 released. |
|
7842 |
2632
|
7843 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
7844 weird missing-lines bug without creating extra plots unecessarily. |
|
7845 |
2624
|
7846 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7847 |
|
7848 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
7849 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
7850 io/Makefile.in, linear-algebra/Makefile.in, |
|
7851 miscellaneous/Makefile.in, plot/Makefile.in, |
|
7852 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
7853 specfun/Makefile.in, special-matrix/Makefile.in, |
|
7854 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
7855 time/Makefile.in (bin-dist): New target. |
|
7856 |
2621
|
7857 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7858 |
|
7859 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
7860 |
|
7861 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7862 |
|
7863 * miscellaneous/xor.m: Make it work. |
|
7864 |
2613
|
7865 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7866 |
|
7867 * plot/sombrero.m: Doc fix. |
|
7868 |
2602
|
7869 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7870 |
|
7871 * Version 2.0.1 released. |
|
7872 |
2601
|
7873 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7874 |
|
7875 * elfun/lcm.m: Replace missing if statement. |
|
7876 |
|
7877 * elfun/gcd.m: Report error if no input args. |
|
7878 * elfun/lcm.m: Likewise. |
|
7879 |
2597
|
7880 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7881 |
|
7882 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
7883 Also list contents of $libexecdir/octave in ls-R database. |
|
7884 |
2583
|
7885 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7886 |
|
7887 * Version 2.0 released. |
|
7888 |
2575
|
7889 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7890 |
|
7891 * Version 1.94. |
|
7892 |
2558
|
7893 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7894 |
|
7895 * strings/str2num.m: New file. |
|
7896 |
2554
|
7897 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7898 |
|
7899 * Version 1.93. |
|
7900 |
2540
|
7901 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7902 |
|
7903 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
7904 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
7905 linear-algebra/vech.m: New files from Kurt Hornik. |
|
7906 |
|
7907 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
7908 general/common_size.m: New files from Kurt Hornik. |
|
7909 |
|
7910 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
7911 New files from Kurt Hornik. |
|
7912 |
|
7913 * signal/detrend.m: New file from Kurt Hornik. |
|
7914 |
|
7915 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
7916 specfun/pow2.m, specfun/log2.m: |
|
7917 New files and updates from Kurt Hornik. |
|
7918 |
2523
|
7919 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7920 |
|
7921 * plot/__plt__.m: Add explicit replot after last command is |
|
7922 issued, to force all lines to be displayed. Hmm. |
|
7923 |
2512
|
7924 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7925 |
2520
|
7926 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
7927 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
7928 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
7929 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
7930 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
7931 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
7932 Uset gset, not set. |
|
7933 |
2512
|
7934 * Version 1.92. |
|
7935 |
2482
|
7936 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7937 |
2486
|
7938 * image/saveimage.m: When writing PostScript, name Octave as the |
|
7939 almighty Creator. Use single call to fprintf instead of looping. |
|
7940 |
|
7941 * image/Makefile.in: Delete references to octtopnm. |
|
7942 |
|
7943 * general/logspace.m: Doc fix. |
|
7944 |
2482
|
7945 * Version 1.91. |
|
7946 |
2458
|
7947 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7948 |
|
7949 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
7950 |
|
7951 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
7952 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
7953 deleted. |
|
7954 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
7955 of a system() command to delete the tmp file. |
|
7956 |
2452
|
7957 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7958 |
|
7959 * Version 1.90. |
|
7960 |
|
7961 * Makefile.in (DISTFILES): Add ChangeLog. |
|
7962 |
2360
|
7963 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7964 |
|
7965 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
7966 Don't check for string value of automatic_replot. |
|
7967 |
|
7968 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
7969 Temporarily set do_fortran_indexing to 1, not "true". |
|
7970 |
|
7971 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
7972 not "false". |
|
7973 |
|
7974 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
7975 "false". |
|
7976 |
2355
|
7977 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
7978 |
|
7979 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
7980 |
2330
|
7981 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7982 |
|
7983 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
7984 system command. |
|
7985 |
|
7986 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7987 |
|
7988 * __plr1__.m: Renamed from polar_int_1.m. |
|
7989 * __plr2__.m: Renamed from polar_int_2.m. |
|
7990 * __plr__.m: Renamed from polar_int.m. |
|
7991 * __plt1__.m: Renamed from plot_int_1.m. |
|
7992 * __plt2__.m: Renamed from plot_int_2.m. |
|
7993 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
7994 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
7995 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
7996 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
7997 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
7998 * __plt__.m: Renamed from plot_int.m. |
|
7999 * __pltopt__.m: Renamed from plot_opt.m. |
|
8000 Change all callers. |
|
8001 |
|
8002 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8003 |
|
8004 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
8005 comments like those found in Emacs lisp files. |
|
8006 |
|
8007 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8008 |
|
8009 * All .m files: Change comment style. |
|
8010 |
|
8011 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8012 |
|
8013 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
8014 subplot.m, subwindow.m, top_title.m: |
|
8015 Print error message if gnuplot_has_multiplot is not true. |
|
8016 |
|
8017 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8018 |
|
8019 * plot/figure.m: New function. |
|
8020 |
|
8021 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8022 |
|
8023 * strings/strrep.m: New function. |
|
8024 |
|
8025 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8026 |
|
8027 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
8028 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
8029 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
8030 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
8031 New functions from Kurt Hornik, heavily modified by jwe. |
|
8032 |
|
8033 * general/reshape.m: Allow strings to be reshaped too. |
|
8034 |
|
8035 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
8036 Always return a scalar. |
|
8037 |
|
8038 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8039 |
|
8040 * polynomial/polyfit.m: Make orientation of result compatible with |
|
8041 Matlab. |
|
8042 |
|
8043 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8044 |
|
8045 * polynomial/polyfit.m: Add missing close paren. |
|
8046 |
|
8047 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8048 |
|
8049 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
8050 |
|
8051 * io/scanf.m: Delete. |
|
8052 |
|
8053 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8054 |
|
8055 * statistics/median.m: Fix typo in usage message. |
|
8056 |
|
8057 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8058 |
|
8059 * miscellaneous/popen2.m: New file. |
|
8060 |
|
8061 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8062 |
|
8063 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
8064 |
|
8065 * io: New directory. |
|
8066 * Makefile.in (SUBDIRS): Add it to the list. |
|
8067 |
|
8068 * miscellaneous/flops.m: New file. |
|
8069 |
|
8070 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8071 |
|
8072 * miscellaneous/cputime.m: Return three arguments instead of a |
|
8073 vector, for compatibility with previous versions and with Matlab |
|
8074 (which only returns one scalar value). |
|
8075 |
|
8076 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
8077 |
|
8078 * general/triu.m: Compute lower bound on loop index correctly. |
|
8079 * general/tril.m: Likewise, for upper bound. |
|
8080 |
|
8081 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8082 |
|
8083 * image/saveimage.m: For color images, make sure indices into |
|
8084 temporary colormap and result matrix have proper orientation. |
|
8085 Set grey flag correctly. |
|
8086 |
|
8087 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8088 |
|
8089 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
8090 jrv@vanzandt.mv.com). |
|
8091 |
|
8092 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8093 |
|
8094 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
8095 * mesh.m: Transpose Z if only one arg. |
|
8096 Handle case of all three args being matrices (from Jim Van Zandt |
|
8097 jrv@vanzandt.mv.com). |
|
8098 * meshdom.m: Undo previous change. |
|
8099 |
|
8100 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8101 |
|
8102 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
8103 |
|
8104 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8105 |
|
8106 * audio: New directory of files from Kurt Hornik and Andreas |
|
8107 Weingessel. |
|
8108 * audio/Makefile.in: New file. |
|
8109 * Makefile.in (SUBDIRS): Add audio to the list. |
|
8110 |
|
8111 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8112 |
|
8113 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
8114 |
|
8115 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8116 |
|
8117 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
8118 columns (z), not the other way around. |
|
8119 * plot/meshdom.m: Don't reverse order of elements in y. |
|
8120 |
|
8121 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8122 |
|
8123 * plot/axis.m: Return current axis if nargin == 0. |
|
8124 |
|
8125 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8126 |
|
8127 * polynomial/roots.m: Updates from Kurt Hornik. |
|
8128 |
|
8129 * polynomial/polyder.m: New file. |
|
8130 |
|
8131 * polynomial/polyderiv.m: Give return value and arg different names. |
|
8132 |
|
8133 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8134 |
|
8135 * specfun/betainc.m: New file. |
|
8136 * specfun/gammainc.m: New file. |
|
8137 |
|
8138 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8139 |
|
8140 * general/strerror.m: New file. |
|
8141 * general/perror.m: Implement using strerror(). |
|
8142 |
|
8143 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8144 |
|
8145 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
8146 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
8147 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
8148 |
|
8149 * image/saveimage.m: Round img values first. |
|
8150 |
|
8151 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8152 |
|
8153 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
8154 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
8155 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
8156 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
8157 special-matrix/hankel.m special-matrix/toeplitz.m |
|
8158 tuwien/strfun/split.m: Add missing semicolons. |
|
8159 |
|
8160 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
8161 |
|
8162 * image/Makefile.in: Don't build or install octtoppm. |
|
8163 |
|
8164 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
6653
|
8165 routines so that people who don't have the pbm stuff installed |
2330
|
8166 can still use this function. |
|
8167 |
|
8168 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8169 |
|
8170 * image/saveimage.m: Better error checking, clean up a bit. |
|
8171 |
|
8172 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8173 |
|
8174 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
8175 avoid conflict with new built-in text-style function more. |
|
8176 |
|
8177 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
8178 |
|
8179 * startup/Makefile.in (install): Also install octaverc in |
|
8180 $localfcnfiledir/startup/octavrc. |
|
8181 |
|
8182 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8183 |
|
8184 * mkinstalldirs: New file. |
|
8185 * Makefile.in (DISTFILES): Add it to the list. |
|
8186 |
|
8187 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
8188 |
|
8189 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8190 |
|
8191 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
8192 r(1) != c(nr), not if r(1) != c(1). |
|
8193 |
|
8194 * signal/filter.m: Doc fix. |
|
8195 |
|
8196 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8197 |
|
8198 * miscellaneous/cputime.m: Use new resource structure names (no |
|
8199 ru_ or tv_ prefixes). |
|
8200 |
|
8201 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8202 |
|
8203 * time/ctime.m: Fix doc string and usage message. |
|
8204 |
|
8205 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8206 |
|
8207 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
8208 |
|
8209 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8210 |
|
8211 * control/c2d.m: Make function work for any value of |
|
8212 whitespace_in_literal_matrix. |
|
8213 * control/dare.m: Likewise. |
|
8214 * control/tzero.m: Likewise. |
|
8215 * elfun/gcd.m: Likewise. |
|
8216 * elfun/lcm.m: Likewise. |
|
8217 * general/postpad.m: Likewise. |
|
8218 * general/prepad.m: Likewise. |
|
8219 * linear-algebra/kron.m: Likewise. |
|
8220 * miscellaneous/etime.m: Likewise. |
|
8221 * polynomial/conv.m: Likewise. |
|
8222 * polynomial/deconv.m: Likewise. |
|
8223 * polynomial/poly.m: Likewise. |
|
8224 * polynomial/roots.m: Likewise. |
|
8225 * signal/filter.m: Likewise. |
|
8226 * signal/freqz.m: Likewise. |
|
8227 * signal/fftfilt.m: Likewise. |
|
8228 |
|
8229 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8230 |
|
8231 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
8232 |
|
8233 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8234 |
|
8235 * plot/polar_int_2.m: Add missing semicolons. |
|
8236 Set theta = theta', not rho'. |
|
8237 |
|
8238 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8239 |
|
8240 * polynomial/roots.m: Make it work for any value of |
|
8241 whitespace_in_literal_matrix. |
|
8242 |
|
8243 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8244 |
|
8245 * configure.in: New file. |
|
8246 |
|
8247 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8248 |
|
8249 * control/lyap.m: Add missing semicolon. |
|
8250 |
|
8251 * miscellaneous/cputime.m: New function file. |
|
8252 |
|
8253 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8254 |
|
8255 * time: New directory. |
|
8256 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
8257 New function files. |
|
8258 * time/Makefile.in: New file. |
|
8259 * Makefile.in (SUBDIRS): Add time. |
|
8260 |
|
8261 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8262 |
|
8263 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
8264 |
|
8265 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8266 |
|
8267 * plot/plot_int_1.m: Transpose data with .', not '. |
|
8268 |
|
8269 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8270 |
|
8271 * Makefile.in (install uninstall clean mostlyclean distclean |
|
8272 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
8273 |
|
8274 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8275 |
|
8276 * Makefile.in (install): Create ls-R database file. |
|
8277 (uninstall): Delete it. |
|
8278 |
|
8279 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8280 |
5378
|
8281 * image/saveimage.m: Fix typo. |
2330
|
8282 |
|
8283 See ChangeLog.1 in the top level directory for earlier changes. |