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