6977
|
1 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
|
2 |
|
3 * plot/__go_draw_axes__.m, plot/legend.m: |
|
4 Handle compatible position specifiers as strings. |
|
5 |
6975
|
6 2007-10-08 John Swensen <jpswensen@comcast.net> |
|
7 |
|
8 * general/num2str.m: Eliminate extra whitespace in output. |
|
9 * strings/strtrim.m: New function. |
|
10 * strings/Makefile.in (SOURCES): Add it to the list. |
|
11 |
6968
|
12 2007-10-06 John W. Eaton <jwe@octave.org> |
|
13 |
|
14 * polynomial/residue.m: New test from test/test_poly.m. |
|
15 |
6967
|
16 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
|
17 |
|
18 * image/saveimage.m: Handle saving color images without a colormap. |
|
19 * image/__img_via_file__.m: Add missing semicolon. |
|
20 |
|
21 2007-10-06 Bill Denney <wsloand@gmail.com> |
|
22 |
|
23 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
|
24 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
|
25 |
6965
|
26 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
|
27 |
|
28 * plot/print.m: Handle svg output type. Accept new -S option to |
|
29 specify size for PNG and SVG output types. |
|
30 |
|
31 2007-10-05 Ben Abbott <bpabbott@mac.com> |
6964
|
32 |
|
33 * polynomial/mpoles.m: New function. |
|
34 * polynomial/residue.m: Modified to behave in reciprocal |
|
35 manner. No longer compute 4th output, "e". No longer accept |
|
36 tolerance input. Explicitly set tolerance parameter to 0.001. |
|
37 Respect maximum relative difference in poles when determining |
|
38 their multiplicity. Use mpoles to determine the multiplicity of |
|
39 poles. |
|
40 |
6963
|
41 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
|
42 |
|
43 * plot/__go_draw_axes__.m: Add cbrange to the plot stream |
|
44 for surface plots. |
|
45 |
6962
|
46 2007-10-05 John W. Eaton <jwe@octave.org> |
|
47 |
|
48 * plot/__next_line_color__.m: Get color_rotation from axes |
|
49 colororder property. |
|
50 |
6953
|
51 2007-10-03 John W. Eaton <jwe@octave.org> |
|
52 |
6955
|
53 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
|
54 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". |
|
55 |
6953
|
56 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
|
57 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate |
|
58 special for __vnorm__. |
|
59 |
6951
|
60 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
|
61 |
6952
|
62 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951
|
63 |
6950
|
64 2007-10-03 David Bateman <dbateman@free.fr> |
|
65 |
|
66 * pkg/pkg.m (is_architecture_dependent): New function to identify |
|
67 if a file is architecture dependent based on a list of file |
|
68 extensions. |
|
69 (configure_make): Simplify the search for architecture dependent |
|
70 files based on this function. |
|
71 (load_pakages_and_dependencies): Also look for bin directory in |
|
72 the architecture dependent directory. |
|
73 |
6947
|
74 2007-10-03 John W. Eaton <jwe@octave.org> |
|
75 |
|
76 * miscellaneous/dir.m: Create empty struct with field names. |
|
77 Include datenum in struct. |
|
78 |
6943
|
79 2007-10-02 David Bateman <dbateman@free.fr> |
|
80 |
|
81 * miscellaneous/ls.m: If nargout return string array of files |
|
82 returned by ls. |
|
83 |
6942
|
84 2007-10-01 John W. Eaton <jwe@octave.org> |
|
85 |
|
86 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting |
|
87 range values. |
|
88 |
6937
|
89 2007-10-01 David Bateman <dbateman@free.fr> |
|
90 |
6938
|
91 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
|
92 speed with small vectors. |
6937
|
93 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
|
94 rather than OCTAVE_HOME(). |
|
95 |
6935
|
96 2007-09-30 Ben Abbott <bpabbott@mac.com> |
|
97 |
|
98 * plot/findobj.m: New function. |
|
99 * plot/Makefile.m (SOURCES): Add it to SOURCES. |
|
100 |
6925
|
101 2007-09-26 David Bateman <dbateman@free.fr> |
|
102 |
|
103 * pkg/pkg.m: Add second argument to setting for prefix for |
|
104 architecture dependent files. Use throughout. |
|
105 (pkg:issuperuser): New function, use through to check for |
|
106 root user. |
|
107 (pkg:getarchprefix): function to give the archiecture dependent |
|
108 prefix for a package. |
|
109 (pkg:getarchdir): New function giving location of architetcure |
|
110 dependent directory. Use through out. |
|
111 (pkg:install): Treat architecture dependent directory separately |
|
112 as in might not be a sub-directory of the package directory. |
|
113 (pkg:uninstall): ditto. |
|
114 (pkg:create_pkgadddel): Check for global or local install for |
|
115 architecture dependent directory. |
|
116 (pkg:finish_installation): ditto. |
|
117 (pkg:write_INDEX): ditto. |
|
118 (pkg:load_packages_and_dependencies): ditto. |
|
119 (pkg:copy_files): ditto. Add step to copy architecture dependent |
|
120 files to a new location if user is root. |
|
121 (pkg:rm_rf): Check if file or directory exists before removing. |
|
122 (pkg:dirempty): Check if directory exists before checking. |
|
123 |
|
124 * plot/___patch__.m: Allow face colors to be passed as strings |
|
125 |
|
126 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" |
|
127 needed for calls to "hold" without an argument. |
|
128 |
6920
|
129 2007-09-21 John W. Eaton <jwe@octave.org> |
|
130 |
6921
|
131 * optimization/sqp.m: Fix typo. |
|
132 |
6920
|
133 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
|
134 |
6919
|
135 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
|
136 |
|
137 * control/hinf/h2norm: Compute d*d', not d'*d. |
|
138 |
6918
|
139 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
|
140 |
|
141 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, |
|
142 unidpdf.m and unidinv.m |
|
143 |
6914
|
144 2007-09-18 John W. Eaton <jwe@octave.org> |
|
145 |
|
146 * plot/__go_draw_axes__.m: Use %.15g throughout. |
|
147 (do_tics_1): Set numeric axes formats to "%.15g". |
|
148 |
6912
|
149 2007-09-18 David Bateman <dbateman@free.fr> |
|
150 |
|
151 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead |
|
152 of %g when writing data. |
|
153 |
6908
|
154 2007-09-17 John W. Eaton <jwe@octave.org> |
|
155 |
|
156 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. |
|
157 |
6903
|
158 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
|
159 |
|
160 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for |
|
161 noninteger N with N-K < 1. |
|
162 |
6901
|
163 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
164 |
|
165 * strings/index.m: Correct for strings differing after the third |
|
166 position (bug reported by Maude Martin). |
|
167 |
6895
|
168 2007-09-13 John W. Eaton <jwe@octave.org> |
|
169 |
|
170 * plot/__default_colormap__.m: Delete. |
|
171 * plot/Makefile (SOURCES): Remove from the list. |
|
172 |
6898
|
173 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
|
174 |
|
175 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. |
|
176 |
6885
|
177 2007-09-10 David Bateman <dbateman@free.fr> |
|
178 |
|
179 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but |
|
180 limit the selection of colors in the same way as for lines. |
|
181 * plot/__patch__.m: Allow matrix arguments with one patch per |
|
182 column. |
|
183 * plot/__bar__.m: Adapt to use "patch". |
|
184 |
6870
|
185 2007-09-06 John W. Eaton <jwe@octave.org> |
|
186 |
|
187 * plot/drawnow.m (drawnow): New arg, debug_file. |
|
188 (init_plot_stream): Split from open_plot_stream. |
|
189 * plot/print.m: Accept -debug=FILE argument. |
|
190 |
6868
|
191 2007-09-06 David Bateman <dbateman@free.fr> |
|
192 |
|
193 * general/celldisp.m: New function. |
|
194 * general/Makefile.in (SOURCES): Add celldisp.m. |
|
195 * miscellaneous/swapbytes.m: New function. |
|
196 * miscellaneous/gzip.m: New function. |
|
197 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. |
|
198 |
6863
|
199 2007-09-05 David Bateman <dbateman@free.fr> |
|
200 |
|
201 * general/structfun.m: New function. |
|
202 * general/Makefile.in (SOURCES): Add it to sources. |
|
203 * miscellaneous/run.m: New function. |
|
204 * miscellaneous/Makefile.in (SOURCES): Add it to sources. |
|
205 * statistics/base/mode.m: New function. |
|
206 * statistics/base//Makefile.in (SOURCES): Add it to sources. |
|
207 |
6862
|
208 2007-09-05 John W. Eaton <jwe@octave.org> |
|
209 |
|
210 * miscellaneous/orderfields.m: Use numel instead of length. |
|
211 |
|
212 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> |
|
213 |
|
214 * miscellaneous/orderfields.m: Handle empty structs. |
|
215 |
6861
|
216 2007-09-05 John W. Eaton <jwe@octave.org> |
|
217 |
|
218 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with |
|
219 DATA_IDX. |
|
220 |
|
221 2007-09-04 David Bateman <dbateman@free.fr> |
|
222 |
|
223 * general/isdir.m: Return a logical value. |
|
224 |
6859
|
225 2007-09-04 David Bateman <dbateman@free.fr> |
|
226 |
|
227 * statistics/distributions/chi2pdf.m, |
|
228 statistics/distributions/chi2cdf.m, |
|
229 statistics/distributions/chi2inv.m: Modifiy the call to the gamma |
|
230 distribution functions to account for inverse of scale factor in |
|
231 gamma functions. |
|
232 |
6857
|
233 2007-09-01 John W. Eaton <jwe@octave.org> |
|
234 |
|
235 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. |
|
236 |
6853
|
237 2007-09-01 David Bateman <dbateman@free.fr> |
|
238 |
|
239 * polynomial/polyint.m: New function like polyinteg but with |
|
240 explicit integration constant. |
|
241 * polynomial/polyinteg.m: Remove. |
|
242 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove |
|
243 polyinteg.m. |
|
244 * deprecated/polyinteg.m: Move version here. |
|
245 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. |
|
246 |
6852
|
247 * geometry/voronoi.m: Add large box around data to get a good |
|
248 approximation of the rays to infinity. |
|
249 |
6851
|
250 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
|
251 |
|
252 * plot/axes.m: Allow parent to be specified when creating axes |
|
253 objects. Support non-figure parents. |
|
254 |
|
255 2007-08-31 John W. Eaton <jwe@octave.org> |
|
256 |
|
257 * plot/ancestor.m: New function, adapted from Octave Forge. |
|
258 |
6850
|
259 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
|
260 |
|
261 * polynomial/polygcd.m: Better layout of example. |
|
262 * polynomial/compan.m: Remove unnecessary check. |
|
263 * polynomial/roots.m: Added example to help text. |
|
264 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. |
|
265 * polynomial/poly.m: Added example to help text. |
|
266 |
6848
|
267 2007-08-30 John W. Eaton <jwe@octave.org> |
|
268 |
|
269 * optimization/qp.m: Increase maxit to 200. |
|
270 |
6847
|
271 2007-08-30 David Bateman <dbateman@free.fr> |
|
272 |
|
273 * geometry/inpolygon.m: New file. |
|
274 * geometry/Makefile.in (SOURCES): Add inpolygon.m. |
|
275 |
6843
|
276 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
|
277 |
|
278 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. |
|
279 |
6829
|
280 2007-08-24 David Bateman <dbateman@free.fr> |
|
281 |
|
282 * plot/__go_draw_axes__.m: Treat text color property. |
|
283 |
6828
|
284 2007-08-24 John W. Eaton <jwe@octave.org> |
|
285 |
|
286 * plot/subplot.m, plot/plot.m, plot/grid.m: |
|
287 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. |
|
288 |
|
289 * miscellaneous/movefile.m: Separate second and third args and |
|
290 use p1 and p2, not f1 and f2 when constructing arguments for |
|
291 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. |
|
292 |
6825
|
293 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
|
294 |
|
295 * set/intersect.m: Make it work with cell arrays of strings. |
|
296 |
6823
|
297 2007-08-24 David Bateman <dbateman@free.fr> |
|
298 |
|
299 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
|
300 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
|
301 functions ported from octave-forge. |
|
302 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
|
303 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
|
304 geometry/triplot.m, geometry/tsearchn.m: |
|
305 New functions. |
|
306 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
|
307 * geometry/Makefile.in (SOURCES): Add functions above. |
|
308 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. |
|
309 |
6820
|
310 2007-08-23 John W. Eaton <jwe@octave.org> |
|
311 |
|
312 * pkg/pkg.m: Avoid using installed_packages for both function and |
|
313 variable name. |
|
314 |
|
315 2007-08-23 David Bateman <dbateman@free.fr> |
|
316 |
|
317 * plot/plot.m: Allow first arg to be axes handle. |
|
318 |
6818
|
319 2007-08-22 David Bateman <dbateman@free.fr> |
|
320 |
|
321 * control/base/nichols.m: Correct for misnamed variable, and ensure |
|
322 outputs are returned only if requested. |
|
323 |
|
324 2007-08-22 Donald Parsons <dparsons@brightdsl.net> |
|
325 |
|
326 * control/base/nichols.m: Fix typo. |
|
327 |
6813
|
328 2007-08-13 John W. Eaton <jwe@octave.org> |
|
329 |
|
330 * plot/meshgrid.m: Use repmat instead of multiplication. |
|
331 |
6809
|
332 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
|
333 |
|
334 * plot/__go_draw_axes__.m: Add axes position to the usingclause, |
|
335 use axes position in each appropriate gnuplot set statement. |
|
336 |
6808
|
337 2007-08-10 John W. Eaton <jwe@octave.org> |
|
338 |
|
339 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. |
|
340 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
341 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
342 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. |
|
343 |
6807
|
344 2007-08-10 Kai Habel <kai.habel@gmx.de> |
|
345 |
|
346 * plot/patch.m, plot/__patch__.m: New files. |
|
347 * plot/Makefile.in (SOURCES): Add them to the list. |
|
348 |
|
349 2007-08-07 John W. Eaton <jwe@octave.org> |
|
350 |
|
351 * path/savepath.m: Use single quotes for argument to PATH command |
|
352 that is inserted in file. |
|
353 |
6805
|
354 2007-07-27 John W. Eaton <jwe@octave.org> |
|
355 |
|
356 * plot/drawnow.m: Only set default value for term if GNUTERM is |
|
357 not set in the environment. |
|
358 |
6796
|
359 2007-07-25 David Bateman <dbateman@free.fr> |
|
360 |
|
361 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
362 control/base/Makefile.in, control/hinf/Makefile.in, |
|
363 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
364 control/util/Makefile.in, deprecated/Makefile.in, |
|
365 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
366 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
367 miscellaneous/Makefile.in, optimizaton/Makefile.in, |
|
368 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
369 polynomial/Makefile.in, quaternion/Makefile.in, |
|
370 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, |
|
371 specfun/Makefile.in, special-matrix/Makefile.in, |
|
372 startup/Makefile.in, statistics/Makefile.in, |
|
373 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
374 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
375 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
376 Adjust DISTFILES to allow out of tree "make dist" to work. |
|
377 |
6795
|
378 2007-07-25 John W. Eaton <jwe@octave.org> |
|
379 |
|
380 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. |
|
381 |
6793
|
382 2007-07-24 David Bateman <dbateman@free.fr> |
|
383 |
|
384 * image/flag.m: New colormap function. |
|
385 * images/Makefile.in: Include it in SOURCES. |
|
386 |
|
387 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
388 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
389 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
390 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. |
|
391 * image/gray.m, image/ocean.m: Use the same means of finding the |
|
392 number of colormap elements as the other colormap functions. |
|
393 |
6790
|
394 2007-07-24 Kai Habel <kai.habel@gmx.de> |
|
395 |
|
396 * plot/__go_draw_axes__.m: Handle patch. |
|
397 |
6788
|
398 2007-07-23 David Bateman <dbateman@free.fr> |
|
399 |
|
400 * general/rat.m: New function for ration approximation imported |
|
401 from octave-forge. |
|
402 * general/del2.m: New function for discrete laplacian operator. |
|
403 * general/Makefile.in: Include rat.m and del2.m in SOURCES. |
|
404 |
|
405 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
406 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
407 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
408 image/winter.m, image/brighten.m: Port image functions from |
|
409 octave-forge. |
|
410 * image/Makefile.in: Add ported functions to SOURCES. |
|
411 * image/gray.m, image/ocean.m: Don't set the colormap for |
|
412 compatibility with matlab. |
|
413 |
|
414 * plot/meshc.m, plot/peaks.m: Port plotting function from |
|
415 octave-forge |
|
416 * plot/Makefile.in: Add ported functions to SOURCES. |
|
417 * plot/__go_draw_axes__.m: Set the palette for the surfaces if |
|
418 using gnuplot 4.2 or greater. |
|
419 |
6785
|
420 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
|
421 |
|
422 * general/cart2sph.m: Fix unbalanced paranthesis. |
|
423 |
6781
|
424 2007-07-19 David Bateman <dbateman@free.fr> |
|
425 |
|
426 * plot/fplot.m: More compatible version. |
|
427 |
6780
|
428 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
|
429 |
|
430 * plot/clf.m: Check for valid handle before deleting. |
|
431 |
|
432 * plot/figure.m: Pass "figure" property/value pairs directly to |
|
433 __go_figure__ instead of using regular "set" call. |
|
434 |
6779
|
435 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
|
436 |
|
437 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal |
|
438 type for gnuplot. |
|
439 |
6778
|
440 2007-07-18 John W. Eaton <jwe@octave.org> |
|
441 |
|
442 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to |
|
443 gnuplot for each set of axes. |
|
444 |
6777
|
445 2007-07-18 David Bateman <dbateman@free.fr> |
|
446 |
6778
|
447 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
|
448 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, |
|
449 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, |
|
450 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: |
|
451 Use standard scale factor rather than one on the scale factor for |
|
452 compatibility. |
|
453 |
|
454 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, |
|
455 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
|
456 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
457 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: |
|
458 Preserve backward compatibility. |
6777
|
459 |
6776
|
460 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
|
461 |
|
462 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp |
|
463 to avoid issues with regexp special characters in the path strings. |
|
464 |
6770
|
465 2007-07-06 David Bateman <dbateman@free.fr> |
|
466 |
6778
|
467 * general/accumarray.m: New function to create an array by |
|
468 accumulating the elements. |
6770
|
469 |
6768
|
470 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
|
471 |
|
472 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. |
|
473 (fdjac): Set nx outside of if block. |
|
474 (cf_ub_lb, cigrad_ub_lb): New subfunctons. |
|
475 |
6765
|
476 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
477 |
|
478 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. |
|
479 |
|
480 * plot/axis.m: Also set "visible" property when setting axes to |
|
481 on/off. |
|
482 |
6762
|
483 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
|
484 |
|
485 * image/colormap.m: Only return colormap if nargout > 0. |
|
486 Mark as command. |
|
487 |
6758
|
488 2007-06-25 John W. Eaton <jwe@octave.org> |
|
489 |
|
490 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of |
|
491 strcmp for selected property comparisons. |
|
492 |
6756
|
493 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
|
494 |
6778
|
495 * image/imshow.m: Fix check for colormap arguments. |
6756
|
496 |
6754
|
497 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
|
498 |
|
499 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. |
|
500 |
6756
|
501 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754
|
502 |
6778
|
503 * statistics/base/median.m: Update help text to mention 'dim' |
6754
|
504 argument, and note that the data should be sorted for the |
|
505 definition of the median to be correct. |
|
506 |
6778
|
507 * statistics/base/std.m: Add missing square to definition of |
6754
|
508 standard deviation. |
|
509 |
6778
|
510 * statistics/base/cov.m: Add definition of covariance to the help text. |
|
511 |
|
512 * statistics/base/kurtosis.m, statistics/base/skewness.m, |
6754
|
513 statistics/base/std.m: |
|
514 Note that \bar{x} is the mean value of x in the help text. |
|
515 |
6778
|
516 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754
|
517 coefficient to the help text. |
|
518 |
6778
|
519 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
|
520 |
|
521 * statistics/base/var.m: Put N in @math in help text. |
|
522 |
|
523 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
6754
|
524 statistics/tests/kolmogorov_smirnov_test.m: |
|
525 Write about possible values of 'dist' in help text. |
|
526 |
6778
|
527 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754
|
528 Add definition of correlation to the help text. |
|
529 |
6778
|
530 * statistics/base/logit.m, statistics/base/kendall.m, |
|
531 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, |
6754
|
532 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
|
533 TeXification of help text. |
|
534 |
|
535 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. |
|
536 |
|
537 * statistics/tests/var_test.m, statistics/tests/welch_test.m: |
|
538 Add missing @var's to help text. |
|
539 |
|
540 * statistics/models/logistic_regression.m: Fix typos in help text. |
|
541 |
|
542 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part |
|
543 of help text. |
|
544 |
|
545 * statistics/distributions/unidinv.m: Add a missing 'discrete' to |
|
546 help text. |
|
547 |
|
548 * statistics/distributions/unidpdf.m, |
|
549 statistics/distributions/discrete_pdf.m: |
|
550 Replace 'pDF' with 'PDF' in help text. |
|
551 |
6753
|
552 2007-06-25 John W. Eaton <jwe@octave.org> |
|
553 |
|
554 * strings/substr.m: Use offset consistently in code and doc string. |
|
555 From Rafael Laboissiere <rafael@debian.org>. |
|
556 |
6752
|
557 2007-06-25 Pete Gustafson <petegus@umich.edu> |
|
558 |
6778
|
559 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752
|
560 |
6751
|
561 2007-06-25 John W. Eaton <jwe@octave.org> |
|
562 |
|
563 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. |
|
564 Recycle tic labels if necessary. From Juhani Saastamoinen |
|
565 <juhani@cs.joensuu.fi>. |
|
566 |
6748
|
567 2007-06-20 John W. Eaton <jwe@octave.org> |
|
568 |
6749
|
569 * strings/index.m: Allow strings to be empty. |
|
570 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> |
|
571 |
6748
|
572 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
|
573 |
6747
|
574 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
|
575 |
|
576 * sparse/pcg.m: Allow the preconditioner to be passed as two |
|
577 separate matrices. |
|
578 |
6746
|
579 2007-06-19 David Bateman <dbateman@free.fr> |
|
580 |
|
581 * plot/axis.m: Prefer to use legend rather than the older Octave |
|
582 only ";;" legend syntax. |
|
583 * polynomial/mkpp.m: ditto. |
|
584 * polynomial/pchip.m: ditto. |
|
585 * signal/freqz_plot.m: ditto. |
|
586 * sparse/gplot.m: ditto. |
|
587 * sparse/treeplot.m: ditto. |
|
588 |
6745
|
589 2007-06-19 John W. Eaton <jwe@octave.org> |
|
590 |
|
591 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. |
|
592 (__go_draw_axes__): Call do_tics to handle tic marks. |
|
593 |
6742
|
594 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
595 |
6778
|
596 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742
|
597 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
|
598 to check for NA. |
|
599 |
6741
|
600 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
601 |
6778
|
602 * optimization/glpk.m: TeXified the help text. |
|
603 * optimization/qp.m: TeXified the help text. |
|
604 * optimization/sqp.m: TeXified the help text. |
6741
|
605 |
6740
|
606 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
|
607 |
6778
|
608 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740
|
609 |
6738
|
610 2007-06-15 John W. Eaton <jwe@octave.org> |
|
611 |
|
612 * plot/__go_draw_axes__.m: Only attempt label rotation if |
|
613 have_newer_gnuplot is true. |
|
614 |
6736
|
615 2007-06-15 Pete Gustafson <petegus@umich.edu> |
|
616 |
6778
|
617 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
|
618 * plot/__axis_label__.m Assign ylabel default rotation property |
6737
|
619 to 90, all others 0. |
|
620 |
6778
|
621 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
|
622 * plot/__go_draw_axes__.m: Removed undefined tx from call to |
6736
|
623 get_data_limits. |
6778
|
624 * plot/__plotopt1__.m: Intercept and strip format string when |
6736
|
625 called by __errplot__. |
|
626 |
6730
|
627 2007-06-15 John W. Eaton <jwe@octave.org> |
|
628 |
|
629 * testfun/test.m: Also return number of expected failures. |
|
630 |
6724
|
631 2007-06-14 John W. Eaton <jwe@octave.org> |
|
632 |
6730
|
633 * set/ismember.m: Mark two tests known to fail with xtest. |
|
634 |
6724
|
635 * plot/__go_draw_axes__.m: Handle text rotation property. |
|
636 |
6728
|
637 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
|
638 |
|
639 * testfun/test.m: Add xtest support for tests known to fail. |
|
640 |
6727
|
641 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
|
642 |
|
643 * plot/print.m: Handle pstex, pslatex, epslatex, and |
|
644 epslatexstandalone terminals. |
|
645 |
6721
|
646 2007-06-14 David Bateman <dbateman@free.fr> |
|
647 |
|
648 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, |
|
649 as permutation of results was incorrect. |
|
650 * general/interp1.m: Add demo on second derivative |
|
651 * general/interpn.m: Convert "y" to vectors for __splinen__ |
6722
|
652 call. Add 3D demo. Fix typos |
|
653 * general/interp3.m: Fix typos. Correct permutation for use of |
|
654 interpn. |
6721
|
655 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
|
656 |
6717
|
657 2007-06-13 John W. Eaton <jwe@octave.org> |
|
658 |
|
659 * miscellaneous/mkoctfile.m: Quote args too. |
6712
|
660 |
6706
|
661 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
|
662 |
|
663 * miscellaneous/mkoctfile.m: Quote script name for call to system. |
|
664 |
6704
|
665 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
|
666 |
|
667 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". |
|
668 Set have_linestyle to true if two character linestyle is found. |
|
669 |
6702
|
670 2007-06-12 David Bateman <dbateman@free.fr> |
|
671 |
6717
|
672 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
|
673 and interpn.m. |
|
674 |
|
675 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in |
|
676 structure before using it. |
|
677 |
|
678 2007-06-12 David Bateman <dbateman@free.fr> |
|
679 |
6704
|
680 * general/interp1.m: Change examples to use new graphics interface. |
6702
|
681 * general/__splinen__.m: New support function for N-dimensional |
|
682 spline interpolation. |
|
683 * general/bicubic.m: Allow definition of extrapolation |
|
684 value. Adapt tests to use new graphics interface |
|
685 * general/interp2.m: Call __splinen__ for 2-D spline |
|
686 interpolation. Make the lookup table code only be called for |
|
687 linear and nearest methods. |
|
688 * general/interpn.m: New function for N-dimensional, linear, nearest |
|
689 and spline interpolation. |
|
690 * general/interp3.m: New function for 3-dimensional, linear, nearest |
|
691 and spline interpolation. |
6704
|
692 * polynomial/spline.m: Change examples to use new graphics interface. |
6702
|
693 |
6701
|
694 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
|
695 |
|
696 * statistics/tests/wilcoxon_test.m: Error if N <= 25. |
|
697 |
6699
|
698 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
|
699 |
|
700 * plot/fplot.m: If function is inline, vectorize it. |
|
701 |
6698
|
702 2007-06-10 David Bateman <dbateman@free.fr> |
|
703 |
|
704 * pkg/pkg.m (pkg:installed_packages): truncate start of package |
|
705 directory if need to, so that it fits on a line. |
|
706 |
6695
|
707 2007-06-07 David Bateman <dbateman@free.fr> |
|
708 |
|
709 * pkg/pkg.m (pkg): For rebuild target, force package order in |
|
710 saved file so that dependent packages are loaded first, and if |
|
711 nargout==0 don't return any arguments. |
|
712 (pkg:install): Only load packages that are marked autoload after |
|
713 install. Various fixes. Save in order. |
|
714 (pkg:uninstall): Save in order |
|
715 (pkg:load_packages): Use load_package_and_dependencies to load |
|
716 packages. |
|
717 (pkg:save_order): New function to sort package list with dependent |
|
718 packages first. |
|
719 (pkg:load_packages_and_dependencies): New function to load both a |
|
720 list of packages and their dependencies. |
|
721 (pkg:load_package_dirs): New function that returns a vector of the |
|
722 indexes into the installed package list indicating the packages to |
|
723 load and the order to load them in to respect the dependencies. |
|
724 |
6688
|
725 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
|
726 |
|
727 * plot/axes.m: Eliminate redundant else clause. |
|
728 |
6686
|
729 2007-06-03 David Bateman <dbateman@free.fr> |
|
730 |
|
731 * polynomial/spline.m: Add a small tolerance to spline tests. |
6687
|
732 * pkg/pkg.m: Protect against multiple actions being define. |
|
733 |
6683
|
734 2007-06-01 David Bateman <dbateman@free.fr> |
|
735 |
|
736 * pkg.m (pkg:is_superuser): Remove function used in one place and |
|
737 incorporate into main pkg function. |
|
738 (pkg:install): Check for existence of files to install before |
|
739 globbing and warn the user if they don't exist. |
|
740 |
6675
|
741 2007-05-31 David Bateman <dbateman@free.fr> |
|
742 |
6679
|
743 * miscellaneous/copyfile.m: Split copying of multiple files to a |
|
744 directory over several copy command to limit the line length. |
|
745 * miscellaneous/movefile.m: Ditto. |
|
746 |
6675
|
747 * pkg.m: Add build option to allow binary Octave packages to be |
|
748 built from source packages. Probe absolute path of prefix, global |
|
749 and local lists. Use strcat, rather that [] for strings. |
|
750 (pkg:build): New function to binary binary package. |
|
751 (pkg:absolute_pathname): Use fileattrib to probe absolute path. |
|
752 (pkg:repackage): Package binary Octave package from installation. |
|
753 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives |
|
754 from m-files into main installation directory. |
|
755 (pkg:shell): Suppress verbose messages from shell and only display |
|
756 them with the verbose flag. |
|
757 (pkg:installed_packages): Also include the loaded flag in the |
|
758 local and global packages. |
|
759 (pkg:uninstall): On uninstall, only rmpath the package if it is |
|
760 flagged as loaded. |
|
761 |
|
762 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> |
|
763 |
|
764 * pkg.m (pkg:load_packages): Correctly load a mix of packages |
|
765 with and without architecture dependent directories. |
|
766 (pkg:installed_packages): Probe the global_list file even if it is |
|
767 the same as the local_list. |
|
768 |
6669
|
769 2007-05-29 John W. Eaton <jwe@octave.org> |
|
770 |
|
771 * sparse/spy.m: Set axis to "ij" mode. |
|
772 |
6664
|
773 2007-05-24 John W. Eaton <jwe@octave.org> |
|
774 |
|
775 * set/ismember.m: Quote first arg of "fail" tests. |
|
776 |
6663
|
777 2007-05-24 David Bateman <dbateman@free.fr> |
|
778 |
6778
|
779 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663
|
780 |
6655
|
781 2007-05-22 David Bateman <dbateman@free.fr> |
|
782 |
|
783 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than |
|
784 error(lasterr()(8:end)). |
|
785 (pkg:install): Warning for empty packages being removed. Suppress |
|
786 spurious output. Warning rather than error for uninstalling a |
|
787 package that is not installed to avoid RPM issue. |
|
788 (pkg:configure_make): Fix for parsing of src/FILES. Don't create |
|
789 inst or architecture dependent directory if it exists. |
|
790 |
6653
|
791 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
|
792 |
|
793 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, |
|
794 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, |
|
795 signal/freqz.m: Fix typos. |
|
796 |
6645
|
797 2007-05-21 David Bateman <dbateman@free.fr> |
|
798 |
|
799 * pkg/pkg.m: Add rebuild target, and -local, -global option to |
|
800 force installation location. |
|
801 (rebuild): New subfunction to rebuild package database from |
|
802 installed packages. Also allows changing of autoload status |
|
803 (install): Warn use if attempting to install from non existent |
|
804 file. |
|
805 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
|
806 "USER", "root"))' for root test. |
|
807 |
|
808 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> |
|
809 |
|
810 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms |
|
811 and replace "\" characters with "/". |
|
812 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
|
813 characters with "/" throughout. |
|
814 (shell): New subfunction that wraps system and is careful with the |
|
815 shell on windows platforms. |
|
816 (configure_make): Explictly pass complier etc to configure |
|
817 process. |
|
818 (issuperuser): Force default to global install for Windows machines. |
|
819 |
6636
|
820 2007-05-19 Kristan Onu |
|
821 |
|
822 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. |
|
823 |
6634
|
824 2007-05-18 David Bateman <dbateman@free.fr> |
|
825 |
|
826 * pkg/pkg.m (install): More verbosity. |
|
827 (configure_make): Ditto. |
|
828 (create_pkgadddel): Install in architecture dependent directory if |
|
829 it exists to address issues with autoload/mfilename. |
|
830 (write_INDEX): Check in archiecture dependent directories as well. |
|
831 |
6633
|
832 2007-05-17 David Bateman <dbateman@free.fr> |
|
833 |
|
834 * plot/hbar.m: Remove. |
|
835 * plot/barh.m: and move it here. |
|
836 |
6631
|
837 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
|
838 |
|
839 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
840 |
6629
|
841 2007-05-16 John W. Eaton <jwe@octave.org> |
|
842 |
|
843 * general/logspace.m: Return second arg if fewer than two values |
|
844 are requested. |
|
845 |
6619
|
846 2007-05-14 John W. Eaton <jwe@octave.org> |
|
847 |
|
848 * plot/__go_draw_figure__.m: Ensure that a reset commands starts |
|
849 on a new line. |
|
850 |
6617
|
851 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
|
852 |
|
853 * statistics/distributions/norminv.m, |
|
854 statistics/distributions/norminv.m, |
|
855 statistics/distributions/normpdf.m, |
|
856 statistics/distributions/normrnd.m: |
|
857 Use standard deviation, not variance. |
|
858 * statistics/distributions/lognpdf.m: Adapt to change in norminv. |
|
859 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. |
|
860 * deprecated/normal_cdf.m, deprecated/normal_inv.m, |
|
861 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve |
|
862 backward compatibility. |
|
863 |
6616
|
864 2007-05-14 David Bateman <dbateman@free.fr> |
|
865 |
|
866 * pkg/pkg.m: Mark loaded packages with "*". |
|
867 |
6615
|
868 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
|
869 |
|
870 * miscellaneous/single.m: Doc fix. |
|
871 Convert to double instead of returning argument unchanged. |
|
872 |
|
873 * miscellaneous/doc.m: Doc fix. |
|
874 |
|
875 * miscellaneous/ver.m: Doc fix. |
|
876 Don't display information about Octave Forge. |
|
877 |
6614
|
878 2007-05-12 David Bateman <dbateman@free.fr> |
|
879 |
|
880 * pkg/pkg.m: Add a "-verbose" option that allows all output of an |
|
881 install to be printed. An error in the on_uninstall script causes |
|
882 a failure to uninstall. Place oct- and mex-files in an |
|
883 architecture dependent directory. |
|
884 |
6611
|
885 2007-05-09 John W. Eaton <jwe@octave.org> |
|
886 |
|
887 * plot/__go_draw_axes__.m: Break plot command over multiple lines. |
|
888 |
6609
|
889 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
890 |
|
891 * statistics/distributions/normcdf.m: Use standard deviation |
|
892 instead of variance for compatibility. |
|
893 |
|
894 2007-05-08 John W. Eaton <jwe@octave.org> |
|
895 |
|
896 |
|
897 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). |
|
898 |
|
899 * set/ismember.m: Always return logical values. |
|
900 |
|
901 * set/ismember.m: Return early if no matches are found. New tests. |
6749
|
902 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609
|
903 |
|
904 * general/__isequal__.m: Allow numeric values of different classes |
|
905 to compare equal. |
|
906 |
6606
|
907 2007-05-07 David Bateman <dbateman@free.fr> |
|
908 |
6607
|
909 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
|
910 compatiable, accepting LineSpec and markersize arguments. |
6606
|
911 |
6605
|
912 2007-05-02 John W. Eaton <jwe@octave.org> |
|
913 |
|
914 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. |
|
915 |
6604
|
916 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
917 |
|
918 * contour.m: Rewrite help string. |
|
919 |
6599
|
920 2007-04-28 John W. Eaton <jwe@octave.org> |
|
921 |
|
922 * miscellaneous/unzip.m, miscellaneous/untar.m, |
|
923 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: |
|
924 Special case nargout == 0. |
|
925 |
6597
|
926 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
|
927 |
|
928 * general/sub2ind.m: Handle empty input, add tests. |
|
929 |
6590
|
930 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
931 |
|
932 * plot/contourc.m: Doc fix. |
|
933 |
6586
|
934 2007-04-26 David Bateman <dbateman@free.fr> |
|
935 |
|
936 * plot/hist.m: Partially remove previous patch. |
|
937 |
6582
|
938 2007-04-26 David Bateman <dbateman@free.fr> |
|
939 |
|
940 * plot/hist.m: Support returning of handle |
|
941 * plot/__bar__.m: __pltopt__ should only be called on strings or |
|
942 cells. |
|
943 |
6575
|
944 2007-04-25 John W. Eaton <jwe@octave.org> |
|
945 |
6579
|
946 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
|
947 "title \"\"", not "". |
|
948 |
6575
|
949 * plot/legend.m: Initialize WARNED to false. |
|
950 |
6567
|
951 2007-04-24 John W. Eaton <jwe@octave.org> |
|
952 |
|
953 * io/beep.m: Fix cut and paste error. |
|
954 From S�ren Hauberg <soren@hauberg.org>. |
|
955 |
|
956 2007-04-23 John W. Eaton <jwe@octave.org> |
|
957 |
|
958 * plot/box.m: Delete extra endfunction keyword. |
|
959 |
6560
|
960 2007-04-23 David Bateman <dbateman@free.fr> |
|
961 |
|
962 * plot/plot3.m: Call newplot. |
|
963 |
6553
|
964 2007-04-20 John W. Eaton <jwe@octave.org> |
|
965 |
|
966 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. |
|
967 |
6546
|
968 2007-04-19 John W. Eaton <jwe@octave.org> |
|
969 |
|
970 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of |
|
971 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. |
|
972 |
6544
|
973 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
974 |
|
975 * control/util/axis2dlim.m: Delete extraneous line. |
|
976 |
6542
|
977 2007-04-18 John W. Eaton <jwe@octave.org> |
|
978 |
|
979 * specfun/factorial.m: Increase tolerance in large value test. |
|
980 |
6540
|
981 2007-04-18 David Bateman <dbateman@free.fr> |
|
982 |
|
983 * __bar__.m: New support function for bar/hbar to support graphic |
|
984 handles, and additional arguments. |
|
985 * bar.m: Convert to use __bar__. |
|
986 * hbar.m: New function |
|
987 * hist.m: Explicitly set the width of the bar plot. |
|
988 |
6533
|
989 2007-04-17 John W. Eaton <jwe@octave.org> |
|
990 |
6534
|
991 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
|
992 |
6533
|
993 * set/ismember.m: New tests. |
|
994 From David Grohmann <grohmann@arlut.utexas.edu> |
|
995 |
6532
|
996 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
|
997 |
|
998 * specfun/factorial.m: Use gamma function instead of cumprod. |
|
999 Add tests. |
|
1000 |
6527
|
1001 2007-04-16 John W. Eaton <jwe@octave.org> |
|
1002 |
6528
|
1003 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
|
1004 looks_like_copyright in src/help.cc. |
|
1005 From S�ren Hauberg <soren@hauberg.org>. |
|
1006 |
6527
|
1007 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
|
1008 |
6526
|
1009 2007-04-13 John W. Eaton <jwe@octave.org> |
|
1010 |
6527
|
1011 * optimization/sqp.m: Initialize info to 0. |
|
1012 |
6526
|
1013 * optimization/qp.m: Undo previous change. |
|
1014 |
6524
|
1015 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1016 |
|
1017 * spdiags.m: Fixed the four-argument case to work for columns of |
|
1018 length one. |
|
1019 |
6523
|
1020 2007-04-12 John W. Eaton <jwe@octave.org> |
|
1021 |
|
1022 * optimization/qp.m: Avoid Octave indexing bug. |
|
1023 |
6521
|
1024 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
|
1025 |
6522
|
1026 * miscellaneous/menu.m, control/base/bddemo.m, |
|
1027 control/hinf/dgkfdemo.m, control/system/packedform.m, |
|
1028 control/system/sysrepdemo.m: |
|
1029 Adapt to page_screen_output as a function. |
6521
|
1030 |
6518
|
1031 2007-04-11 John W. Eaton <jwe@octave.org> |
|
1032 |
|
1033 * miscellaneous/not.m: Delete. |
|
1034 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. |
|
1035 |
|
1036 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1037 |
|
1038 * control/util/axis2dlim.m: Try harder to handle min and max vals |
|
1039 that are close but not exactly equal. |
|
1040 |
6515
|
1041 2007-04-11 David Bateman <dbateman@free.fr> |
|
1042 |
|
1043 * general/bitcmp.m: Make it work again. |
|
1044 |
6512
|
1045 2007-04-10 John W. Eaton <jwe@octave.org> |
|
1046 |
|
1047 * plot/__go_draw_axes__.m: Try harder to handle min and max vals |
|
1048 that are close but not exactly equal. |
|
1049 |
6511
|
1050 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
|
1051 |
|
1052 * plot/stem.m: Add back the baseline line and let it be not adjustable |
|
1053 in response to a change in x limits for now. |
|
1054 |
6510
|
1055 2007-04-09 John W. Eaton <jwe@octave.org> |
|
1056 |
|
1057 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. |
|
1058 (__go_draw_axes__): Use it to write data to plot stream. |
|
1059 |
6509
|
1060 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1061 |
|
1062 * plot/stem.m: Fix typos in doc string. Fix typo in call to |
|
1063 zeros. Set markerfacecolor property in call to plot. |
|
1064 |
6508
|
1065 2007-04-06 John W. Eaton <jwe@octave.org> |
|
1066 |
|
1067 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. |
|
1068 |
|
1069 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1070 |
|
1071 * plot/stem.m: Use plot instead of a series of calls to line. |
|
1072 |
6494
|
1073 2007-04-05 John W. Eaton <jwe@octave.org> |
|
1074 |
6499
|
1075 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
|
1076 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, |
|
1077 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
1078 sparse/spstats.m, sparse/treeplot.m: Style fixes. |
|
1079 |
6496
|
1080 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500
|
1081 Use strcmpi instead of strcmp+tolower. |
6496
|
1082 Style fixes. |
|
1083 |
6494
|
1084 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
|
1085 Plotting fixes. Style fixes. |
|
1086 |
|
1087 * testfun/test.m: Use "strcat (...)" instead of "[...]". |
|
1088 Style fixes. |
|
1089 |
|
1090 * testfun/fail.m: No need to check for evalin and lastwarn. |
|
1091 Style fixes. |
|
1092 |
|
1093 * testfun/demo.m, testfun/example.m: Style fixes. |
|
1094 Use "strcat (...)" instead of "[...]". |
|
1095 Use format specifiers in calls to warning. |
|
1096 |
|
1097 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". |
|
1098 Use "strcat (...)" instead of "[...]". |
|
1099 Use "x(end)" instead of "x(length (x))". |
|
1100 Check NA before NaN. |
|
1101 Style fixes. |
|
1102 |
6473
|
1103 2007-03-29 John W. Eaton <jwe@octave.org> |
|
1104 |
6474
|
1105 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473
|
1106 |
6467
|
1107 2007-03-27 John W. Eaton <jwe@octave.org> |
|
1108 |
|
1109 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1110 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1111 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1112 control/util/Makefile.in, deprecated/Makefile.in, |
|
1113 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1114 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1115 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1116 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1117 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1118 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1119 special-matrix/Makefile.in, startup/Makefile.in, |
|
1120 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1121 statistics/distributions/Makefile.in, |
|
1122 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1123 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1124 Use ln instead of $(LN_S) in dist target. |
|
1125 |
6465
|
1126 2007-03-27 David Bateman <dbateman@free.fr> |
|
1127 |
|
1128 * plot/__go_draw_axes__.m: Allow linewidth settings to work with |
|
1129 gnuplot 4.0. |
|
1130 |
6464
|
1131 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1132 |
|
1133 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. |
|
1134 |
6461
|
1135 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1136 |
|
1137 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via |
|
1138 plot stream and using binary data. |
|
1139 |
6459
|
1140 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1141 |
|
1142 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1143 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1144 plot/__plt2vv__.m: Accept properties in addtition to options struct. |
|
1145 |
|
1146 2007-03-26 David Bateman <dbateman@free.fr> |
|
1147 |
6461
|
1148 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
|
1149 |
6459
|
1150 * plot/plot3.m: Handle line properties. |
|
1151 * plot/plot.m: Update docstring. |
|
1152 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. |
|
1153 * plot/__plt__.m: Also gather properties. |
|
1154 |
6455
|
1155 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
|
1156 |
|
1157 * testfun/assert.m: Delete special check for empty objects. |
|
1158 Add test. |
|
1159 |
6453
|
1160 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1161 |
6454
|
1162 * plot/drawnow.m: Exit early if call is recursive. |
|
1163 |
6453
|
1164 * plot/__go_draw_axes__.m (get_data_limits): New function. |
|
1165 Check for Inf too. |
|
1166 (__go_draw_axes__): Use get_data_limits. |
|
1167 |
6450
|
1168 2007-03-24 John W. Eaton <jwe@octave.org> |
|
1169 |
6451
|
1170 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
|
1171 send terminal setting command with title option to plot stream. |
|
1172 |
6450
|
1173 * plot/legend.m: Correctly increment index into list of children.. |
|
1174 |
6434
|
1175 2007-03-23 John W. Eaton <jwe@octave.org> |
|
1176 |
6448
|
1177 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
|
1178 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, |
|
1179 control/base/nyquist.m, control/base/nichols.m, |
|
1180 control/base/frdemo.m, signal/freqz_plot.m, |
|
1181 control/base/__stepimp__.m, control/base/bode.m, |
|
1182 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, |
|
1183 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: |
6447
|
1184 Update plotting code. |
|
1185 |
|
1186 * control/base/bode.m: Unwrap phase angle. |
|
1187 |
|
1188 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. |
|
1189 |
|
1190 * plot/axis.m: Don't check automatic_replot, or call replot. |
|
1191 |
|
1192 * quaternion/demoquat.m: Delete comments with obsolete plotting |
|
1193 commands. |
6446
|
1194 |
6442
|
1195 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444
|
1196 Handle numeric color specs. |
6442
|
1197 * plot/plot.m: Remove "-@" and "@" from docstring. |
|
1198 |
6441
|
1199 * plot/orient.m: Fix tests to avoid creating a plot window. |
|
1200 |
6440
|
1201 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
1202 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
1203 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, |
|
1204 general/arrayfun.m, miscellaneous/compare_versions.m, |
|
1205 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, |
|
1206 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, |
|
1207 polynomial/pchip.m: Fix copyright notice, correct FSF address. |
|
1208 |
6438
|
1209 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
|
1210 plot, not just multiplots. |
|
1211 |
6436
|
1212 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
|
1213 |
6434
|
1214 * plot/contour.m: Don't call drawnow. |
|
1215 |
6431
|
1216 2007-03-22 John W. Eaton <jwe@octave.org> |
|
1217 |
6432
|
1218 * plot/drawnow.m: Check and optionally, set, the __modified__ |
|
1219 property of each figure. |
|
1220 |
6431
|
1221 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
|
1222 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1223 |
|
1224 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1225 |
|
1226 * linear-algebra/null.m: Set elements of retval with magnitudes |
|
1227 less than eps to 0. |
|
1228 |
6429
|
1229 2007-03-21 David Bateman <dbateman@free.fr> |
6425
|
1230 |
|
1231 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. |
6429
|
1232 * testfun/speed.m: Documentation and example fix. |
|
1233 |
6424
|
1234 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1235 |
|
1236 * plot/subplot.m: If we find an existing subplot region, set |
|
1237 it to be the "currentaxes" property for the current figure. |
6425
|
1238 Delete old axes objects if the new axes object overlaps the old. |
6424
|
1239 |
6422
|
1240 2007-03-20 David Bateman <dbateman@free.fr> |
|
1241 |
|
1242 * general/Makefile.in: Include arrayfun.m in SOURCES. |
|
1243 |
|
1244 2007-03-20 Bill Denney <denney@seas.upenn.edu> |
|
1245 |
|
1246 * general/arrayfun.m: New function. |
|
1247 |
6418
|
1248 2007-03-20 John W. Eaton <jwe@octave.org> |
|
1249 |
6419
|
1250 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
|
1251 * plot/text.m: Call __request_drawnow__ after creating text objects. |
|
1252 |
|
1253 * plot/clf.m: Don't call drawnow. |
|
1254 |
6431
|
1255 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419
|
1256 |
6420
|
1257 * image/__img__.m: Maybe set yaxis to reverse for images. |
|
1258 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for |
|
1259 images. |
|
1260 |
6418
|
1261 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419
|
1262 instead of global. Only register __go_close_all__ with atexit if |
|
1263 the plot stream is successfully opened. |
6418
|
1264 |
6413
|
1265 2007-03-15 John W. Eaton <jwe@octave.org> |
|
1266 |
6418
|
1267 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413
|
1268 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1269 |
|
1270 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1271 |
|
1272 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. |
6415
|
1273 Use numeric line types. |
6413
|
1274 |
|
1275 * control/base/rlocus.m: Add asymptotes to the plot. Use wider |
6415
|
1276 lines and larger markers. Remove key titles from line type |
|
1277 properties. |
6413
|
1278 |
6405
|
1279 2007-03-14 John W. Eaton <jwe@octave.org> |
|
1280 |
6412
|
1281 * plot/__axis_label__.m: Accept additional property-value pairs |
|
1282 and pass them to __go_text__. Simply return the handle obtained |
|
1283 from __go_text__ instead of calling get on the current axis. |
|
1284 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. |
|
1285 Allow for extra property value pairs to be passed along. |
|
1286 * plot/title.m: Implement with __axis_label__ since it does all |
|
1287 that title needs to do. |
|
1288 |
6410
|
1289 * plot/clf.m: Set currentaxes property for current figure to []. |
|
1290 |
6405
|
1291 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
|
1292 |
|
1293 * plot/__plt__.m: Return line handles from all calls to __plt1__ |
|
1294 and __plt2__, not just the last. |
|
1295 |
|
1296 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. |
|
1297 (SOURCES_IN, GEN_M): Delete. |
|
1298 (FCN_FILES): Don't include $(GEN_M). |
|
1299 (all): Don't depend on $(GEN_M). |
|
1300 ($(GEN_M) : %.m : %.in): Delete pattern rule. |
|
1301 |
|
1302 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. |
|
1303 |
|
1304 * plot/newplot.m: Call __go_axes_init__ instead of |
|
1305 __uiobject_axes_init__. |
|
1306 |
|
1307 * plot/mesh.m: Use __go_surface__ instead of |
|
1308 __uiobject_surface_ctor__. Don't access object fields directly. |
|
1309 |
|
1310 * plot/line.m: Use __line__ to do actual work. |
|
1311 * plot/__line__.m: New function. |
|
1312 |
|
1313 * plot/axes.m: Use __go_axes__ to create axes graphics handle. |
|
1314 Use get and set instead of accessing object fields directly. |
|
1315 |
|
1316 * plot/figure.m: Use __go_figure__ to create figure graphics |
|
1317 handle. |
|
1318 |
|
1319 * plot/drawnow.m: Register __go_close_all__ with atexit instead of |
|
1320 __uiobject_close_all. Call __go_draw_figure__ instead of |
|
1321 __uiobject_draw_figure__. |
|
1322 |
|
1323 * plot/clf.m: Use get instead of accessing object fields |
|
1324 directly. Simply delete children. Don't set currentaxes. |
|
1325 |
|
1326 * plot/close.m (close_all_figures): New subfunction. |
|
1327 Use it instead of getting list of figures to close from |
|
1328 __uiobject_figures__. |
|
1329 |
|
1330 * plot/closereq.m: Simply delete the current figure. Don't set |
|
1331 currentfigure. |
|
1332 |
|
1333 * plot/__errplot__.m: Call __line__ instead of |
|
1334 __uiobject_line_ctor__. Use set instead of accesing object fields |
|
1335 directly. Don't call __uiobject_adopt__. |
|
1336 |
|
1337 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, |
|
1338 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, |
|
1339 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, |
|
1340 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, |
|
1341 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, |
|
1342 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, |
|
1343 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, |
|
1344 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, |
|
1345 plot/__uiobject_init_root_figure__.in, |
|
1346 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, |
|
1347 plot/__uiobject_root_figure_ctor__.m, |
|
1348 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
1349 plot/get.in, plot/include-globals.awk, plot/ishandle.m, |
|
1350 plot/set.in: Delete. |
6408
|
1351 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405
|
1352 |
|
1353 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. |
|
1354 Pass "hidden" as second arg to close. |
|
1355 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. |
|
1356 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. |
6408
|
1357 * plot/Makefile.in (SOURCES_M): Rename in list. |
|
1358 |
6405
|
1359 * image/__img__.m: Use __go_image__ to create image graphics |
|
1360 handle. |
|
1361 |
|
1362 * miscellaneous/delete.m: Call __go_delete__, not |
|
1363 __uiobject_delete__. Check that arg is a graphics handle before |
|
1364 calling __go_delete__. |
|
1365 |
6403
|
1366 2007-03-13 John W. Eaton <jwe@octave.org> |
|
1367 |
|
1368 * miscellaneous/cast.m: Use feval and strcmp with cell to check |
|
1369 arg instead of switch statement. |
6528
|
1370 From S�ren Hauberg <soren@hauberg.org>. |
6403
|
1371 |
|
1372 2007-03-12 John W. Eaton <jwe@octave.org> |
|
1373 |
|
1374 * miscellaneous/cast.m: New function. |
|
1375 |
|
1376 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. |
|
1377 |
6398
|
1378 2007-03-08 John W. Eaton <jwe@octave.org> |
|
1379 |
|
1380 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform |
|
1381 tilde expansion on target filename before passing it to the shell. |
|
1382 |
|
1383 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. |
|
1384 * statistics/distributions/Makefile.in (SOURCES): Add it here. |
|
1385 |
6396
|
1386 2007-03-08 David Bateman <dbateman@free.fr> |
|
1387 |
|
1388 * statistics/base/unidrnd.m: Move to statistics/distributions |
|
1389 replacing slower version based on dicrete_rnd. |
|
1390 |
6392
|
1391 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1392 |
6395
|
1393 * control/base/rlocus.m: Update for current plotting functions. |
|
1394 |
|
1395 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1396 |
|
1397 * control/base/rlocus.m: Improve display. |
|
1398 |
|
1399 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1400 |
|
1401 * plot/legend.m: Only handle positions -1:4. |
|
1402 * plot/__pltopt1__.m: Don't set linestyle if only marker style is |
|
1403 found in option string |
|
1404 * plot/__uiobject_draw_axes__.m: Handle key position. |
|
1405 |
6394
|
1406 * plot/newplot.m: Always reset next line color. |
|
1407 |
6392
|
1408 * testfun/assert.m: Check that number of dimensions match before |
|
1409 checking dimensions. |
|
1410 |
6391
|
1411 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
1412 |
|
1413 * specfun/perms.m, specfun/factorial.m: Check args. |
|
1414 |
6387
|
1415 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1416 |
6390
|
1417 * plot/mesh.m: Call newplot before doing anything. |
|
1418 |
|
1419 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not |
|
1420 just "e". Only flush plot stream once. |
|
1421 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1422 |
6387
|
1423 * strings/blanks.m: Omit first index in assignment. |
|
1424 |
6386
|
1425 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
|
1426 |
|
1427 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. |
|
1428 |
6385
|
1429 2007-03-06 David Bateman <dbateman@free.fr> |
|
1430 John W. Eaton <jwe@octave.org> |
|
1431 |
|
1432 * set/setdiff.m: Ignore "rows" for cell array args. |
|
1433 Handle cellstr args. |
|
1434 |
6382
|
1435 2007-03-05 John W. Eaton <jwe@octave.org> |
|
1436 |
|
1437 * optimization/sqp.m: Defer first call to obj_hess until after |
|
1438 calling obj_fun. |
|
1439 |
6377
|
1440 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
|
1441 |
|
1442 * specfun/nchoosek.m: Fix nargin check. |
|
1443 |
6376
|
1444 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1445 |
|
1446 * image/__img__.m: Don't set xlim and ylim properties. |
|
1447 |
6374
|
1448 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
|
1449 |
|
1450 * general/interp1.m: Fix *style cases for decreasing x. |
|
1451 |
6372
|
1452 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
|
1453 |
|
1454 * polynomial/roots.m: Check nargin before accessing arg. |
|
1455 |
6369
|
1456 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1457 |
|
1458 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't |
|
1459 increment data_idx unless using gnuplot for display. |
|
1460 |
6368
|
1461 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1462 |
|
1463 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for |
|
1464 plots with images. |
|
1465 * image/image.m, image/imagesc.m, image/imshow.m: |
|
1466 Deprecate zoom argument. |
|
1467 |
6366
|
1468 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1469 |
|
1470 * plot/__uiobject_draw_axes__.m: Use fullfile to generate |
|
1471 temporary file names. Keep image and colormap file ids separate. |
|
1472 |
|
1473 * general/interp1.m: Correctly compute min and max values when |
|
1474 values are decreasing and not evenly spaced. |
|
1475 From Ricardo Marranita <ricardo.marranita@gmail.com>. |
|
1476 |
6365
|
1477 2007-02-27 John W. Eaton <jwe@octave.org> |
|
1478 |
|
1479 * testfun/test.m (test): Handle possibility of file_in_loadpath |
|
1480 returning an empty cell array. |
|
1481 |
6546
|
1482 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364
|
1483 |
|
1484 * pkg/pkg.m: Use fullfile to create filenames from parts. |
|
1485 |
6546
|
1486 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358
|
1487 |
|
1488 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1489 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1490 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1491 control/util/Makefile.in, deprecated/Makefile.in, |
|
1492 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1493 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1494 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1495 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1496 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1497 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1498 special-matrix/Makefile.in, startup/Makefile.in, |
|
1499 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1500 statistics/distributions/Makefile.in, |
|
1501 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1502 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1503 Use $(LN_S) instead of ln or ln -s. |
|
1504 |
6356
|
1505 2007-02-24 David Bateman <dbateman@free.fr> |
|
1506 |
|
1507 * pkg/pkg.m (configure_make): Ignore blank lines and trailing |
|
1508 '\n' in FILES file. |
6357
|
1509 (configure_make): Also install any mex files. |
6356
|
1510 |
6353
|
1511 2007-02-24 David Bateman <dbateman@free.fr> |
|
1512 |
|
1513 * statistics/distributions (SOURCES): Add nbincdf.m, |
|
1514 nbininv.m, nbinpdf.m and nbinrnd.m. |
|
1515 |
6351
|
1516 2007-02-23 John W. Eaton <jwe@octave.org> |
|
1517 |
|
1518 * statistics/distributions/Makefile.in (SOURCES): Remove |
|
1519 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. |
|
1520 |
|
1521 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, |
|
1522 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. |
|
1523 |
6349
|
1524 2007-02-23 David Bateman <dbateman@free.fr> |
|
1525 |
|
1526 * statistics/distributions/discrete_rnd.m, |
|
1527 statistics/distributions/geornd.m, |
|
1528 statistics/distributions/lognnd.m, |
|
1529 statistics/distributions/nbinrnd.m, |
|
1530 statistics/distributions/wblrnd.m: Accelerate distributions. |
|
1531 |
|
1532 * statistics/distributions/unidcdf.m, |
|
1533 statistics/distributions/unidinv.m, |
|
1534 statistics/distributions/unidpdf.m, |
|
1535 statistics/distributions/unidrnd.m: New functions based on |
6351
|
1536 discrete_cdf, etc. |
6349
|
1537 |
|
1538 * statistics/distributions/pascal_cdf.m, |
|
1539 statistics/distributions/pascal_inv.m, |
|
1540 statistics/distributions/pascal_pdf.m, |
|
1541 statistics/distributions/pascal_rnd.m: Remove. |
|
1542 * statistics/distributions/nbincdf.m, |
|
1543 statistics/distributions/nbininv.m, |
|
1544 statistics/distributions/nbinpdf.m, |
|
1545 statistics/distributions/nbinrnd.m: Replace with matlab |
|
1546 compatible functions. |
|
1547 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, |
|
1548 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new |
|
1549 nbincdf, etc functions to implement these. |
|
1550 |
6344
|
1551 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1552 |
|
1553 * plot/__uiobject_draw_axes__.m: Insert newline between plot |
|
1554 command and data. |
|
1555 |
|
1556 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1557 |
|
1558 * miscellaneous/doc.m: If index search fails, try again without |
|
1559 the index search option. |
|
1560 |
6339
|
1561 2007-02-22 David Bateman <dbateman@free.fr> |
|
1562 |
6341
|
1563 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
|
1564 |
6340
|
1565 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
|
1566 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, |
|
1567 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
|
1568 statistics/distributions/betarnd.m: Convert to use randg, rande |
|
1569 and randp to accelerate. |
|
1570 |
6339
|
1571 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
|
1572 |
6338
|
1573 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1574 |
|
1575 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, |
|
1576 cache data and display after xlim and ylim have been determined. |
|
1577 |
6337
|
1578 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1579 |
|
1580 * plot/__uiobject_draw_axes__.m: |
|
1581 Allow multiple images to be displayed with gnuplot. |
|
1582 |
6333
|
1583 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
|
1584 |
|
1585 * optimization/glpk.m: Document the fact that extra.mem does not work |
|
1586 for versions of GLPK 4.15 and later. |
|
1587 |
6328
|
1588 2007-02-19 John W. Eaton <jwe@octave.org> |
|
1589 |
|
1590 * plot/__uiobject_alloc__.in: If next available element in |
|
1591 __uiobject_list__ is 0, grow list before doing anything else. |
|
1592 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on |
|
1593 first call when size of __uiobject_list__ is 0. |
|
1594 |
6323
|
1595 2007-02-16 John W. Eaton <jwe@octave.org> |
|
1596 |
|
1597 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. |
|
1598 |
6321
|
1599 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
|
1600 |
|
1601 * miscellaneous/popen2.m: Remove as replaced with builtin. |
|
1602 |
6316
|
1603 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
|
1604 |
|
1605 * specfun/nchoosek.m: Check nargin. |
|
1606 |
6314
|
1607 2007-02-15 John W. Eaton <jwe@octave.org> |
|
1608 |
6315
|
1609 * path/addpath.m, path/rmpath.m: Delete |
|
1610 * path/Makefile.in (SOURCES): Remove them from the list. |
|
1611 |
6314
|
1612 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
|
1613 Delete title, xlabel, ylabel, and zlabel properties before |
|
1614 reassigning. |
|
1615 * plot/__uiobject_axes_init__.in: New arg, mode. |
|
1616 Don't init outerposition if "mode" is "replace". |
|
1617 * plot/newplot.m: Check both figure and axes nextplot properties. |
|
1618 If axes nextplot property is replace, pass "replace" as mode arg |
|
1619 to __uiobject_axes_init__. |
|
1620 |
6308
|
1621 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1622 |
6310
|
1623 * image/imshow.m: Don't restore old colormap. |
|
1624 |
6309
|
1625 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
|
1626 * image/__img__.m: New file containing common parts of image.m and |
|
1627 imshow.m. |
6312
|
1628 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309
|
1629 * image/image.m, image/imshow.m: Call __img__. |
|
1630 * plot/__uiobject_draw_axes__.m: |
|
1631 Handle rgb imaged data stored in 3-d arrays. |
|
1632 |
6308
|
1633 * plot/figure.m: Doc fix. |
|
1634 |
6304
|
1635 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1636 |
|
1637 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes |
|
1638 for reading and writing data. New tests. Improve rounding. |
|
1639 |
6302
|
1640 2007-02-13 John W. Eaton <jwe@octave.org> |
|
1641 |
6303
|
1642 * plot/stem.m: New file, adapted from OctPlot. |
|
1643 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1644 |
6302
|
1645 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
1646 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1647 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1648 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, |
|
1649 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, |
|
1650 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
1651 plot/semilogyerr.m: Return handles to line objects. |
|
1652 |
6301
|
1653 2007-02-11 John W. Eaton <jwe@octave.org> |
|
1654 |
|
1655 * plot/__uiobject_close_all.m: New file. |
|
1656 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1657 |
6298
|
1658 2007-02-10 John W. Eaton <jwe@octave.org> |
|
1659 |
|
1660 * plot/drawnow.m: Arrange for plot streams to be close on exit. |
|
1661 * plot/__uiobject_globals__.m: Don't call mlock. |
|
1662 |
|
1663 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. |
|
1664 * plot/__uiobject_delete__.m: Send quit command and flush stream |
|
1665 before calling pclose. |
|
1666 |
6291
|
1667 2007-02-09 John W. Eaton <jwe@octave.org> |
|
1668 |
6295
|
1669 * plot/subplot.m: Delete spurious call to axes. |
|
1670 |
6293
|
1671 * plot/figure.m: Call drawnow for current figure before creating |
|
1672 or switching to a new figure. |
|
1673 * plot/__uiobject_init_figure__.in: Handle empty arg the same as |
|
1674 nargin == 0 case. |
|
1675 |
6291
|
1676 * testfun/assert.m: Try to avoid problems when comparisons involve |
|
1677 strange values like Inf+NaNi. |
|
1678 |
6283
|
1679 2007-02-08 John W. Eaton <jwe@octave.org> |
|
1680 |
6286
|
1681 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
|
1682 and check gnuplot_use_title_option instead of just assuming -title |
|
1683 works. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1684 |
6285
|
1685 * Makefile.in (DISTFILES): Add move-if-change to the list. |
|
1686 |
6284
|
1687 * audio/Makefile.in, control/base/Makefile.in, |
|
1688 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
1689 control/system/Makefile.in, control/util/Makefile.in, |
|
1690 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
1691 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
1692 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
1693 optimization/Makefile.in, plot/Makefile.in, |
|
1694 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1695 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1696 special-matrix/Makefile.in, startup/Makefile.in, |
|
1697 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
1698 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1699 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, |
|
1700 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. |
|
1701 |
6283
|
1702 * plot/figure.m: Don't call drawnow. Correctly init figure when |
|
1703 only given property list. |
|
1704 |
6278
|
1705 2007-02-07 John W. Eaton <jwe@octave.org> |
|
1706 |
6280
|
1707 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
|
1708 properties. |
|
1709 |
6278
|
1710 * plot/sombrero.m: Call box ("off") after mesh. |
|
1711 |
|
1712 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style |
|
1713 line default" commands with older versions of gnuplot. |
|
1714 |
|
1715 * plot/close.m: Use get (0, "currentifgure") instead of gcf. |
|
1716 |
6273
|
1717 2007-02-06 John W. Eaton <jwe@octave.org> |
|
1718 |
|
1719 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". |
|
1720 * sparse/gplot.m: Use line style - instead of 1. |
|
1721 |
6272
|
1722 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
|
1723 |
|
1724 * plot/print.m: Avoid error message from cellidx. |
|
1725 |
|
1726 2007-02-05 John W. Eaton <jwe@octave.org> |
|
1727 |
|
1728 * plot/legend.m: Fix check for data. |
|
1729 |
6270
|
1730 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
1731 |
|
1732 * plot/__uiobject_draw_axes__.m (do_linestyle_command): |
|
1733 Always set lt and pt. |
|
1734 |
6269
|
1735 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
|
1736 |
|
1737 * plot/contourc.m: Correctly compute X and Y. |
|
1738 |
6268
|
1739 2007-02-05 John W. Eaton <jwe@octave.org> |
|
1740 |
|
1741 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. |
|
1742 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. |
|
1743 |
6264
|
1744 2007-02-01 John W. Eaton <jwe@octave.org> |
|
1745 |
6266
|
1746 * plot/__uiobject_draw_axes__.m: |
|
1747 Don't try to set axis limits unless we have data. |
|
1748 |
6264
|
1749 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1750 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1751 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
1752 plot/__pltopt__.m, plot/plot3.m: Set and use options struct |
|
1753 instead of of key and fmt strings. |
|
1754 |
|
1755 * plot/__pltopt1__.m: Greatly simplify. |
|
1756 |
|
1757 * plot/__next_line_color__.m: New file. |
|
1758 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1759 * plot/newplot.m: Call __next_line_color__ here to reset rotation. |
|
1760 |
|
1761 * plot/__default_plot_options__.m: New file. |
|
1762 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1763 |
|
1764 * plot/__plt3__.m: Delete. |
|
1765 * plot/Makefile.in (SOURCES_M): Remove it from the list. |
|
1766 |
6259
|
1767 2007-01-31 John W. Eaton <jwe@octave.org> |
|
1768 |
6263
|
1769 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
|
1770 linestyle, linewidth, marker, and markersize properties. |
|
1771 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker |
|
1772 colors and widths, and line styles. |
|
1773 |
|
1774 * plot/__plt__.m, image/image.m: Don't call drawnow. |
6262
|
1775 |
6261
|
1776 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
|
1777 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1778 |
|
1779 * plot/__uiobject_draw_axes__.m: Delete useless call to |
|
1780 __gnuplot_save_data__. |
|
1781 |
6259
|
1782 * image/image.m: Accept 2 args, but ignore the second for now. |
|
1783 |
6258
|
1784 2007-01-30 David Bateman <dbateman@free.fr> |
|
1785 |
|
1786 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
|
1787 to flag a package as to be autoloaded. Add install flags -noauto, |
|
1788 -auto to force autoload behavior. |
|
1789 (installed_packages): Make list of installed packages unique. |
|
1790 |
6259
|
1791 2007-01-30 John W. Eaton <jwe@octave.org> |
|
1792 |
|
1793 * Merge of changes from graphics-branch: |
|
1794 |
|
1795 2007-01-29 John W. Eaton <jwe@octave.org> |
6257
|
1796 |
|
1797 * plot/subplot.m: Set nextplot property of current figure to "add". |
|
1798 |
|
1799 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
|
1800 property if it exists. |
|
1801 |
6259
|
1802 2007-01-26 John W. Eaton <jwe@octave.org> |
6257
|
1803 |
|
1804 * plot/__uiobject_draw_axes__.m: Move initialization of max and |
|
1805 min values outside of loop over child objects. |
|
1806 |
|
1807 * plot/contour.m, plot/contourc.m: New files. |
|
1808 * plot/Makefile.in (SOURCES_M): Add them to the list. |
|
1809 |
|
1810 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we |
|
1811 find a gnuplot version newer than 4.0. |
|
1812 * image/__img_gnuplot__.m: Delete. |
|
1813 * image/image.m: Create image graphics object. |
|
1814 Call newplot to setup and drawnow to finish. |
|
1815 Eliminate ZOOM arg. |
|
1816 |
|
1817 * plot/__uiobject_draw_axes__.m: Handle image data. |
|
1818 |
|
1819 * plot/legend.m: Eliminate useless variable "warned". |
|
1820 |
|
1821 * plot/__uiobject_image_ctor__.m: New file. |
|
1822 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1823 |
|
1824 * plot/gcf.m: Also create new figure if currentfigure is 0. |
|
1825 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. |
|
1826 |
|
1827 * plot/__uiobject_root_figure_ctor__.m: Set visible property. |
|
1828 |
|
1829 * plot/__default_colormap__.m: New file. |
|
1830 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1831 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap |
|
1832 property. |
|
1833 * image/colormap.m: Use colormap property of current figure |
|
1834 to store colormap instead of using persistent variable. |
|
1835 Call __default_colormap__ to get default map value. |
|
1836 * image/ocean.m, image/gray.m: Set colormap for current figure. |
|
1837 |
|
1838 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. |
|
1839 Handle some tick mark options. |
|
1840 |
|
1841 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, |
|
1842 set corresponding *mode to "manual". If we set dataaspectratio, |
|
1843 set dataaspectratiomode to "manual". |
|
1844 |
|
1845 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, |
|
1846 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. |
|
1847 |
|
1848 * plot/axis.m: New file. |
|
1849 * plot/Makefile.in (SOURCES_M): Include it in the list. |
|
1850 |
|
1851 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, |
|
1852 set corresponding *limmode to "manual". |
|
1853 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. |
|
1854 Use it to compute autosclaled limits. |
|
1855 Arg is now handle, not object. Change all callers. |
|
1856 Compute data limits. |
|
1857 |
6259
|
1858 2007-01-25 John W. Eaton <jwe@octave.org> |
6257
|
1859 |
|
1860 * plot/drawnow: Fix visibility check for zero args. |
|
1861 |
|
1862 * plot/text.m: New file. |
|
1863 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1864 * plot/__uiobject_draw_axes__.m: Handle text objects. |
|
1865 * plot/__uiobject_text_ctor__.m: Include units, position, and |
|
1866 horizontalalignment properties. |
|
1867 |
|
1868 * plot/figure.m: Set options for f we just constructed or were |
|
1869 given as an argument, not gcf. Only return handle if nargout > 0. |
|
1870 |
|
1871 * plot/drawnow.m: Handle visible field for figure here. |
|
1872 * plot/__uiobject_figure_ctor__.m: Set default visible field. |
|
1873 |
|
1874 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on |
|
1875 title and axis labels. |
|
1876 |
|
1877 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. |
|
1878 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. |
|
1879 * plot/__uiobject_axes_init__.in: Set default view field for object. |
|
1880 * plot/view.m: New file. |
|
1881 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1882 |
|
1883 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: |
|
1884 Call __request_drawnow__. |
|
1885 |
|
1886 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. |
|
1887 |
|
1888 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
1889 Call set to set properties. Return handle instead of structure. |
|
1890 Change all callers. |
|
1891 |
|
1892 * plot/__uiobject_axes_setr__.m: New file. |
|
1893 * plot/set.in: Check for __setter__ field. |
|
1894 |
|
1895 * plot/__uiobject_axes_init__.in: |
|
1896 Rename from plot/__uiobject_axes_init__.m. |
|
1897 Include __uiobject_globals__. |
|
1898 Accept handle as arg instead of structure |
|
1899 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m |
|
1900 from the list. |
|
1901 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. |
|
1902 |
6259
|
1903 2007-01-24 John W. Eaton <jwe@octave.org> |
6257
|
1904 |
|
1905 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
|
1906 |
|
1907 * plot/__uiobject_globals__.m: Call __lock_global__ when |
|
1908 initializing each global variable. |
|
1909 |
6259
|
1910 2007-01-18 John W. Eaton <jwe@octave.org> |
6257
|
1911 |
|
1912 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
|
1913 __uiobject_figure_handles_free_list__): New global variables. |
|
1914 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
|
1915 Place unused handles on the free list. |
|
1916 |
|
1917 * plot/__uiobject_get_figure_handle__.in: Delete. |
|
1918 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
|
1919 |
|
1920 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
|
1921 handles here. Return figure handle. |
|
1922 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
|
1923 |
6259
|
1924 2007-01-11 John W. Eaton <jwe@octave.org> |
6257
|
1925 |
|
1926 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
|
1927 data for gnuplot. |
|
1928 |
|
1929 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of |
|
1930 files. |
|
1931 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. |
|
1932 (DISTFILES): Include include-globals.awk in the list. |
|
1933 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). |
|
1934 ($(GEN_M) : %.m : %.in): New rule. |
|
1935 |
|
1936 * include-globals.awk: New file. |
|
1937 |
|
1938 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
|
1939 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, |
|
1940 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, |
|
1941 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, |
|
1942 plot/__uiobject_init_root_figure__.in, |
|
1943 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: |
|
1944 Rename from corresponding .m files. |
|
1945 |
|
1946 * move-if-change: New file. |
|
1947 |
|
1948 * plot/__uiobject_delete__.m: New file. |
|
1949 * plot/delete.m, plot/__uiobject_delete_children__.m, |
|
1950 plot/__uiobject_delete_child__.m: Delete. |
|
1951 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is |
|
1952 not a character string. |
|
1953 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: |
|
1954 Fix assignment to tmp key value in loop. |
|
1955 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ |
|
1956 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. |
|
1957 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: |
|
1958 Inline code to delete children. |
|
1959 * plot/__uiobject_free__.m: Arg is now handle, not index into |
|
1960 __uiobject_list__. |
|
1961 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
|
1962 and free child. |
|
1963 |
6259
|
1964 2006-12-08 John W. Eaton <jwe@octave.org> |
|
1965 |
|
1966 * plot/gcf.m: Check if the root figure object's currentfigure |
|
1967 handle is empty, not 0. |
|
1968 * plot/__uiobject_root_figure_ctor__.m: |
|
1969 Set currentfigure to [], not 0. |
|
1970 |
|
1971 * plot/stairs.m: Handle matrix arguments. Improve compatibility. |
|
1972 |
|
1973 2006-12-07 John W. Eaton <jwe@octave.org> |
|
1974 |
|
1975 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, |
|
1976 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, |
|
1977 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, |
|
1978 plot/__uiobject_delete_children__.m, |
|
1979 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, |
|
1980 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, |
|
1981 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, |
|
1982 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, |
|
1983 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, |
|
1984 plot/__uiobject_init_figure__.m, |
|
1985 plot/__uiobject_init_root_figure__.m, |
|
1986 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, |
|
1987 plot/__uiobject_remove_child__.m, |
|
1988 plot/__uiobject_root_figure_ctor__.m, |
|
1989 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, |
|
1990 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, |
|
1991 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, |
|
1992 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, |
|
1993 plot/set.m: New files. |
|
1994 |
|
1995 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, |
|
1996 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, |
|
1997 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, |
|
1998 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, |
|
1999 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, |
|
2000 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, |
|
2001 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, |
|
2002 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, |
|
2003 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, |
|
2004 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, |
|
2005 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, |
|
2006 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, |
|
2007 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, |
|
2008 plot/semilogyerr.m, plot/replot.m: |
|
2009 Adapt to new graphics data structure. |
|
2010 |
|
2011 * plot/__do_legend__.m, plot/__gnuplot_version__.m, |
|
2012 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, |
|
2013 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
|
2014 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
|
2015 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2016 plot/plot_border.m, plot/subwindow.m: Delete. |
|
2017 |
|
2018 2007-01-24 David Bateman <dbateman@free.fr> |
|
2019 |
|
2020 * pkg/pkg.m: Install ChangeLog file if it exists. |
|
2021 Delete bare newline in string passed to write_INDEX. |
|
2022 |
|
2023 * sparse/sprandsym.m: Make work for even values of N. |
|
2024 |
|
2025 2007-01-24 John W. Eaton <jwe@octave.org> |
|
2026 |
|
2027 * miscellaneous/news.m: New file. |
|
2028 |
|
2029 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2030 |
|
2031 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. |
|
2032 |
|
2033 * strings/strncmp.m: Delete (we now have a built-in version). |
|
2034 |
|
2035 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
|
2036 |
|
2037 * testfun/test.m: Check for all files in path, use first found. |
|
2038 |
|
2039 2007-01-22 David Bateman <dbateman@free.fr> |
|
2040 |
|
2041 * polynomial/spline.m: Make DG a column instead of a row vector. |
|
2042 |
|
2043 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
|
2044 |
|
2045 * pkg/pkg.m (copy_files): Call write_INDEX with correct target |
|
2046 file name. |
|
2047 |
|
2048 * image/ind2rgb.m: Better input checking. Return 3-d array if |
|
2049 nargout is 1. Handle colormaps that have too few colors. |
|
2050 |
|
2051 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". |
|
2052 (configure_make): Use fullfile instead of concatenating with "/". |
|
2053 |
6258
|
2054 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
|
2055 |
|
2056 * set/ismember.m: Handle N-d arrays. |
|
2057 |
|
2058 2007-01-10 David Bateman <dbateman@free.fr> |
|
2059 |
|
2060 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
2061 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
2062 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
|
2063 New files. |
|
2064 |
|
2065 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
|
2066 |
6778
|
2067 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258
|
2068 |
|
2069 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
|
2070 |
|
2071 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
|
2072 instead of concatenating with "/". Use mlock to ensure that |
|
2073 persistent variables are not clobbered if user types clear all. |
|
2074 |
|
2075 2007-01-08 John W. Eaton <jwe@octave.org> |
|
2076 |
|
2077 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2078 Improve handling of file names containing globbing characters. |
|
2079 From S�ren Hauberg <hauberg@gmail.com>. |
|
2080 |
|
2081 2007-01-05 John W. Eaton <jwe@octave.org> |
|
2082 |
|
2083 * optimization/optimset.m, optimization/__fsolve_defopts__.m: |
|
2084 New files. |
|
2085 |
|
2086 2006-12-30 John W. Eaton <jwe@octave.org> |
|
2087 |
|
2088 * sparse/spfun.m: Check for "function_handle" not "function handle". |
|
2089 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. |
|
2090 |
|
2091 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
|
2092 |
|
2093 * image/imshow.m: Strip NaNs from image. |
|
2094 |
|
2095 2006-12-08 David Bateman <dbateman@free.fr> |
|
2096 |
|
2097 * sparse/normest.m: New file. |
|
2098 |
6286
|
2099 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209
|
2100 |
6210
|
2101 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2102 Work on Windows systems without cp or mv. |
|
2103 |
6209
|
2104 * startup/inputrc: Include sequences for Windows. |
|
2105 |
6203
|
2106 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
|
2107 |
|
2108 * pkg/pkg.m (unload_packages): New function. |
|
2109 (pkg): Handle unload action. |
|
2110 |
|
2111 * __errplot__.m: Add missing semicolon. |
|
2112 |
6193
|
2113 2006-11-30 John W. Eaton <jwe@octave.org> |
|
2114 |
|
2115 * miscellaneous/mexext.m: New file. |
|
2116 |
6189
|
2117 2006-11-29 David Bateman <dbateman@free.fr> |
|
2118 |
|
2119 * pkg/pkg.m: Add local_list and global_list options that allow the |
|
2120 location of package lists to be probed and set. |
|
2121 |
6179
|
2122 2006-11-17 John W. Eaton <jwe@octave.org> |
|
2123 |
6181
|
2124 * plot/__render_plot1__.m: Reverse y axis for images. |
|
2125 |
6179
|
2126 * plot/__render_plot__.m: New args, terminal and output. |
|
2127 * plot/print.m: Don't set output and term here. Instead, call |
|
2128 __render_plot__ with terminal and output. |
|
2129 |
6178
|
2130 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2131 |
|
2132 * plot/__render_plot1__.m: New file. |
|
2133 * plot/__render_plot__.m: Use it. Loop over multiplots. |
|
2134 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |
|
2135 gnuplot. Let __render_plot__ do that. |
|
2136 |
6177
|
2137 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
|
2138 |
|
2139 * plot/plot.m: Fix doc string. |
|
2140 |
6173
|
2141 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2142 |
|
2143 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots |
|
2144 before sending anything to the plotter. |
|
2145 |
6172
|
2146 2006-11-15 John W. Eaton <jwe@octave.org> |
|
2147 |
|
2148 * image/__img_gnuplot__.m: Store more info in global plot |
|
2149 structures and use __render_plot__ to build plot command to |
|
2150 display image. |
|
2151 |
|
2152 * plot/__plt3__.m: New arg, parametric. Change all callers. |
|
2153 |
|
2154 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, |
|
2155 __plot_command_sep__): Delete. |
|
2156 (__plot_data_type__, __plot_data_parametric__, |
|
2157 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, |
|
2158 __plot_usingstr__, __plot_withstr__): New variables. |
|
2159 * plot/__init_plot_vars__.m: Initialize them. |
|
2160 |
|
2161 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: |
|
2162 Don't handle sep or cmd. |
|
2163 |
|
2164 * plot/__render_plot__.m: New function. |
|
2165 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: |
|
2166 Store more info in global plot structures and use __render_plot__ |
|
2167 to build plot command. |
|
2168 * plot/replot.m: Simply call __render_plot__. |
|
2169 |
|
2170 * plot/contour.m, plot/mesh.m, plot/plot3.m: |
|
2171 Set __plot_data_parametric__ here. |
|
2172 |
6164
|
2173 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2174 |
6166
|
2175 * plot/bottom_title.m, plot/top_title.m: Delete. |
|
2176 |
6164
|
2177 * image/image_viewer.m: Set default values here. |
|
2178 * image/image.m: Not here. |
|
2179 |
|
2180 * image/image_viewer.m: Always return old values. Check arguments. |
|
2181 * image/__img_gnuplot__.m: Rename from __img__m. |
|
2182 |
|
2183 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
|
2184 |
|
2185 * image/image_viewer.m: New function. |
|
2186 * image/__img_via_file__.m: New function. |
|
2187 * image/image.m: Use image_viewer to determine which program to |
|
2188 use for image viewing. |
6754
|
2189 * image/__img__.m: Silently accept more than 3 args. |
6164
|
2190 |
6163
|
2191 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2192 |
|
2193 * plot/__do_legend__.m, plot/__errplot__.m, |
|
2194 plot/__init_plot_vars__.m, plot/__plot_globals__.m, |
|
2195 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, |
|
2196 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2197 plot/replot.m, plot/subplot.m, plot/subwindow.m: |
|
2198 Use __plot_globals__ for multiplot variables. Keep track of |
|
2199 multiplot info for each figure. Eliminate __multiplot_xscale__. |
|
2200 |
6157
|
2201 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2202 |
6158
|
2203 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
|
2204 |
6157
|
2205 * miscellaneous/substruct.m: New function. |
|
2206 |
|
2207 * testfun/assert.m: Force orientation to match when comparing |
|
2208 struct elements. |
|
2209 |
|
2210 * general/__isequal__.m: Avoid assignment of comma-separated lists |
|
2211 when comparing structs. |
|
2212 |
|
2213 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
|
2214 |
6754
|
2215 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
|
2216 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, |
|
2217 linear-algebra/dot.m, image/imshow.m, general/interp2.m, |
|
2218 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, |
|
2219 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, |
|
2220 general/rem.m, image/rgb2ind.m, general/sph2cart.m, |
|
2221 general/trapz.m, miscellaneous/xor.m: Use size_equal. |
6157
|
2222 |
6156
|
2223 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2224 |
|
2225 * plot/mesh.m: Use size_equal to compare dimensions. |
|
2226 |
6154
|
2227 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
|
2228 |
|
2229 * plot/mesh.m: Simplify. Set hidden3d for the plot. |
|
2230 |
6152
|
2231 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
|
2232 |
|
2233 * miscellaneous/copyfile.m: Fix docs to match function. |
|
2234 |
6145
|
2235 2006-11-08 John W. Eaton <jwe@octave.org> |
|
2236 |
6146
|
2237 * plot/legend.m: New function, adapted from Octave Forge. |
|
2238 |
|
2239 * plot/__do_legend__.m: New function. |
|
2240 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, |
|
2241 plot/replot.m: Call it before plotting. |
|
2242 |
|
2243 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set |
|
2244 noparametric" to gnuplot.. |
|
2245 |
|
2246 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
|
2247 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, |
|
2248 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept |
|
2249 and return key title separate from line format. Accept format and |
|
2250 key as cellstr. Always return data as cell array. Return format |
|
2251 and key title as cellstr. |
|
2252 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: |
|
2253 Handle line format and key titles separately. |
|
2254 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. |
|
2255 |
|
2256 * plot/__plot_globals__.m (__plot_line_offset__, |
|
2257 __plot_key_labels__, __plot_key_properties__): New global |
|
2258 variables. Initialize them. |
|
2259 * plot/__init_plot_vars__.m (__plot_line_offset__, |
|
2260 __plot_key_labels__, __plot_key_properties__): Initialize. |
|
2261 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m |
|
2262 (__plot_line_offset__, __plot_key_labels__, |
|
2263 __plot_key_properties__): Store information about plot key titles. |
|
2264 |
|
2265 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, |
|
2266 plot/__plt__.m: Use cf, mxi, and myi as shorthand for |
|
2267 __current_figure__, __multiplot_xi__, and __multiplot_yi__, |
|
2268 respectively. |
|
2269 |
|
2270 * plot/__errcomm__.m: Allow fmt to be cellstr. |
|
2271 |
6145
|
2272 * strings/strcat.m: Disable Octave:empty-list-elements warning |
|
2273 whle concatenating args. |
|
2274 |
6144
|
2275 2006-11-07 John W. Eaton <jwe@octave.org> |
|
2276 |
|
2277 * startup/main-rcfile: Conditionally set PAGER_FLAGS. |
|
2278 |
6142
|
2279 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
|
2280 |
6143
|
2281 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
|
2282 option to regexp. |
|
2283 |
6142
|
2284 * image/__img__.m: Send "set size ratio -1" before plotting. |
|
2285 |
6138
|
2286 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
|
2287 |
6139
|
2288 * strings/index.m: New arg, direction. Simplify and speed up. |
|
2289 * strings/rindex.m: Implement using index (..., "last"); |
|
2290 |
6754
|
2291 * blanks.m, strcat.m: Simplify. Add tests. |
6138
|
2292 |
6130
|
2293 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
|
2294 |
|
2295 * general/__isequal__.m: Test size and class more consistently. |
|
2296 |
6116
|
2297 2006-10-27 John W. Eaton <jwe@octave.org> |
|
2298 |
6117
|
2299 * miscellaneous/ls_command.m: Use /D instead of /w. |
|
2300 From Michael Goffioul <michael.goffioul@swing.be>. |
|
2301 |
6116
|
2302 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
|
2303 * miscellaneous/dir.m: Mark as a command. |
|
2304 |
6112
|
2305 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2306 |
|
2307 * miscellaneous/unpack.m: Fix missing comma in strcat call. |
|
2308 |
6088
|
2309 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2310 |
|
2311 * image/image.m: Set x = y = [] when nargin == 0; |
|
2312 |
|
2313 2006-10-25 Quentin Spencer <qspencer@ieee.org> |
|
2314 |
|
2315 * image/image.m: Call __img__ if gnuplot version is > 4.0. |
|
2316 * image/__img__.m: New file, originally from |
|
2317 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2318 |
6087
|
2319 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2320 |
|
2321 * plot/__gnuplot_version__.m: New function, originally from |
|
2322 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
|
2323 Quentin Spencer <qspencer@ieee.org>. |
|
2324 |
6085
|
2325 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
|
2326 |
|
2327 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. |
|
2328 |
6081
|
2329 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
|
2330 |
|
2331 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, |
|
2332 miscellaneous/gunzip.m: New files. |
|
2333 * miscellaneous/untar.m, miscellaneous/unzip.m: |
|
2334 Call unpack to do the real work. |
|
2335 |
6075
|
2336 2006-10-24 John W. Eaton <jwe@octave.org> |
|
2337 |
6078
|
2338 * plot/plot3.m: If we have a format string, then also pass using |
|
2339 string to __plt3__. |
|
2340 |
6077
|
2341 * plot/sombrero.m: Don't return anything if nargout == 0. |
|
2342 |
6075
|
2343 * plot/__plt3__.m: Create using clause if none is supplied. |
6077
|
2344 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075
|
2345 |
6069
|
2346 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
|
2347 |
|
2348 * movefile.m, copyfile.m: Handle cellstr lists of files. |
|
2349 Quote filenames in shell commands. |
|
2350 |
6055
|
2351 2006-10-17 David Bateman <dbateman@free.fr> |
|
2352 |
|
2353 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if |
|
2354 the package directory is missing. |
|
2355 |
6052
|
2356 2006-10-13 John W. Eaton <jwe@octave.org> |
|
2357 |
|
2358 * plot/box.m: New function. |
|
2359 |
6050
|
2360 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
|
2361 |
|
2362 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. |
|
2363 |
6049
|
2364 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
|
2365 |
|
2366 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. |
|
2367 |
6047
|
2368 2006-10-10 John W. Eaton <jwe@octave.org> |
|
2369 |
|
2370 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. |
|
2371 |
6046
|
2372 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
|
2373 |
|
2374 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
2375 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
2376 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, |
|
2377 control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
2378 control/base/are.m, control/base/bode.m, control/base/ctrb.m, |
|
2379 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, |
|
2380 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, |
|
2381 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, |
|
2382 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, |
|
2383 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, |
|
2384 control/hinf/h2norm.m, control/hinf/h2syn.m, |
|
2385 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
2386 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, |
|
2387 control/obsolete/dezero.m, control/system/__sysdefioname__.m, |
|
2388 control/system/buildssic.m, control/system/c2d.m, |
|
2389 control/system/cellidx.m, control/system/d2c.m, |
|
2390 control/system/dmr2d.m, control/system/fir2sys.m, |
|
2391 control/system/is_abcd.m, control/system/is_controllable.m, |
|
2392 control/system/is_detectable.m, control/system/is_digital.m, |
|
2393 control/system/is_observable.m, control/system/is_siso.m, |
|
2394 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
2395 control/system/jet707.m, control/system/listidx.m, |
|
2396 control/system/ord2.m, control/system/parallel.m, |
|
2397 control/system/ss.m, control/system/ss2zp.m, |
|
2398 control/system/starp.m, control/system/sys2ss.m, |
|
2399 control/system/sys2tf.m, control/system/sys2zp.m, |
|
2400 control/system/sysadd.m, control/system/sysappend.m, |
|
2401 control/system/syschtsam.m, control/system/sysconnect.m, |
|
2402 control/system/syscont.m, control/system/sysdimensions.m, |
|
2403 control/system/sysdisc.m, control/system/sysdup.m, |
|
2404 control/system/sysgetsignals.m, control/system/sysgettsam.m, |
|
2405 control/system/sysgroup.m, control/system/sysidx.m, |
|
2406 control/system/sysmin.m, control/system/sysmult.m, |
|
2407 control/system/sysout.m, control/system/sysprune.m, |
|
2408 control/system/sysscale.m, control/system/syssetsignals.m, |
|
2409 control/system/syssub.m, control/system/sysupdate.m, |
|
2410 control/system/tf.m, control/system/tfout.m, |
|
2411 control/system/ugain.m, control/system/zp.m, |
|
2412 control/system/zpout.m, control/util/__outlist__.m, |
|
2413 control/util/__zgpbal__.m, control/util/prompt.m, |
|
2414 control/util/sortcom.m, control/util/strappend.m, |
|
2415 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, |
|
2416 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, |
|
2417 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, |
|
2418 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, |
|
2419 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
2420 finance/pvl.m, finance/rate.m, finance/vol.m, |
|
2421 general/__isequal__.m, general/bitcmp.m, general/bitget.m, |
|
2422 general/bitset.m, general/blkdiag.m, general/cart2sph.m, |
|
2423 general/cell2mat.m, general/circshift.m, general/cplxpair.m, |
|
2424 general/cumtrapz.m, general/deal.m, general/diff.m, |
|
2425 general/flipdim.m, general/fliplr.m, general/flipud.m, |
|
2426 general/ind2sub.m, general/int2str.m, |
|
2427 general/is_duplicate_entry.m, general/isdefinite.m, |
|
2428 general/isequal.m, general/isequalwithequalnans.m, |
|
2429 general/isscalar.m, general/issquare.m, general/issymmetric.m, |
|
2430 general/isvector.m, general/logical.m, general/logspace.m, |
|
2431 general/mod.m, general/nargchk.m, general/nextpow2.m, |
|
2432 general/perror.m, general/postpad.m, general/prepad.m, |
|
2433 general/randperm.m, general/rem.m, general/repmat.m, |
|
2434 general/rot90.m, general/rotdim.m, general/shift.m, |
|
2435 general/shiftdim.m, general/sph2cart.m, general/strerror.m, |
|
2436 general/sub2ind.m, general/trapz.m, general/tril.m, |
|
2437 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, |
|
2438 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, |
|
2439 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, |
|
2440 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, |
|
2441 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, |
|
2442 linear-algebra/cross.m, linear-algebra/dmult.m, |
|
2443 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, |
|
2444 linear-algebra/krylov.m, linear-algebra/krylovb.m, |
|
2445 linear-algebra/logm.m, linear-algebra/norm.m, |
|
2446 linear-algebra/null.m, linear-algebra/orth.m, |
|
2447 linear-algebra/qzhess.m, linear-algebra/rank.m, |
|
2448 linear-algebra/trace.m, linear-algebra/vec.m, |
|
2449 linear-algebra/vech.m, miscellaneous/bincoeff.m, |
|
2450 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, |
|
2451 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, |
|
2452 miscellaneous/flops.m, miscellaneous/fullfile.m, |
|
2453 miscellaneous/ispc.m, miscellaneous/isunix.m, |
|
2454 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, |
|
2455 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, |
|
2456 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, |
|
2457 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, |
|
2458 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
2459 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, |
|
2460 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
|
2461 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, |
|
2462 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, |
|
2463 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, |
|
2464 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, |
|
2465 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, |
|
2466 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, |
|
2467 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, |
|
2468 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
2469 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, |
|
2470 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, |
|
2471 polynomial/polyder.m, polynomial/polyderiv.m, |
|
2472 polynomial/polyfit.m, polynomial/polygcd.m, |
|
2473 polynomial/polyinteg.m, polynomial/polyout.m, |
|
2474 polynomial/polyreduce.m, polynomial/polyval.m, |
|
2475 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, |
|
2476 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, |
|
2477 set/complement.m, set/create_set.m, set/intersect.m, |
|
2478 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, |
|
2479 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, |
|
2480 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, |
|
2481 signal/bartlett.m, signal/blackman.m, signal/detrend.m, |
|
2482 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, |
|
2483 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, |
|
2484 signal/freqz.m, signal/hamming.m, signal/hanning.m, |
|
2485 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, |
|
2486 signal/sinewave.m, signal/spencer.m, signal/stft.m, |
|
2487 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, |
|
2488 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, |
|
2489 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, |
|
2490 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, |
|
2491 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, |
|
2492 special-matrix/hankel.m, special-matrix/hilb.m, |
|
2493 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, |
|
2494 special-matrix/toeplitz.m, special-matrix/vander.m, |
|
2495 statistics/base/center.m, statistics/base/cloglog.m, |
|
2496 statistics/base/cor.m, statistics/base/corrcoef.m, |
|
2497 statistics/base/cov.m, statistics/base/cut.m, |
|
2498 statistics/base/gls.m, statistics/base/iqr.m, |
|
2499 statistics/base/kendall.m, statistics/base/kurtosis.m, |
|
2500 statistics/base/logit.m, statistics/base/mahalanobis.m, |
|
2501 statistics/base/mean.m, statistics/base/meansq.m, |
|
2502 statistics/base/median.m, statistics/base/moment.m, |
|
2503 statistics/base/ols.m, statistics/base/ppplot.m, |
|
2504 statistics/base/probit.m, statistics/base/qqplot.m, |
|
2505 statistics/base/range.m, statistics/base/ranks.m, |
|
2506 statistics/base/run_count.m, statistics/base/skewness.m, |
|
2507 statistics/base/spearman.m, statistics/base/statistics.m, |
|
2508 statistics/base/std.m, statistics/base/studentize.m, |
|
2509 statistics/base/table.m, statistics/base/values.m, |
|
2510 statistics/base/var.m, statistics/distributions/betacdf.m, |
|
2511 statistics/distributions/betainv.m, |
|
2512 statistics/distributions/betapdf.m, |
|
2513 statistics/distributions/betarnd.m, |
|
2514 statistics/distributions/binocdf.m, |
|
2515 statistics/distributions/binoinv.m, |
|
2516 statistics/distributions/binopdf.m, |
|
2517 statistics/distributions/binornd.m, |
|
2518 statistics/distributions/cauchy_cdf.m, |
|
2519 statistics/distributions/cauchy_inv.m, |
|
2520 statistics/distributions/cauchy_pdf.m, |
|
2521 statistics/distributions/cauchy_rnd.m, |
|
2522 statistics/distributions/chi2cdf.m, |
|
2523 statistics/distributions/chi2inv.m, |
|
2524 statistics/distributions/chi2pdf.m, |
|
2525 statistics/distributions/chi2rnd.m, |
|
2526 statistics/distributions/discrete_cdf.m, |
|
2527 statistics/distributions/discrete_inv.m, |
|
2528 statistics/distributions/discrete_pdf.m, |
|
2529 statistics/distributions/discrete_rnd.m, |
|
2530 statistics/distributions/empirical_rnd.m, |
|
2531 statistics/distributions/expcdf.m, |
|
2532 statistics/distributions/expinv.m, |
|
2533 statistics/distributions/exppdf.m, |
|
2534 statistics/distributions/exprnd.m, |
|
2535 statistics/distributions/fcdf.m, statistics/distributions/finv.m, |
|
2536 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, |
|
2537 statistics/distributions/gamcdf.m, |
|
2538 statistics/distributions/gaminv.m, |
|
2539 statistics/distributions/gampdf.m, |
|
2540 statistics/distributions/gamrnd.m, |
|
2541 statistics/distributions/geocdf.m, |
|
2542 statistics/distributions/geoinv.m, |
|
2543 statistics/distributions/geopdf.m, |
|
2544 statistics/distributions/geornd.m, |
|
2545 statistics/distributions/hygecdf.m, |
|
2546 statistics/distributions/hygeinv.m, |
|
2547 statistics/distributions/hygepdf.m, |
|
2548 statistics/distributions/hygernd.m, |
|
2549 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
2550 statistics/distributions/laplace_cdf.m, |
|
2551 statistics/distributions/laplace_inv.m, |
|
2552 statistics/distributions/laplace_pdf.m, |
|
2553 statistics/distributions/laplace_rnd.m, |
|
2554 statistics/distributions/logistic_cdf.m, |
|
2555 statistics/distributions/logistic_inv.m, |
|
2556 statistics/distributions/logistic_pdf.m, |
|
2557 statistics/distributions/logistic_rnd.m, |
|
2558 statistics/distributions/logncdf.m, |
|
2559 statistics/distributions/logninv.m, |
|
2560 statistics/distributions/lognpdf.m, |
|
2561 statistics/distributions/lognrnd.m, |
|
2562 statistics/distributions/normcdf.m, |
|
2563 statistics/distributions/norminv.m, |
|
2564 statistics/distributions/normpdf.m, |
|
2565 statistics/distributions/normrnd.m, |
|
2566 statistics/distributions/pascal_cdf.m, |
|
2567 statistics/distributions/pascal_inv.m, |
|
2568 statistics/distributions/pascal_pdf.m, |
|
2569 statistics/distributions/pascal_rnd.m, |
|
2570 statistics/distributions/poisscdf.m, |
|
2571 statistics/distributions/poissinv.m, |
|
2572 statistics/distributions/poisspdf.m, |
|
2573 statistics/distributions/poissrnd.m, |
|
2574 statistics/distributions/stdnormal_cdf.m, |
|
2575 statistics/distributions/stdnormal_inv.m, |
|
2576 statistics/distributions/stdnormal_pdf.m, |
|
2577 statistics/distributions/stdnormal_rnd.m, |
|
2578 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, |
|
2579 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, |
|
2580 statistics/distributions/unifcdf.m, |
|
2581 statistics/distributions/unifinv.m, |
|
2582 statistics/distributions/unifpdf.m, |
|
2583 statistics/distributions/unifrnd.m, |
|
2584 statistics/distributions/wblcdf.m, |
|
2585 statistics/distributions/wblinv.m, |
|
2586 statistics/distributions/wblpdf.m, |
|
2587 statistics/distributions/wblrnd.m, |
|
2588 statistics/distributions/wienrnd.m, statistics/tests/anova.m, |
|
2589 statistics/tests/bartlett_test.m, |
|
2590 statistics/tests/chisquare_test_homogeneity.m, |
|
2591 statistics/tests/chisquare_test_independence.m, |
|
2592 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, |
|
2593 statistics/tests/hotelling_test.m, |
|
2594 statistics/tests/hotelling_test_2.m, |
|
2595 statistics/tests/kolmogorov_smirnov_test.m, |
|
2596 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
2597 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, |
|
2598 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, |
|
2599 statistics/tests/run_test.m, statistics/tests/sign_test.m, |
|
2600 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
2601 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
2602 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
2603 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
2604 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
2605 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, |
|
2606 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, |
|
2607 strings/index.m, strings/isletter.m, strings/lower.m, |
|
2608 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
2609 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
2610 strings/strfind.m, strings/strjust.m, strings/strmatch.m, |
|
2611 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, |
|
2612 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, |
|
2613 strings/upper.m, testfun/assert.m, testfun/demo.m, |
|
2614 testfun/example.m, testfun/fail.m, testfun/speed.m, |
|
2615 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, |
|
2616 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
2617 time/etime.m, time/is_leap_year.m: |
|
2618 Use print_usage instead of usage. |
|
2619 |
6044
|
2620 2006-10-09 David Bateman <dbateman@free.fr> |
|
2621 |
|
2622 * time/datevec.m: Add additional compatible default parsing strings. |
|
2623 |
6395
|
2624 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041
|
2625 |
6042
|
2626 * pkg/pkg.m: Remove trailing "\n" from error messages. |
|
2627 Remove compare_versions subfunction. |
|
2628 |
|
2629 * miscellaneous/compare_versions.m: New function to compare |
|
2630 version numbers as strings with any boolean operators. |
|
2631 |
6041
|
2632 * miscellaneous/untar.m: Check more rigorously to see if the tar |
|
2633 file exists. |
|
2634 |
6036
|
2635 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2636 |
|
2637 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
2638 |
6032
|
2639 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
2640 |
6037
|
2641 * pkg/pkg.m: Update docs. Handle prefix option. |
|
2642 Handle dependencies for load option. |
6032
|
2643 |
6029
|
2644 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2645 |
6030
|
2646 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
2647 |
|
2648 * plot/clg.m: Delete. |
|
2649 * plot/__init_plot_vars__.m: New function. |
|
2650 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
2651 |
6025
|
2652 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
2653 |
|
2654 * pkg/pkg.m: Avoid calling addpath with no args. |
|
2655 |
6024
|
2656 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
2657 |
|
2658 * audio/loadaudio.m, control/base/nyquist.m, |
|
2659 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
2660 linear-algebra/krylov.m, statistics/base/center.m, |
|
2661 statistics/base/median.m, statistics/base/std.m, |
|
2662 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
2663 find first or last element matching a condition. |
|
2664 |
6023
|
2665 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
2666 |
|
2667 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
2668 general/__isequal__.m: Minimize looping using cellfun. |
|
2669 |
6020
|
2670 2006-10-02 David Bateman <dbateman@free.fr> |
|
2671 |
|
2672 * pkg/pkg.m (copy_files): always create installation directory. |
|
2673 |
6016
|
2674 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
2675 |
|
2676 * miscellaneous/doc.m: Swap file and directory args to info. |
|
2677 |
|
2678 2006-10-01 Arno Onken <whyly@gmx.net> |
|
2679 |
|
2680 * statistics/distributions/exprnd.m: Fix typo. |
|
2681 |
6014
|
2682 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
2683 |
|
2684 * polynomial/ppval.m: Use .' instead of '. |
|
2685 * polynomial/spline.m: Likewise. New tests. |
|
2686 |
6004
|
2687 2006-09-26 David Bateman <dbateman@free.fr> |
|
2688 |
|
2689 * __plt3__.m: Using global variables __plot_data__, |
|
2690 __plot_data_offset__ and __plot_command__ to store plots and |
|
2691 correctly handle multiplots, and hold state. Only accept a single |
|
2692 data parameter plus, using, format and with strings. Remove |
|
2693 setting of gnuplot parameters. |
|
2694 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
2695 * __setup_plot__.m: Convert to a function and pass the plotting |
|
2696 command to use. |
|
2697 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
2698 * contour.m: Use unwind protect on the parametric state of plot |
|
2699 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
2700 * mesh.m: ditto. |
|
2701 * plot3.m: Error checking, setting of parametric state and |
|
2702 formation of matrix to plot moved from old __plt3__. |
|
2703 |
5996
|
2704 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
2705 |
5997
|
2706 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
2707 |
|
2708 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
2709 |
|
2710 * signal/filter2.m: Correct texinfo doc. |
|
2711 |
|
2712 2006-09-22 David Bateman <dbateman@free.fr> |
|
2713 |
|
2714 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
2715 |
5993
|
2716 2006-09-15 David Bateman <dbateman@free.fr> |
|
2717 |
|
2718 * pkg/pkg.m (prepare_installation): Don't create package |
|
2719 installation directory here. |
|
2720 (copy_files): Create it here instead, to avoid issues with |
|
2721 upgrades. Also install the COPYING file in packinfo. |
|
2722 |
5989
|
2723 2006-09-13 John W. Eaton <jwe@octave.org> |
|
2724 |
|
2725 * general/blkdiag.m: Adjust to new cellfun rules. |
|
2726 |
5987
|
2727 2006-08-30 David Bateman <dbateman@free.fr> |
|
2728 |
|
2729 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
2730 error message for archive name not matching package name. |
|
2731 (installed_packages): Size header of printed results to |
|
2732 arguments. Sort the list of installed packages before printing |
|
2733 them. |
|
2734 |
5986
|
2735 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
2736 |
|
2737 * signal/freqz.m: Update tests. |
|
2738 |
|
2739 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
2740 |
|
2741 * signal/freqz.m: Corretly postpad arrays. |
|
2742 Don't call fliplr on a column vector. |
|
2743 |
5984
|
2744 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2745 |
|
2746 * general/shiftdim.m: Use permute instead of reshape. |
|
2747 |
5981
|
2748 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
2749 |
|
2750 * miscellaneous/parseparams.m: New function. |
|
2751 |
5980
|
2752 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
2753 |
|
2754 * miscellaneous/doc.m: Swap order of --file and --directory |
|
2755 options for info program invocation. |
|
2756 |
5976
|
2757 2006-08-30 David Bateman <dbateman@free.fr> |
|
2758 |
5987
|
2759 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
2760 previous change. |
|
2761 |
5974
|
2762 2006-08-26 David Bateman <dbateman@free.fr> |
|
2763 |
|
2764 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
2765 absence of trailing "/" in OCTAVE_HOME. |
|
2766 |
5973
|
2767 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
2768 |
|
2769 * time/datenum.m: Allow arg to be character string. |
|
2770 |
5971
|
2771 2006-08-25 David Bateman <dbateman@free.fr> |
|
2772 |
|
2773 * pkg/pkg.m (install): Verify that package name correponds to the |
|
2774 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
2775 they are empty. If package directory is empty, remove it to fail |
|
2776 gracefully for system specific packages. |
|
2777 (extract_pkgadd, create_pkgadd): delete. |
|
2778 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
2779 (copy_files): Install both bin/ and doc/ directories, adding the |
|
2780 bin/ to the EXEC_PATH when the package is loaded. |
|
2781 |
5962
|
2782 2006-08-24 John W. Eaton <jwe@octave.org> |
|
2783 |
|
2784 * image/saveimage.m: Use logical indexing instead of |
|
2785 indices computed by calling find on the logical index. |
|
2786 |
5961
|
2787 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
2788 |
5967
|
2789 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
2790 Use logical indexing instead of indices computed by calling find |
|
2791 on the logical index. |
|
2792 |
|
2793 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
2794 |
5959
|
2795 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
2796 |
|
2797 * control/system/tf2zp.m: Simplify gain calculation. |
|
2798 |
5958
|
2799 2006-08-23 John W. Eaton <jwe@octave.org> |
|
2800 |
|
2801 * plot/__plt__.m: Insert using clauses for all plots. |
|
2802 |
5957
|
2803 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
2804 |
|
2805 * control/system/sysscale.m: Call tf and zp with correct number of |
|
2806 args. |
|
2807 |
5955
|
2808 2006-08-22 David Bateman <dbateman@free.fr> |
|
2809 |
|
2810 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
2811 Search inst/*.m and src/*.m files in the package for |
|
2812 PKG_ADD directives and append user supplied PKG_ADD. |
|
2813 (pkg): Call create_pkgadd after copying files. |
|
2814 |
5947
|
2815 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
2816 |
|
2817 * pkg/pkg.m: Handle multiple packages in a single file. |
|
2818 Insert directory separator between OCTAVE_HOME and rest of package |
|
2819 installation directory. |
|
2820 |
|
2821 2006-08-21 John W. Eaton <jwe@octave.org> |
|
2822 |
|
2823 * general/num2str.m: Early return if arg is empty. |
|
2824 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
2825 |
5946
|
2826 2006-08-21 David Bateman <dbateman@free.fr> |
|
2827 |
|
2828 * strings/mat2str.m: Compute NC before using. |
|
2829 |
5937
|
2830 2006-08-17 John W. Eaton <jwe@octave.org> |
|
2831 |
|
2832 * audio/wavread.m: Fix calculation of sample count. |
|
2833 |
5934
|
2834 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
2835 |
|
2836 * image/imshow.m: New Matlab-compatible version. |
|
2837 |
5930
|
2838 2006-08-15 John W. Eaton <jwe@octave.org> |
|
2839 |
|
2840 * deprecated/is_global.m: Delete. |
|
2841 |
5928
|
2842 2006-08-14 John W. Eaton <jwe@octave.org> |
|
2843 |
|
2844 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
2845 |
5926
|
2846 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
2847 |
|
2848 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
2849 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
2850 |
5928
|
2851 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
2852 |
6778
|
2853 * pkg/pkg.m: Don't pass function name to print_usage. |
5928
|
2854 Use addpath and rmpath instead of manipulating LOADPATH. |
|
2855 Handle changes to system function. |
|
2856 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
2857 recursive directory removal. |
5922
|
2858 |
5924
|
2859 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
2860 |
6778
|
2861 * colormap.m: Change global variable to persistent. |
5923
|
2862 |
5922
|
2863 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
2864 |
5920
|
2865 2006-08-14 John W. Eaton <jwe@octave.org> |
|
2866 |
|
2867 * strings/str2double.m: Fix missing semicolon. |
|
2868 |
5910
|
2869 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
2870 |
|
2871 * plot/plot3.m: Accept one complex or one real and one complex |
|
2872 argument and plot real and imaginary components for y and z. |
|
2873 |
5908
|
2874 2006-07-27 John W. Eaton <jwe@octave.org> |
|
2875 |
|
2876 * testfun/test.m: Call fflush after each block of calls to |
|
2877 fprintf, fputs, or fdisp. |
|
2878 |
5904
|
2879 2006-07-26 John W. Eaton <jwe@octave.org> |
|
2880 |
|
2881 * miscellaneous/mex.m: New function. |
|
2882 |
5901
|
2883 2006-07-22 John W. Eaton <jwe@octave.org> |
|
2884 |
|
2885 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
2886 |
5881
|
2887 2006-07-07 John W. Eaton <jwe@octave.org> |
|
2888 |
|
2889 * miscellaneous/orderfields.m: New file. |
|
2890 |
5873
|
2891 2006-06-30 John W. Eaton <jwe@octave.org> |
|
2892 |
|
2893 * time/datevec.m: Make another attempt to account for precision of |
|
2894 datenum format. |
|
2895 |
5868
|
2896 2006-06-29 John W. Eaton <jwe@octave.org> |
|
2897 |
|
2898 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
2899 Use feval instead of "type -q" to get values now that all the |
|
2900 symbols are functions. |
|
2901 |
5860
|
2902 2006-06-16 John W. Eaton <jwe@octave.org> |
|
2903 |
|
2904 * time/datevec.m: Avoid computing log of non-positive values. |
|
2905 |
5859
|
2906 2006-06-14 John W. Eaton <jwe@octave.org> |
|
2907 |
|
2908 * time/datevec.m: Attempt to account for precision of datenum format. |
|
2909 |
5839
|
2910 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
2911 |
|
2912 * audio/wavread.m: Fix file range error and add read support for |
|
2913 24-bit WAV files. |
|
2914 |
5837
|
2915 2006-06-01 David Bateman <dbateman@free.fr> |
|
2916 |
|
2917 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
2918 general/interp1.m, general/gradient.m, general/interp2.m, |
|
2919 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
2920 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
2921 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
2922 |
5835
|
2923 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
2924 |
|
2925 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
2926 * miscellaneous/texas_lotto.m: Fix warning message. |
|
2927 |
5830
|
2928 2006-05-26 John W. Eaton <jwe@octave.org> |
|
2929 |
|
2930 * miscellaneous/doc.m: Also handle nargin == 0. |
|
2931 |
5829
|
2932 2006-05-23 John W. Eaton <jwe@octave.org> |
|
2933 |
|
2934 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
2935 really needed. |
|
2936 |
5827
|
2937 2006-05-22 John W. Eaton <jwe@octave.org> |
|
2938 |
6754
|
2939 * general/lookup.m: New file from Octave Forge. |
5827
|
2940 |
|
2941 2006-05-22 David Bateman <dbateman@free.fr> |
|
2942 |
6754
|
2943 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
|
2944 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, |
|
2945 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, |
|
2946 special-matrix/wilkinson.m, special-matrix/pascal.m, |
|
2947 special-matrix/magic.m, special-matrix/hadamard.m, |
|
2948 strings/strtok.m: New files from Octave Forge. |
5827
|
2949 |
5824
|
2950 2006-05-19 David Bateman <dbateman@free.fr> |
|
2951 |
|
2952 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
2953 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
2954 |
5821
|
2955 2006-05-17 John W. Eaton <jwe@octave.org> |
|
2956 |
|
2957 * set/intersection.m: Delete |
|
2958 * deprecated/intersection.m: New file. |
|
2959 |
5820
|
2960 2006-05-17 David Bateman <dbateman@free.fr> |
|
2961 |
|
2962 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
2963 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
2964 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
2965 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
2966 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
2967 Forge. |
|
2968 |
5809
|
2969 2006-05-11 John W. Eaton <jwe@octave.org> |
|
2970 |
5815
|
2971 * path/path.m: Delete (now a built-in function). |
|
2972 |
5811
|
2973 * pkg/Makefile.in: New file. |
|
2974 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
2975 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
2976 |
5808
|
2977 2006-05-10 John W. Eaton <jwe@octave.org> |
|
2978 |
|
2979 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
2980 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
2981 |
5807
|
2982 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
2983 |
|
2984 * tar.m, untar.m, unzip.m: New files. |
|
2985 |
5801
|
2986 2006-05-10 John W. Eaton <jwe@octave.org> |
|
2987 |
5804
|
2988 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
2989 * path/setpath.m: Delete. |
|
2990 |
5801
|
2991 * pkg/pkg.m: New file. |
|
2992 |
5798
|
2993 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
2994 |
|
2995 * plot/plot.m: Doc string fix. |
|
2996 |
|
2997 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
2998 |
|
2999 * testfun/speeed.m: Use new interface to unique and assert. |
|
3000 Improve documentation. Approximate time complexity from log-log |
|
3001 plot. Return time complexity and raw times if requested. The |
|
3002 mean ratio is no longer returned. Provide complete control over |
|
3003 which n are computed. |
|
3004 |
|
3005 2006-05-09 John W. Eaton <jwe@octave.org> |
|
3006 |
|
3007 * path/path.m: Move here from miscellaneous. |
|
3008 Adapt to new LOADPATH definition. |
|
3009 |
5789
|
3010 2006-05-03 David Bateman <dbateman@free.fr> |
|
3011 |
|
3012 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
3013 explicit uses of a path seperation character with pathsep(). |
|
3014 |
5786
|
3015 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
3016 |
6778
|
3017 * set/setdiff.m: New arg, byrows. New tests. |
5786
|
3018 |
5781
|
3019 2006-04-29 John W. Eaton <jwe@octave.org> |
|
3020 |
|
3021 * startup/main-rcfile: Disable some warnings. |
|
3022 |
5762
|
3023 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
3024 |
|
3025 * strings/strcmpi.m: Return false instead of error if args are not |
|
3026 char or cellstr. |
|
3027 |
5750
|
3028 2006-04-10 John W. Eaton <jwe@octave.org> |
|
3029 |
|
3030 * miscellaneous/dir.m: Ensure that returned structure array is |
|
3031 Nx1, not 1xN. |
|
3032 |
5746
|
3033 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
3034 |
|
3035 * plot/hist.m: Ignore NaN in inputs. |
|
3036 |
5745
|
3037 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
3038 |
|
3039 * miscellaneous/mkoctfile.m: Doc string fix. |
|
3040 |
5741
|
3041 2006-04-05 John W. Eaton <jwe@octave.org> |
|
3042 |
|
3043 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
3044 are both empty. |
|
3045 * plot/__plt__.m: Ignore empty data and format strings returned |
|
3046 from __plt1__ or __plt2__. |
|
3047 |
5737
|
3048 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
3049 |
6778
|
3050 * set/unique.m: Properly handle single column input when |
5737
|
3051 "rows" is specified. |
|
3052 |
5732
|
3053 2006-04-04 John W. Eaton <jwe@octave.org> |
|
3054 |
5736
|
3055 * path/setpath.m: New file. |
|
3056 * path/savepath.m: Use setpath to set path instead of assigning |
|
3057 directly to LOADPATH. |
|
3058 |
5732
|
3059 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
3060 New files, adapted from Octave Forge by Keith Goodman |
|
3061 <kwgoodman@gmail.com>. |
|
3062 * path: New directory. |
|
3063 * Makefile.in (SUBDIRS): Add it to the list. |
|
3064 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
3065 |
5731
|
3066 2006-04-02 David Bateman <dbateman@free.fr> |
|
3067 |
|
3068 * general/tril.m, general.triu.m: |
|
3069 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
3070 to allow user types to work correctly. |
|
3071 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
3072 |
5727
|
3073 2006-04-03 David Bateman <dbateman@free.fr> |
|
3074 |
|
3075 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
3076 Accept keyword "minor" for minor grid. |
|
3077 |
5721
|
3078 2006-03-28 John W. Eaton <jwe@octave.org> |
|
3079 |
|
3080 * general/isscalar.m: Only require that all dimensions are 1 for |
|
3081 compatiblity. |
|
3082 |
|
3083 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
3084 |
|
3085 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
3086 compatibility. |
|
3087 |
5720
|
3088 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
3089 |
|
3090 * plot/__errplot__.m: Doc string fix. |
|
3091 |
|
3092 * miscellaneous/doc.m: Mark as command. |
|
3093 |
|
3094 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
3095 general/isequalwithequalnans.m, general/blkdiag.m, |
|
3096 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
3097 |
5717
|
3098 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
3099 |
|
3100 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
3101 return 3d matrices. |
|
3102 |
|
3103 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
3104 |
|
3105 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
3106 |
5708
|
3107 2006-03-22 John W. Eaton <jwe@octave.org> |
|
3108 |
|
3109 * plot/print.m: Don't replot after popping terminal setting. |
|
3110 |
5696
|
3111 2006-03-20 John W. Eaton <jwe@octave.org> |
|
3112 |
|
3113 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
3114 mkoctfile. Use fullfile to construct file name. |
|
3115 |
5695
|
3116 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
3117 |
|
3118 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
3119 shell script from Octave prompt. |
|
3120 |
5690
|
3121 2006-03-17 John W. Eaton <jwe@octave.org> |
|
3122 |
5693
|
3123 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
3124 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
3125 |
|
3126 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
3127 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
3128 Call new wbl functions to do the real work. |
|
3129 Swap args and provide default values as necessary to preserve |
|
3130 compatibility with old version of Octave. |
|
3131 |
|
3132 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
3133 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
3134 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
3135 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
3136 Swap scale and shape args for compatibility. |
|
3137 |
5692
|
3138 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
3139 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
3140 Preserve compatibility with old versions of Octave given new |
|
3141 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
3142 |
5692
|
3143 * statistics/distributions/logncdf.m, |
|
3144 statistics/distributions/logninv.m, |
|
3145 statistics/distributions/lognpdf.m, |
|
3146 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
3147 From Ben Barrowes <barrowes@alum.mit.edu> |
|
3148 |
5691
|
3149 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
3150 current 2.1.x version. |
|
3151 |
|
3152 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
3153 |
5690
|
3154 * miscellaneous/dir.m: Use readdir instead of glob. |
|
3155 Special case for "." to avoid globbing. Use list_in_columns. |
|
3156 Eliminate unused variables len and finfo. |
|
3157 |
5689
|
3158 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
3159 |
|
3160 * miscellaneous/dir.m: Improve compatibility. |
|
3161 |
5687
|
3162 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3163 |
|
3164 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
3165 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
3166 |
5686
|
3167 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3168 |
|
3169 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
3170 of looking at sum of max dimensions. |
|
3171 |
5681
|
3172 2006-03-16 David Bateman <dbateman@free.fr> |
|
3173 |
|
3174 * testfun/test.m: Clear last warning before warning test to avoid |
|
3175 issues with previously set warnings. |
|
3176 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
3177 sparse matrices. Force matrix type from spqr solution to be |
|
3178 singular to force QR solvers to be used for assert. |
|
3179 |
5678
|
3180 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3181 |
|
3182 * strings/strfind.m: New file. |
|
3183 |
5677
|
3184 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3185 |
|
3186 * general/rows.m, general/columns.m: Delete. |
|
3187 |
5674
|
3188 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3189 |
|
3190 * strings/strcmpi.m: Simplify. |
|
3191 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
3192 * strings/strtrunc.m: New file. |
5674
|
3193 |
5676
|
3194 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
3195 |
5672
|
3196 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3197 |
|
3198 * miscellaneous/doc.m: New file. |
|
3199 From Soren Hauberg <soren@hauberg.org>. |
|
3200 |
5671
|
3201 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
3202 |
|
3203 * miscellaneous/mkoctfile.m: New file. |
|
3204 |
5670
|
3205 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3206 |
|
3207 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
3208 |
5666
|
3209 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
3210 |
|
3211 * strings/bin2dec.m: Doc fix. |
|
3212 |
5661
|
3213 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
3214 |
|
3215 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
3216 * time/datenum.m: New function to compute day number from time. |
|
3217 |
5659
|
3218 2006-03-09 John W. Eaton <jwe@octave.org> |
|
3219 |
|
3220 * miscellaneous/unix.m, plot/print.m: |
|
3221 Swap order of outputs from system. |
|
3222 |
5642
|
3223 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
3224 |
|
3225 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
3226 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
3227 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
3228 control/base/__stepimp__.m, control/base/are.m, |
|
3229 control/base/controldemo.m, control/base/damp.m, |
|
3230 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
3231 control/base/step.m, control/system/abcddim.m, |
|
3232 control/system/is_abcd.m, control/system/is_controllable.m, |
|
3233 control/system/is_detectable.m, control/system/is_observable.m, |
|
3234 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
3235 control/system/jet707.m, control/system/sys2fir.m, |
|
3236 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
3237 control/system/tfout.m, control/system/ugain.m, |
|
3238 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
3239 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
3240 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
3241 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
3242 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
3243 general/circshift.m, general/columns.m, general/flipdim.m, |
|
3244 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
3245 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
3246 general/isequalwithequalnans.m, general/isscalar.m, |
|
3247 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
3248 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
3249 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
3250 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
3251 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
3252 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
3253 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
3254 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
3255 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
3256 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
3257 miscellaneous/license.m, miscellaneous/menu.m, |
|
3258 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
3259 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
3260 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
3261 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
3262 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
3263 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
3264 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
3265 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
3266 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
3267 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
3268 polynomial/polyinteg.m, polynomial/polyout.m, |
|
3269 polynomial/polyreduce.m, polynomial/polyval.m, |
|
3270 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
3271 set/create_set.m, set/intersection.m, set/ismember.m, |
|
3272 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
3273 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
3274 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
3275 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
3276 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
3277 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
3278 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
3279 special-matrix/vander.m, statistics/base/median.m, |
|
3280 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
3281 statistics/distributions/gaminv.m, |
|
3282 statistics/distributions/gampdf.m, |
|
3283 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
3284 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
3285 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
3286 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
3287 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
3288 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
3289 |
5633
|
3290 2006-02-27 John W. Eaton <jwe@octave.org> |
|
3291 |
|
3292 * time/tic.m: Move here from miscellaneous/tic.m. |
|
3293 * time/toc.m: Move here from miscellaneous/toc.m. |
|
3294 |
|
3295 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
3296 |
|
3297 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
3298 does not assign output of toc to a variable. |
|
3299 |
5627
|
3300 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
3301 |
|
3302 * axis.m: Catch limits that are the same and return an error. |
|
3303 |
5625
|
3304 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3305 |
|
3306 * plot/print.m: Accept emf device option to support Enhanced |
|
3307 Metafile format. |
|
3308 |
|
3309 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
3310 |
|
3311 * control/base/lqe.m: Doc fix. |
|
3312 |
5623
|
3313 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
3314 |
|
3315 * statistics/distributions/gamcdf.m: Doc fix. |
|
3316 * statistics/distributions/gaminv.m: Doc fix. |
|
3317 * statistics/distributions/gampdf.m: Doc fix. |
|
3318 * statistics/distributions/gamrnd.m: Doc fix. |
|
3319 |
5610
|
3320 2006-02-09 David Bateman <dbateman@free.fr> |
|
3321 |
6778
|
3322 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
3323 for arbitrary user type. |
|
3324 * general/tril.m: ditto. |
|
3325 * sparse/sprand.m: Doc fix. |
|
3326 * sparse/sprandn.m: Ditto. |
|
3327 * sparse/sprandsym.m: New function. |
|
3328 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
3329 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
3330 Update for syntax error for latest texinfo.tex file. |
5610
|
3331 |
5605
|
3332 2006-02-02 John W. Eaton <jwe@octave.org> |
|
3333 |
|
3334 * plot/grid.m: Append ";\n" to "set grid" command. |
|
3335 |
|
3336 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
3337 |
|
3338 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
3339 |
5597
|
3340 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3341 |
|
3342 * audio/Makefile.in, control/base/Makefile.in, |
|
3343 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
3344 control/system/Makefile.in, control/util/Makefile.in, |
|
3345 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
3346 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
3347 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
3348 optimization/Makefile.in, plot/Makefile.in, |
|
3349 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
3350 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
3351 special-matrix/Makefile.in, startup/Makefile.in, |
|
3352 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
3353 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
3354 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
3355 (all): Depend on PKG_ADD. |
|
3356 (PKG_ADD): New target. |
|
3357 |
|
3358 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3359 |
|
3360 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
3361 |
5596
|
3362 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3363 |
|
3364 * time/etime.m: Move here from miscellaneous/etime.m. |
|
3365 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
3366 |
5595
|
3367 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3368 |
6778
|
3369 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595
|
3370 * miscellaneous/fullfile.m: Likewise. |
|
3371 |
5592
|
3372 2006-01-12 David Bateman <dbateman@free.fr> |
|
3373 |
|
3374 * general/blkdiag.m: Compatible behavior for empty matrices |
|
3375 * statistics/base/unidrnd.m: Documentation buglet. |
|
3376 |
5583
|
3377 2005-12-14 David Bateman <dbateman@free.fr> |
|
3378 |
5589
|
3379 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
3380 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
3381 |
|
3382 * Makefile.in (SUBDIRS): Include testfun. |
|
3383 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
3384 |
5583
|
3385 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
3386 |
|
3387 * general/__isequal__.m: Remove reference to getfield. |
|
3388 |
|
3389 * plot/hist.m: Update test code for row/column discrepencies. |
|
3390 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
3391 Update the test code for this. |
|
3392 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
3393 |
5579
|
3394 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3395 |
|
3396 * cell/cell2mat.m: New file, from octave-forge. |
|
3397 |
5576
|
3398 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
3399 |
|
3400 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
3401 New graph theory functions. |
|
3402 |
5574
|
3403 2005-12-13 John W. Eaton <jwe@octave.org> |
|
3404 |
|
3405 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
3406 |
|
3407 * control/system/ss.m: Doc fix. |
|
3408 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3409 |
5572
|
3410 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
3411 |
|
3412 * audio/wavread.m, audio/wavwrite.m: |
|
3413 Correct scaling for 8-bit linear pcm samples. |
|
3414 Improve scaling for all other linear pcm resolutions. |
|
3415 |
5568
|
3416 2005-12-07 John W. Eaton <jwe@octave.org> |
|
3417 |
|
3418 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
3419 |
|
3420 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
3421 * strings/strjust.m: Likewise. |
|
3422 |
|
3423 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
3424 * signal/arma_rnd.m: Likewise. |
|
3425 * strings/strcat.m: Likewise. |
|
3426 * control/base/__freqresp__.m: Likewise. |
|
3427 * control/base/place.m: Likewise. |
|
3428 * control/base/pzmap.m: Likewise. |
|
3429 * control/base/pzmap.m: Likewise. |
|
3430 * control/system/sysappend.m: Likewise. |
|
3431 * control/system/syscont.m: Likewise. |
|
3432 * control/system/sysdisc.m: Likewise. |
|
3433 * control/system/sysgroup.m: Likewise. |
|
3434 * control/system/tfout.m: Likewise. |
|
3435 * control/system/zpout.m: Likewise. |
|
3436 * control/util/__outlist__.m: Likewise. |
|
3437 |
5567
|
3438 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3439 |
|
3440 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
3441 Avoid for loop in interleave/deinterleave steps. |
|
3442 |
5565
|
3443 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
3444 |
|
3445 * audio/wavread.m, audio/wavwrite.m: New files. |
|
3446 |
5563
|
3447 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3448 |
|
3449 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
3450 |
5560
|
3451 2005-12-05 John W. Eaton <jwe@octave.org> |
|
3452 |
5561
|
3453 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
3454 |
5558
|
3455 2005-12-02 John W. Eaton <jwe@octave.org> |
|
3456 |
|
3457 * miscellaneous/fileattrib.m: New function. |
|
3458 |
5556
|
3459 2005-12-01 John W. Eaton <jwe@octave.org> |
|
3460 |
|
3461 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
3462 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
3463 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
3464 |
5555
|
3465 2005-11-30 John W. Eaton <jwe@octave.org> |
|
3466 |
|
3467 * linear-algebra/krylov.m: Format doc string. |
|
3468 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3469 |
5551
|
3470 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
3471 |
|
3472 * general/blkdiag.m: Import from octave-forge. |
|
3473 Ignore empty matrices in the input. Add tests. |
5549
|
3474 |
|
3475 * general/isequal.m, general/isequalwithequalnans.m: |
|
3476 New wrapper scripts for general/__isequal__.m. |
|
3477 * general/__isequal__.m: Rename from general/isequal.m. |
|
3478 New arg, nans_compare_equal. |
|
3479 |
5548
|
3480 2005-11-29 John W. Eaton <jwe@octave.org> |
|
3481 |
|
3482 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
3483 calling system. Only append octave_forge_string if |
|
3484 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
3485 Call license instead of hard-coding license info here. |
|
3486 |
|
3487 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
3488 __octave_licenses__. Use puts instead of disp. |
5548
|
3489 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
3490 If nargout = 1, return license info instead of printing usage message. |
|
3491 |
5546
|
3492 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3493 |
|
3494 * miscellaneous/ver.m: New file. |
|
3495 * miscellaneous/license.m: New file. |
|
3496 |
5545
|
3497 2005-11-22 John W. Eaton <jwe@octave.org> |
|
3498 |
|
3499 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
3500 gnuplot set command. |
|
3501 |
5539
|
3502 2005-11-15 John W. Eaton <jwe@octave.org> |
|
3503 |
|
3504 * general/shiftdim.m: Doc fix. |
|
3505 |
5532
|
3506 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
3507 |
|
3508 * set/unique.m: Doc string fix. |
|
3509 |
5527
|
3510 2005-11-01 John W. Eaton <jwe@octave.org> |
|
3511 |
|
3512 * Makefile.in (distclean, maintainer-clean): |
|
3513 Also remove autom4te.cache directory. |
|
3514 From Quentin Spencer <qspencer@ieee.org>. |
|
3515 |
5518
|
3516 2005-10-28 John W. Eaton <jwe@octave.org> |
|
3517 |
|
3518 * general/shiftdim.m: Compatibility fix for row vectors. |
|
3519 Correct check for non-scalar non-integer shift. For positive |
|
3520 N, shift is remainder of N and number of dims. Always return NS. |
|
3521 Simplify. |
|
3522 |
5500
|
3523 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
3524 |
|
3525 * general/randperm.m: Improve compatibility by allowing input |
|
3526 value of zero. |
|
3527 |
5493
|
3528 2005-10-13 John W. Eaton <jwe@octave.org> |
|
3529 |
|
3530 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
3531 If in multiplot mode, clear plot before issuing new plot command. |
|
3532 |
|
3533 * plot/__setup_plot__.m: New function. |
|
3534 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
3535 Handle multiplot data and offsets here. |
|
3536 |
|
3537 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
3538 Move initialization to __setup_plot__.m. |
|
3539 |
|
3540 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
3541 Don't reset gnuplot_command_replot. |
|
3542 |
|
3543 * plot/replot.m: Handle multiplot data and offsets here. |
|
3544 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
3545 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
3546 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
3547 |
5489
|
3548 2005-10-12 John W. Eaton <jwe@octave.org> |
|
3549 |
|
3550 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
3551 |
5482
|
3552 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
3553 |
|
3554 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
3555 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
3556 _inv functions. |
|
3557 * chi2pdf.m: Fixed typos in the documentation. |
|
3558 |
5475
|
3559 2005-09-28 John W. Eaton <jwe@octave.org> |
|
3560 |
5476
|
3561 * miscellaneous/single.m: New function. |
|
3562 |
5475
|
3563 * statistics/base/unidrnd.m: New function. |
|
3564 |
5474
|
3565 2005-09-27 John W. Eaton <jwe@octave.org> |
|
3566 |
|
3567 * miscellaneous/dir.m: Filename never includes directory part. |
|
3568 |
5464
|
3569 2005-09-22 John W. Eaton <jwe@octave.org> |
|
3570 |
|
3571 * polynomial/residue.m: Use logical indexing instead of find.. |
|
3572 |
|
3573 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
3574 |
|
3575 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
3576 and zero poles. |
|
3577 |
5462
|
3578 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
3579 |
|
3580 * strings/deblank.m: Handle cell arrays. |
|
3581 * strings/split.m: New argument, N, to limit number of splits. |
|
3582 |
|
3583 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
3584 |
|
3585 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
3586 |
5460
|
3587 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
3588 |
|
3589 * control/base/rlocus.m: Doc fix. |
|
3590 |
5459
|
3591 2005-09-20 John W. Eaton <jwe@octave.org> |
|
3592 |
|
3593 * general/isvector.m: Improve compatibility. |
|
3594 |
|
3595 * general/postpad.m: Allow first argument to be a scalar. |
|
3596 Allow padding to extend dimensionality. |
|
3597 * general/prepad.m: Likewise. |
|
3598 |
5448
|
3599 2005-09-14 Daniel <durbano@shbano.com> |
|
3600 |
|
3601 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
3602 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
3603 /control/base/dgram.m: Doc string fixes. |
5448
|
3604 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3605 |
5446
|
3606 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
3607 |
|
3608 * saveimage.m: Do not ignore most significant bit when writing |
|
3609 black and white images to file. |
|
3610 |
5443
|
3611 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
3612 |
|
3613 * audio/playaudio.m, control/base/__bodquist__.m, |
|
3614 control/base/lqg.m, control/obsolete/dezero.m, |
|
3615 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
3616 control/system/c2d.m, control/system/cellidx.m, |
|
3617 control/system/d2c.m, control/system/dmr2d.m, |
|
3618 control/system/is_signal_list.m, control/system/listidx.m, |
|
3619 control/system/ss.m, control/system/sysappend.m, |
|
3620 control/system/sysconnect.m, control/system/sysdup.m, |
|
3621 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
3622 control/system/sysprune.m, control/system/syssetsignals.m, |
|
3623 control/system/tfout.m, control/system/zpout.m, |
|
3624 control/util/prompt.m, control/util/sortcom.m, |
|
3625 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
3626 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
3627 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
3628 general/strerror.m, image/colormap.m, image/imshow.m, |
|
3629 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
3630 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
3631 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
3632 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
3633 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
3634 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
3635 plot/print.m, plot/title.m, plot/top_title.m, |
|
3636 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
3637 statistics/base/mean.m, statistics/base/moment.m, |
|
3638 statistics/tests/cor_test.m, |
|
3639 statistics/tests/kolmogorov_smirnov_test.m, |
|
3640 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
3641 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
3642 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
3643 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
3644 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
3645 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
3646 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
3647 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
3648 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
3649 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
3650 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
3651 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
3652 isvector instead of is_vector. Use isstruct instead of |
|
3653 is_struct. Use char instead of setstr. |
|
3654 |
5435
|
3655 2005-08-31 Daniel <durbano@shbano.com> |
|
3656 |
|
3657 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
3658 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
3659 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3660 |
5431
|
3661 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
3662 |
|
3663 * image/saveimage.m: Open output file in binary mode. |
|
3664 |
|
3665 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
3666 |
5427
|
3667 2005-08-16 John W. Eaton <jwe@octave.org> |
|
3668 |
|
3669 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
3670 outputs. |
|
3671 |
5426
|
3672 2005-08-15 John W. Eaton <jwe@octave.org> |
|
3673 |
|
3674 * strings/strcat.m: Allow single argument. |
|
3675 |
5416
|
3676 2005-07-18 John W. Eaton <jwe@octave.org> |
|
3677 |
|
3678 * strings/strcmp.m: Delete. |
|
3679 |
5413
|
3680 2005-07-13 John W. Eaton <jwe@octave.org> |
|
3681 |
|
3682 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
3683 versions of Octave. |
|
3684 |
|
3685 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
3686 |
|
3687 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
3688 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
3689 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
3690 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
3691 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
3692 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
3693 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
3694 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
3695 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
3696 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
3697 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
3698 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
3699 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
3700 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
3701 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
3702 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
3703 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
3704 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
3705 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
3706 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
3707 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
3708 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
3709 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
3710 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
3711 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
3712 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
3713 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
3714 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
3715 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
3716 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
3717 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
3718 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
3719 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
3720 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
3721 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
3722 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
3723 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
3724 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
3725 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
3726 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
3727 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
3728 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
3729 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
3730 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
3731 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
3732 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
3733 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
3734 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
3735 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
3736 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
3737 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
3738 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
3739 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
3740 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
3741 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
3742 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
3743 |
|
3744 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
3745 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
3746 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
3747 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
3748 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
3749 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
3750 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
3751 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
3752 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
3753 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
3754 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
3755 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
3756 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
3757 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
3758 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
3759 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
3760 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
3761 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
3762 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
3763 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
3764 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
3765 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
3766 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
3767 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
3768 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
3769 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
3770 deprecated/wiener_rnd.m: New files. |
|
3771 |
5408
|
3772 2005-07-08 John W. Eaton <jwe@octave.org> |
|
3773 |
|
3774 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
3775 * deprecated/weibull_rnd.m: New file. |
|
3776 |
5407
|
3777 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
3778 |
|
3779 * strings/dec2base.m: Allow matrix arguments. |
|
3780 |
5406
|
3781 2005-07-08 John W. Eaton <jwe@octave.org> |
|
3782 |
|
3783 * plot/__errplot__.m: Use __plot_globals__. |
|
3784 * plot/__plt__.m: Likewise. |
|
3785 * plot/figure.m: Likewise. |
|
3786 |
|
3787 * plot/hold.m: New file. |
|
3788 * plot/ishold.m: New file. |
|
3789 * plot/__plot_globals__.m: New file. |
|
3790 |
5400
|
3791 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
3792 |
|
3793 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
3794 |
|
3795 2005-07-05 John W. Eaton <jwe@octave.org> |
|
3796 |
|
3797 * strings/findstr.m: Return [] for no matches. |
|
3798 |
5399
|
3799 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
3800 |
|
3801 * miscellaneous/tic.m: Fix doc string. |
|
3802 |
5395
|
3803 2005-06-15 John W. Eaton <jwe@octave.org> |
|
3804 |
|
3805 * polynomial/polyfit.m: Force return value to be a row vector. |
|
3806 |
5393
|
3807 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
3808 |
|
3809 * general/isequal.m: Correct nargin check. |
|
3810 |
5388
|
3811 2005-06-14 John W. Eaton <jwe@octave.org> |
|
3812 |
|
3813 * general/isvector.m: Handle N-d arrays. |
|
3814 From Bill Denney <denney@seas.upenn.edu>. |
|
3815 |
5381
|
3816 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
3817 |
|
3818 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
3819 |
5377
|
3820 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
3821 |
|
3822 * signal/freqz.m: Use correct calculations when given a vector of |
|
3823 frequencies. Improve accuracy of returned frequency vector. |
|
3824 Improve speed for medium length filters (at a slight cost for slow |
|
3825 filters). Add test cases. |
|
3826 |
5373
|
3827 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
3828 |
|
3829 * plot/loglog.m: Fix set commands. |
|
3830 |
5381
|
3831 2005-05-25 John W. Eaton <jwe@octave.org> |
|
3832 |
|
3833 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
3834 |
5371
|
3835 2005-05-24 John W. Eaton <jwe@octave.org> |
|
3836 |
5373
|
3837 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
3838 |
5372
|
3839 * strings/strncmp.m: New file, from Tom Holroyd |
|
3840 <tomh@kurage.nimh.nih.gov>. |
|
3841 |
5371
|
3842 * strings/strcmp.m: Return logical values in all cases. |
|
3843 |
5366
|
3844 2005-05-23 John W. Eaton <jwe@octave.org> |
|
3845 |
|
3846 * plot/orient.m: New file. Adapt to Octave coding style. |
|
3847 Texinfoize doc string. |
|
3848 |
|
3849 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
3850 PKG_ADD command. Use set terminal consistently throughout. Use |
|
3851 set terminal push/pop and unconditionally set output to screen |
|
3852 when done to avoid requiring gget. Use a cell array for dev_list |
|
3853 and cellidx to search for items in the list. Delete local |
|
3854 variable endl. Don't set and restore automatic_replot. Use {} |
|
3855 instead of nth to index varargin. Delete local variable |
|
3856 va_arg_cnt. |
|
3857 |
5355
|
3858 2005-05-18 John W. Eaton <jwe@octave.org> |
|
3859 |
|
3860 * general/num2str.m: Return early if X is a character string. |
|
3861 |
5347
|
3862 2005-05-11 John W. Eaton <jwe@octave.org> |
|
3863 |
5348
|
3864 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
3865 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
3866 |
5347
|
3867 * plot/polar.m: Don't call __pltopt__ here. |
|
3868 |
5333
|
3869 2005-05-02 John W. Eaton <jwe@octave.org> |
|
3870 |
|
3871 * mkdoc: Print header message. |
|
3872 |
5319
|
3873 2005-04-28 John W. Eaton <jwe@octave.org> |
|
3874 |
|
3875 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
3876 startup/octaverc. |
|
3877 |
5318
|
3878 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
3879 |
|
3880 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
3881 (__im_numeric_limits__): New internal function. |
|
3882 |
5317
|
3883 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
3884 |
|
3885 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
3886 data, not mean of group_mean. |
|
3887 |
|
3888 2005-04-28 John W. Eaton <jwe@octave.org> |
|
3889 |
|
3890 * startup/local-rcfile: New file. |
|
3891 * startup/main-rcfile: Rename from startup/octaverc. |
|
3892 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
3893 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
3894 Install local-rcfile in $(localfcnfiledir)/startup. |
|
3895 |
|
3896 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
3897 |
|
3898 * startup/inputrc: New file. |
|
3899 * startup/octaverc: Configure readline using inputrc from |
|
3900 startupfiledir. |
|
3901 * startup/Makefile.in (install, install-strip): Install octaverc |
|
3902 in $(fcnfiledir)/startup. |
|
3903 |
5310
|
3904 2005-04-27 John W. Eaton <jwe@octave.org> |
|
3905 |
|
3906 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
3907 |
5289
|
3908 2005-04-21 John W. Eaton <jwe@octave.org> |
|
3909 |
|
3910 * optimization/glpk.m: Handle SENSE argument. |
|
3911 |
|
3912 * optimization/qp.m, optimization/sqp.m: New files. |
|
3913 |
5276
|
3914 2005-04-08 John W. Eaton <jwe@octave.org> |
|
3915 |
|
3916 * Makefile.in (clean, distclean, maintainer-clean): |
|
3917 Avoid duplication in rules. |
|
3918 |
5252
|
3919 2005-03-28 John W. Eaton <jwe@octave.org> |
|
3920 |
|
3921 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
3922 setting {no,}parametric. |
|
3923 * plot/figure.m: Likewise, for setting terminal type. |
|
3924 |
|
3925 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
3926 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
3927 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
3928 plot/title.m, plot/top_title.m: Avoid eval. |
|
3929 |
5251
|
3930 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3931 |
5253
|
3932 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
3933 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
3934 Use __gnuplot_replot__ instead of replot. |
|
3935 |
5252
|
3936 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
3937 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
3938 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
3939 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
3940 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
3941 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
3942 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
3943 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
3944 |
5251
|
3945 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
3946 |
5244
|
3947 2005-03-24 John W. Eaton <jwe@octave.org> |
|
3948 |
|
3949 * optimization/glpkmex.m: Texinfoize Doc string. |
|
3950 * optimization/glpk.m: Likewise. |
|
3951 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
3952 (row vectors are orginary character strings). |
|
3953 * optimization/glpkparam.m: Delete. |
|
3954 |
5243
|
3955 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
3956 |
|
3957 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
3958 of dimensions of X. |
|
3959 |
5237
|
3960 2005-03-23 John W. Eaton <jwe@octave.org> |
|
3961 |
5239
|
3962 * general/tril.m, general/triu.m: Return value of same class as |
|
3963 argument. |
|
3964 |
5237
|
3965 * optimization/glpk.m: Simplify interface. By default, solve |
|
3966 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
3967 * optimization/glpkmex.m: New file. |
|
3968 |
5232
|
3969 2005-03-22 John W. Eaton <jwe@octave.org> |
|
3970 |
5237
|
3971 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
3972 list. |
|
3973 |
5233
|
3974 * optimization/glpk.m: Adapt to Octave coding style. |
|
3975 No need for varargout or varargin. |
|
3976 Print usage message if nargin > 11. |
|
3977 Allow any value of nargout. |
|
3978 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
3979 Avoid looping when checking character classes. |
|
3980 |
5232
|
3981 * optimization: New directory. |
|
3982 * Makefile.in (SUBDIRS): Add it to the list. |
|
3983 * optimization/Makefile.in: New file. |
|
3984 * optimization/glpk.m, optimization/glpkparams.m, |
|
3985 optimization/glpktest1, optimization/glpktest2: New files. |
|
3986 |
5218
|
3987 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
3988 |
|
3989 * strings/split.m: Quick return for empty second arg. |
|
3990 Improve warning for multi-line strings. |
|
3991 Speed up by avoiding sprintf in loop and eval. |
|
3992 |
5217
|
3993 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
3994 |
|
3995 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
3996 * polynomial/polyder.m: Ditto. |
6778
|
3997 * polynomial/polygcd.m: New function. |
5217
|
3998 |
5214
|
3999 2005-03-16 John W. Eaton <jwe@octave.org> |
|
4000 |
5215
|
4001 * control/base/__stepimp__.m, control/base/bode.m, |
|
4002 control/base/frdemo.m, control/base/nichols.m, |
|
4003 control/base/nyquist.m, control/base/pzmap.m, |
|
4004 control/base/rldemo.m, control/base/rlocus.m, |
|
4005 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
4006 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
4007 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
4008 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
4009 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
4010 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
4011 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
4012 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
4013 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
4014 plot/xlabel.m, quaternion/demoquat.m, |
|
4015 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
4016 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
4017 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
4018 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
4019 gsplot from @seealso docs. |
5214
|
4020 |
|
4021 * plot/replot.m: New file. |
|
4022 |
5205
|
4023 2005-03-15 David Bateman <dbateman@free.fr> |
|
4024 |
|
4025 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
4026 |
5196
|
4027 2005-03-09 John W. Eaton <jwe@octave.org> |
|
4028 |
|
4029 * statistics/Makefile.in (bin-dist): Delete target. |
|
4030 (BINDISTSUBDIRS): Delete variable. |
6754
|
4031 * control/Makefile.in: Likewise. |
5196
|
4032 |
5378
|
4033 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
4034 (BINDISTFILES): Delete variable. |
5378
|
4035 * control/base/Makefile.in: Likewise. |
|
4036 * control/hinf/Makefile.in: Likewise. |
|
4037 * control/obsolete/Makefile.in: Likewise. |
|
4038 * control/system/Makefile.in: Likewise. |
|
4039 * control/util/Makefile.in: Likewise. |
|
4040 * deprecated/Makefile.in: Likewise. |
|
4041 * elfun/Makefile.in: Likewise. |
|
4042 * finance/Makefile.in: Likewise. |
|
4043 * general/Makefile.in: Likewise. |
|
4044 * image/Makefile.in: Likewise. |
|
4045 * sparse/Makefile.in: Likewise. |
|
4046 * io/Makefile.in: Likewise. |
|
4047 * plot/Makefile.in: Likewise. |
|
4048 * Makefile.in: Likewise. |
|
4049 * miscellaneous/Makefile.in: Likewise. |
|
4050 * linear-algebra/Makefile.in: Likewise. |
|
4051 * polynomial/Makefile.in: Likewise. |
|
4052 * quaternion/Makefile.in: Likewise. |
|
4053 * set/Makefile.in: Likewise. |
|
4054 * signal/Makefile.in: Likewise. |
|
4055 * specfun/Makefile.in: Likewise. |
|
4056 * special-matrix/Makefile.in: Likewise. |
|
4057 * startup/Makefile.in: Likewise. |
|
4058 * statistics/base/Makefile.in: Likewise. |
|
4059 * statistics/distributions/Makefile.in: Likewise. |
|
4060 * statistics/models/Makefile.in: Likewise. |
|
4061 * statistics/tests/Makefile.in: Likewise. |
|
4062 * strings/Makefile.in: Likewise. |
|
4063 * time/Makefile.in: Likewise. |
5196
|
4064 |
5195
|
4065 2005-03-08 John W. Eaton <jwe@octave.org> |
|
4066 |
|
4067 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
4068 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
4069 |
5192
|
4070 2005-03-04 John W. Eaton <jwe@octave.org> |
|
4071 |
|
4072 * plot/clg.m: New file. |
|
4073 |
5193
|
4074 2005-03-03 John W. Eaton <jwe@octave.org> |
|
4075 |
|
4076 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
4077 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
4078 strings/strcmpi.m: |
|
4079 New files from Octave-forge. Adapt to Octave coding standards. |
|
4080 |
5181
|
4081 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4082 |
|
4083 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
4084 computation range. |
|
4085 |
5164
|
4086 2005-02-25 John W. Eaton <jwe@octave.org> |
|
4087 |
|
4088 Sparse merge. |
|
4089 |
|
4090 2005-01-23 David Bateman <dbateman@free.fr> |
|
4091 |
|
4092 * sparse/randperm.m: Delete duplicate randperm.m. |
|
4093 |
|
4094 2005-01-10 John W. Eaton <jwe@octave.org> |
|
4095 |
|
4096 * sparse/Makefile.in: New file. |
|
4097 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
4098 |
|
4099 2005-01-07 David Bateman <dbateman@free.fr> |
|
4100 |
|
4101 * set/unique.m: import file from octave-forge. |
|
4102 |
|
4103 2005-01-05 David Bateman <dbateman@free.fr> |
|
4104 |
|
4105 * Makefile.in: include sparse directory in SUBDIRS. |
|
4106 |
|
4107 2004-12-30 John W. Eaton <jwe@octave.org> |
|
4108 |
|
4109 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
4110 src/DLD-FUNCTIONS/sparse.cc). |
|
4111 |
|
4112 2004-12-28 John W. Eaton <jwe@octave.org> |
|
4113 |
|
4114 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
4115 Andy Adler <adler@site.uottawa.ca>. |
|
4116 |
|
4117 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
4118 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
4119 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
4120 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
4121 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
4122 |
|
4123 * sparse: New directory. |
|
4124 |
5158
|
4125 2005-02-22 John W. Eaton <jwe@octave.org> |
|
4126 |
|
4127 * polynomial/residue.m: Force prepad to always create row vectors. |
|
4128 |
|
4129 * polynomial/poly.m: Quick return if m is 0. |
|
4130 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
4131 |
5154
|
4132 2005-02-21 David Bateman <dbateman@free.fr> |
|
4133 |
|
4134 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
4135 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
4136 Fix for row vectors with at least one element of lambda not in |
|
4137 (0, Inf). |
|
4138 |
5152
|
4139 2005-02-21 John W. Eaton <jwe@octave.org> |
|
4140 |
5153
|
4141 * statistics/base/qqplot.m: Use feval instead of eval. |
|
4142 |
5152
|
4143 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
4144 plot/__axis_label__.m: Issue replot command. |
|
4145 |
5135
|
4146 2005-02-09 John W. Eaton <jwe@octave.org> |
|
4147 |
|
4148 * polynomial/polyderiv.m: Force P to be a row vector. |
|
4149 |
5133
|
4150 2005-02-08 John W. Eaton <jwe@octave.org> |
|
4151 |
|
4152 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
4153 provided and len <= computed max_len. |
|
4154 |
5125
|
4155 2005-01-27 David Bateman <dbateman@free.fr> |
|
4156 |
|
4157 * strings/dec2base.m: Be even more careful about handling all digits. |
|
4158 |
|
4159 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
4160 |
|
4161 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
4162 |
5123
|
4163 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
4164 |
|
4165 * statistics/base/median.m: Make it work for the scalar case too. |
|
4166 |
6308
|
4167 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117
|
4168 |
|
4169 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
4170 Simplify logic for decoding args. |
5117
|
4171 |
5115
|
4172 2005-01-24 John W. Eaton <jwe@octave.org> |
|
4173 |
5116
|
4174 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
4175 |
|
4176 * plot/__plt__.m: No need to save and reset hold state now. |
|
4177 (first_plot): Delete unused variable. |
|
4178 |
5115
|
4179 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
4180 |
|
4181 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
4182 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
4183 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
4184 plot/__plt2vv__.m: |
|
4185 Return data and gnuplot commands instead of evaluating them. |
|
4186 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
4187 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
4188 |
5108
|
4189 2005-01-18 John W. Eaton <jwe@octave.org> |
|
4190 |
|
4191 * linear-algebra/cross.m: Allocate idx1 before use. |
|
4192 |
5096
|
4193 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
4194 |
|
4195 * statistics/base/range.m: Fix varargin usage. |
|
4196 |
5091
|
4197 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
4198 |
|
4199 * strings/deblank.m: Remove all trailing whitespace (check with |
|
4200 isspace), not just SPC. |
|
4201 |
5090
|
4202 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
4203 |
|
4204 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
4205 |
5073
|
4206 2004-11-09 John W. Eaton <jwe@octave.org> |
|
4207 |
|
4208 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
4209 From Julius Smith <jos@ccrma.stanford.edu>. |
|
4210 |
5072
|
4211 2004-11-08 John W. Eaton <jwe@octave.org> |
|
4212 |
|
4213 * plot/__plt2vm__.m: Delete debugging statement. |
|
4214 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
4215 |
5065
|
4216 2004-11-04 John W. Eaton <jwe@octave.org> |
|
4217 |
|
4218 * plot/hist.m: Always return row vectors for vector args. |
|
4219 |
5031
|
4220 2004-09-23 John W. Eaton <jwe@octave.org> |
|
4221 |
|
4222 * strings/strcmp.m: If args are not strings or cell arrays of |
|
4223 strings, return zero instead of reporting an error. |
|
4224 |
5021
|
4225 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
4226 |
|
4227 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
4228 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
4229 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
4230 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
4231 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
4232 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
4233 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
4234 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
4235 control/system/is_detectable.m, control/system/is_sample.m, |
|
4236 control/system/is_siso.m, control/system/is_stable.m, |
|
4237 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
4238 control/system/sys2tf.m, control/system/sys2zp.m, |
|
4239 control/system/sysappend.m, control/system/sysconnect.m, |
|
4240 control/system/sysdisc.m, control/system/sysdup.m, |
|
4241 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
4242 control/system/syssetsignals.m, control/system/syssub.m, |
|
4243 control/system/tf2sys.m, control/system/ugain.m, |
|
4244 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4245 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
4246 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
4247 |
|
4248 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
4249 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
4250 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
4251 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
4252 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
4253 control/system/sysappend.m, control/system/sysconnect.m, |
|
4254 control/system/sysdup.m, control/system/sysgroup.m, |
|
4255 control/system/sysprune.m, control/system/sysreorder.m, |
|
4256 control/system/sysscale.m, control/system/syssub.m, |
|
4257 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
4258 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
4259 polynomial/polyout.m, specfun/log2.m: |
|
4260 Add output arguments in doc strings. |
|
4261 |
|
4262 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
4263 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
4264 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
4265 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
4266 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
4267 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
4268 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
4269 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
4270 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
4271 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
4272 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
4273 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
4274 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
4275 control/system/c2d.m, control/system/is_abcd.m, |
|
4276 control/system/is_controllable.m, control/system/is_detectable.m, |
|
4277 control/system/is_observable.m, control/system/is_stable.m, |
|
4278 control/system/jet707.m, control/system/ord2.m, |
|
4279 control/system/starp.m, control/system/sys2fir.m, |
|
4280 control/system/sys2ss.m, control/system/sys2tf.m, |
|
4281 control/system/sys2zp.m, control/system/syscont.m, |
|
4282 control/system/sysdisc.m, control/system/sysdup.m, |
|
4283 control/system/sysgettype.m, control/system/sysgroup.m, |
|
4284 control/system/sysmult.m, control/system/sysprune.m, |
|
4285 control/system/sysreorder.m, control/system/sysscale.m, |
|
4286 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
4287 control/system/tf2ss.m, control/system/tf2sys.m, |
|
4288 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4289 control/util/axis2dlim.m, control/util/prompt.m, |
|
4290 control/util/zgfmul.m, control/util/zginit.m, |
|
4291 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
4292 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
4293 in doc strings. |
|
4294 |
|
4295 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
4296 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
4297 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
4298 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4299 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4300 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4301 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4302 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
4303 control/system/c2d.m, control/system/fir2sys.m, |
|
4304 control/system/is_stabilizable.m, control/system/jet707.m, |
|
4305 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
4306 control/util/zgshsr.m, polynomial/polyout.m: |
|
4307 New @tex section(s) in doc strings for better formating of printed |
|
4308 output. |
|
4309 |
|
4310 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
4311 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
4312 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
4313 Use proper double quote marks for TeX. |
|
4314 |
|
4315 * control/base/DEMOcontrol.m: Add missing ; |
|
4316 |
|
4317 * control/base/nichols.m, control/base/rlocus.m, |
|
4318 control/obsolete/minfo.m, control/system/is_digital.m, |
|
4319 control/system/ss2zp.m, control/system/sysmin.m, |
|
4320 control/system/tf2zp.m, control/util/sortcom.m: |
|
4321 Convert documentation to use or more completely use Texinfo. |
|
4322 |
|
4323 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
4324 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
4325 control/system/parallel.m, control/system/ss2tf.m, |
|
4326 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
4327 art splitting over a page boundary. |
|
4328 |
|
4329 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4330 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4331 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4332 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4333 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
4334 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
4335 the TeX documentation. |
|
4336 |
|
4337 * control/system/is_stabilizable.m: |
|
4338 Add Copyright so that help is displayed correctly. |
|
4339 |
|
4340 * special-matrix/vander.m: Octave indexes start at 1. |
|
4341 |
5011
|
4342 2004-09-21 David Bateman <dbateman@free.fr> |
|
4343 |
|
4344 * general/rotdim.m: New function for rotation of an N-d array in an |
|
4345 arbitrary plane. |
|
4346 |
|
4347 * general/flipdim.m: New function to flip an N-d array about an |
|
4348 arbitrary axis. |
|
4349 |
5003
|
4350 2004-09-15 David Bateman <dbateman@free.fr> |
|
4351 |
|
4352 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
4353 |
4992
|
4354 2004-09-15 John W. Eaton <jwe@octave.org> |
|
4355 |
|
4356 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
4357 Use iscellstr to check for cells rather than iscell. |
|
4358 Improve diagnostics for invalid args. |
4992
|
4359 |
4983
|
4360 2004-09-10 David Bateman <dbateman@free.fr> |
|
4361 |
|
4362 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
4363 and p with n > 1, and fix for matrix n and p with n == 1. |
|
4364 |
|
4365 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
4366 due to row vs. column vector operations. |
|
4367 |
4964
|
4368 2004-09-03 David Bateman <dbateman@free.fr> |
|
4369 |
|
4370 * general/repmat.m: Fix to allow logical classes. |
|
4371 |
4950
|
4372 2004-08-31 John W. Eaton <jwe@octave.org> |
|
4373 |
|
4374 * general/isa.m: New function, from Octave-forge. |
|
4375 |
|
4376 2004-08-31 David Bateman <dbateman@free.fr> |
|
4377 |
|
4378 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
4379 limitation on the use of int64 and uint64 types, and the use |
|
4380 of the eval. |
|
4381 |
|
4382 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
4383 in .^ with integer types is fixed. |
|
4384 |
|
4385 * general/repmat.m: Adapt to allow integer types. |
4945
|
4386 |
|
4387 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
4388 |
|
4389 * plot/axis.m: Don't reset axes when querying them. |
|
4390 |
4942
|
4391 2004-08-27 David Bateman <dbateman@free.fr> |
|
4392 |
|
4393 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
4394 Eliminate loop. |
|
4395 |
4918
|
4396 2004-07-27 David Bateman <dbateman@free.fr> |
|
4397 |
|
4398 * general/num2str.m: Also insert spaces in output when precision |
|
4399 argument is supplied. |
|
4400 |
4915
|
4401 2004-07-23 David Bateman <dbateman@free.fr> |
|
4402 |
|
4403 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
4404 |
4911
|
4405 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4406 |
|
4407 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
4408 |
|
4409 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
4410 |
|
4411 * miscellaneous/unix.m: Fix doc string. |
|
4412 |
|
4413 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
4414 |
|
4415 * plot/figure.m: Clarification of documentation. |
|
4416 |
|
4417 * image/imshow.m: Warn for complex images. |
|
4418 Only estimate colourmap for images in [0, 65536]. |
|
4419 |
|
4420 2004-07-22 David Bateman <dbateman@free.fr> |
|
4421 |
|
4422 * general/num2str.m: Fix the case of an all zero input. |
|
4423 |
4906
|
4424 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4425 |
|
4426 * general/ind2sub.m: Doc fix. |
|
4427 |
4900
|
4428 2004-06-08 John W. Eaton <jwe@octave.org> |
|
4429 |
|
4430 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
4431 convert function handle to string for eval. |
|
4432 |
4898
|
4433 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
4434 |
|
4435 * plot/errorbar.m: Remove debugging output. |
|
4436 |
|
4437 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4438 |
|
4439 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
4440 |
4897
|
4441 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4442 |
4898
|
4443 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
4444 |
|
4445 * polynomial/polyout.m: Use parenthesis if necessary around |
|
4446 complex polynomial coefficient. |
|
4447 |
4897
|
4448 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
4449 the bug which causes __errplot__ to ignore the last argument. |
|
4450 |
4894
|
4451 2004-06-03 David Bateman <dbateman@free.fr> |
|
4452 |
|
4453 * general/shiftdim.m: New function based on JWE code snippet. |
|
4454 |
|
4455 * general/circdim.m: New function. |
|
4456 |
4890
|
4457 2004-05-06 David Bateman <dbateman@free.fr> |
|
4458 |
|
4459 * general/issquare.m: Fail if ndim(x) > 2. |
|
4460 |
|
4461 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
4462 |
|
4463 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
4464 N-d array arguments. Add optional dim argument to define |
|
4465 dimension along which to operate. |
|
4466 |
|
4467 * linear-algebra/dmult.m: Allow N-d arrays. |
|
4468 |
|
4469 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
4470 |
4885
|
4471 2004-04-29 David Bateman <dbateman@free.fr> |
|
4472 |
|
4473 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
4474 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
4475 statistics/base/statistics.m, statistics/base/skewness.m |
|
4476 statistics/base/iqr.m: |
|
4477 Make N-d array aware. Allow optional argument to define the |
|
4478 dimension along which to operate. Update the documentation. |
|
4479 |
|
4480 * statistics/base/ranks.m: Change algorithm to use sort, |
|
4481 and adjust for the ties after. |
|
4482 |
|
4483 * statistics/base/run_counts.m: Change algorithm to use |
|
4484 the a combination of diff and find, rather than a for-loop. |
|
4485 |
4881
|
4486 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
4487 |
|
4488 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
4489 |
4878
|
4490 2004-04-23 David Bateman <dbateman@free.fr> |
|
4491 |
|
4492 * general/int2str.m: Treat only real part of argument, and treat |
|
4493 NDArrays by stacking the slices through the matrix vertically. |
|
4494 |
|
4495 * general/num2str.m: Improve format of integer matrices, and the |
|
4496 conversion of complex matrices added. Treat NDArrays by stacking |
|
4497 the slices through the matrix vertically. |
|
4498 |
|
4499 * deprecated/com2str.m: Moved here from general subdirectory. |
|
4500 |
4877
|
4501 2004-04-22 John W. Eaton <jwe@octave.org> |
|
4502 |
|
4503 * quaternion/qtransvmat.m: Use continuation characters to make |
|
4504 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
4505 |
4869
|
4506 2004-04-21 David Bateman <dbateman@free.fr> |
|
4507 |
5378
|
4508 * elfun/lcm.m: Make N-d aware. |
4870
|
4509 |
4869
|
4510 * general/diff.m: Make the code N-d array aware. Allow an |
|
4511 optional argument to define the dimension along which to perform |
|
4512 the differences and allow the order of the differences to be larger |
|
4513 than the dimension itself. |
|
4514 |
|
4515 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
4516 use of these functions to 1- and 2-d arrays. |
|
4517 |
4863
|
4518 2004-04-16 John W. Eaton <jwe@octave.org> |
|
4519 |
|
4520 * elfun/gcd.m: Delete. |
|
4521 |
4862
|
4522 2004-04-15 David Bateman <dbateman@free.fr> |
|
4523 |
|
4524 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
4525 |
|
4526 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
4527 array aware and and optional argument for the dimension along |
|
4528 which to operate. |
|
4529 |
5378
|
4530 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
4531 argument for the dimension to be consistent with other N-d array |
|
4532 functions. |
|
4533 |
4860
|
4534 2004-04-08 David Bateman <dbateman@free.fr> |
|
4535 |
|
4536 * statistics/distributions/discrete_cdf.m, |
|
4537 statistics/distributions/discrete_inv.m, |
|
4538 statistics/distributions/discrete_pdf.m, |
|
4539 statistics/distributions/discrete_rnd.m, |
|
4540 statistics/distributions/exponential_cdf.m, |
|
4541 statistics/distributions/exponential_inv.m, |
|
4542 statistics/distributions/exponential_pdf.m, |
|
4543 statistics/distributions/exponential_rnd.m, |
|
4544 statistics/distributions/f_cdf.m, |
|
4545 statistics/distributions/f_inv.m, |
|
4546 statistics/distributions/f_pdf.m, |
|
4547 statistics/distributions/f_rnd.m, |
|
4548 statistics/distributions/geometric_cdf.m, |
|
4549 statistics/distributions/geometric_inv.m, |
|
4550 statistics/distributions/geometric_pdf.m, |
|
4551 statistics/distributions/geometric_rnd.m, |
|
4552 statistics/distributions/hypergeometric_rnd.m, |
|
4553 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
4554 statistics/distributions/laplace_cdf.m, |
|
4555 statistics/distributions/laplace_inv.m, |
|
4556 statistics/distributions/laplace_pdf.m, |
|
4557 statistics/distributions/laplace_rnd.m, |
|
4558 statistics/distributions/logistic_inv.m, |
|
4559 statistics/distributions/logistic_rnd.m, |
|
4560 statistics/distributions/lognormal_cdf.m, |
|
4561 statistics/distributions/lognormal_inv.m, |
|
4562 statistics/distributions/lognormal_pdf.m, |
|
4563 statistics/distributions/lognormal_rnd.m, |
|
4564 statistics/distributions/pascal_cdf.m, |
|
4565 statistics/distributions/pascal_inv.m, |
|
4566 statistics/distributions/pascal_pdf.m, |
|
4567 statistics/distributions/pascal_rnd.m, |
|
4568 statistics/distributions/poisson_cdf.m, |
|
4569 statistics/distributions/poisson_inv.m, |
|
4570 statistics/distributions/poisson_pdf.m, |
|
4571 statistics/distributions/poisson_rnd.m, |
|
4572 statistics/distributions/t_cdf.m, |
|
4573 statistics/distributions/t_inv.m, |
|
4574 statistics/distributions/t_pdf.m, |
|
4575 statistics/distributions/t_rnd.m, |
|
4576 statistics/distributions/weibull_cdf.m, |
|
4577 statistics/distributions/weibull_inv.m, |
|
4578 statistics/distributions/weibull_pdf.m, |
|
4579 statistics/distributions/weibull_rnd.m: |
|
4580 Allow N-d arrays. |
|
4581 |
|
4582 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
4583 that results in NaN in places where it should not have had. |
|
4584 |
|
4585 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
4586 allow creating arbitrary matrices, compatiable with the other |
5583
|
4587 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
4588 |
|
4589 * statistics/distributions/empirical_rnd.m: New argument formats |
|
4590 to allow creating arbitrary matrices, compatiable with the other |
5583
|
4591 *_rnd.m functions. Maintain compatibility with previous |
4860
|
4592 format. Allow N-d arrays. |
|
4593 |
|
4594 * statistics/distributions/hypergeometric_cdf.m, |
|
4595 statistics/distributions/hypergeometric_inv.m, |
|
4596 statistics/distributions/hypergeometric_pdf.m, |
|
4597 statistics/distributions/wiener_rnd.m: |
|
4598 Error for non-scalar arguments. |
|
4599 |
|
4600 * statistics/distributions/pascal_rnd.m: |
|
4601 Correct for n = 1 bug, where all elements were equal. |
|
4602 |
4849
|
4603 2004-04-06 David Bateman <dbateman@free.fr> |
|
4604 |
4854
|
4605 * general/common_size.m, miscellaneous/bincoeff.m, |
|
4606 statistics/distributions/beta_cdf.m, |
|
4607 statistics/distributions/beta_inv.m, |
|
4608 statistics/distributions/beta_pdf.m, |
|
4609 statistics/distributions/beta_rnd.m, |
|
4610 statistics/distributions/binomial_cdf.m, |
|
4611 statistics/distributions/binomial_inv.m, |
|
4612 statistics/distributions/binomial_pdf.m, |
|
4613 statistics/distributions/binomial_rnd.m, |
|
4614 statistics/distributions/cauchy_cdf.m, |
|
4615 statistics/distributions/cauchy_inv.m, |
|
4616 statistics/distributions/cauchy_pdf.m, |
|
4617 statistics/distributions/cauchy_rnd.m, |
|
4618 statistics/distributions/chisquare_cdf.m, |
|
4619 statistics/distributions/chisquare_inv.m, |
|
4620 statistics/distributions/chisquare_pdf.m, |
|
4621 statistics/distributions/chisquare_rnd.m, |
|
4622 statistics/distributions/gamma_cdf.m, |
|
4623 statistics/distributions/gamma_inv.m, |
|
4624 statistics/distributions/gamma_pdf.m, |
|
4625 statistics/distributions/gamma_rnd.m, |
|
4626 statistics/distributions/normal_cdf.m, |
|
4627 statistics/distributions/normal_inv.m, |
|
4628 statistics/distributions/normal_pdf.m, |
|
4629 statistics/distributions/normal_rnd.m, |
|
4630 statistics/distributions/stdnormal_cdf.m, |
|
4631 statistics/distributions/stdnormal_pdf.m, |
|
4632 statistics/distributions/stdnormal_rnd.m, |
|
4633 statistics/distributions/uniform_cdf.m, |
|
4634 statistics/distributions/uniform_inv.m, |
|
4635 statistics/distributions/uniform_pdf.m, |
|
4636 statistics/distributions/uniform_rnd.m: |
|
4637 Allow the inputs to be N-d arrays. |
|
4638 |
4852
|
4639 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
4640 * statistics/base/median.m: Likewise. |
4849
|
4641 |
4844
|
4642 2004-04-02 David Bateman <dbateman@free.fr> |
|
4643 |
|
4644 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
4645 * statistics/base/center.m, statistics/base/meansq.m, |
|
4646 statistics/base/moment.m, statistics/base/range.m: |
4852
|
4647 Update for N-d arrays. |
4844
|
4648 * signal/fftshift.m: Fix dimensioning error. |
|
4649 |
|
4650 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
4651 N-d arrays. |
4844
|
4652 |
4852
|
4653 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
4654 |
|
4655 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
4656 |
4852
|
4657 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
4658 |
|
4659 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
4660 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
4661 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
4662 |
|
4663 * control/system/sysidx.m: Use cellidx and not listidx. |
|
4664 |
4841
|
4665 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4666 |
|
4667 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
4668 default of "" (so it is off unless explicitly set by the user). |
|
4669 |
4836
|
4670 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
4671 |
|
4672 * image/imshow.m: Accept "truesize" argument. |
|
4673 Ignore current colormap. New tests and demos. |
|
4674 |
4834
|
4675 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
4676 |
|
4677 * signal/sinewave.m: Allow N to default to M. |
|
4678 |
4826
|
4679 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4680 |
|
4681 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
4682 |
4818
|
4683 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4684 |
|
4685 * general/deal.m: New function. |
4819
|
4686 Add tests from Paul Kienzle. |
4818
|
4687 |
4811
|
4688 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4689 |
|
4690 * plot/hist.m: Compute histogram correctly for n>=30. |
|
4691 |
5095
|
4692 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
4693 |
|
4694 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
4695 |
4806
|
4696 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4697 |
|
4698 * miscellaneous/horzcat.m: Delete. |
|
4699 * miscellaneous/vertcat.m: Delete. |
|
4700 |
4790
|
4701 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4702 |
|
4703 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
4704 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
4705 |
4789
|
4706 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4707 |
|
4708 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
4709 doing multiple plots in the same gnuplot frame. |
|
4710 |
4780
|
4711 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4712 |
|
4713 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
4714 control/system/cellidx.m, control/system/ss.m, |
|
4715 control/system/tf.m, control/system/zp.m: New functions. |
|
4716 |
4778
|
4717 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
4718 |
|
4719 * statistics/distributions/discrete_inv.m: |
|
4720 Reduce memory requirements. |
|
4721 |
4772
|
4722 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4723 |
|
4724 * plot/__errcomm__.m: Fix thinko in previous change. |
|
4725 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
4726 |
4771
|
4727 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
4728 |
|
4729 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
4730 control/base/analdemo.m, control/base/bddemo.m, |
|
4731 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
4732 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
4733 control/base/rldemo.m, control/base/rlocus.m, |
|
4734 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
4735 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
4736 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
4737 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
4738 control/obsolete/packsys.m, control/obsolete/series.m, |
|
4739 control/system/__sysdefioname__.m, |
|
4740 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
4741 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
4742 control/system/c2d.m, control/system/d2c.m, |
|
4743 control/system/dmr2d.m, control/system/fir2sys.m, |
|
4744 control/system/is_signal_list.m, control/system/is_siso.m, |
|
4745 control/system/jet707.m, control/system/listidx.m, |
|
4746 control/system/moddemo.m, control/system/ord2.m, |
|
4747 control/system/packedform.m, control/system/parallel.m, |
|
4748 control/system/ss2sys.m, control/system/sys2tf.m, |
|
4749 control/system/sys2zp.m, control/system/sysadd.m, |
|
4750 control/system/sysappend.m, control/system/sysconnect.m, |
|
4751 control/system/syscont.m, control/system/sysdimensions.m, |
|
4752 control/system/sysdisc.m, control/system/sysdup.m, |
|
4753 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
4754 control/system/sysgroup.m, control/system/sysmin.m, |
|
4755 control/system/sysmult.m, control/system/sysprune.m, |
|
4756 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
4757 control/system/syssetsignals.m, control/system/syssub.m, |
|
4758 control/system/sysupdate.m, control/system/tf2sys.m, |
|
4759 control/system/ugain.m, control/system/zp2ss.m, |
|
4760 control/system/zp2sys.m, control/util/__outlist__.m, |
|
4761 control/util/__zgpbal__.m, control/util/strappend.m: |
|
4762 Use cell arrays instead of lists. |
|
4763 |
4723
|
4764 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
4765 |
|
4766 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
4767 so that bar (1, 1) will work. |
|
4768 |
4710
|
4769 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4770 |
4717
|
4771 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
4772 * plot/__errplot__.m: Likewise. |
|
4773 * plot/__plt__.m: Likewise. |
|
4774 * plot/plot_border.m: Likewise. |
|
4775 |
4710
|
4776 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
4777 not $(DOCSTRINGS). |
|
4778 |
4706
|
4779 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
4780 |
|
4781 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
4782 rank ([], tol). |
|
4783 |
4691
|
4784 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4785 |
4692
|
4786 * elfun/acot.m: Return atan (1./z). |
|
4787 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
4788 |
4691
|
4789 * miscellaneous/dir.m: New file. |
|
4790 |
|
4791 * general/num2str.m: Use "%d" as format if values are ints with |
|
4792 magnitude less than 1e10. |
|
4793 |
|
4794 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4795 |
|
4796 * general/num2str.m: If single arg is string, return it. |
|
4797 |
|
4798 * miscellaneous/not.m: New file. |
|
4799 |
|
4800 * miscellaneous/unix.m: New file. |
|
4801 |
|
4802 * miscellaneous/isunix.m: New file. |
|
4803 * miscellaneous/ispc.m: New file. |
|
4804 |
|
4805 * miscellaneous/computer.m: New file. |
|
4806 |
|
4807 * miscellaneous/delete.m: New file. |
|
4808 |
4689
|
4809 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4810 |
|
4811 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
4812 |
|
4813 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4814 |
|
4815 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
4816 Always return substituted version of LOADPATH if nargout != 0. |
|
4817 |
4685
|
4818 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
4819 |
|
4820 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
4821 before continuing. |
|
4822 |
|
4823 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
4824 |
4677
|
4825 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4826 |
|
4827 * general/ind2sub.m: New file. |
|
4828 * general/sub2ind.m: New file. |
|
4829 |
4675
|
4830 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4831 |
|
4832 * control/system/zp2ss.m: Don't save and restore |
|
4833 warn_empty_list_elements. |
|
4834 |
|
4835 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
4836 |
6778
|
4837 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675
|
4838 |
4673
|
4839 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
4840 |
|
4841 * statistics/base/mean.m: Remove special case for row vectors. |
|
4842 |
4637
|
4843 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
4844 |
|
4845 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
4846 |
4631
|
4847 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
4848 |
|
4849 * statistics/base/iqr.m: Handle matrices. |
|
4850 |
4630
|
4851 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4852 |
|
4853 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
4854 |
4629
|
4855 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4856 |
|
4857 * miscellaneous/path.m: Fix thinko in previous change. |
|
4858 |
4609
|
4859 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
4860 |
4629
|
4861 * control/base/dare.m: Check positive (semi)definiteness and |
|
4862 dimensions of r (and q). |
|
4863 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
4864 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
4865 near unit circle. |
4611
|
4866 |
|
4867 * control/system/is_detectable.m: Use Hautus Lemma. |
|
4868 Correct the behavior for discrete-time systems. |
|
4869 * control/system/is_stabilizable.m: Likewise. |
|
4870 |
4609
|
4871 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
4872 |
|
4873 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
4874 |
4610
|
4875 * general/isdefinite.m: New function. |
|
4876 |
4567
|
4877 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4878 |
|
4879 * general/reshape: Delete. |
|
4880 |
4559
|
4881 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4882 |
|
4883 * general/numel.m: Delete. |
|
4884 |
4535
|
4885 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4886 |
4536
|
4887 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
4888 |
|
4889 * deprecated/isstr.m: New file. |
4535
|
4890 |
4529
|
4891 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4892 |
|
4893 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
4894 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
4895 |
4525
|
4896 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
4897 |
|
4898 * statistics/base/mean.m: Fix missing semicolon problem. |
|
4899 |
4503
|
4900 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
4901 |
|
4902 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
4903 |
4492
|
4904 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
4905 |
|
4906 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
4907 Allow optional length argument. |
|
4908 |
4491
|
4909 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4910 |
|
4911 * polynomial/polyfit.m: Avoid calling flipud. |
|
4912 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
4913 Return structure as second output value for improved Matlab |
|
4914 compatibility. |
|
4915 |
4476
|
4916 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4917 |
4478
|
4918 * linear-algebra/cond.m: Behave as though old built-in variable |
|
4919 propagate_empty_matrices is always 1. Also handle empty matrices |
|
4920 with one non-zero dimension. |
|
4921 |
4476
|
4922 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
4923 warn_single_quote_string to the list. |
4478
|
4924 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
4925 from the list. |
4476
|
4926 |
5095
|
4927 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
4928 |
|
4929 * signal/autocov.m: Transpose result of conj because diag returns |
|
4930 a column vector, not a row vector. |
|
4931 |
|
4932 * audio/playaudio.m, audio/record.m, image/image.m, |
|
4933 miscellaneous/bug_report.m: Protect spaces in filenames |
|
4934 with quotes. |
|
4935 |
4466
|
4936 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4937 |
4468
|
4938 * io/printf.m, io/puts.m: Delete. |
|
4939 |
4466
|
4940 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
4941 default_return_value from the list. |
|
4942 Add warn_undefined_return_values to the list. |
|
4943 |
|
4944 |
4464
|
4945 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4946 |
|
4947 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
4948 and initialize_global_variables from the list. |
|
4949 |
4460
|
4950 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4951 |
4463
|
4952 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
4953 |
|
4954 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
4955 |
|
4956 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
4957 * control/system/sys2fir.m: Likewise. |
|
4958 |
|
4959 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
4960 * control/system/__tf2sysl__.m: Likewise. |
|
4961 |
|
4962 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
4963 |
|
4964 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
4965 and [] concatenation. |
|
4966 * control/system/sys2fir.m: Likewise. |
|
4967 |
|
4968 * control/base/dgram.m, control/base/freqchkw.m, |
|
4969 control/base/gram.m, control/system/__abcddims__.m, |
|
4970 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
4971 control/system/is_sample.m, control/system/is_signal_list.m, |
|
4972 control/system/is_siso.m, control/system/sys2fir.m, |
|
4973 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
4974 control/system/sysgettype.m, control/system/tf2zp.m, |
|
4975 control/system/ugain.m, control/util/prompt.m, |
|
4976 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
4977 control/util/zgshsr.m: |
|
4978 Improve conformance to Octave coding style. |
|
4979 |
4461
|
4980 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
4981 the list. |
|
4982 Delete resize_on_range_error from the list. |
|
4983 |
4460
|
4984 * control/base/pzmap.m, control/base/place.m, |
|
4985 control/base/__freqresp__.m, control/system/sysappend.m, |
|
4986 control/system/syscont.m, control/system/sysdisc.m, |
|
4987 control/system/sysgroup.m, control/system/tfout.m, |
|
4988 control/system/zp2ss.m, control/system/zpout.m, |
|
4989 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
4990 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
4991 empty_list_elements_ok. |
|
4992 |
|
4993 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
4994 Delete empty_list_elements_ok from the list. |
|
4995 |
4457
|
4996 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4997 |
|
4998 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
4999 list. |
|
5000 Delete treat_neg_dim_as_zero from the list. |
|
5001 |
|
5002 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
5003 |
4451
|
5004 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5005 |
4455
|
5006 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
5007 was not used in the code in any case). |
|
5008 |
|
5009 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
5010 do_fortran_indexing. |
|
5011 |
4452
|
5012 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
5013 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
5014 |
4451
|
5015 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
5016 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
5017 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
5018 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
5019 warn_fortran_indexing in the list. |
|
5020 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
5021 implicit_str_to_num_ok, do_fortran_indexing, and |
|
5022 prefer_column_vectors from list. |
4451
|
5023 |
4440
|
5024 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5025 |
|
5026 * Makefile.in (distclean, maintainer-clean): Also remove |
|
5027 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
5028 directory. |
|
5029 |
5095
|
5030 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
5031 |
|
5032 * plot/hist.m: Don't forget to define n if x is a vector. |
|
5033 |
5095
|
5034 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
5035 |
|
5036 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
5037 return "." with extension. |
|
5038 |
4422
|
5039 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5040 |
|
5041 * control/base/__stepimp__.m, control/base/nichols.m, |
|
5042 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
5043 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
5044 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
5045 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
5046 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
5047 |
4413
|
5048 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5049 |
|
5050 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
5051 |
5095
|
5052 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
5053 |
|
5054 * plot/hist.m: Improve performance by using different algorithms |
|
5055 depending on number of bins. |
|
5056 |
4404
|
5057 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5058 |
|
5059 * control/system/sysadd.m: If systems are not "tf", convert before |
|
5060 adding. |
|
5061 |
5095
|
5062 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
5063 |
|
5064 * image/imagesc.m: Accept data limits parameter for colormap. |
|
5065 |
5095
|
5066 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
5067 |
|
5068 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
5069 the impulse by t_step. |
|
5070 |
4373
|
5071 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5072 |
|
5073 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
5074 column vectors. |
|
5075 |
5095
|
5076 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
5077 |
|
5078 * linear-algebra/null.m: Handle empty matrix arg. |
|
5079 |
4369
|
5080 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5081 |
|
5082 * general/shift.m: Force empty_list_elements_ok to 1. |
|
5083 |
4358
|
5084 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5085 |
|
5086 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
5087 New files. |
|
5088 |
4348
|
5089 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5090 |
|
5091 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
5092 function handle to pass to feval. |
|
5093 * statistics/base/qqplot.m: Likewise. |
|
5094 * statistics/base/ppplot.m: Likewise. |
|
5095 * signal/spectral_xdf.m: Likewise. |
|
5096 * signal/spectral_adf.m: Likewise. |
|
5097 |
4340
|
5098 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5099 |
|
5100 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
5101 |
4334
|
5102 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5103 |
|
5104 * linear-algebra/logm.m: New file. |
|
5105 |
5095
|
5106 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
5107 |
|
5108 * mkpkgadd: Scan C++ files as well |
|
5109 |
5095
|
5110 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
5111 |
|
5112 * strings/findstr.m: Return empty set for zero-length target. |
|
5113 |
5095
|
5114 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
5115 |
|
5116 * set/union.m: Preserve the orientation of inputs. |
|
5117 |
4305
|
5118 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5119 |
|
5120 * general/int2str.m: Eliminate leading spaces. |
|
5121 |
4303
|
5122 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5123 |
|
5124 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
5125 |
5095
|
5126 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
5127 |
|
5128 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
5129 $(BUILD_LDFLAGS) to compiler. |
|
5130 |
4295
|
5131 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5132 |
|
5133 * general/num2str.m: Don't specify field width for scalars. |
|
5134 |
4292
|
5135 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5136 |
|
5137 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
5138 |
4265
|
5139 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5140 |
4279
|
5141 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
5142 |
4266
|
5143 * miscellaneous/tempname.m: New file. |
|
5144 |
|
5145 * miscellaneous/tempdir.m: New file. |
|
5146 |
4265
|
5147 * miscellaneous/fullfile.m: New file. |
|
5148 |
4259
|
5149 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5150 |
4264
|
5151 * miscellaneous/fileparts.m: New file. |
|
5152 |
|
5153 * io/beep.m: New file. |
|
5154 |
4260
|
5155 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
5156 format only. |
4259
|
5157 |
4257
|
5158 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5159 |
|
5160 * strings/strcmp.m: Handle cell arrays of strings. |
|
5161 |
4229
|
5162 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5163 |
|
5164 * general/int2str.m: Handle matrices. |
|
5165 * general/num2str.m: Likewise. |
|
5166 Also handle optional precision, and format args. |
|
5167 |
4225
|
5168 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5169 |
|
5170 * audio/Makefile.in, control/base/Makefile.in, |
|
5171 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
5172 control/system/Makefile.in, elfun/Makefile.in, |
|
5173 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
5174 io/Makefile.in, linear-algebra/Makefile.in, |
|
5175 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
5176 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
5177 specfun/Makefile.in, special-matrix/Makefile.in, |
|
5178 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
5179 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
5180 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
5181 deprecated/Makefile.in: Use new do-script-install and |
|
5182 do-script-uninstall macros. |
|
5183 |
|
5184 * mkpkgadd: New script. |
|
5185 |
|
5186 * plot/close.m: New file. |
|
5187 |
4184
|
5188 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5189 |
|
5190 * image/image.m: Use -raw option for xv. |
|
5191 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
5192 |
4172
|
5193 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5194 |
4174
|
5195 * control/base/lsim.m: Use approximate test for step size change. |
|
5196 |
4172
|
5197 * signal/bartlett.m: Avoid row/column mismatch error. |
|
5198 |
5095
|
5199 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
5200 |
|
5201 * statistics/base/var.m: Use better formula for improved accuracy. |
|
5202 |
5095
|
5203 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
5204 |
|
5205 * control/base/lsim.m: Correct doc string. |
|
5206 |
5095
|
5207 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
5208 |
|
5209 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
5210 |
4148
|
5211 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5212 |
|
5213 * plot/contour.m: Handle x and y as matrices too. |
|
5214 |
5095
|
5215 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
5216 |
|
5217 * plot/contour.m: Fix error and usage messages. |
|
5218 |
4146
|
5219 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5220 |
|
5221 * plot/contour.m: Correct orientation of plot. |
|
5222 |
4139
|
5223 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5224 |
|
5225 * control/base/analdemo.m: Fix typo. |
|
5226 |
5095
|
5227 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
5228 |
|
5229 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
5230 |
4098
|
5231 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5232 |
|
5233 * mkdoc: Exit immediately on errors. |
|
5234 Exit with error if gethelp does not exist. |
|
5235 |
|
5236 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
5237 |
4093
|
5238 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5239 |
|
5240 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
5241 |
5095
|
5242 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
5243 |
|
5244 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
5245 * statistics/distributions/normal_pdf.m: Likewise. |
|
5246 * statistics/distributions/normal_inv.m: Likewise. |
|
5247 |
5095
|
5248 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
5249 |
|
5250 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
5251 |
5095
|
5252 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
5253 |
|
5254 * statistics/base/var.m: Handle complex values. |
|
5255 |
4031
|
5256 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5257 |
|
5258 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
5259 list. |
|
5260 * deprecated/Makefile.in: New file. |
|
5261 |
5095
|
5262 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
5263 |
|
5264 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
5265 * statistics/distributions/binomial_cdf.m: Likewise. |
|
5266 * statistics/distributions/f_cdf.m: Likewise. |
|
5267 * statistics/distributions/t_cdf.m: Likewise. |
|
5268 |
|
5269 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
5270 * specfun/beta.m: Likewise. |
|
5271 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
5272 * statistics/distributions/gamma_pdf.m: Likewise. |
|
5273 * statistics/distributions/poisson_pdf.m: Likewise. |
|
5274 |
|
5275 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
5276 * statistics/distributions/poisson_cdf.m: Likewise. |
|
5277 |
4026
|
5278 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5279 |
4028
|
5280 * deprecated/is_bool.m: New file. |
|
5281 * deprecated/is_complex.m: New file. |
|
5282 * deprecated/is_global.m: New file. |
|
5283 * deprecated/is_list.m: New file. |
|
5284 * deprecated/is_matrix.m: New file. |
|
5285 * deprecated/is_scalar.m: New file. |
|
5286 * deprecated/is_square.m: New file. |
|
5287 * deprecated/is_stream.m: New file. |
|
5288 * deprecated/is_struct.m: New file. |
|
5289 * deprecated/is_symmetric.m: New file. |
|
5290 * deprecated/is_vector.m: New file. |
4030
|
5291 * Change all callers of these functions to use the new names. |
4028
|
5292 |
4029
|
5293 * deprecated: New directory. |
|
5294 * Makefile.in (SUBDIRS): Add it to the list. |
|
5295 |
4026
|
5296 * general/isscalar.m: Rename from is_scalar.m. |
|
5297 * general/issquare.m: Rename from is_square.m. |
|
5298 * general/issymmetric.m: Rename from is_symmetric.m. |
|
5299 * general/isvector.m: Rename from is_vector.m. |
|
5300 |
4022
|
5301 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5302 |
|
5303 * statistics/base/mean.m: Allow empty matrices. |
|
5304 Handle DIM arg. |
|
5305 |
5095
|
5306 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
5307 |
|
5308 * plot/__errcomm__.m: If format is not specified, default to error |
|
5309 bar format. |
|
5310 |
4011
|
5311 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5312 |
|
5313 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
5314 __F_SETFL__ and __O_NONBLOCK__. |
|
5315 |
|
5316 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
5317 * miscellaneous/bug_report.m: Likewise. |
|
5318 |
4007
|
5319 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5320 |
4008
|
5321 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
5322 * general/rem.m: Likewise. |
|
5323 |
|
5324 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
5325 * plot/semilogxerr.m: Likewise. |
4007
|
5326 * plot/semilogyerr.m: Likewise. |
|
5327 |
5095
|
5328 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
5329 |
|
5330 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
5331 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
5332 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
5333 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
5334 |
|
5335 * plot/errorbar.m: Use __errcomm__.m. |
|
5336 * plot/__errplot__.m: Minor cleanups. |
|
5337 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
5338 * plot/__pltopt1__.m: Likewise. |
|
5339 |
3980
|
5340 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5341 |
3981
|
5342 * general/rem.m: Delete redundant call to usage. |
|
5343 |
3980
|
5344 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
5345 |
5095
|
5346 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
5347 |
|
5348 * general/mod.m: New function. |
|
5349 |
3979
|
5350 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5351 |
|
5352 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
5353 * control/system/sysadd.m: Likewise. |
|
5354 * control/system/sysgroup.m: Likewise. |
|
5355 * control/system/syssub.m: Likewise. |
|
5356 * elfun/gcd.m: Likewise. |
|
5357 * elfun/lcm.m: Likewise. |
|
5358 * general/common_size.m: Likewise. |
|
5359 * io/printf.m: Likewise. |
|
5360 * miscellaneous/menu.m: Likewise. |
|
5361 * miscellaneous/path.m: Likewise. |
|
5362 * plot/__errplot__.m: Likewise. |
|
5363 * plot/__plt__.m: Likewise. |
|
5364 * plot/axis.m: Likewise. |
|
5365 * plot/errorbar.m: Likewise. |
|
5366 * plot/mplot.m: Likewise. |
|
5367 * plot/loglog.m: Likewise. |
|
5368 * plot/plot.m: Likewise. |
|
5369 * plot/plot_border.m: Likewise. |
|
5370 * plot/semilogx.m: Likewise. |
|
5371 * plot/semilogy.m: Likewise. |
|
5372 * plot/xlabel.m: Likewise. |
|
5373 * plot/ylabel.m: Likewise. |
|
5374 * plot/zlabel.m: Likewise. |
|
5375 * statistics/base/ppplot.m: Likewise. |
|
5376 * statistics/base/qqplot.m: Likewise. |
|
5377 * statistics/tests/bartlett_test.m: Likewise. |
|
5378 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
5379 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
5380 * strings/str2mat.m: Likewise. |
|
5381 * strings/strcat.m: Likewise. |
|
5382 |
5095
|
5383 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
5384 |
|
5385 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
5386 |
3924
|
5387 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5388 |
|
5389 * skip-autoheader: New file, for autogen.sh. |
3925
|
5390 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
5391 |
5095
|
5392 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
5393 |
|
5394 * general/repmat.m: New function. |
|
5395 |
5095
|
5396 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
5397 |
|
5398 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
5399 Use optional parameter to specify the number of bits in the input. |
|
5400 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
5401 floats in the range [-1,1], 2x speedup. |
|
5402 |
|
5403 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
5404 |
3910
|
5405 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5406 |
|
5407 * linear-algebra/kron.m: Delete. |
|
5408 |
5095
|
5409 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
5410 |
|
5411 * signal/freqz.m: If nargout is zero, plot results instead of |
|
5412 returning them. |
|
5413 * signal/freqz_plot.m: New file. |
|
5414 |
5095
|
5415 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
5416 |
5378
|
5417 * signal/unwrap.m: New file. |
3906
|
5418 |
5095
|
5419 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
5420 |
|
5421 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
5422 divide by zero warning. |
|
5423 |
5095
|
5424 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
5425 |
3894
|
5426 * strings/deblank.m: Trim \0 as well as blank. |
|
5427 |
5378
|
5428 * freqz.m: Evaluate a specific range of frequencies |
3893
|
5429 expressed in radians or Hz relative to a supplied sample rate. |
|
5430 |
5095
|
5431 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
5432 |
|
5433 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
5434 |
3891
|
5435 * strings/findstr.m: Vectorize as much as possible. |
|
5436 |
5095
|
5437 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
5438 |
|
5439 * special-matrix/invhilb.m: New version that is faster and more |
|
5440 accurate. |
|
5441 |
5095
|
5442 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
5443 |
|
5444 * configure.in: Update for autoconf 2.5x. |
|
5445 |
5095
|
5446 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
5447 |
|
5448 * special-matrix/vander.m: Code tidy and vectorize. |
|
5449 |
5095
|
5450 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
5451 |
3883
|
5452 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
5453 to vectors. Issue a warning in the case x matches y' but return a |
|
5454 column vector as Octave currently does. |
|
5455 |
3882
|
5456 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
5457 |
|
5458 * control/system/starp.m: Leave more of the documentation |
|
5459 processing to texinfo and less to the @format block. |
|
5460 |
|
5461 * image/imagesc.m: Only display image if no output is requested. |
|
5462 Code tidying. |
|
5463 |
3876
|
5464 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5465 |
|
5466 * statistics/base/center.m: Accept and return empty matrix. |
|
5467 |
3872
|
5468 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5469 |
|
5470 * specfun/erfinv.m: Fix usage message. |
|
5471 |
3869
|
5472 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5473 |
|
5474 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
5475 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
5476 |
3837
|
5477 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5478 |
|
5479 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
5480 capitalized variable names. |
|
5481 |
3836
|
5482 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
5483 |
|
5484 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
5485 |
5095
|
5486 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
5487 |
|
5488 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
5489 |
3803
|
5490 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
5491 |
3833
|
5492 * general/cart2pol.m: New file. |
|
5493 * general/pol2cart.m: New file. |
|
5494 * general/cart2sph.m: New file. |
|
5495 * general/sph2cart.m: New file. |
|
5496 * image/rgb2hsv.m: New file. |
|
5497 * image/hsv2rgb.m: New file. |
3803
|
5498 |
|
5499 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5500 |
|
5501 * plot/meshgrid.m: Avoid for loops. |
|
5502 * plot/meshdom.m: Likewise. |
|
5503 |
3801
|
5504 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5505 |
|
5506 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
5507 |
|
5508 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
5509 |
|
5510 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
5511 norm. |
|
5512 |
3792
|
5513 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
5514 |
|
5515 * statistics/tests/welch_test.m: Fix typo. |
|
5516 |
|
5517 * statistics/distributions/chisquare_cdf.m: |
|
5518 Don't restrict inputs to be only positive integers. |
|
5519 * statistics/distributions/chisquare_inv.m: Likewise. |
|
5520 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
5521 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
5522 * statistics/distributions/f_cdf.m: Likewise. |
|
5523 * statistics/distributions/f_inv.m: Likewise. |
|
5524 * statistics/distributions/f_pdf.m: Likewise. |
|
5525 * statistics/distributions/f_rnd.m: Likewise. |
|
5526 * statistics/distributions/t_cdf.m: Likewise. |
|
5527 * statistics/distributions/t_inv.m: Likewise. |
|
5528 * statistics/distributions/t_pdf.m: Likewise. |
|
5529 * statistics/distributions/t_rnd.m: Likewise. |
|
5530 |
3790
|
5531 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5532 |
|
5533 * strings/dec2base.m: New file. |
|
5534 * strings/base2dec.m: New file. |
|
5535 * strings/strjust.m: New file. |
|
5536 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
5537 * strings/dec2bin.m: Likewise. |
|
5538 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
5539 * strings/bin2dec.m: Likewise. |
|
5540 |
5095
|
5541 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
5542 |
|
5543 * statistics/base/ppplot.m: Use gset, not set. |
|
5544 * statistics/base/qqplot.m: Likewise. |
|
5545 |
5095
|
5546 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
5547 |
|
5548 * control/system/c2d.m: Add missing endif. |
|
5549 |
3759
|
5550 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5551 |
|
5552 * strings/index.m: Return 0 if either string is empty. |
|
5553 |
|
5554 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
5555 |
|
5556 * control/system/c2d.m: Allow option of matched pole/zero |
|
5557 equivalent for conversion. |
|
5558 |
|
5559 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
5560 |
|
5561 * strings/findstr.m: Return empty matrix if search string is empty. |
|
5562 |
3757
|
5563 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
5564 |
|
5565 * saveimage.m: Do create rawbit image for black and white images, |
|
5566 but do it correctly. |
|
5567 |
3754
|
5568 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5569 |
6778
|
5570 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
5571 result polynomials. |
3754
|
5572 |
3748
|
5573 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5574 |
|
5575 * image/saveimage.m: Don't try to create rawbit image. |
|
5576 |
3740
|
5577 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5578 |
|
5579 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
5580 |
5095
|
5581 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
5582 |
|
5583 * plot/contour.m: Reorder args for Matlab compatibility. |
|
5584 |
3727
|
5585 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
5586 |
|
5587 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
5588 |
3717
|
5589 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5590 |
3718
|
5591 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
5592 |
3717
|
5593 * plot/mesh.m: Also set nologscale before plotting. |
|
5594 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
5595 xyerrorbars instead of just errorbars. |
|
5596 |
3714
|
5597 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
5598 |
|
5599 * image/image.m: Try display (from ImageMagick) first. |
|
5600 |
3709
|
5601 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
5602 |
|
5603 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
5604 conjugate transpose. |
|
5605 |
3705
|
5606 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5607 |
|
5608 * strings/str2mat.m: Apply setstr to each argument. |
|
5609 |
3696
|
5610 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
5611 |
|
5612 * control/base/dkalman.m: New file. |
|
5613 * control/base/dlqe.m: Handle singular A matrix. |
|
5614 * control/base/dlqr.m: Likewise. |
|
5615 |
3695
|
5616 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5617 |
|
5618 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
5619 dimensions don't match. |
|
5620 |
3690
|
5621 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
5622 |
|
5623 * plot/hist.m: Allow 3 argument form to work. |
|
5624 |
5095
|
5625 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
5626 |
|
5627 * plot/plot.m: Add examples in doc string. |
|
5628 |
5095
|
5629 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
5630 |
|
5631 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
5632 Do the right thing even if automatic_replot is not zero. |
|
5633 Avoid failure if system has pure imaginary poles. |
|
5634 |
3674
|
5635 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5636 |
|
5637 * general/logical.m: Return arg if it is empty. Better error |
|
5638 message for non-numeric types. |
|
5639 |
5095
|
5640 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
5641 |
|
5642 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
5643 about difference with Matlab dlqe function. |
|
5644 |
|
5645 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
5646 |
5095
|
5647 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
5648 |
|
5649 * strings/strrep.m: Fix typo. |
|
5650 |
3666
|
5651 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5652 |
|
5653 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
5654 |
5095
|
5655 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
5656 |
|
5657 * strings/strrep.m: Avoid for loop for speed. |
3667
|
5658 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
5659 |
5095
|
5660 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
5661 |
|
5662 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
5663 guess for iteration. |
|
5664 |
3651
|
5665 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5666 |
|
5667 * image/image.m: Allow image (A) or image (x, y, A). |
|
5668 * image/imagesc.m: Likewise. |
|
5669 |
|
5670 * image/image.m: If zoom is not supplied, or if it is an empty |
|
5671 matrix, autoscale the image. |
|
5672 |
3618
|
5673 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5674 |
3619
|
5675 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
5676 Undo string escapes in text twice(!) before sending to gnuplot. |
|
5677 |
3618
|
5678 * image/saveimage.m: Add comment to file saying who created it and |
|
5679 when it was created. Suggested by Stephen Eglen |
|
5680 <stephen@cogsci.ed.ac.uk>. |
|
5681 |
5095
|
5682 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
5683 |
|
5684 * polynomial/polyreduce.m: Simplify by looking for the first |
|
5685 non-zero element rather than the last of the first set of zero |
|
5686 elements. |
|
5687 |
|
5688 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
5689 |
5095
|
5690 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
5691 |
|
5692 * image/saveimage.m: Swap black and white colormaps so zero is |
|
5693 displayed as black and 1 is displayed as white. |
|
5694 Fix indexing bug in ppm case. |
|
5695 |
3604
|
5696 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
5697 |
|
5698 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
5699 between the two distributions (took same approach as ks.test() in R.) |
|
5700 |
3603
|
5701 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5702 |
|
5703 * control/base/bode.m: Temporarily disable automatic_replot. |
|
5704 |
3599
|
5705 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5706 |
3601
|
5707 * Makefile.in (clean): Also remove gethelp. |
|
5708 |
3599
|
5709 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
5710 |
5095
|
5711 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
5712 |
|
5713 * set/create_set.m: Use find to avoid while loop. |
|
5714 |
5095
|
5715 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
5716 |
|
5717 * plot/hist.m: New optional third argument. |
|
5718 |
|
5719 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5720 |
|
5721 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
5722 number appended. |
|
5723 |
3575
|
5724 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5725 |
|
5726 * gethelp.cc: Sprinkle with std:: qualifier. |
|
5727 |
3498
|
5728 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5729 |
|
5730 * image/saveimage.m: Delete some debugging code. |
|
5731 |
3486
|
5732 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5733 |
|
5734 * signal/sinc.m: Avoid reshaping. |
|
5735 |
|
5736 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
5737 * image/ind2rgb.m: Ditto. |
|
5738 * image/ind2gray.m: Ditto. |
|
5739 * general/reshape.m: Ditto. Also no longer needs to reset |
|
5740 implicit_str_to_num_ok. |
|
5741 |
3483
|
5742 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5743 |
|
5744 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
5745 a list of file structures, not a vector of numeric file ids. |
|
5746 |
3474
|
5747 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5748 |
3476
|
5749 * plot/__axis_label__.m: New function. |
|
5750 Undo string escapes in text twice(!) before sending to gnuplot. |
|
5751 * plot/xlabel.m: Use it. |
|
5752 * plot/ylabel.m: Ditto. |
|
5753 * plot/zlabel.m: Ditto. |
|
5754 |
3474
|
5755 * plot/mesh.m: Fix error message to reflect reality. |
|
5756 |
5095
|
5757 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
5758 |
|
5759 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
5760 |
5095
|
5761 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
5762 |
|
5763 * audio/saveaudio.m: Also accept files with .ul extension. |
|
5764 * audio/loadaudio.m: Ditto. |
|
5765 * audio/playaudio.m: Ditto. |
|
5766 |
3456
|
5767 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5768 |
|
5769 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
5770 * statistics/distributions/beta_inv.m: Ditto. |
|
5771 * statistics/distributions/beta_pdf.m: Ditto. |
|
5772 * statistics/distributions/beta_rnd.m: Ditto. |
|
5773 * statistics/distributions/binomial_cdf.m: Ditto. |
|
5774 * statistics/distributions/binomial_inv.m: Ditto. |
|
5775 * statistics/distributions/binomial_pdf.m: Ditto. |
|
5776 * statistics/distributions/binomial_rnd.m: Ditto. |
|
5777 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
5778 * statistics/distributions/cauchy_inv.m: Ditto. |
|
5779 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
5780 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
5781 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
5782 * statistics/distributions/chisquare_inv.m: Ditto. |
|
5783 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
5784 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
5785 * statistics/distributions/discrete_cdf.m: Ditto. |
|
5786 * statistics/distributions/discrete_inv.m: Ditto. |
|
5787 * statistics/distributions/discrete_pdf.m: Ditto. |
|
5788 * statistics/distributions/discrete_rnd.m: Ditto. |
|
5789 * statistics/distributions/empirical_cdf.m: Ditto. |
|
5790 * statistics/distributions/empirical_inv.m: Ditto. |
|
5791 * statistics/distributions/empirical_pdf.m: Ditto. |
|
5792 * statistics/distributions/empirical_rnd.m: Ditto. |
|
5793 * statistics/distributions/exponential_cdf.m: Ditto. |
|
5794 * statistics/distributions/exponential_inv.m: Ditto. |
|
5795 * statistics/distributions/exponential_pdf.m: Ditto. |
|
5796 * statistics/distributions/exponential_rnd.m: Ditto. |
|
5797 * statistics/distributions/f_cdf.m: Ditto. |
|
5798 * statistics/distributions/f_inv.m: Ditto. |
|
5799 * statistics/distributions/f_pdf.m: Ditto. |
|
5800 * statistics/distributions/f_rnd.m: Ditto. |
|
5801 * statistics/distributions/gamma_cdf.m: Ditto. |
|
5802 * statistics/distributions/gamma_inv.m: Ditto. |
|
5803 * statistics/distributions/gamma_pdf.m: Ditto. |
|
5804 * statistics/distributions/gamma_rnd.m: Ditto. |
|
5805 * statistics/distributions/geometric_cdf.m: Ditto. |
|
5806 * statistics/distributions/geometric_inv.m: Ditto. |
|
5807 * statistics/distributions/geometric_pdf.m: Ditto. |
|
5808 * statistics/distributions/geometric_rnd.m: Ditto. |
|
5809 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
5810 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
5811 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
5812 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
5813 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
5814 * statistics/distributions/laplace_cdf.m: Ditto. |
|
5815 * statistics/distributions/laplace_inv.m: Ditto. |
|
5816 * statistics/distributions/laplace_pdf.m: Ditto. |
|
5817 * statistics/distributions/laplace_rnd.m: Ditto. |
|
5818 * statistics/distributions/logistic_cdf.m: Ditto. |
|
5819 * statistics/distributions/logistic_inv.m: Ditto. |
|
5820 * statistics/distributions/logistic_pdf.m: Ditto. |
|
5821 * statistics/distributions/logistic_rnd.m: Ditto. |
|
5822 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
5823 * statistics/distributions/lognormal_inv.m: Ditto. |
|
5824 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
5825 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
5826 * statistics/distributions/normal_cdf.m: Ditto. |
|
5827 * statistics/distributions/normal_inv.m: Ditto. |
|
5828 * statistics/distributions/normal_pdf.m: Ditto. |
|
5829 * statistics/distributions/normal_rnd.m: Ditto. |
|
5830 * statistics/distributions/pascal_cdf.m: Ditto. |
|
5831 * statistics/distributions/pascal_inv.m: Ditto. |
|
5832 * statistics/distributions/pascal_pdf.m: Ditto. |
|
5833 * statistics/distributions/pascal_rnd.m: Ditto. |
|
5834 * statistics/distributions/poisson_cdf.m: Ditto. |
|
5835 * statistics/distributions/poisson_inv.m: Ditto. |
|
5836 * statistics/distributions/poisson_pdf.m: Ditto. |
|
5837 * statistics/distributions/poisson_rnd.m: Ditto. |
|
5838 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
5839 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
5840 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
5841 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
5842 * statistics/distributions/t_cdf.m: Ditto. |
|
5843 * statistics/distributions/t_inv.m: Ditto. |
|
5844 * statistics/distributions/t_pdf.m: Ditto. |
|
5845 * statistics/distributions/t_rnd.m: Ditto. |
|
5846 * statistics/distributions/uniform_cdf.m: Ditto. |
|
5847 * statistics/distributions/uniform_inv.m: Ditto. |
|
5848 * statistics/distributions/uniform_pdf.m: Ditto. |
|
5849 * statistics/distributions/uniform_rnd.m: Ditto. |
|
5850 * statistics/distributions/weibull_cdf.m: Ditto. |
|
5851 * statistics/distributions/weibull_inv.m: Ditto. |
|
5852 * statistics/distributions/weibull_pdf.m: Ditto. |
|
5853 * statistics/distributions/weibull_rnd.m: Ditto. |
|
5854 * statistics/distributions/wiener_rnd.m: Ditto. |
|
5855 |
3453
|
5856 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5857 |
|
5858 * statistics/base/values.m: Texinfoize doc string. |
|
5859 * statistics/base/var.m: Ditto. |
|
5860 * statistics/base/table.m: Ditto. |
|
5861 * statistics/base/studentize.m: Ditto. |
|
5862 * statistics/base/statistics.m: Ditto. |
|
5863 * statistics/base/spearman.m: Ditto. |
|
5864 * statistics/base/run_count.m: Ditto. |
|
5865 * statistics/base/ranks.m: Ditto. |
|
5866 * statistics/base/range.m: Ditto. |
|
5867 * statistics/base/qqplot.m: Ditto. |
|
5868 * statistics/base/probit.m: Ditto. |
|
5869 * statistics/base/ppplot.m: Ditto. |
|
5870 * statistics/base/moment.m: Ditto. |
|
5871 * statistics/base/meansq.m: Ditto. |
|
5872 * statistics/base/logit.m: Ditto. |
|
5873 * statistics/base/kendall.m: Ditto. |
|
5874 * statistics/base/iqr.m: Ditto. |
|
5875 * statistics/base/cut.m: Ditto. |
|
5876 * statistics/base/cor.m: Ditto. |
|
5877 * statistics/base/cloglog.m: Ditto. |
|
5878 * statistics/base/center.m: Ditto. |
3454
|
5879 * statistics/models/logistic_regression.m: Ditto. |
|
5880 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
5881 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
5882 * statistics/tests/anova.m: Ditto. |
|
5883 * statistics/tests/bartlett_test.m: Ditto. |
|
5884 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
5885 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
5886 * statistics/tests/cor_test.m: Ditto. |
|
5887 * statistics/tests/f_test_regression.m: Ditto. |
|
5888 * statistics/tests/hotelling_test.m: Ditto. |
|
5889 * statistics/tests/hotelling_test_2.m: Ditto. |
|
5890 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
5891 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
5892 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
5893 * statistics/tests/manova.m: Ditto. |
|
5894 * statistics/tests/mcnemar_test.m: Ditto. |
|
5895 * statistics/tests/prop_test_2.m: Ditto. |
|
5896 * statistics/tests/run_test.m: Ditto. |
|
5897 * statistics/tests/sign_test.m: Ditto. |
|
5898 * statistics/tests/t_test.m: Ditto. |
|
5899 * statistics/tests/t_test_2.m: Ditto. |
|
5900 * statistics/tests/t_test_regression.m: Ditto. |
|
5901 * statistics/tests/u_test.m: Ditto. |
|
5902 * statistics/tests/var_test.m: Ditto. |
|
5903 * statistics/tests/welch_test.m: Ditto. |
|
5904 * statistics/tests/wilcoxon_test.m: Ditto. |
|
5905 * statistics/tests/z_test.m: Ditto. |
|
5906 * statistics/tests/z_test_2.m: Ditto. |
3453
|
5907 |
3446
|
5908 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5909 |
|
5910 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
5911 * plot/__plr1__.m: Ditto. |
|
5912 * plot/__pltopt__.m: Ditto. |
|
5913 * plot/__plt__.m: Ditto. |
|
5914 * plot/__plt2vv__.m: Ditto. |
|
5915 * plot/__plr2__.m: Ditto. |
|
5916 * plot/__plr__.m: Ditto. |
|
5917 * plot/__plt1__.m: Ditto. |
|
5918 * plot/__plt2__.m: Ditto. |
|
5919 * plot/__plt2mm__.m: Ditto. |
|
5920 * plot/__plt2mv__.m: Ditto. |
|
5921 * plot/__plt2ss__.m: Ditto. |
|
5922 * miscellaneous/paren.m: Ditto. |
|
5923 * miscellaneous/comma.m: Ditto. |
|
5924 * miscellaneous/semicolon.m: Ditto. |
|
5925 * miscellaneous/path.m: Ditto. |
|
5926 * miscellaneous/list_primes.m: Ditto. |
|
5927 * miscellaneous/flops.m: Ditto. |
|
5928 * miscellaneous/dump_prefs.m: Ditto. |
|
5929 * miscellaneous/bug_report.m: Ditto. |
|
5930 * linear-algebra/dot.m: Ditto |
|
5931 * linear-algebra/dmult.m: Ditto. |
|
5932 * general/randperm.m: Ditto. |
|
5933 * general/logical.m: Ditto. |
|
5934 * general/is_duplicate_entry.m: Ditto. |
|
5935 * signal/arch_fit.m: Ditto. |
|
5936 * signal/arch_rnd.m: Ditto. |
|
5937 * signal/arch_test.m: Ditto. |
|
5938 * signal/arma_rnd.m: Ditto. |
|
5939 * signal/autocor.m: Ditto. |
|
5940 * signal/autocov.m: Ditto. |
|
5941 * signal/autoreg_matrix.m: Ditto. |
|
5942 * signal/bartlett.m: Ditto. |
|
5943 * signal/blackman.m: Ditto. |
|
5944 * signal/detrend.m: Ditto. |
|
5945 * signal/diffpara.m: Ditto. |
|
5946 * signal/durbinlevinson.m: Ditto. |
|
5947 * signal/fftconv.m: Ditto. |
|
5948 * signal/fftfilt.m: Ditto. |
|
5949 * signal/fftshift.m: Ditto. |
|
5950 * signal/fractdiff.m: Ditto. |
|
5951 * signal/freqz.m: Ditto. |
|
5952 * signal/hamming.m: Ditto. |
|
5953 * signal/hanning.m: Ditto. |
|
5954 * signal/hurst.m: Ditto. |
|
5955 * signal/periodogram.m: Ditto. |
|
5956 * signal/rectangle_lw.m: Ditto. |
|
5957 * signal/rectangle_sw.m: Ditto. |
|
5958 * signal/sinc.m: Ditto. |
|
5959 * signal/sinetone.m: Ditto. |
|
5960 * signal/sinewave.m: Ditto. |
|
5961 * signal/spectral_adf.m: Ditto. |
|
5962 * signal/spectral_xdf.m: Ditto. |
|
5963 * signal/spencer.m: Ditto. |
|
5964 * signal/stft.m: Ditto. |
|
5965 * signal/synthesis.m: Ditto. |
|
5966 * signal/triangle_lw.m: Ditto. |
|
5967 * signal/triangle_sw.m: Ditto. |
|
5968 * signal/yulewalker.m: Ditto. |
3450
|
5969 * control/util/strappend.m: Ditto. |
3451
|
5970 * control/base/nichols.m: Ditto. |
3452
|
5971 * control/system/is_signal_list.m: Ditto. |
|
5972 * control/system/listidx.m: Ditto. |
|
5973 * control/system/sysgettsam.m: Ditto. |
|
5974 * control/system/sysidx.m: Ditto. |
3446
|
5975 |
3438
|
5976 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5977 |
|
5978 * control/system/__abcddims__.m: Rename from |
|
5979 control/system/abcddims.m, change all callers. |
|
5980 * control/base/__bodquist__.m: Likewise. |
|
5981 * control/base/__freqresp__.m: Likewise. |
|
5982 * control/util/__outlist__.m: Likewise. |
|
5983 * control/base/__stepimp__.m: Likewise. |
|
5984 * control/system/__syschnamesl__.m: Likewise. |
|
5985 * control/system/__syscont_disc__.m: Likewise. |
|
5986 * control/system/__sysdefioname__.m: Likewise. |
|
5987 * control/system/__sysdefstname__.m: Likewise. |
|
5988 * control/system/__sysgroupn__.m: Likewise. |
|
5989 * control/system/__tf2sysl__.m: Likewise. |
|
5990 * control/util/__zgpbal__.m: Likewise. |
|
5991 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
5992 |
|
5993 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
5994 * quaternion/qconj.m: Ditto. |
|
5995 * quaternion/qcoordinate_plot.m: Ditto. |
|
5996 * quaternion/qderiv.m: Ditto. |
|
5997 * quaternion/qderivmat.m: Ditto. |
|
5998 * quaternion/qinv.m: Ditto. |
|
5999 * quaternion/qmult.m: Ditto. |
|
6000 * quaternion/qtrans.m: Ditto. |
|
6001 * quaternion/qtransv.m: Ditto. |
|
6002 * quaternion/qtransvmat.m: Ditto. |
|
6003 * quaternion/quaternion.m: Ditto. |
3438
|
6004 |
3436
|
6005 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6006 |
|
6007 * control/base/Makefile.in: Ditto. |
|
6008 * control/hinf/Makefile.in: New file. |
|
6009 * control/marsyas/Makefile.in: Ditto. |
|
6010 * control/obsolete/Makefile.in: Ditto. |
|
6011 * control/system/Makefile.in: Ditto. |
|
6012 * control/util/Makefile.in: Ditto. |
|
6013 |
|
6014 * strings/com2str.m: Move here from control directory. |
|
6015 |
|
6016 * control/base: New directory. |
|
6017 * control/base/DEMOcontrol.m: Move here from control directory. |
|
6018 * control/base/analdemo.m: Ditto. |
|
6019 * control/base/are.m: Ditto. |
|
6020 * control/base/bddemo.m: Ditto. |
|
6021 * control/base/bode.m: Ditto. |
|
6022 * control/base/bode_bounds.m: Ditto. |
|
6023 * control/base/bodquist.m: Ditto. |
|
6024 * control/base/controldemo.m: Ditto. |
|
6025 * control/base/ctrb.m: Ditto. |
|
6026 * control/base/damp.m: Ditto. |
|
6027 * control/base/dare.m: Ditto. |
|
6028 * control/base/dcgain.m: Ditto. |
|
6029 * control/base/dgram.m: Ditto. |
|
6030 * control/base/dlqe.m: Ditto. |
|
6031 * control/base/dlqr.m: Ditto. |
|
6032 * control/base/dlyap.m: Ditto. |
|
6033 * control/base/dre.m: Ditto. |
|
6034 * control/base/frdemo.m: Ditto. |
|
6035 * control/base/freqchkw.m: Ditto. |
|
6036 * control/base/freqresp.m: Ditto. |
|
6037 * control/base/gram.m: Ditto. |
|
6038 * control/base/impulse.m: Ditto. |
|
6039 * control/base/lqe.m: Ditto. |
|
6040 * control/base/lqg.m: Ditto. |
|
6041 * control/base/lqr.m: Ditto. |
|
6042 * control/base/lsim.m: Ditto. |
|
6043 * control/base/ltifr.m: Ditto. |
|
6044 * control/base/lyap.m: Ditto. |
|
6045 * control/base/nichols.m: Ditto. |
|
6046 * control/base/nyquist.m: Ditto. |
|
6047 * control/base/obsv.m: Ditto. |
|
6048 * control/base/place.m: Ditto. |
|
6049 * control/base/pzmap.m: Ditto. |
|
6050 * control/base/rldemo.m: Ditto. |
|
6051 * control/base/rlocus.m: Ditto. |
|
6052 * control/base/step.m: Ditto. |
|
6053 * control/base/stepimp.m: Ditto. |
|
6054 * control/base/tzero.m: Ditto. |
|
6055 * control/base/tzero2.m: Ditto. |
|
6056 |
|
6057 * control/hinf: New directory. |
|
6058 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
6059 * control/hinf/h2norm.m: Ditto. |
|
6060 * control/hinf/h2syn.m: Ditto. |
|
6061 * control/hinf/hinf_ctr.m: Ditto. |
|
6062 * control/hinf/hinfdemo.m: Ditto. |
|
6063 * control/hinf/hinfnorm.m: Ditto. |
|
6064 * control/hinf/hinfsyn.m: Ditto. |
|
6065 * control/hinf/hinfsyn_chk.m: Ditto. |
|
6066 * control/hinf/hinfsyn_ric.m: Ditto. |
|
6067 * control/hinf/wgt1o.m: Ditto. |
3441
|
6068 * control/hinf/dgkfdemo.m: Ditto. |
|
6069 * control/hinf/is_dgkf.m: Ditto. |
3436
|
6070 |
|
6071 * control/marsyas: New directory. |
|
6072 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
6073 * control/marsyas/susball.m: Ditto. |
|
6074 |
|
6075 * control/obsolete/dezero.m: Move here from control directory. |
|
6076 * control/obsolete/rotg.m: Ditto. |
|
6077 |
|
6078 * control/system: New directory. |
|
6079 * control/system/abcddim.m: Move here from control directory. |
|
6080 * control/system/abcddims.m: Ditto. |
|
6081 * control/system/buildssic.m: Ditto. |
|
6082 * control/system/c2d.m: Ditto. |
|
6083 * control/system/d2c.m: Ditto. |
|
6084 * control/system/dmr2d.m: Ditto. |
|
6085 * control/system/fir2sys.m: Ditto. |
|
6086 * control/system/is_abcd.m: Ditto. |
|
6087 * control/system/is_digital.m: Ditto. |
|
6088 * control/system/is_sample.m: Ditto. |
|
6089 * control/system/is_signal_list.m: Ditto. |
|
6090 * control/system/is_siso.m: Ditto. |
3441
|
6091 * control/system/is_controllable.m: Ditto. |
|
6092 * control/system/is_detectable.m: Ditto. |
|
6093 * control/system/is_observable.m: Ditto. |
|
6094 * control/system/is_stabilizable.m: Ditto. |
|
6095 * control/system/is_stable.m: Ditto. |
3436
|
6096 * control/system/jet707.m: Ditto. |
|
6097 * control/system/listidx.m: Ditto. |
|
6098 * control/system/moddemo.m: Ditto. |
|
6099 * control/system/ord2.m: Ditto. |
|
6100 * control/system/packedform.m: Ditto. |
|
6101 * control/system/parallel.m: Ditto. |
|
6102 * control/system/ss2sys.m: Ditto. |
|
6103 * control/system/ss2tf.m: Ditto. |
|
6104 * control/system/ss2zp.m: Ditto. |
|
6105 * control/system/starp.m: Ditto. |
|
6106 * control/system/sys2fir.m: Ditto. |
|
6107 * control/system/sys2ss.m: Ditto. |
|
6108 * control/system/sys2tf.m: Ditto. |
|
6109 * control/system/sys2zp.m: Ditto. |
|
6110 * control/system/sysadd.m: Ditto. |
|
6111 * control/system/sysappend.m: Ditto. |
|
6112 * control/system/syschnamesl.m: Ditto. |
|
6113 * control/system/syschtsam.m: Ditto. |
|
6114 * control/system/sysconnect.m: Ditto. |
|
6115 * control/system/syscont.m: Ditto. |
|
6116 * control/system/syscont_disc.m: Ditto. |
|
6117 * control/system/sysdefioname.m: Ditto. |
|
6118 * control/system/sysdefstname.m: Ditto. |
|
6119 * control/system/sysdimensions.m: Ditto. |
|
6120 * control/system/sysdisc.m: Ditto. |
|
6121 * control/system/sysdup.m: Ditto. |
|
6122 * control/system/sysgetsignals.m: Ditto. |
|
6123 * control/system/sysgettsam.m: Ditto. |
|
6124 * control/system/sysgettype.m: Ditto. |
|
6125 * control/system/sysgroup.m: Ditto. |
|
6126 * control/system/sysgroupn.m: Ditto. |
|
6127 * control/system/sysidx.m: Ditto. |
|
6128 * control/system/sysmin.m: Ditto. |
|
6129 * control/system/sysmult.m: Ditto. |
|
6130 * control/system/sysout.m: Ditto. |
|
6131 * control/system/sysprune.m: Ditto. |
|
6132 * control/system/sysreorder.m: Ditto. |
|
6133 * control/system/sysrepdemo.m: Ditto. |
|
6134 * control/system/sysscale.m: Ditto. |
|
6135 * control/system/syssetsignals.m: Ditto. |
|
6136 * control/system/syssub.m: Ditto. |
|
6137 * control/system/sysupdate.m: Ditto. |
|
6138 * control/system/tf2ss.m: Ditto. |
|
6139 * control/system/tf2sys.m: Ditto. |
|
6140 * control/system/tf2sysl.m: Ditto. |
|
6141 * control/system/tf2zp.m: Ditto. |
|
6142 * control/system/tfout.m: Ditto. |
|
6143 * control/system/ugain.m: Ditto. |
|
6144 * control/system/zp2ss.m: Ditto. |
|
6145 * control/system/zp2ssg2.m: Ditto. |
|
6146 * control/system/zp2sys.m: Ditto. |
|
6147 * control/system/zp2tf.m: Ditto. |
|
6148 * control/system/zpout.m: Ditto. |
|
6149 |
|
6150 * control/util: New directory. |
|
6151 * control/util/axis2dlim.m: Move here from control directory. |
|
6152 * control/util/outlist.m: Ditto. |
|
6153 * control/util/prompt.m: Ditto. |
|
6154 * control/util/run_cmd.m: Ditto. |
|
6155 * control/util/sortcom.m: Ditto. |
|
6156 * control/util/strappend.m: Ditto. |
|
6157 * control/util/swap.m: Ditto. |
|
6158 * control/util/zgfmul.m: Ditto. |
|
6159 * control/util/zgfslv.m: Ditto. |
|
6160 * control/util/zginit.m: Ditto. |
|
6161 * control/util/zgpbal.m: Ditto. |
|
6162 * control/util/zgreduce.m: Ditto. |
|
6163 * control/util/zgrownorm.m: Ditto. |
|
6164 * control/util/zgscal.m: Ditto. |
|
6165 * control/util/zgsgiv.m: Ditto. |
|
6166 * control/util/zgshsr.m: Ditto. |
|
6167 |
3427
|
6168 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6169 |
|
6170 * gethelp.cc (extract_help_text): Discard first space character |
|
6171 after consecutive comment characters. |
|
6172 |
3422
|
6173 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
6174 |
|
6175 * control/obsolete: New directory |
|
6176 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
6177 * control/obsolete/swapcols.m: Ditto. |
|
6178 * control/obsolete/dlqg.m: Ditto. |
|
6179 * control/obsolete/minfo.m: Ditto. |
|
6180 * control/obsolete/packsys.m: Ditto. |
|
6181 * control/obsolete/qzval.m: Ditto. |
|
6182 * control/obsolete/unpacksys.m: Ditto. |
|
6183 * control/obsolete/series.m: Ditto. |
|
6184 * control/obsolete/syschnames.m: Ditto. |
|
6185 * polynomial/polyout.m: Ditto. |
3422
|
6186 |
3420
|
6187 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6188 |
|
6189 * general/fliplr.m: Eliminate useless copy of arg. |
|
6190 * general/flipud.m: Ditto. |
|
6191 |
3418
|
6192 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6193 |
|
6194 * linear-algebra/cross.m: Only return a row vector if both args |
|
6195 are row vectors. |
|
6196 * polynomial/polyfit.m: Likewise. |
|
6197 |
|
6198 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
6199 |
|
6200 * statistics/distributions/discrete_rnd.m: |
|
6201 Always generate a row vector. |
|
6202 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
6203 |
5095
|
6204 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
6205 |
|
6206 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
6207 |
|
6208 * audio/setaudio.m: Texinfoize doc string. |
|
6209 * control/com2str.m: Likewise. |
|
6210 * control/controldemo.m: Likewise. |
|
6211 * control/DEMOcontrol.m: Likewise. |
|
6212 * control/dezero.m: Likewise. |
|
6213 * control/dre.m: Likewise. |
|
6214 * control/hinfsyn_ric.m: Likewise. |
|
6215 |
5095
|
6216 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
6217 |
|
6218 * io/printf.m: Add @seealso{...} to doc string. |
|
6219 * io/puts.m: Likewise. |
|
6220 * plot/semilogx.m: Likewise. |
|
6221 * plot/semilogy.m: Likewise. |
|
6222 * plot/__pltopt__.m: Likewise. |
|
6223 * plot/bar.m: Likewise. |
|
6224 * plot/xlabel.m: Likewise. |
|
6225 * plot/grid.m: Likewise. |
|
6226 * plot/shg.m: Likewise. |
|
6227 * plot/title.m: Likewise. |
|
6228 * plot/mesh.m: Likewise. |
|
6229 * plot/__pltopt1__.m: Likewise. |
|
6230 * plot/contour.m: Likewise. |
|
6231 * plot/hist.m: Likewise. |
|
6232 * plot/stairs.m: Likewise. |
|
6233 * plot/meshgrid.m: Likewise. |
|
6234 * plot/polar.m: Likewise. |
|
6235 * plot/loglog.m: Likewise. |
|
6236 * plot/plot.m: Likewise. |
|
6237 * miscellaneous/semicolon.m: Likewise. |
|
6238 * miscellaneous/menu.m: Likewise. |
|
6239 * miscellaneous/etime.m: Likewise. |
|
6240 * miscellaneous/texas_lotto.m: Likewise. |
|
6241 * miscellaneous/comma.m: Likewise. |
|
6242 * audio/lin2mu.m: Likewise. |
|
6243 * audio/playaudio.m: Likewise. |
|
6244 * audio/loadaudio.m: Likewise. |
|
6245 * audio/saveaudio.m: Likewise. |
|
6246 * audio/mu2lin.m: Likewise. |
|
6247 * audio/record.m: Likewise. |
|
6248 * strings/isletter.m: Likewise. |
|
6249 * strings/lower.m: Likewise. |
|
6250 * strings/lower.m: Likewise. |
|
6251 * strings/upper.m: Likewise. |
|
6252 * specfun/erfinv.m: Likewise. |
|
6253 * specfun/gammai.m: Likewise. |
|
6254 * specfun/log2.m: Likewise. |
|
6255 * specfun/pow2.m: Likewise. |
|
6256 * elfun/gcd.m: Likewise. |
|
6257 * elfun/lcm.m: Likewise. |
|
6258 * special-matrix/vander.m: Likewise. |
|
6259 * special-matrix/sylvester_matrix.m: Likewise. |
|
6260 * special-matrix/hilb.m: Likewise. |
|
6261 * special-matrix/hankel.m: Likewise. |
|
6262 * special-matrix/toeplitz.m: Likewise. |
|
6263 * special-matrix/invhilb.m: Likewise. |
|
6264 * statistics/base/std.m: Likewise. |
|
6265 * statistics/base/median.m: Likewise. |
|
6266 * linear-algebra/cond.m: Likewise. |
|
6267 * linear-algebra/norm.m: Likewise. |
|
6268 * finance/nper.m: Likewise. |
|
6269 * finance/pmt.m: Likewise. |
|
6270 * finance/pv.m: Likewise. |
|
6271 * finance/rate.m: Likewise. |
|
6272 * finance/npv.m: Likewise. |
|
6273 * general/fliplr.m: Likewise. |
|
6274 * general/flipud.m: Likewise. |
|
6275 * general/is_scalar.m: Likewise. |
|
6276 * general/rem.m: Likewise. |
|
6277 * general/perror.m: Likewise. |
|
6278 * general/tril.m: Likewise. |
|
6279 * general/rot90.m: Likewise. |
|
6280 * general/num2str.m: Likewise. |
|
6281 * general/int2str.m: Likewise. |
|
6282 * general/reshape.m: Likewise. |
|
6283 * general/logspace.m: Likewise. |
|
6284 * general/is_symmetric.m: Likewise. |
|
6285 * general/is_vector.m: Likewise. |
|
6286 * general/nextpow2.m: Likewise. |
|
6287 * general/columns.m: Likewise. |
|
6288 * general/is_square.m: Likewise. |
|
6289 * general/rows.m: Likewise. |
|
6290 * control/ugain.m: Likewise. |
|
6291 * control/damp.m: Likewise. |
|
6292 * control/dare.m: Likewise. |
|
6293 * control/are.m: Likewise. |
|
6294 * control/sys2fir.m: Likewise. |
|
6295 * control/abcddim.m: Likewise. |
|
6296 * control/is_abcd.m: Likewise. |
|
6297 * control/step.m: Likewise. |
|
6298 * control/is_observable.m: Likewise. |
|
6299 * control/is_controllable.m: Likewise. |
|
6300 * control/jet707.m: Likewise. |
|
6301 * control/polyout.m: Likewise. |
|
6302 * control/impulse.m: Likewise. |
|
6303 * control/lqg.m: Likewise. |
|
6304 * control/is_detectable.m: Likewise. |
|
6305 * control/sysdimensions.m: Likewise. |
|
6306 * control/sysupdate.m: Likewise. |
|
6307 * control/stepimp.m: Likewise. |
|
6308 * control/is_stable.m: Likewise. |
|
6309 * control/tfout.m: Likewise. |
|
6310 * control/zpout.m: Likewise. |
|
6311 |
3405
|
6312 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6313 |
|
6314 * set/complement.m: Add @seealso{} stuff. |
|
6315 * set/create_set.m: Likewise. |
|
6316 * set/intersection.m: Likewise. |
|
6317 * set/union.m: Likewise. |
|
6318 |
3399
|
6319 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6320 |
3400
|
6321 * control/d2c.m: Use double quotes instead of single quotes for |
|
6322 string constants. |
|
6323 * control/dgkfdemo.m: Likewise. |
|
6324 * control/fir2sys.m: Likewise. |
|
6325 * control/frdemo.m: Likewise. |
|
6326 * control/moddemo.m: Likewise. |
|
6327 * control/minfo.m: Likewise. |
|
6328 * control/is_stabilizable.m: Likewise. |
|
6329 * control/is_dgkf.m: Likewise. |
|
6330 * control/polyout.m: Likewise. |
|
6331 * control/sysconnect.m: Likewise. |
|
6332 * control/sysrepdemo.m: Likewise. |
|
6333 * control/tf2sys.m: Likewise. |
|
6334 * control/tfout.m: Likewise. |
|
6335 * control/zp2sys.m: Likewise. |
|
6336 * control/zpout.m: Likewise. |
|
6337 * control/tzero.m: Likewise. |
|
6338 |
|
6339 * control/DEMOcontrol.m: Handle moddemo case too. |
|
6340 |
|
6341 * image/loadimage.m: Use double quotes instead of single quotes |
|
6342 for string constants. Use sprintf instead of square brackets to |
|
6343 construct string. |
|
6344 |
3399
|
6345 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
6346 * control/fir2sys.m: Likewise. |
3399
|
6347 |
3390
|
6348 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6349 |
|
6350 * mkdoc: Only delete spaces before @ characters at the beginning |
|
6351 of a line. |
|
6352 |
3383
|
6353 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6354 |
3388
|
6355 * control/bddemo.m: Make it more likely to work with any value of |
|
6356 whitespace_in_literal_matrix. |
3386
|
6357 * control/analdemo.m: Ditto. |
|
6358 * control/dgkfdemo.m: Ditto. |
|
6359 * control/frdemo.m: Ditto. |
|
6360 * control/sysrepdemo.m: Ditto. |
|
6361 * control/moddemo.m: Ditto. |
3388
|
6362 * control/zp2ss.m: Ditto. |
3387
|
6363 * control/zp2tf.m: Ditto. |
3388
|
6364 * control/syssub.m: Ditto. |
|
6365 * finance/npv.m: Ditto. |
|
6366 * statistics/base/studentize.m: Ditto. |
|
6367 * statistics/base/values.m: Ditto. |
|
6368 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6369 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
6370 |
3384
|
6371 * control/dezero.m: Use toascii to convert string to ASCII value |
|
6372 instead of multiplying it by 1. |
|
6373 |
3383
|
6374 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
6375 * control/zpout.m: Ditto. |
|
6376 * control/tfout.m: Ditto. |
|
6377 * control/tf2sys.m: Ditto. |
|
6378 * control/syssub.m: Ditto. |
|
6379 * control/syssetsignals.m: Ditto. |
|
6380 * control/sysout.m: Ditto. |
|
6381 * control/sysmult.m: Ditto. |
|
6382 * control/sysgroup.m: Ditto. |
|
6383 * control/sysdup.m: Ditto. |
|
6384 * control/sysdisc.m: Ditto. |
|
6385 * control/syscont.m: Ditto. |
|
6386 * control/sysconnect.m: Ditto. |
|
6387 * control/sysappend.m: Ditto. |
|
6388 * control/sysadd.m: Ditto. |
|
6389 * control/ss2sys.m: Ditto. |
|
6390 * control/nyquist.m: Ditto. |
|
6391 * control/lqg.m: Ditto. |
|
6392 * control/fir2sys.m: Ditto. |
|
6393 * control/dmr2d.m: Ditto. |
|
6394 * control/dezero.m: Ditto. |
|
6395 * control/d2c.m: Ditto. |
|
6396 * control/c2d.m: Ditto. |
|
6397 * control/bddemo.m: Ditto. |
|
6398 * control/pzmap.m: Ditto. |
|
6399 |
5095
|
6400 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
6401 |
|
6402 * signal/spectral_adf.m: Fix typo. |
|
6403 |
3372
|
6404 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6405 |
|
6406 * linear-algebra/cond.m: Texinfoize doc string. |
|
6407 * linear-algebra/kron.m: Ditto. |
|
6408 * linear-algebra/norm.m: Ditto. |
|
6409 * linear-algebra/null.m: Ditto. |
|
6410 * linear-algebra/orth.m: Ditto. |
|
6411 * linear-algebra/rank.m: Ditto. |
|
6412 * linear-algebra/trace.m: Ditto. |
|
6413 * linear-algebra/qzhess.m: Ditto. |
|
6414 * miscellaneous/menu.m: Ditto. |
3373
|
6415 * general/perror.m: Ditto. |
|
6416 * general/strerror.m: Ditto. |
|
6417 * general/columns.m: Ditto. |
|
6418 * general/rows.m: Ditto. |
|
6419 * image/colormap.m: Ditto. |
|
6420 * image/gray.m: Ditto. |
|
6421 * image/gray2ind.m: Ditto. |
|
6422 * image/image.m: Ditto. |
|
6423 * image/imagesc.m: Ditto. |
|
6424 * image/imshow.m: Ditto. |
|
6425 * image/ind2gray.m: Ditto. |
|
6426 * image/ind2rgb.m: Ditto. |
|
6427 * image/loadimage.m: Ditto. |
|
6428 * image/rgb2ntsc.m: Ditto. |
|
6429 * image/ntsc2rgb.m: Ditto. |
|
6430 * image/ocean.m: Ditto. |
|
6431 * image/rgb2ind.m: Ditto. |
|
6432 * image/saveimage.m: Ditto. |
3372
|
6433 * io/printf.m: Ditto. |
|
6434 * io/puts.m: Ditto. |
|
6435 |
3369
|
6436 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6437 |
|
6438 * special-matrix/hankel.m: Texinfoize doc string. |
|
6439 * special-matrix/hilb.m: Ditto. |
|
6440 * special-matrix/invhilb.m: Ditto. |
|
6441 * special-matrix/sylvester_matrix.m: Ditto. |
|
6442 * special-matrix/toeplitz.m: Ditto. |
|
6443 * special-matrix/vander.m: Ditto. |
|
6444 * linear-algebra/vec.m: Ditto. |
|
6445 * linear-algebra/vech.m: Ditto. |
|
6446 * general/common_size.m: Ditto. |
|
6447 * general/diff.m: Ditto. |
|
6448 * general/fliplr.m: Ditto. |
|
6449 * general/flipud.m: Ditto. |
|
6450 * general/rot90.m: Ditto. |
|
6451 * general/reshape.m: Ditto. |
|
6452 * general/shift.m: Ditto. |
|
6453 * general/tril.m: Ditto. |
|
6454 * general/triu.m: Ditto. |
|
6455 * general/logspace.m: Ditto. |
3371
|
6456 * general/nargchk.m: Ditto. |
3369
|
6457 |
3367
|
6458 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6459 |
|
6460 * statistics/base/mean: Texinfoize doc string. |
|
6461 * statistics/base/median: Ditto. |
|
6462 * statistics/base/std: Ditto. |
|
6463 * statistics/base/cov: Ditto. |
|
6464 * statistics/base/corrcoef: Ditto. |
|
6465 * statistics/base/kurtosis: Ditto. |
|
6466 * statistics/base/mahalanobis: Ditto. |
|
6467 * statistics/base/skewness: Ditto. |
3368
|
6468 * statistics/base/gls.m: Ditto. |
|
6469 * statistics/base/ols.m: Ditto. |
3367
|
6470 * signal/detrend.m: Ditto. |
|
6471 * signal/freqz.m: Ditto. |
|
6472 * signal/sinc.m: Ditto. |
|
6473 * signal/fftconv.m: Ditto. |
|
6474 * signal/fftfilt.m: Ditto. |
3368
|
6475 * set/create_set.m: Ditto. |
|
6476 * set/union.m: Ditto. |
|
6477 * set/intersection.m: Ditto. |
|
6478 * set/complement.m: Ditto. |
|
6479 * poly/compan.m: Ditto. |
|
6480 * poly/conv: Ditto. |
|
6481 * poly/deconv: Ditto. |
|
6482 * poly/poly: Ditto. |
|
6483 * poly/polyderiv: Ditto. |
|
6484 * poly/polyfit: Ditto. |
|
6485 * poly/polyinteg: Ditto. |
|
6486 * poly/polyreduce: Ditto. |
|
6487 * poly/polyval: Ditto. |
|
6488 * poly/polyvalm: Ditto. |
|
6489 * poly/residue: Ditto. |
|
6490 * poly/roots: Ditto. |
|
6491 * plot/top_title.m: Ditto |
|
6492 * plot/subwindow.m: Ditto |
|
6493 * plot/subplot.m: Ditto |
|
6494 * plot/plot_border.m: Ditto |
|
6495 * plot/oneplot.m: Ditto |
|
6496 * plot/multiplot.m: Ditto |
|
6497 * plot/mplot.m: Ditto |
|
6498 * plot/xlabel.m: Ditto |
|
6499 * plot/figure.m: Ditto |
|
6500 * plot/meshdom.m: Ditto |
|
6501 * plot/mesh.m: Ditto |
|
6502 * plot/stairs.m: Ditto |
|
6503 * plot/polar.m: Ditto |
|
6504 * plot/loglog.m: Ditto |
|
6505 * plot/hist.m: Ditto |
|
6506 * plot/contour.m: Ditto |
|
6507 * plot/bar.m: Ditto |
|
6508 * plot/axis.m: Ditto |
|
6509 * plot/plot.m: Ditto. |
3367
|
6510 |
3361
|
6511 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6512 |
3365
|
6513 * control/pinv.m: Delete. |
|
6514 |
3364
|
6515 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
6516 |
3361
|
6517 * strings/blanks.m: Texinfoize doc string. |
|
6518 * strings/strcat.m: Ditto. |
|
6519 * strings/str2mat.m: Ditto. |
|
6520 * strings/deblank.m: Ditto. |
|
6521 * strings/findstr.m: Ditto. |
|
6522 * strings/index.m: Ditto. |
|
6523 * strings/rindex.m: Ditto. |
|
6524 * strings/split.m: Ditto. |
|
6525 * strings/strcmp.m: Ditto. |
|
6526 * strings/strrep.m: Ditto. |
|
6527 * strings/substr.m: Ditto. |
|
6528 * general/int2str.m: Ditto. |
|
6529 * general/num2str.m: Ditto. |
|
6530 * strings/dec2bin.m: Ditto. |
|
6531 * strings/bin2dec: Ditto. |
|
6532 * strings/dec2bin: Ditto. |
|
6533 * strings/dec2hex: Ditto. |
|
6534 * strings/hex2dec: Ditto. |
|
6535 * strings/str2num: Ditto. |
|
6536 |
3347
|
6537 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6538 |
|
6539 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
6540 |
5095
|
6541 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
6542 |
|
6543 * control/DEMOcontrol.m: Texinfoize doc string. |
|
6544 * control/abcddim.m: Ditto. |
|
6545 * control/abcddims.m: Ditto. |
|
6546 * control/analdemo.m: Ditto. |
|
6547 * control/are.m: Ditto. |
|
6548 * control/axis2dlim.m: Ditto. |
|
6549 * control/bddemo.m: Ditto. |
|
6550 * control/bode.m: Ditto. |
|
6551 * control/bode_bounds.m: Ditto. |
|
6552 * control/bodquist.m: Ditto. |
|
6553 * control/buildssic.m: Ditto. |
|
6554 * control/c2d.m: Ditto. |
|
6555 * control/ctrb.m: Ditto. |
|
6556 * control/d2c.m: Ditto. |
|
6557 * control/damp.m: Ditto. |
|
6558 * control/dare.m: Ditto. |
|
6559 * control/dcgain.m: Ditto. |
|
6560 * control/dgkfdemo.m: Ditto. |
|
6561 * control/dgram.m: Ditto. |
|
6562 * control/dlqe.m: Ditto. |
|
6563 * control/dlqr.m: Ditto. |
|
6564 * control/dlyap.m: Ditto. |
|
6565 * control/dmr2d.m: Ditto. |
|
6566 * control/fir2sys.m: Ditto. |
|
6567 * control/frdemo.m: Ditto. |
|
6568 * control/freqchkw.m: Ditto. |
|
6569 * control/freqresp.m: Ditto. |
|
6570 * control/gram.m: Ditto. |
|
6571 * control/h2norm.m: Ditto. |
|
6572 * control/h2syn.m: Ditto. |
|
6573 * control/hinf_ctr.m: Ditto. |
|
6574 * control/hinfdemo.m: Ditto. |
|
6575 * control/hinfnorm.m: Ditto. |
|
6576 * control/hinfsyn.m: Ditto. |
|
6577 * control/hinfsyn_chk.m: Ditto. |
|
6578 * control/impulse.m: Ditto. |
|
6579 * control/is_abcd.m: Ditto. |
|
6580 * control/is_controllable.m: Ditto. |
|
6581 * control/is_detectable.m: Ditto. |
|
6582 * control/is_dgkf.m: Ditto. |
|
6583 * control/is_digital.m: Ditto. |
|
6584 * control/is_observable.m: Ditto. |
|
6585 * control/is_sample.m: Ditto. |
|
6586 * control/is_signal_list.m: Ditto. |
|
6587 * control/is_siso.m: Ditto. |
|
6588 * control/is_stabilizable.m: Ditto. |
|
6589 * control/is_stable.m: Ditto. |
|
6590 * control/jet707.m: Ditto. |
|
6591 * control/lqe.m: Ditto. |
|
6592 * control/lqg.m: Ditto. |
|
6593 * control/lqr.m: Ditto. |
|
6594 * control/lsim.m: Ditto. |
|
6595 * control/ltifr.m: Ditto. |
|
6596 * control/lyap.m: Ditto. |
|
6597 * control/moddemo.m: Ditto. |
|
6598 * control/nyquist.m: Ditto. |
|
6599 * control/obsv.m: Ditto. |
|
6600 * control/ord2.m: Ditto. |
|
6601 * control/outlist.m: Ditto. |
|
6602 * control/pinv.m: Ditto. |
|
6603 * control/place.m: Ditto. |
|
6604 * control/polyout.m: Ditto. |
|
6605 * control/prompt.m: Ditto. |
|
6606 * control/pzmap.m: Ditto. |
|
6607 * control/qzval.m: Ditto. |
|
6608 * control/rldemo.m: Ditto. |
|
6609 * control/rlocus.m: Ditto. |
|
6610 * control/sortcom.m: Ditto. |
|
6611 * control/ss2sys.m: Ditto. |
|
6612 * control/ss2tf.m: Ditto. |
|
6613 * control/ss2zp.m: Ditto. |
|
6614 * control/starp.m: Ditto. |
|
6615 * control/step.m: Ditto. |
|
6616 * control/stepimp.m: Ditto. |
|
6617 * control/susball.m: Ditto. |
|
6618 * control/sys2fir.m: Ditto. |
|
6619 * control/sys2ss.m: Ditto. |
|
6620 * control/sys2tf.m: Ditto. |
|
6621 * control/sys2zp.m: Ditto. |
|
6622 * control/sysadd.m: Ditto. |
|
6623 * control/sysappend.m: Ditto. |
|
6624 * control/syschnames.m: Ditto. |
|
6625 * control/syschnamesl.m: Ditto. |
|
6626 * control/syschtsam.m: Ditto. |
|
6627 * control/sysconnect.m: Ditto. |
|
6628 * control/syscont.m: Ditto. |
|
6629 * control/syscont_disc.m: Ditto. |
|
6630 * control/sysdefioname.m: Ditto. |
|
6631 * control/sysdefstname.m: Ditto. |
|
6632 * control/sysdimensions.m: Ditto. |
|
6633 * control/sysdisc.m: Ditto. |
|
6634 * control/sysdup.m: Ditto. |
|
6635 * control/sysgetsignals.m: Ditto. |
|
6636 * control/sysgettype.m: Ditto. |
|
6637 * control/sysgroup.m: Ditto. |
|
6638 * control/sysgroupn.m: Ditto. |
|
6639 * control/sysmult.m: Ditto. |
|
6640 * control/sysout.m: Ditto. |
|
6641 * control/sysprune.m: Ditto. |
|
6642 * control/sysreorder.m: Ditto. |
|
6643 * control/sysrepdemo.m: Ditto. |
|
6644 * control/sysscale.m: Ditto. |
|
6645 * control/syssetsignals.m: Ditto. |
|
6646 * control/syssub.m: Ditto. |
|
6647 * control/sysupdate.m: Ditto. |
|
6648 * control/tf2ss.m: Ditto. |
|
6649 * control/tf2sys.m: Ditto. |
|
6650 * control/tf2sysl.m: Ditto. |
|
6651 * control/tf2zp.m: Ditto. |
|
6652 * control/tfout.m: Ditto. |
|
6653 * control/tzero.m: Ditto. |
|
6654 * control/tzero2.m: Ditto. |
|
6655 * control/ugain.m: Ditto. |
|
6656 * control/wgt1o.m: Ditto. |
|
6657 * control/zgfmul.m: Ditto. |
|
6658 * control/zgfslv.m: Ditto. |
|
6659 * control/zginit.m: Ditto. |
|
6660 * control/zgpbal.m: Ditto. |
|
6661 * control/zgreduce.m: Ditto. |
|
6662 * control/zgrownorm.m: Ditto. |
|
6663 * control/zgscal.m: Ditto. |
|
6664 * control/zgsgiv.m: Ditto. |
|
6665 * control/zgshsr.m: Ditto. |
|
6666 * control/zp2ss.m: Ditto. |
|
6667 * control/zp2ssg2.m: Ditto. |
|
6668 * control/zp2sys.m: Ditto. |
|
6669 * control/zp2tf.m: Ditto. |
|
6670 * control/zpout.m: Ditto. |
|
6671 |
5095
|
6672 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
6673 |
5378
|
6674 * audio/lin2mu.m: Texinfoize doc string. |
|
6675 * audio/loadaudio.m: Ditto. |
|
6676 * audio/mu2lin.m: Ditto. |
|
6677 * audio/playaudio.m: Ditto. |
|
6678 * audio/record.m: Ditto. |
|
6679 * audio/saveaudio.m: Ditto. |
3332
|
6680 |
5095
|
6681 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
6682 |
|
6683 * elfun/acot.m: Texinfoize doc string. |
|
6684 * elfun/acsc.m: Ditto. |
|
6685 * elfun/acsch.m: Ditto. |
|
6686 * elfun/asec.m: Ditto. |
|
6687 * elfun/asech.m: Ditto. |
|
6688 * elfun/cot.m: Ditto. |
|
6689 * elfun/coth.m: Ditto. |
|
6690 * elfun/csc.m: Ditto. |
|
6691 * elfun/csch.m: Ditto. |
|
6692 * elfun/gcd.m: Ditto. |
|
6693 * elfun/lcm.m: Ditto. |
|
6694 * elfun/sec.m: Ditto. |
|
6695 * elfun/sech.m: Ditto. |
|
6696 * general/nextpow2.m: Ditto. |
|
6697 * general/rem.m: Ditto. |
|
6698 * linear-algebra/commutation_matrix.m: Ditto. |
|
6699 * linear-algebra/cross.m: Ditto. |
|
6700 * linear-algebra/duplication_matrix.m: Ditto. |
|
6701 * miscellaneous/bincoeff.m: Ditto. |
|
6702 * miscellaneous/xor.m: Ditto. |
|
6703 * specfun/bessel.m: Ditto. |
|
6704 * specfun/beta.m: Ditto. |
|
6705 * specfun/betai.m: Ditto. |
|
6706 * specfun/erfinv.m: Ditto. |
|
6707 * specfun/gammai.m: Ditto. |
|
6708 * specfun/log2.m: Ditto. |
|
6709 * specfun/pow2.m: Ditto. |
|
6710 |
5095
|
6711 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
6712 |
|
6713 * general/is_scalar.m: Texinfoize help text. |
|
6714 * general/is_square.m: Ditto. |
|
6715 * general/is_symmetric.m: Ditto. |
|
6716 |
3320
|
6717 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6718 |
|
6719 * strings/split.m: If the string to be split is empty, just return |
|
6720 an empty string. |
|
6721 |
3319
|
6722 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6723 |
|
6724 * Makefile.in (ALL_M_FILES): New macro. |
|
6725 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
6726 |
3306
|
6727 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6728 |
|
6729 * control/bode.m: Don't return anything if nargout == 0. |
|
6730 |
|
6731 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
6732 |
|
6733 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
6734 |
3305
|
6735 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6736 |
|
6737 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
6738 gethelp.cc to the list. |
|
6739 |
3296
|
6740 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6741 |
3301
|
6742 * time/asctime.m: Texinfoize help text. |
|
6743 * time/clock.m: Ditto. |
|
6744 * time/date.m: Ditto. |
|
6745 * miscellaneous/cputime.m: Ditto. |
|
6746 * miscellaneous/etime.m: Ditto. |
|
6747 * miscellaneous/is_leap_year.m: Ditto. |
|
6748 * miscellaneous/popen2.m: Ditto. |
|
6749 * miscellaneous/version.m: Ditto. |
|
6750 * miscellaneous/tic.m: Ditto. |
|
6751 * miscellaneous/toc.m: Just refer to tic.m. |
|
6752 |
3297
|
6753 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
6754 `cd dir; $(MAKE); cd ..'. |
|
6755 ($(SUBDIRS)): Likewise. |
|
6756 |
|
6757 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
6758 |
|
6759 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
6760 of `cd dir; $(MAKE)'. |
|
6761 |
3296
|
6762 * gethelp.cc, mkdoc: New files. |
|
6763 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
6764 sources. |
|
6765 |
3291
|
6766 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6767 |
|
6768 * linear-algebra/kron.m: Fix typo in previous change |
|
6769 |
3282
|
6770 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6771 |
|
6772 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
6773 |
5095
|
6774 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
6775 |
|
6776 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
6777 rank when V has more columns than rows. |
|
6778 |
|
6779 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6780 |
|
6781 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
6782 |
|
6783 * statistics/tests/manova.m: Avoid problems if |
|
6784 whitespace_in_literal_matrix is set to "traditional". |
|
6785 * statistics/tests/t_test_regression.m: Likewise. |
|
6786 * statistics/tests/u_test.m: Likewise. |
|
6787 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
6788 * statistics/tests/anova.m: Likewise. |
|
6789 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
6790 * statistics/base/statistics.m: Likewise. |
|
6791 * image/saveimage.m: Likewise. |
|
6792 * signal/arch_fit.m: Likewise. |
|
6793 * signal/autoreg_matrix.m: Likewise. |
|
6794 * signal/triangle_lw.m: Likewise. |
|
6795 * strings/dec2hex.m: Likewise. |
|
6796 |
3268
|
6797 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6798 |
|
6799 * image/saveimage.m: Initialize scale. |
|
6800 |
|
6801 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6802 |
|
6803 * general/reshape.m: Allow reshape (a, size (b)). |
|
6804 |
3266
|
6805 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6806 |
|
6807 * specfun/erfinv.m: Improve stopping criterion. |
|
6808 Add iteration count as second return value. |
|
6809 |
3265
|
6810 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6811 |
|
6812 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
6813 |
3263
|
6814 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6815 |
|
6816 * miscellaneous/pack.m: New function. |
|
6817 |
|
6818 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6819 |
|
6820 * plot/figure.m: Always return figure number. With no args, |
|
6821 figure now creates a new figure window and returns its number. |
|
6822 Accept figure (property, value) syntax, but do nothing. |
|
6823 |
5095
|
6824 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
6825 |
|
6826 * general/shift.m: Avoid printing temporary value for backward shift. |
|
6827 |
3260
|
6828 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6829 |
|
6830 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
6831 evenly spaced. |
|
6832 |
3250
|
6833 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6834 |
|
6835 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
6836 contain only zeros. |
|
6837 |
5095
|
6838 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
6839 |
|
6840 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
6841 instead of appending them. |
|
6842 |
|
6843 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6844 |
|
6845 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
6846 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
6847 Update from A. S. Hodel. |
|
6848 |
3246
|
6849 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6850 |
|
6851 * polynomial/polyfit.m: Correct previous change. |
|
6852 |
3243
|
6853 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6854 |
|
6855 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
6856 |
5095
|
6857 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
6858 |
|
6859 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
6860 version of krylov and krylovb. |
|
6861 |
|
6862 * control/outlist.m, control/sysout.m: Fix typos. |
|
6863 |
|
6864 * control/sysdimensions.m: Add option for total number of states. |
|
6865 |
|
6866 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
6867 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
6868 arguments. |
|
6869 |
|
6870 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6871 |
|
6872 * strings/index.m: Fail with meaningful error message if either |
|
6873 arg is a string array. |
|
6874 |
3238
|
6875 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6876 |
|
6877 * linear-algebra/norm.m: Do the right thing for 1- and |
|
6878 infinity-norms of complex matrices. From Sven Khatri |
|
6879 <khatri@saturn.vocalpoint.com>. |
|
6880 |
5095
|
6881 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
6882 |
|
6883 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
6884 |
|
6885 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6886 |
|
6887 * strings/split.m: Avoid problems when splitting strings that have |
|
6888 \ in them. |
|
6889 |
5095
|
6890 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
6891 |
|
6892 * image/colormap.m: Do better arg checking, handle string args |
|
6893 that name the colormap function to call (e.g., colormap ("ocean")). |
|
6894 |
5095
|
6895 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
6896 |
|
6897 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
6898 * linear-algebra/dot.m: Likewise. |
|
6899 * linear-algebra/cross.m: Likewise. |
|
6900 * general/rot90.m: Likewise. |
|
6901 |
5095
|
6902 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
6903 |
|
6904 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
6905 that the leading column is not all zeros. |
|
6906 |
|
6907 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6908 |
|
6909 * general/shift.m: Fix potential problems with |
|
6910 whitespace_in_literal_matrix. |
|
6911 * signal/arch_rnd.m: Ditto. |
|
6912 * signal/autocov.m: Ditto. |
|
6913 * signal/diffpara.m: Ditto. |
|
6914 * signal/hurst.m: Ditto. |
|
6915 * signal/periodogram.m: Ditto. |
|
6916 * signal/spectral_adf.m: Ditto. |
|
6917 * signal/spectral_xdf.m: Ditto. |
|
6918 * signal/spencer.m: Ditto. |
|
6919 * signal/synthesis.m: Ditto. |
|
6920 * statistics/distributions/wiener_rnd.m: Ditto. |
|
6921 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
6922 * statistics/models/logistic_regression.m: Ditto. |
|
6923 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
6924 * statistics/tests/run_test.m: Ditto. |
|
6925 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
6926 |
5095
|
6927 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
6928 |
|
6929 * plot/__plr2__.m: Fix typo. |
|
6930 |
3233
|
6931 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6932 |
|
6933 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
6934 |
5095
|
6935 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
6936 |
|
6937 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
6938 function. |
|
6939 |
5095
|
6940 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
6941 |
|
6942 * control/ss2sys.m: Fix typo. |
|
6943 |
|
6944 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6945 |
|
6946 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
6947 |
|
6948 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
6949 signal names as lists of strings instead of string arrays. |
|
6950 |
3225
|
6951 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6952 |
3233
|
6953 * quaternion: New directory of functions from A. S. Hodel |
3225
|
6954 <a.s.hodel@eng.auburn.edu>. |
|
6955 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
6956 * quaternion/Makefile.in: New file. |
|
6957 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
6958 |
|
6959 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6960 |
|
6961 * image/saveimage.m: Make it work again for black and white colormaps. |
|
6962 |
|
6963 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
6964 since there can be fewer rows than columns. Round values to |
|
6965 nearest position in colormap instead of truncating. Correct usage |
|
6966 message. |
|
6967 |
5095
|
6968 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
6969 |
|
6970 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
6971 zero rows of [A,v] as householder pivots; this avoids spurious |
|
6972 non-zero entries in returned orthogonal matrix U, but destroys the |
|
6973 Householder matrix structure of H. |
|
6974 |
|
6975 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6976 |
|
6977 * general/logical.m: Just copy input to output if argument is |
|
6978 already a logical object. |
|
6979 |
3215
|
6980 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6981 |
|
6982 * New files from OCST, in control subdiretory: |
|
6983 |
|
6984 DEMOcontrol.m is_siso.m syschnames.m |
|
6985 abcddim.m is_stabilizable.m syschnamesl.m |
|
6986 abcddims.m is_stable.m syschtsam.m |
|
6987 analdemo.m jet707.m sysconnect.m |
|
6988 are.m lqe.m syscont.m |
|
6989 axis2dlim.m lqg.m syscont_disc.m |
|
6990 bddemo.m lqr.m sysdefioname.m |
|
6991 bode.m lsim.m sysdefstname.m |
|
6992 bode_bounds.m ltifr.m sysdimensions.m |
|
6993 bodquist.m lyap.m sysdisc.m |
|
6994 buildssic.m mb.m sysdup.m |
|
6995 c2d.m minfo.m sysgetsignals.m |
6302
|
6996 com2str.m moddemo.m sysgettsam.m |
3215
|
6997 controldemo.m nichols.m sysgettype.m |
|
6998 ctrb.m nyquist.m sysgroup.m |
|
6999 d2c.m obsv.m sysgroupn.m |
|
7000 damp.m ord2.m sysmult.m |
|
7001 dare.m outlist.m sysout.m |
|
7002 dcgain.m packedform.m sysprune.m |
|
7003 demomarsyas.m packsys.m sysreorder.m |
|
7004 dezero.m; parallel.m sysrepdemo.m |
|
7005 dgkfdemo.m place.m sysscale.m |
|
7006 dgram.m polyout.m syssub.m |
|
7007 dhinfdemo.m prompt.m sysupdate.m |
|
7008 dlqe.m pzmap.m tf2ss.m |
|
7009 dlqg.m qzval.m tf2sys.m |
|
7010 dlqr.m rldemo.m tf2sysl.m |
|
7011 dlyap.m rlocus.m tf2zp.m |
|
7012 dmr2d.m rotg.m tfout.m |
|
7013 fir2sys.m run_cmd.m; tzero.m |
|
7014 frdemo.m series.m tzero2.m |
|
7015 freqchkw.m sortcom.m ugain.m |
|
7016 freqresp.m ss2sys.m unpacksys.m |
|
7017 gram.m ss2tf.m wgt1o.m |
|
7018 h2norm.m ss2zp.m zgfmul.m |
|
7019 h2syn.m starp.m zgfslv.m |
|
7020 hinf_ctr.m step.m zginit.m |
|
7021 hinfdemo.m stepimp.m zgpbal.m |
|
7022 hinfnorm.m strappend.m; zgreduce.m |
|
7023 hinfsyn.m susball.m zgrownorm.m |
|
7024 hinfsyn_chk.m swap.m zgscal.m |
|
7025 impulse.m swapcols.m zgsgiv.m |
|
7026 is_abcd.m swaprows.m zgshsr.m |
|
7027 is_controllable.m sys2fir.m zp2ss.m |
|
7028 is_detectable.m sys2ss.m zp2ssg2.m |
|
7029 is_dgkf.m sys2tf.m zp2sys.m |
|
7030 is_digital.m sys2zp.m zp2tf.m |
|
7031 is_observable.m sysadd.m zpout.m |
|
7032 is_sample.m sysappend.m |
|
7033 |
|
7034 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7035 |
|
7036 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
7037 |
|
7038 * strings/deblank.m: Make it work for string arrays too. |
|
7039 |
3211
|
7040 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7041 |
|
7042 * linear-algebra/housh.m: New file from the OCST. |
|
7043 * linear-algebra/krygetq.m: Ditto. |
|
7044 * linear-algebra/krylov.m: Ditto. |
|
7045 * linear-algebra/krylovb.m: Ditto. |
|
7046 * linear-algebra/qrhouse.m: Ditto. |
|
7047 * general/is_duplicate_entry.m: Ditto. |
|
7048 |
|
7049 * general/is_symmetric.m: Call is_square instead of doing that |
|
7050 check in line. |
|
7051 |
3196
|
7052 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7053 |
3202
|
7054 * general/is_square.m: |
|
7055 |
|
7056 * general/isempty.m, general/is_matrix.m: Delete. |
|
7057 |
|
7058 * general/is_symmetric: Delete special case for strings. Whether |
|
7059 the conversion is valid should depend on implicit_str_to_num_ok. |
|
7060 |
|
7061 * general/is_square.m: If arg is not a matrix, don't check size, |
|
7062 just return 0. |
|
7063 * general/is_symmetric: Likewise. |
|
7064 * general/is_vector.m: Likewise. |
|
7065 * general/is_scalar.m: Likewise. |
|
7066 |
3196
|
7067 * general/length.m: Delete. |
|
7068 |
3191
|
7069 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7070 |
|
7071 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
7072 statistics/distributions/Makefile, statistics/models/Makefile, |
|
7073 and statistics/tests/Makefile to the list of files to create. |
|
7074 |
|
7075 * finance/Makefile.in, statistics/base/Makefile.in, |
|
7076 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
7077 statistics/tests/Makefile.in: New files. |
|
7078 * statistics/Makefile.in: Delete file lists. Now only handle |
|
7079 subdirectories. |
|
7080 * Makefile.in (SUBDIRS): Add finance. |
|
7081 |
|
7082 * Move the following files from statistics to statistics/base: |
|
7083 |
|
7084 corrcoef.m |
|
7085 kurtosis.m |
|
7086 mahalanobis.m |
|
7087 median.m |
|
7088 ols.m |
|
7089 skewness.m |
|
7090 std.m |
|
7091 |
|
7092 New files, from Kurt Hornik's octave-ci package: |
|
7093 |
|
7094 * finance (new directory): |
|
7095 |
|
7096 fv.m |
|
7097 fvl.m |
|
7098 irr.m |
|
7099 nper.m |
|
7100 npv.m |
|
7101 pmt.m |
|
7102 pv.m |
|
7103 pvl.m |
|
7104 rate.m |
|
7105 vol.m |
|
7106 |
|
7107 * linear-algebra/dmult.m |
|
7108 |
|
7109 * signal: |
|
7110 |
|
7111 arch_fit.m |
|
7112 arch_rnd.m |
|
7113 arch_test.m |
|
7114 arma_rnd.m |
|
7115 autocor.m |
|
7116 autocov.m |
|
7117 autoreg_matrix.m |
|
7118 bartlett.m |
|
7119 blackman.m |
|
7120 diffpara.m |
|
7121 durbinlevinson.m |
|
7122 fractdiff.m |
|
7123 hamming.m |
|
7124 hanning.m |
|
7125 hurst.m |
|
7126 periodogram.m |
|
7127 rectangle_lw.m |
|
7128 rectangle_sw.m |
|
7129 sinetone.m |
|
7130 sinewave.m |
|
7131 spectral_adf.m |
|
7132 spectral_xdf.m |
|
7133 spencer.m |
|
7134 stft.m |
|
7135 synthesis.m |
|
7136 triangle_lw.m |
|
7137 triangle_sw.m |
|
7138 yulewalker.m |
|
7139 |
|
7140 * statistics/base (new directory): |
|
7141 |
|
7142 center.m |
|
7143 cloglog.m |
|
7144 cor.m |
|
7145 cov.m |
|
7146 cut.m |
|
7147 iqr.m |
|
7148 kendall.m |
|
7149 logit.m |
|
7150 mean.m |
|
7151 meansq.m |
|
7152 moment.m |
|
7153 ppplot.m |
|
7154 probit.m |
|
7155 qqplot.m |
|
7156 range.m |
|
7157 ranks.m |
|
7158 run_count.m |
|
7159 spearman.m |
|
7160 statistics.m |
|
7161 studentize.m |
|
7162 table.m |
|
7163 values.m |
|
7164 var.m |
|
7165 |
|
7166 (Replaces cov.m and mean.m with new versions.) |
|
7167 |
|
7168 * statistics/distributions (new directory): |
|
7169 |
|
7170 beta_cdf.m |
|
7171 beta_inv.m |
|
7172 beta_pdf.m |
|
7173 beta_rnd.m |
|
7174 binomial_cdf.m |
|
7175 binomial_inv.m |
|
7176 binomial_pdf.m |
|
7177 binomial_rnd.m |
|
7178 cauchy_cdf.m |
|
7179 cauchy_inv.m |
|
7180 cauchy_pdf.m |
|
7181 cauchy_rnd.m |
|
7182 chisquare_cdf.m |
|
7183 chisquare_inv.m |
|
7184 chisquare_pdf.m |
|
7185 chisquare_rnd.m |
|
7186 discrete_cdf.m |
|
7187 discrete_inv.m |
|
7188 discrete_pdf.m |
|
7189 discrete_rnd.m |
|
7190 empirical_cdf.m |
|
7191 empirical_inv.m |
|
7192 empirical_pdf.m |
|
7193 empirical_rnd.m |
|
7194 exponential_cdf.m |
|
7195 exponential_inv.m |
|
7196 exponential_pdf.m |
|
7197 exponential_rnd.m |
|
7198 f_cdf.m |
|
7199 f_inv.m |
|
7200 f_pdf.m |
|
7201 f_rnd.m |
|
7202 gamma_cdf.m |
|
7203 gamma_inv.m |
|
7204 gamma_pdf.m |
|
7205 gamma_rnd.m |
|
7206 geometric_cdf.m |
|
7207 geometric_inv.m |
|
7208 geometric_pdf.m |
|
7209 geometric_rnd.m |
|
7210 hypergeometric_cdf.m |
|
7211 hypergeometric_inv.m |
|
7212 hypergeometric_pdf.m |
|
7213 hypergeometric_rnd.m |
|
7214 kolmogorov_smirnov_cdf.m |
|
7215 laplace_cdf.m |
|
7216 laplace_inv.m |
|
7217 laplace_pdf.m |
|
7218 laplace_rnd.m |
|
7219 logistic_cdf.m |
|
7220 logistic_inv.m |
|
7221 logistic_pdf.m |
|
7222 logistic_rnd.m |
|
7223 lognormal_cdf.m |
|
7224 lognormal_inv.m |
|
7225 lognormal_pdf.m |
|
7226 lognormal_rnd.m |
|
7227 normal_cdf.m |
|
7228 normal_inv.m |
|
7229 normal_pdf.m |
|
7230 normal_rnd.m |
|
7231 pascal_cdf.m |
|
7232 pascal_inv.m |
|
7233 pascal_pdf.m |
|
7234 pascal_rnd.m |
|
7235 poisson_cdf.m |
|
7236 poisson_inv.m |
|
7237 poisson_pdf.m |
|
7238 poisson_rnd.m |
|
7239 stdnormal_cdf.m |
|
7240 stdnormal_inv.m |
|
7241 stdnormal_pdf.m |
|
7242 stdnormal_rnd.m |
|
7243 t_cdf.m |
|
7244 t_inv.m |
|
7245 t_pdf.m |
|
7246 t_rnd.m |
|
7247 uniform_cdf.m |
|
7248 uniform_inv.m |
|
7249 uniform_pdf.m |
|
7250 uniform_rnd.m |
|
7251 weibull_cdf.m |
|
7252 weibull_inv.m |
|
7253 weibull_pdf.m |
|
7254 weibull_rnd.m |
|
7255 wiener_rnd.m |
|
7256 |
|
7257 * statistics/models (new directory): |
|
7258 |
|
7259 logistic_regression.m |
|
7260 logistic_regression_derivatives.m |
|
7261 logistic_regression_likelihood.m |
|
7262 |
|
7263 * statistics/tests (new directory): |
|
7264 |
|
7265 anova.m |
|
7266 bartlett_test.m |
|
7267 chisquare_test_homogeneity.m |
|
7268 chisquare_test_independence.m |
|
7269 cor_test.m |
|
7270 f_test_regression.m |
|
7271 hotelling_test.m |
|
7272 hotelling_test_2.m |
|
7273 kolmogorov_smirnov_test.m |
|
7274 kolmogorov_smirnov_test_2.m |
|
7275 kruskal_wallis_test.m |
|
7276 manova.m |
|
7277 mcnemar_test.m |
|
7278 prop_test_2.m |
|
7279 run_test.m |
|
7280 sign_test.m |
|
7281 t_test.m |
|
7282 t_test_2.m |
|
7283 t_test_regression.m |
|
7284 u_test.m |
|
7285 var_test.m |
|
7286 welch_test.m |
|
7287 wilcoxon_test.m |
|
7288 z_test.m |
|
7289 z_test_2.m |
|
7290 |
|
7291 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7292 |
|
7293 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
7294 compatibility and to avoid Y2K problems. |
|
7295 |
3190
|
7296 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7297 |
|
7298 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
7299 least-squares solution. |
|
7300 |
3180
|
7301 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7302 |
|
7303 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
7304 |
|
7305 * strings/strrep.m: Don't convert args to numeric values. |
|
7306 Prevent warnings for empty string args. |
|
7307 From Georg Thimm <thimm@idiap.ch>. |
|
7308 |
|
7309 * strings/strcat.m: Prevent warnings for empty string args. |
|
7310 |
|
7311 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7312 |
|
7313 * miscellaneous/menu.m: Remove special case for empty string |
|
7314 returned from input(). Add second arg to eval() to catch errors. |
|
7315 |
3178
|
7316 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7317 |
|
7318 * plot/__plt__.m: Don't call usleep. |
|
7319 |
3175
|
7320 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7321 |
|
7322 * linear-algebra/dot.m: New function. |
|
7323 |
|
7324 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
7325 compatibility. |
|
7326 |
|
7327 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7328 |
|
7329 * plot/hist.m: Also allow just one output argument. |
|
7330 |
|
7331 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7332 |
|
7333 * strings/deblank.m: Make it work if the string is only blanks. |
|
7334 |
|
7335 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7336 |
|
7337 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
7338 |
|
7339 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7340 |
|
7341 * plot/oneplot.m: Fix typo. |
|
7342 |
3174
|
7343 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7344 |
|
7345 * miscellaneous/flops.m: Allow a single argument too. |
|
7346 |
|
7347 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7348 |
|
7349 * strings/str2mat.m: Also handle case when there are no empty |
|
7350 strings correctly. |
|
7351 |
|
7352 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7353 |
|
7354 * strings/isletter.m: New function, for Matlab compatibility. |
|
7355 |
3168
|
7356 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7357 |
|
7358 * strings/str2mat.m: Handle string matrices too. |
|
7359 |
3167
|
7360 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7361 |
|
7362 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
7363 linear encoding. |
|
7364 |
|
7365 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
7366 audio/record.m: Open files in binary mode. |
|
7367 |
3164
|
7368 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7369 |
|
7370 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
7371 Move functionality of dump_1_pref here, but use built-in function |
|
7372 type to extract value, and put it inside try/catch block. |
|
7373 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
7374 |
3162
|
7375 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7376 |
|
7377 * plot/__pltopt1.m__: New file. |
|
7378 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
7379 __pltopt1__ multiple times and returning a string array with rows |
|
7380 corresponding to the rows of opt. |
|
7381 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
7382 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
7383 array. |
|
7384 |
|
7385 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7386 |
|
7387 * plot/mplot.m: Fix misspellings of global variables. |
|
7388 Don't call clearplot. |
|
7389 |
|
7390 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7391 |
|
7392 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
7393 "cle;rep" when going in ot multiplot mode. |
|
7394 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
7395 switching out of multiplot mode. |
|
7396 |
3156
|
7397 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
7398 |
3156
|
7399 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
7400 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
7401 |
3141
|
7402 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7403 |
|
7404 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
7405 |
|
7406 * miscellaneous/bug_report.m: Don't try to get smart with |
|
7407 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
7408 |
|
7409 * Makefile.in (install): Create separate ls-R files for |
|
7410 $(datadir) and $(libexecdir). |
|
7411 (uninstall): Remove both ls-R files. |
|
7412 |
3136
|
7413 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7414 |
|
7415 * signal/fftshift.m: New file. |
|
7416 |
|
7417 * plot/contour.m: Fix for non-square case. |
|
7418 |
|
7419 * general/randperm.m: New file. |
|
7420 |
|
7421 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7422 |
|
7423 * specfun/betai.m: Restore file for compatibility with previous |
|
7424 versions. Call betainc with reordered args. |
|
7425 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
7426 |
3131
|
7427 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7428 |
|
7429 * plot/contour.m: Handle discrete contour levels. |
|
7430 |
|
7431 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7432 |
|
7433 * control/lyap.m: For compatibility with Matlab, solve |
|
7434 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
7435 |
3124
|
7436 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7437 |
|
7438 * specfun/bessel.m: New file. |
|
7439 |
|
7440 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
7441 specfun/gammainc.m: Delete. |
|
7442 |
3106
|
7443 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7444 |
|
7445 * image/colormap.m: Initialize __current_color_map__ in global |
|
7446 statement. |
|
7447 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
7448 statement. |
|
7449 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
7450 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7451 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
7452 |
3103
|
7453 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7454 |
|
7455 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
7456 * time/toc.m: Likewise. |
|
7457 |
|
7458 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
7459 |
|
7460 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
7461 anything special for automatic_replot when in multiplot mode -- |
|
7462 recent 3.6beta releases handle this correctly. |
|
7463 |
|
7464 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
7465 setting the terminal type. |
|
7466 |
|
7467 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7468 plot/subwindow.m: Use leading and trailing underscores for |
|
7469 `private' globals. |
|
7470 |
|
7471 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
7472 |
3101
|
7473 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7474 |
|
7475 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
7476 |
3091
|
7477 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7478 |
3092
|
7479 * specfun/gammai.m: Avoid problems with whitespace when |
|
7480 constructing matrices. |
|
7481 |
3091
|
7482 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
7483 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
7484 original y vector. |
|
7485 |
3085
|
7486 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7487 |
|
7488 * linear-algebra/cross.m: Use direct formula instead of calling |
|
7489 det three times in a loop. If both args are column (row) vectors, |
|
7490 return a column (row) vector. If they don't match, pay attention |
|
7491 to the value of prefer_column_vectors. |
|
7492 |
5095
|
7493 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
7494 |
|
7495 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
7496 nonsymmetric matrices. |
|
7497 |
|
7498 * general/tril.m: Fix usage message. |
|
7499 |
|
7500 * polynomial/polyvalm.m: Fix error messages. |
|
7501 * polynomial/polyderiv.m: Likewise. |
|
7502 * polynomial/polyval.m: Likewise. |
|
7503 |
3081
|
7504 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7505 |
|
7506 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
7507 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
7508 |
3063
|
7509 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7510 |
|
7511 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
7512 |
5095
|
7513 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
7514 |
|
7515 * plot/__pltopt__.m: Handle key/legend names. |
|
7516 Correctly set colors, line styles, and point styles. |
|
7517 |
3061
|
7518 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7519 |
|
7520 * polynomial/polyfit.m: Return fit y values as second output. |
|
7521 Don't use QR factorization to solve least squares problem. |
|
7522 |
|
7523 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7524 |
|
7525 * control/dlqr.m: Use ao, not a, to compute k. |
|
7526 |
3024
|
7527 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7528 |
|
7529 * miscellaneous/path.m: New file. |
|
7530 |
2993
|
7531 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7532 |
|
7533 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
7534 name. |
|
7535 |
2968
|
7536 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7537 |
|
7538 * specfun/erfinv.m: Add missing semicolon. |
|
7539 |
2870
|
7540 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7541 |
|
7542 * miscellaneous/xor.m: Make type of return value logical. |
|
7543 |
2853
|
7544 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7545 |
|
7546 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
7547 warn_comma_in_global_decl. |
|
7548 |
2831
|
7549 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7550 |
|
7551 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
7552 octave-bug script. |
|
7553 |
2823
|
7554 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7555 |
2824
|
7556 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
7557 prefer_zero_one_indexing. |
|
7558 |
2823
|
7559 * general/logical.m: New file. |
|
7560 |
2816
|
7561 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7562 |
|
7563 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
7564 and is_vector(). |
|
7565 |
5095
|
7566 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
7567 |
|
7568 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
7569 Use tolerance of 2 * eps. |
|
7570 |
2811
|
7571 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7572 |
|
7573 * Makefile.in (install-strip): New target. |
|
7574 * audio/Makefile.in: Ditto. |
|
7575 * control/Makefile.in: Ditto. |
|
7576 * elfun/Makefile.in: Ditto. |
|
7577 * general/Makefile.in: Ditto. |
|
7578 * image/Makefile.in: Ditto. |
|
7579 * io/Makefile.in: Ditto. |
|
7580 * linear-algebra/Makefile.in: Ditto. |
|
7581 * miscellaneous/Makefile.in: Ditto. |
|
7582 * plot/Makefile.in: Ditto. |
|
7583 * polynomial/Makefile.in: Ditto. |
|
7584 * set/Makefile.in: Ditto. |
|
7585 * signal/Makefile.in: Ditto. |
|
7586 * specfun/Makefile.in: Ditto. |
|
7587 * special-matrix/Makefile.in: Ditto. |
|
7588 * startup/Makefile.in: Ditto. |
|
7589 * statistics/Makefile.in: Ditto. |
|
7590 * strings/Makefile.in: Ditto. |
|
7591 |
2809
|
7592 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7593 |
|
7594 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
7595 |
2798
|
7596 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7597 |
|
7598 * statistics/corrcoef.m: Make it actually work. |
|
7599 |
2795
|
7600 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7601 |
2798
|
7602 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
7603 |
2779
|
7604 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
7605 |
|
7606 * Version 2.0.5 released. |
|
7607 |
2745
|
7608 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7609 |
2749
|
7610 * Makefile.in (maintainer-clean): Also remove configure. |
|
7611 |
2746
|
7612 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
7613 |
2745
|
7614 * general/is_matrix.m: Return zero for empty matrices. |
|
7615 |
|
7616 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7617 |
|
7618 * linear-algebra/vech.m: Size result just once. |
|
7619 |
2726
|
7620 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7621 |
|
7622 * general/is_square.m: Handle empty matrices correctly. |
|
7623 * general/is_symmetric.m: Handle empty matrices and strings. |
|
7624 |
2716
|
7625 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7626 |
|
7627 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
7628 * polynomial/deconv.m: Likewise. |
|
7629 * polynomial/polyderiv.m: Likewise. |
|
7630 * polynomial/polyinteg.m: Likewise. |
|
7631 * polynomial/polyreduce.m: Likewise. |
|
7632 * polynomial/polyval.m: Likewise. |
|
7633 * polynomial/polyvalm.m: Likewise. |
|
7634 * general/postpad.m: Likewise. |
|
7635 * general/prepad.m: Likewise. |
|
7636 |
|
7637 * polynomial/compan.m: Check input with is_vector(), not |
|
7638 is_matrix(). Handle scalar case. |
|
7639 |
2711
|
7640 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7641 |
2715
|
7642 * plot/contour.m: Order data so that it is consistent with |
|
7643 meshgrid and mesh. |
|
7644 |
2711
|
7645 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
7646 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
7647 |
2709
|
7648 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
7649 |
|
7650 * Version 2.0.4 released. |
|
7651 |
2706
|
7652 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7653 |
2702
|
7654 * miscellaneous/paren.m: New file. |
|
7655 |
2693
|
7656 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
7657 |
|
7658 * Version 2.0.3 released. |
|
7659 |
2676
|
7660 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7661 |
|
7662 * image/saveimage.m: Only clip image data that is actually out of |
|
7663 range. |
|
7664 |
2667
|
7665 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7666 |
|
7667 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
7668 also be considered to be matrices. |
|
7669 |
|
7670 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
7671 |
|
7672 * general/isempty.m: Use size(), not rows() and columns(). |
|
7673 |
|
7674 * plot/contour.m: Convert set to gset. |
|
7675 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
7676 |
2663
|
7677 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7678 |
|
7679 * specfun/erfinv.m: Fix typo in last change. |
|
7680 |
2650
|
7681 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7682 |
|
7683 * image/loadimage.m: Make it possible to load files with image |
|
7684 data named X or img. |
|
7685 |
|
7686 * image/default.img: Change name of image from X to img to match |
|
7687 what saveimage does now. |
|
7688 |
|
7689 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
7690 does now. |
|
7691 |
2632
|
7692 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7693 |
2634
|
7694 * Version 2.0.2 released. |
|
7695 |
2632
|
7696 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
7697 weird missing-lines bug without creating extra plots unecessarily. |
|
7698 |
2624
|
7699 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7700 |
|
7701 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
7702 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
7703 io/Makefile.in, linear-algebra/Makefile.in, |
|
7704 miscellaneous/Makefile.in, plot/Makefile.in, |
|
7705 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
7706 specfun/Makefile.in, special-matrix/Makefile.in, |
|
7707 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
7708 time/Makefile.in (bin-dist): New target. |
|
7709 |
2621
|
7710 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7711 |
|
7712 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
7713 |
|
7714 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7715 |
|
7716 * miscellaneous/xor.m: Make it work. |
|
7717 |
2613
|
7718 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7719 |
|
7720 * plot/sombrero.m: Doc fix. |
|
7721 |
2602
|
7722 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7723 |
|
7724 * Version 2.0.1 released. |
|
7725 |
2601
|
7726 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7727 |
|
7728 * elfun/lcm.m: Replace missing if statement. |
|
7729 |
|
7730 * elfun/gcd.m: Report error if no input args. |
|
7731 * elfun/lcm.m: Likewise. |
|
7732 |
2597
|
7733 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7734 |
|
7735 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
7736 Also list contents of $libexecdir/octave in ls-R database. |
|
7737 |
2583
|
7738 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7739 |
|
7740 * Version 2.0 released. |
|
7741 |
2575
|
7742 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7743 |
|
7744 * Version 1.94. |
|
7745 |
2558
|
7746 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7747 |
|
7748 * strings/str2num.m: New file. |
|
7749 |
2554
|
7750 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7751 |
|
7752 * Version 1.93. |
|
7753 |
2540
|
7754 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7755 |
|
7756 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
7757 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
7758 linear-algebra/vech.m: New files from Kurt Hornik. |
|
7759 |
|
7760 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
7761 general/common_size.m: New files from Kurt Hornik. |
|
7762 |
|
7763 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
7764 New files from Kurt Hornik. |
|
7765 |
|
7766 * signal/detrend.m: New file from Kurt Hornik. |
|
7767 |
|
7768 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
7769 specfun/pow2.m, specfun/log2.m: |
|
7770 New files and updates from Kurt Hornik. |
|
7771 |
2523
|
7772 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7773 |
|
7774 * plot/__plt__.m: Add explicit replot after last command is |
|
7775 issued, to force all lines to be displayed. Hmm. |
|
7776 |
2512
|
7777 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7778 |
2520
|
7779 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
7780 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
7781 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
7782 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
7783 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
7784 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
7785 Uset gset, not set. |
|
7786 |
2512
|
7787 * Version 1.92. |
|
7788 |
2482
|
7789 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7790 |
2486
|
7791 * image/saveimage.m: When writing PostScript, name Octave as the |
|
7792 almighty Creator. Use single call to fprintf instead of looping. |
|
7793 |
|
7794 * image/Makefile.in: Delete references to octtopnm. |
|
7795 |
|
7796 * general/logspace.m: Doc fix. |
|
7797 |
2482
|
7798 * Version 1.91. |
|
7799 |
2458
|
7800 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7801 |
|
7802 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
7803 |
|
7804 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
7805 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
7806 deleted. |
|
7807 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
7808 of a system() command to delete the tmp file. |
|
7809 |
2452
|
7810 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7811 |
|
7812 * Version 1.90. |
|
7813 |
|
7814 * Makefile.in (DISTFILES): Add ChangeLog. |
|
7815 |
2360
|
7816 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7817 |
|
7818 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
7819 Don't check for string value of automatic_replot. |
|
7820 |
|
7821 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
7822 Temporarily set do_fortran_indexing to 1, not "true". |
|
7823 |
|
7824 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
7825 not "false". |
|
7826 |
|
7827 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
7828 "false". |
|
7829 |
2355
|
7830 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
7831 |
|
7832 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
7833 |
2330
|
7834 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7835 |
|
7836 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
7837 system command. |
|
7838 |
|
7839 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7840 |
|
7841 * __plr1__.m: Renamed from polar_int_1.m. |
|
7842 * __plr2__.m: Renamed from polar_int_2.m. |
|
7843 * __plr__.m: Renamed from polar_int.m. |
|
7844 * __plt1__.m: Renamed from plot_int_1.m. |
|
7845 * __plt2__.m: Renamed from plot_int_2.m. |
|
7846 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
7847 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
7848 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
7849 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
7850 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
7851 * __plt__.m: Renamed from plot_int.m. |
|
7852 * __pltopt__.m: Renamed from plot_opt.m. |
|
7853 Change all callers. |
|
7854 |
|
7855 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7856 |
|
7857 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
7858 comments like those found in Emacs lisp files. |
|
7859 |
|
7860 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7861 |
|
7862 * All .m files: Change comment style. |
|
7863 |
|
7864 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7865 |
|
7866 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
7867 subplot.m, subwindow.m, top_title.m: |
|
7868 Print error message if gnuplot_has_multiplot is not true. |
|
7869 |
|
7870 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7871 |
|
7872 * plot/figure.m: New function. |
|
7873 |
|
7874 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7875 |
|
7876 * strings/strrep.m: New function. |
|
7877 |
|
7878 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7879 |
|
7880 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
7881 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
7882 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
7883 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
7884 New functions from Kurt Hornik, heavily modified by jwe. |
|
7885 |
|
7886 * general/reshape.m: Allow strings to be reshaped too. |
|
7887 |
|
7888 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
7889 Always return a scalar. |
|
7890 |
|
7891 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7892 |
|
7893 * polynomial/polyfit.m: Make orientation of result compatible with |
|
7894 Matlab. |
|
7895 |
|
7896 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7897 |
|
7898 * polynomial/polyfit.m: Add missing close paren. |
|
7899 |
|
7900 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7901 |
|
7902 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
7903 |
|
7904 * io/scanf.m: Delete. |
|
7905 |
|
7906 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7907 |
|
7908 * statistics/median.m: Fix typo in usage message. |
|
7909 |
|
7910 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7911 |
|
7912 * miscellaneous/popen2.m: New file. |
|
7913 |
|
7914 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7915 |
|
7916 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
7917 |
|
7918 * io: New directory. |
|
7919 * Makefile.in (SUBDIRS): Add it to the list. |
|
7920 |
|
7921 * miscellaneous/flops.m: New file. |
|
7922 |
|
7923 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7924 |
|
7925 * miscellaneous/cputime.m: Return three arguments instead of a |
|
7926 vector, for compatibility with previous versions and with Matlab |
|
7927 (which only returns one scalar value). |
|
7928 |
|
7929 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
7930 |
|
7931 * general/triu.m: Compute lower bound on loop index correctly. |
|
7932 * general/tril.m: Likewise, for upper bound. |
|
7933 |
|
7934 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7935 |
|
7936 * image/saveimage.m: For color images, make sure indices into |
|
7937 temporary colormap and result matrix have proper orientation. |
|
7938 Set grey flag correctly. |
|
7939 |
|
7940 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7941 |
|
7942 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
7943 jrv@vanzandt.mv.com). |
|
7944 |
|
7945 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7946 |
|
7947 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
7948 * mesh.m: Transpose Z if only one arg. |
|
7949 Handle case of all three args being matrices (from Jim Van Zandt |
|
7950 jrv@vanzandt.mv.com). |
|
7951 * meshdom.m: Undo previous change. |
|
7952 |
|
7953 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7954 |
|
7955 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
7956 |
|
7957 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7958 |
|
7959 * audio: New directory of files from Kurt Hornik and Andreas |
|
7960 Weingessel. |
|
7961 * audio/Makefile.in: New file. |
|
7962 * Makefile.in (SUBDIRS): Add audio to the list. |
|
7963 |
|
7964 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7965 |
|
7966 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
7967 |
|
7968 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7969 |
|
7970 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
7971 columns (z), not the other way around. |
|
7972 * plot/meshdom.m: Don't reverse order of elements in y. |
|
7973 |
|
7974 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7975 |
|
7976 * plot/axis.m: Return current axis if nargin == 0. |
|
7977 |
|
7978 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7979 |
|
7980 * polynomial/roots.m: Updates from Kurt Hornik. |
|
7981 |
|
7982 * polynomial/polyder.m: New file. |
|
7983 |
|
7984 * polynomial/polyderiv.m: Give return value and arg different names. |
|
7985 |
|
7986 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7987 |
|
7988 * specfun/betainc.m: New file. |
|
7989 * specfun/gammainc.m: New file. |
|
7990 |
|
7991 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7992 |
|
7993 * general/strerror.m: New file. |
|
7994 * general/perror.m: Implement using strerror(). |
|
7995 |
|
7996 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
7997 |
|
7998 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
7999 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
8000 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
8001 |
|
8002 * image/saveimage.m: Round img values first. |
|
8003 |
|
8004 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8005 |
|
8006 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
8007 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
8008 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
8009 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
8010 special-matrix/hankel.m special-matrix/toeplitz.m |
|
8011 tuwien/strfun/split.m: Add missing semicolons. |
|
8012 |
|
8013 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
8014 |
|
8015 * image/Makefile.in: Don't build or install octtoppm. |
|
8016 |
|
8017 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
6653
|
8018 routines so that people who don't have the pbm stuff installed |
2330
|
8019 can still use this function. |
|
8020 |
|
8021 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8022 |
|
8023 * image/saveimage.m: Better error checking, clean up a bit. |
|
8024 |
|
8025 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8026 |
|
8027 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
8028 avoid conflict with new built-in text-style function more. |
|
8029 |
|
8030 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
8031 |
|
8032 * startup/Makefile.in (install): Also install octaverc in |
|
8033 $localfcnfiledir/startup/octavrc. |
|
8034 |
|
8035 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8036 |
|
8037 * mkinstalldirs: New file. |
|
8038 * Makefile.in (DISTFILES): Add it to the list. |
|
8039 |
|
8040 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
8041 |
|
8042 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8043 |
|
8044 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
8045 r(1) != c(nr), not if r(1) != c(1). |
|
8046 |
|
8047 * signal/filter.m: Doc fix. |
|
8048 |
|
8049 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8050 |
|
8051 * miscellaneous/cputime.m: Use new resource structure names (no |
|
8052 ru_ or tv_ prefixes). |
|
8053 |
|
8054 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8055 |
|
8056 * time/ctime.m: Fix doc string and usage message. |
|
8057 |
|
8058 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8059 |
|
8060 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
8061 |
|
8062 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8063 |
|
8064 * control/c2d.m: Make function work for any value of |
|
8065 whitespace_in_literal_matrix. |
|
8066 * control/dare.m: Likewise. |
|
8067 * control/tzero.m: Likewise. |
|
8068 * elfun/gcd.m: Likewise. |
|
8069 * elfun/lcm.m: Likewise. |
|
8070 * general/postpad.m: Likewise. |
|
8071 * general/prepad.m: Likewise. |
|
8072 * linear-algebra/kron.m: Likewise. |
|
8073 * miscellaneous/etime.m: Likewise. |
|
8074 * polynomial/conv.m: Likewise. |
|
8075 * polynomial/deconv.m: Likewise. |
|
8076 * polynomial/poly.m: Likewise. |
|
8077 * polynomial/roots.m: Likewise. |
|
8078 * signal/filter.m: Likewise. |
|
8079 * signal/freqz.m: Likewise. |
|
8080 * signal/fftfilt.m: Likewise. |
|
8081 |
|
8082 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8083 |
|
8084 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
8085 |
|
8086 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8087 |
|
8088 * plot/polar_int_2.m: Add missing semicolons. |
|
8089 Set theta = theta', not rho'. |
|
8090 |
|
8091 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8092 |
|
8093 * polynomial/roots.m: Make it work for any value of |
|
8094 whitespace_in_literal_matrix. |
|
8095 |
|
8096 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8097 |
|
8098 * configure.in: New file. |
|
8099 |
|
8100 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8101 |
|
8102 * control/lyap.m: Add missing semicolon. |
|
8103 |
|
8104 * miscellaneous/cputime.m: New function file. |
|
8105 |
|
8106 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8107 |
|
8108 * time: New directory. |
|
8109 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
8110 New function files. |
|
8111 * time/Makefile.in: New file. |
|
8112 * Makefile.in (SUBDIRS): Add time. |
|
8113 |
|
8114 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8115 |
|
8116 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
8117 |
|
8118 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8119 |
|
8120 * plot/plot_int_1.m: Transpose data with .', not '. |
|
8121 |
|
8122 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8123 |
|
8124 * Makefile.in (install uninstall clean mostlyclean distclean |
|
8125 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
8126 |
|
8127 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8128 |
|
8129 * Makefile.in (install): Create ls-R database file. |
|
8130 (uninstall): Delete it. |
|
8131 |
|
8132 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8133 |
5378
|
8134 * image/saveimage.m: Fix typo. |
2330
|
8135 |
|
8136 See ChangeLog.1 in the top level directory for earlier changes. |