6747
|
1 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
|
2 |
|
3 * sparse/pcg.m: Allow the preconditioner to be passed as two |
|
4 separate matrices. |
|
5 |
6746
|
6 2007-06-19 David Bateman <dbateman@free.fr> |
|
7 |
|
8 * plot/axis.m: Prefer to use legend rather than the older Octave |
|
9 only ";;" legend syntax. |
|
10 * polynomial/mkpp.m: ditto. |
|
11 * polynomial/pchip.m: ditto. |
|
12 * signal/freqz_plot.m: ditto. |
|
13 * sparse/gplot.m: ditto. |
|
14 * sparse/treeplot.m: ditto. |
|
15 |
6745
|
16 2007-06-19 John W. Eaton <jwe@octave.org> |
|
17 |
|
18 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. |
|
19 (__go_draw_axes__): Call do_tics to handle tic marks. |
|
20 |
6742
|
21 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
22 |
|
23 * general/interp1.m, general/interp2.m, general/interp3.m, |
|
24 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
|
25 to check for NA. |
|
26 |
6741
|
27 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
28 |
|
29 * optimization/glpk.m: TeXified the help text. |
|
30 * optimization/qp.m: TeXified the help text. |
|
31 * optimization/sqp.m: TeXified the help text. |
|
32 |
6740
|
33 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
|
34 |
|
35 * plot/legend.m: Replace 'vargin' with 'varargin'. |
|
36 |
6738
|
37 2007-06-15 John W. Eaton <jwe@octave.org> |
|
38 |
|
39 * plot/__go_draw_axes__.m: Only attempt label rotation if |
|
40 have_newer_gnuplot is true. |
|
41 |
6736
|
42 2007-06-15 Pete Gustafson <petegus@umich.edu> |
|
43 |
6737
|
44 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
|
45 * plot/__axis_label__.m Assign ylabel default rotation property |
|
46 to 90, all others 0. |
|
47 |
6736
|
48 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
|
49 * plot/__go_draw_axes__.m: Removed undefined tx from call to |
|
50 get_data_limits. |
|
51 * plot/__plotopt1__.m: Intercept and strip format string when |
|
52 called by __errplot__. |
|
53 |
6730
|
54 2007-06-15 John W. Eaton <jwe@octave.org> |
|
55 |
|
56 * testfun/test.m: Also return number of expected failures. |
|
57 |
6724
|
58 2007-06-14 John W. Eaton <jwe@octave.org> |
|
59 |
6730
|
60 * set/ismember.m: Mark two tests known to fail with xtest. |
|
61 |
6724
|
62 * plot/__go_draw_axes__.m: Handle text rotation property. |
|
63 |
6728
|
64 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
|
65 |
|
66 * testfun/test.m: Add xtest support for tests known to fail. |
|
67 |
6727
|
68 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
|
69 |
|
70 * plot/print.m: Handle pstex, pslatex, epslatex, and |
|
71 epslatexstandalone terminals. |
|
72 |
6721
|
73 2007-06-14 David Bateman <dbateman@free.fr> |
|
74 |
|
75 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, |
|
76 as permutation of results was incorrect. |
|
77 * general/interp1.m: Add demo on second derivative |
|
78 * general/interpn.m: Convert "y" to vectors for __splinen__ |
6722
|
79 call. Add 3D demo. Fix typos |
|
80 * general/interp3.m: Fix typos. Correct permutation for use of |
|
81 interpn. |
6721
|
82 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
|
83 |
6717
|
84 2007-06-13 John W. Eaton <jwe@octave.org> |
|
85 |
|
86 * miscellaneous/mkoctfile.m: Quote args too. |
6712
|
87 |
6706
|
88 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
|
89 |
|
90 * miscellaneous/mkoctfile.m: Quote script name for call to system. |
|
91 |
6704
|
92 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
|
93 |
|
94 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". |
|
95 Set have_linestyle to true if two character linestyle is found. |
|
96 |
6702
|
97 2007-06-12 David Bateman <dbateman@free.fr> |
|
98 |
6717
|
99 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
|
100 and interpn.m. |
|
101 |
|
102 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in |
|
103 structure before using it. |
|
104 |
|
105 2007-06-12 David Bateman <dbateman@free.fr> |
|
106 |
6704
|
107 * general/interp1.m: Change examples to use new graphics interface. |
6702
|
108 * general/__splinen__.m: New support function for N-dimensional |
|
109 spline interpolation. |
|
110 * general/bicubic.m: Allow definition of extrapolation |
|
111 value. Adapt tests to use new graphics interface |
|
112 * general/interp2.m: Call __splinen__ for 2-D spline |
|
113 interpolation. Make the lookup table code only be called for |
|
114 linear and nearest methods. |
|
115 * general/interpn.m: New function for N-dimensional, linear, nearest |
|
116 and spline interpolation. |
|
117 * general/interp3.m: New function for 3-dimensional, linear, nearest |
|
118 and spline interpolation. |
6704
|
119 * polynomial/spline.m: Change examples to use new graphics interface. |
6702
|
120 |
6701
|
121 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
|
122 |
|
123 * statistics/tests/wilcoxon_test.m: Error if N <= 25. |
|
124 |
6699
|
125 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
|
126 |
|
127 * plot/fplot.m: If function is inline, vectorize it. |
|
128 |
6698
|
129 2007-06-10 David Bateman <dbateman@free.fr> |
|
130 |
|
131 * pkg/pkg.m (pkg:installed_packages): truncate start of package |
|
132 directory if need to, so that it fits on a line. |
|
133 |
6695
|
134 2007-06-07 David Bateman <dbateman@free.fr> |
|
135 |
|
136 * pkg/pkg.m (pkg): For rebuild target, force package order in |
|
137 saved file so that dependent packages are loaded first, and if |
|
138 nargout==0 don't return any arguments. |
|
139 (pkg:install): Only load packages that are marked autoload after |
|
140 install. Various fixes. Save in order. |
|
141 (pkg:uninstall): Save in order |
|
142 (pkg:load_packages): Use load_package_and_dependencies to load |
|
143 packages. |
|
144 (pkg:save_order): New function to sort package list with dependent |
|
145 packages first. |
|
146 (pkg:load_packages_and_dependencies): New function to load both a |
|
147 list of packages and their dependencies. |
|
148 (pkg:load_package_dirs): New function that returns a vector of the |
|
149 indexes into the installed package list indicating the packages to |
|
150 load and the order to load them in to respect the dependencies. |
|
151 |
6688
|
152 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
|
153 |
|
154 * plot/axes.m: Eliminate redundant else clause. |
|
155 |
6686
|
156 2007-06-03 David Bateman <dbateman@free.fr> |
|
157 |
|
158 * polynomial/spline.m: Add a small tolerance to spline tests. |
6687
|
159 * pkg/pkg.m: Protect against multiple actions being define. |
|
160 |
6683
|
161 2007-06-01 David Bateman <dbateman@free.fr> |
|
162 |
|
163 * pkg.m (pkg:is_superuser): Remove function used in one place and |
|
164 incorporate into main pkg function. |
|
165 (pkg:install): Check for existence of files to install before |
|
166 globbing and warn the user if they don't exist. |
|
167 |
6675
|
168 2007-05-31 David Bateman <dbateman@free.fr> |
|
169 |
6679
|
170 * miscellaneous/copyfile.m: Split copying of multiple files to a |
|
171 directory over several copy command to limit the line length. |
|
172 * miscellaneous/movefile.m: Ditto. |
|
173 |
6675
|
174 * pkg.m: Add build option to allow binary Octave packages to be |
|
175 built from source packages. Probe absolute path of prefix, global |
|
176 and local lists. Use strcat, rather that [] for strings. |
|
177 (pkg:build): New function to binary binary package. |
|
178 (pkg:absolute_pathname): Use fileattrib to probe absolute path. |
|
179 (pkg:repackage): Package binary Octave package from installation. |
|
180 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives |
|
181 from m-files into main installation directory. |
|
182 (pkg:shell): Suppress verbose messages from shell and only display |
|
183 them with the verbose flag. |
|
184 (pkg:installed_packages): Also include the loaded flag in the |
|
185 local and global packages. |
|
186 (pkg:uninstall): On uninstall, only rmpath the package if it is |
|
187 flagged as loaded. |
|
188 |
|
189 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> |
|
190 |
|
191 * pkg.m (pkg:load_packages): Correctly load a mix of packages |
|
192 with and without architecture dependent directories. |
|
193 (pkg:installed_packages): Probe the global_list file even if it is |
|
194 the same as the local_list. |
|
195 |
6669
|
196 2007-05-29 John W. Eaton <jwe@octave.org> |
|
197 |
|
198 * sparse/spy.m: Set axis to "ij" mode. |
|
199 |
6664
|
200 2007-05-24 John W. Eaton <jwe@octave.org> |
|
201 |
|
202 * set/ismember.m: Quote first arg of "fail" tests. |
|
203 |
6663
|
204 2007-05-24 David Bateman <dbateman@free.fr> |
|
205 |
|
206 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
|
207 |
6655
|
208 2007-05-22 David Bateman <dbateman@free.fr> |
|
209 |
|
210 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than |
|
211 error(lasterr()(8:end)). |
|
212 (pkg:install): Warning for empty packages being removed. Suppress |
|
213 spurious output. Warning rather than error for uninstalling a |
|
214 package that is not installed to avoid RPM issue. |
|
215 (pkg:configure_make): Fix for parsing of src/FILES. Don't create |
|
216 inst or architecture dependent directory if it exists. |
|
217 |
6653
|
218 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
|
219 |
|
220 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, |
|
221 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, |
|
222 signal/freqz.m: Fix typos. |
|
223 |
6645
|
224 2007-05-21 David Bateman <dbateman@free.fr> |
|
225 |
|
226 * pkg/pkg.m: Add rebuild target, and -local, -global option to |
|
227 force installation location. |
|
228 (rebuild): New subfunction to rebuild package database from |
|
229 installed packages. Also allows changing of autoload status |
|
230 (install): Warn use if attempting to install from non existent |
|
231 file. |
|
232 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
|
233 "USER", "root"))' for root test. |
|
234 |
|
235 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> |
|
236 |
|
237 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms |
|
238 and replace "\" characters with "/". |
|
239 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
|
240 characters with "/" throughout. |
|
241 (shell): New subfunction that wraps system and is careful with the |
|
242 shell on windows platforms. |
|
243 (configure_make): Explictly pass complier etc to configure |
|
244 process. |
|
245 (issuperuser): Force default to global install for Windows machines. |
|
246 |
6636
|
247 2007-05-19 Kristan Onu |
|
248 |
|
249 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. |
|
250 |
6634
|
251 2007-05-18 David Bateman <dbateman@free.fr> |
|
252 |
|
253 * pkg/pkg.m (install): More verbosity. |
|
254 (configure_make): Ditto. |
|
255 (create_pkgadddel): Install in architecture dependent directory if |
|
256 it exists to address issues with autoload/mfilename. |
|
257 (write_INDEX): Check in archiecture dependent directories as well. |
|
258 |
6633
|
259 2007-05-17 David Bateman <dbateman@free.fr> |
|
260 |
|
261 * plot/hbar.m: Remove. |
|
262 * plot/barh.m: and move it here. |
|
263 |
6631
|
264 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
|
265 |
|
266 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
267 |
6629
|
268 2007-05-16 John W. Eaton <jwe@octave.org> |
|
269 |
|
270 * general/logspace.m: Return second arg if fewer than two values |
|
271 are requested. |
|
272 |
6619
|
273 2007-05-14 John W. Eaton <jwe@octave.org> |
|
274 |
|
275 * plot/__go_draw_figure__.m: Ensure that a reset commands starts |
|
276 on a new line. |
|
277 |
6617
|
278 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
|
279 |
|
280 * statistics/distributions/norminv.m, |
|
281 statistics/distributions/norminv.m, |
|
282 statistics/distributions/normpdf.m, |
|
283 statistics/distributions/normrnd.m: |
|
284 Use standard deviation, not variance. |
|
285 * statistics/distributions/lognpdf.m: Adapt to change in norminv. |
|
286 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. |
|
287 * deprecated/normal_cdf.m, deprecated/normal_inv.m, |
|
288 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve |
|
289 backward compatibility. |
|
290 |
6616
|
291 2007-05-14 David Bateman <dbateman@free.fr> |
|
292 |
|
293 * pkg/pkg.m: Mark loaded packages with "*". |
|
294 |
6615
|
295 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
|
296 |
|
297 * miscellaneous/single.m: Doc fix. |
|
298 Convert to double instead of returning argument unchanged. |
|
299 |
|
300 * miscellaneous/doc.m: Doc fix. |
|
301 |
|
302 * miscellaneous/ver.m: Doc fix. |
|
303 Don't display information about Octave Forge. |
|
304 |
6614
|
305 2007-05-12 David Bateman <dbateman@free.fr> |
|
306 |
|
307 * pkg/pkg.m: Add a "-verbose" option that allows all output of an |
|
308 install to be printed. An error in the on_uninstall script causes |
|
309 a failure to uninstall. Place oct- and mex-files in an |
|
310 architecture dependent directory. |
|
311 |
6611
|
312 2007-05-09 John W. Eaton <jwe@octave.org> |
|
313 |
|
314 * plot/__go_draw_axes__.m: Break plot command over multiple lines. |
|
315 |
6609
|
316 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
317 |
|
318 * statistics/distributions/normcdf.m: Use standard deviation |
|
319 instead of variance for compatibility. |
|
320 |
|
321 2007-05-08 John W. Eaton <jwe@octave.org> |
|
322 |
|
323 |
|
324 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). |
|
325 |
|
326 * set/ismember.m: Always return logical values. |
|
327 |
|
328 * set/ismember.m: Return early if no matches are found. New tests. |
|
329 From: David Grohmann <grohmann@arlut.utexas.edu>. |
|
330 |
|
331 * general/__isequal__.m: Allow numeric values of different classes |
|
332 to compare equal. |
|
333 |
6606
|
334 2007-05-07 David Bateman <dbateman@free.fr> |
|
335 |
6607
|
336 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
|
337 compatiable, accepting LineSpec and markersize arguments. |
6606
|
338 |
6605
|
339 2007-05-02 John W. Eaton <jwe@octave.org> |
|
340 |
|
341 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. |
|
342 |
6604
|
343 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
344 |
|
345 * contour.m: Rewrite help string. |
|
346 |
6599
|
347 2007-04-28 John W. Eaton <jwe@octave.org> |
|
348 |
|
349 * miscellaneous/unzip.m, miscellaneous/untar.m, |
|
350 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: |
|
351 Special case nargout == 0. |
|
352 |
6597
|
353 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
|
354 |
|
355 * general/sub2ind.m: Handle empty input, add tests. |
|
356 |
6590
|
357 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
358 |
|
359 * plot/contourc.m: Doc fix. |
|
360 |
6586
|
361 2007-04-26 David Bateman <dbateman@free.fr> |
|
362 |
|
363 * plot/hist.m: Partially remove previous patch. |
|
364 |
6582
|
365 2007-04-26 David Bateman <dbateman@free.fr> |
|
366 |
|
367 * plot/hist.m: Support returning of handle |
|
368 * plot/__bar__.m: __pltopt__ should only be called on strings or |
|
369 cells. |
|
370 |
6575
|
371 2007-04-25 John W. Eaton <jwe@octave.org> |
|
372 |
6579
|
373 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
|
374 "title \"\"", not "". |
|
375 |
6575
|
376 * plot/legend.m: Initialize WARNED to false. |
|
377 |
6567
|
378 2007-04-24 John W. Eaton <jwe@octave.org> |
|
379 |
|
380 * io/beep.m: Fix cut and paste error. |
|
381 From S�ren Hauberg <soren@hauberg.org>. |
|
382 |
|
383 2007-04-23 John W. Eaton <jwe@octave.org> |
|
384 |
|
385 * plot/box.m: Delete extra endfunction keyword. |
|
386 |
6560
|
387 2007-04-23 David Bateman <dbateman@free.fr> |
|
388 |
|
389 * plot/plot3.m: Call newplot. |
|
390 |
6553
|
391 2007-04-20 John W. Eaton <jwe@octave.org> |
|
392 |
|
393 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. |
|
394 |
6546
|
395 2007-04-19 John W. Eaton <jwe@octave.org> |
|
396 |
|
397 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of |
|
398 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. |
|
399 |
6544
|
400 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
401 |
|
402 * control/util/axis2dlim.m: Delete extraneous line. |
|
403 |
6542
|
404 2007-04-18 John W. Eaton <jwe@octave.org> |
|
405 |
|
406 * specfun/factorial.m: Increase tolerance in large value test. |
|
407 |
6540
|
408 2007-04-18 David Bateman <dbateman@free.fr> |
|
409 |
|
410 * __bar__.m: New support function for bar/hbar to support graphic |
|
411 handles, and additional arguments. |
|
412 * bar.m: Convert to use __bar__. |
|
413 * hbar.m: New function |
|
414 * hist.m: Explicitly set the width of the bar plot. |
|
415 |
6533
|
416 2007-04-17 John W. Eaton <jwe@octave.org> |
|
417 |
6534
|
418 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
|
419 |
6533
|
420 * set/ismember.m: New tests. |
|
421 From David Grohmann <grohmann@arlut.utexas.edu> |
|
422 |
6532
|
423 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
|
424 |
|
425 * specfun/factorial.m: Use gamma function instead of cumprod. |
|
426 Add tests. |
|
427 |
6527
|
428 2007-04-16 John W. Eaton <jwe@octave.org> |
|
429 |
6528
|
430 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
|
431 looks_like_copyright in src/help.cc. |
|
432 From S�ren Hauberg <soren@hauberg.org>. |
|
433 |
6527
|
434 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
|
435 |
6526
|
436 2007-04-13 John W. Eaton <jwe@octave.org> |
|
437 |
6527
|
438 * optimization/sqp.m: Initialize info to 0. |
|
439 |
6526
|
440 * optimization/qp.m: Undo previous change. |
|
441 |
6524
|
442 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
443 |
|
444 * spdiags.m: Fixed the four-argument case to work for columns of |
|
445 length one. |
|
446 |
6523
|
447 2007-04-12 John W. Eaton <jwe@octave.org> |
|
448 |
|
449 * optimization/qp.m: Avoid Octave indexing bug. |
|
450 |
6521
|
451 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
|
452 |
6522
|
453 * miscellaneous/menu.m, control/base/bddemo.m, |
|
454 control/hinf/dgkfdemo.m, control/system/packedform.m, |
|
455 control/system/sysrepdemo.m: |
|
456 Adapt to page_screen_output as a function. |
6521
|
457 |
6518
|
458 2007-04-11 John W. Eaton <jwe@octave.org> |
|
459 |
|
460 * miscellaneous/not.m: Delete. |
|
461 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. |
|
462 |
|
463 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
464 |
|
465 * control/util/axis2dlim.m: Try harder to handle min and max vals |
|
466 that are close but not exactly equal. |
|
467 |
6515
|
468 2007-04-11 David Bateman <dbateman@free.fr> |
|
469 |
|
470 * general/bitcmp.m: Make it work again. |
|
471 |
6512
|
472 2007-04-10 John W. Eaton <jwe@octave.org> |
|
473 |
|
474 * plot/__go_draw_axes__.m: Try harder to handle min and max vals |
|
475 that are close but not exactly equal. |
|
476 |
6511
|
477 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
|
478 |
|
479 * plot/stem.m: Add back the baseline line and let it be not adjustable |
|
480 in response to a change in x limits for now. |
|
481 |
6510
|
482 2007-04-09 John W. Eaton <jwe@octave.org> |
|
483 |
|
484 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. |
|
485 (__go_draw_axes__): Use it to write data to plot stream. |
|
486 |
6509
|
487 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
|
488 |
|
489 * plot/stem.m: Fix typos in doc string. Fix typo in call to |
|
490 zeros. Set markerfacecolor property in call to plot. |
|
491 |
6508
|
492 2007-04-06 John W. Eaton <jwe@octave.org> |
|
493 |
|
494 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. |
|
495 |
|
496 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> |
|
497 |
|
498 * plot/stem.m: Use plot instead of a series of calls to line. |
|
499 |
6494
|
500 2007-04-05 John W. Eaton <jwe@octave.org> |
|
501 |
6499
|
502 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
|
503 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, |
|
504 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
505 sparse/spstats.m, sparse/treeplot.m: Style fixes. |
|
506 |
6496
|
507 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500
|
508 Use strcmpi instead of strcmp+tolower. |
6496
|
509 Style fixes. |
|
510 |
6494
|
511 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
|
512 Plotting fixes. Style fixes. |
|
513 |
|
514 * testfun/test.m: Use "strcat (...)" instead of "[...]". |
|
515 Style fixes. |
|
516 |
|
517 * testfun/fail.m: No need to check for evalin and lastwarn. |
|
518 Style fixes. |
|
519 |
|
520 * testfun/demo.m, testfun/example.m: Style fixes. |
|
521 Use "strcat (...)" instead of "[...]". |
|
522 Use format specifiers in calls to warning. |
|
523 |
|
524 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". |
|
525 Use "strcat (...)" instead of "[...]". |
|
526 Use "x(end)" instead of "x(length (x))". |
|
527 Check NA before NaN. |
|
528 Style fixes. |
|
529 |
6473
|
530 2007-03-29 John W. Eaton <jwe@octave.org> |
|
531 |
6474
|
532 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473
|
533 |
6467
|
534 2007-03-27 John W. Eaton <jwe@octave.org> |
|
535 |
|
536 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
537 control/base/Makefile.in, control/hinf/Makefile.in, |
|
538 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
539 control/util/Makefile.in, deprecated/Makefile.in, |
|
540 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
541 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
542 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
543 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
544 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
545 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
546 special-matrix/Makefile.in, startup/Makefile.in, |
|
547 statistics/Makefile.in, statistics/base/Makefile.in, |
|
548 statistics/distributions/Makefile.in, |
|
549 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
550 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
551 Use ln instead of $(LN_S) in dist target. |
|
552 |
6465
|
553 2007-03-27 David Bateman <dbateman@free.fr> |
|
554 |
|
555 * plot/__go_draw_axes__.m: Allow linewidth settings to work with |
|
556 gnuplot 4.0. |
|
557 |
6464
|
558 2007-03-26 John W. Eaton <jwe@octave.org> |
|
559 |
|
560 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. |
|
561 |
6461
|
562 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
|
563 |
|
564 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via |
|
565 plot stream and using binary data. |
|
566 |
6459
|
567 2007-03-26 John W. Eaton <jwe@octave.org> |
|
568 |
|
569 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
570 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
571 plot/__plt2vv__.m: Accept properties in addtition to options struct. |
|
572 |
|
573 2007-03-26 David Bateman <dbateman@free.fr> |
|
574 |
6461
|
575 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
|
576 |
6459
|
577 * plot/plot3.m: Handle line properties. |
|
578 * plot/plot.m: Update docstring. |
|
579 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. |
|
580 * plot/__plt__.m: Also gather properties. |
|
581 |
6455
|
582 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
|
583 |
|
584 * testfun/assert.m: Delete special check for empty objects. |
|
585 Add test. |
|
586 |
6453
|
587 2007-03-26 John W. Eaton <jwe@octave.org> |
|
588 |
6454
|
589 * plot/drawnow.m: Exit early if call is recursive. |
|
590 |
6453
|
591 * plot/__go_draw_axes__.m (get_data_limits): New function. |
|
592 Check for Inf too. |
|
593 (__go_draw_axes__): Use get_data_limits. |
|
594 |
6450
|
595 2007-03-24 John W. Eaton <jwe@octave.org> |
|
596 |
6451
|
597 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
|
598 send terminal setting command with title option to plot stream. |
|
599 |
6450
|
600 * plot/legend.m: Correctly increment index into list of children.. |
|
601 |
6434
|
602 2007-03-23 John W. Eaton <jwe@octave.org> |
|
603 |
6448
|
604 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
|
605 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, |
|
606 control/base/nyquist.m, control/base/nichols.m, |
|
607 control/base/frdemo.m, signal/freqz_plot.m, |
|
608 control/base/__stepimp__.m, control/base/bode.m, |
|
609 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, |
|
610 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: |
6447
|
611 Update plotting code. |
|
612 |
|
613 * control/base/bode.m: Unwrap phase angle. |
|
614 |
|
615 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. |
|
616 |
|
617 * plot/axis.m: Don't check automatic_replot, or call replot. |
|
618 |
|
619 * quaternion/demoquat.m: Delete comments with obsolete plotting |
|
620 commands. |
6446
|
621 |
6442
|
622 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444
|
623 Handle numeric color specs. |
6442
|
624 * plot/plot.m: Remove "-@" and "@" from docstring. |
|
625 |
6441
|
626 * plot/orient.m: Fix tests to avoid creating a plot window. |
|
627 |
6440
|
628 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
629 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
630 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, |
|
631 general/arrayfun.m, miscellaneous/compare_versions.m, |
|
632 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, |
|
633 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, |
|
634 polynomial/pchip.m: Fix copyright notice, correct FSF address. |
|
635 |
6438
|
636 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
|
637 plot, not just multiplots. |
|
638 |
6436
|
639 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
|
640 |
6434
|
641 * plot/contour.m: Don't call drawnow. |
|
642 |
6431
|
643 2007-03-22 John W. Eaton <jwe@octave.org> |
|
644 |
6432
|
645 * plot/drawnow.m: Check and optionally, set, the __modified__ |
|
646 property of each figure. |
|
647 |
6431
|
648 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
|
649 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
650 |
|
651 2007-03-21 John W. Eaton <jwe@octave.org> |
|
652 |
|
653 * linear-algebra/null.m: Set elements of retval with magnitudes |
|
654 less than eps to 0. |
|
655 |
6429
|
656 2007-03-21 David Bateman <dbateman@free.fr> |
6425
|
657 |
|
658 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. |
6429
|
659 * testfun/speed.m: Documentation and example fix. |
|
660 |
6424
|
661 2007-03-21 John W. Eaton <jwe@octave.org> |
|
662 |
|
663 * plot/subplot.m: If we find an existing subplot region, set |
|
664 it to be the "currentaxes" property for the current figure. |
6425
|
665 Delete old axes objects if the new axes object overlaps the old. |
6424
|
666 |
6422
|
667 2007-03-20 David Bateman <dbateman@free.fr> |
|
668 |
|
669 * general/Makefile.in: Include arrayfun.m in SOURCES. |
|
670 |
|
671 2007-03-20 Bill Denney <denney@seas.upenn.edu> |
|
672 |
|
673 * general/arrayfun.m: New function. |
|
674 |
6418
|
675 2007-03-20 John W. Eaton <jwe@octave.org> |
|
676 |
6419
|
677 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
|
678 * plot/text.m: Call __request_drawnow__ after creating text objects. |
|
679 |
|
680 * plot/clf.m: Don't call drawnow. |
|
681 |
6431
|
682 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419
|
683 |
6420
|
684 * image/__img__.m: Maybe set yaxis to reverse for images. |
|
685 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for |
|
686 images. |
|
687 |
6418
|
688 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419
|
689 instead of global. Only register __go_close_all__ with atexit if |
|
690 the plot stream is successfully opened. |
6418
|
691 |
6413
|
692 2007-03-15 John W. Eaton <jwe@octave.org> |
|
693 |
6418
|
694 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413
|
695 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
696 |
|
697 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
698 |
|
699 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. |
6415
|
700 Use numeric line types. |
6413
|
701 |
|
702 * control/base/rlocus.m: Add asymptotes to the plot. Use wider |
6415
|
703 lines and larger markers. Remove key titles from line type |
|
704 properties. |
6413
|
705 |
6405
|
706 2007-03-14 John W. Eaton <jwe@octave.org> |
|
707 |
6412
|
708 * plot/__axis_label__.m: Accept additional property-value pairs |
|
709 and pass them to __go_text__. Simply return the handle obtained |
|
710 from __go_text__ instead of calling get on the current axis. |
|
711 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. |
|
712 Allow for extra property value pairs to be passed along. |
|
713 * plot/title.m: Implement with __axis_label__ since it does all |
|
714 that title needs to do. |
|
715 |
6410
|
716 * plot/clf.m: Set currentaxes property for current figure to []. |
|
717 |
6405
|
718 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
|
719 |
|
720 * plot/__plt__.m: Return line handles from all calls to __plt1__ |
|
721 and __plt2__, not just the last. |
|
722 |
|
723 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. |
|
724 (SOURCES_IN, GEN_M): Delete. |
|
725 (FCN_FILES): Don't include $(GEN_M). |
|
726 (all): Don't depend on $(GEN_M). |
|
727 ($(GEN_M) : %.m : %.in): Delete pattern rule. |
|
728 |
|
729 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. |
|
730 |
|
731 * plot/newplot.m: Call __go_axes_init__ instead of |
|
732 __uiobject_axes_init__. |
|
733 |
|
734 * plot/mesh.m: Use __go_surface__ instead of |
|
735 __uiobject_surface_ctor__. Don't access object fields directly. |
|
736 |
|
737 * plot/line.m: Use __line__ to do actual work. |
|
738 * plot/__line__.m: New function. |
|
739 |
|
740 * plot/axes.m: Use __go_axes__ to create axes graphics handle. |
|
741 Use get and set instead of accessing object fields directly. |
|
742 |
|
743 * plot/figure.m: Use __go_figure__ to create figure graphics |
|
744 handle. |
|
745 |
|
746 * plot/drawnow.m: Register __go_close_all__ with atexit instead of |
|
747 __uiobject_close_all. Call __go_draw_figure__ instead of |
|
748 __uiobject_draw_figure__. |
|
749 |
|
750 * plot/clf.m: Use get instead of accessing object fields |
|
751 directly. Simply delete children. Don't set currentaxes. |
|
752 |
|
753 * plot/close.m (close_all_figures): New subfunction. |
|
754 Use it instead of getting list of figures to close from |
|
755 __uiobject_figures__. |
|
756 |
|
757 * plot/closereq.m: Simply delete the current figure. Don't set |
|
758 currentfigure. |
|
759 |
|
760 * plot/__errplot__.m: Call __line__ instead of |
|
761 __uiobject_line_ctor__. Use set instead of accesing object fields |
|
762 directly. Don't call __uiobject_adopt__. |
|
763 |
|
764 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, |
|
765 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, |
|
766 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, |
|
767 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, |
|
768 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, |
|
769 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, |
|
770 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, |
|
771 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, |
|
772 plot/__uiobject_init_root_figure__.in, |
|
773 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, |
|
774 plot/__uiobject_root_figure_ctor__.m, |
|
775 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
776 plot/get.in, plot/include-globals.awk, plot/ishandle.m, |
|
777 plot/set.in: Delete. |
6408
|
778 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405
|
779 |
|
780 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. |
|
781 Pass "hidden" as second arg to close. |
|
782 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. |
|
783 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. |
6408
|
784 * plot/Makefile.in (SOURCES_M): Rename in list. |
|
785 |
6405
|
786 * image/__img__.m: Use __go_image__ to create image graphics |
|
787 handle. |
|
788 |
|
789 * miscellaneous/delete.m: Call __go_delete__, not |
|
790 __uiobject_delete__. Check that arg is a graphics handle before |
|
791 calling __go_delete__. |
|
792 |
6403
|
793 2007-03-13 John W. Eaton <jwe@octave.org> |
|
794 |
|
795 * miscellaneous/cast.m: Use feval and strcmp with cell to check |
|
796 arg instead of switch statement. |
6528
|
797 From S�ren Hauberg <soren@hauberg.org>. |
6403
|
798 |
|
799 2007-03-12 John W. Eaton <jwe@octave.org> |
|
800 |
|
801 * miscellaneous/cast.m: New function. |
|
802 |
|
803 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. |
|
804 |
6398
|
805 2007-03-08 John W. Eaton <jwe@octave.org> |
|
806 |
|
807 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform |
|
808 tilde expansion on target filename before passing it to the shell. |
|
809 |
|
810 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. |
|
811 * statistics/distributions/Makefile.in (SOURCES): Add it here. |
|
812 |
6396
|
813 2007-03-08 David Bateman <dbateman@free.fr> |
|
814 |
|
815 * statistics/base/unidrnd.m: Move to statistics/distributions |
|
816 replacing slower version based on dicrete_rnd. |
|
817 |
6392
|
818 2007-03-07 John W. Eaton <jwe@octave.org> |
|
819 |
6395
|
820 * control/base/rlocus.m: Update for current plotting functions. |
|
821 |
|
822 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
823 |
|
824 * control/base/rlocus.m: Improve display. |
|
825 |
|
826 2007-03-07 John W. Eaton <jwe@octave.org> |
|
827 |
|
828 * plot/legend.m: Only handle positions -1:4. |
|
829 * plot/__pltopt1__.m: Don't set linestyle if only marker style is |
|
830 found in option string |
|
831 * plot/__uiobject_draw_axes__.m: Handle key position. |
|
832 |
6394
|
833 * plot/newplot.m: Always reset next line color. |
|
834 |
6392
|
835 * testfun/assert.m: Check that number of dimensions match before |
|
836 checking dimensions. |
|
837 |
6391
|
838 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
839 |
|
840 * specfun/perms.m, specfun/factorial.m: Check args. |
|
841 |
6387
|
842 2007-03-07 John W. Eaton <jwe@octave.org> |
|
843 |
6390
|
844 * plot/mesh.m: Call newplot before doing anything. |
|
845 |
|
846 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not |
|
847 just "e". Only flush plot stream once. |
|
848 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
849 |
6387
|
850 * strings/blanks.m: Omit first index in assignment. |
|
851 |
6386
|
852 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
|
853 |
|
854 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. |
|
855 |
6385
|
856 2007-03-06 David Bateman <dbateman@free.fr> |
|
857 John W. Eaton <jwe@octave.org> |
|
858 |
|
859 * set/setdiff.m: Ignore "rows" for cell array args. |
|
860 Handle cellstr args. |
|
861 |
6382
|
862 2007-03-05 John W. Eaton <jwe@octave.org> |
|
863 |
|
864 * optimization/sqp.m: Defer first call to obj_hess until after |
|
865 calling obj_fun. |
|
866 |
6377
|
867 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
|
868 |
|
869 * specfun/nchoosek.m: Fix nargin check. |
|
870 |
6376
|
871 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
|
872 |
|
873 * image/__img__.m: Don't set xlim and ylim properties. |
|
874 |
6374
|
875 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
|
876 |
|
877 * general/interp1.m: Fix *style cases for decreasing x. |
|
878 |
6372
|
879 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
|
880 |
|
881 * polynomial/roots.m: Check nargin before accessing arg. |
|
882 |
6369
|
883 2007-02-28 John W. Eaton <jwe@octave.org> |
|
884 |
|
885 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't |
|
886 increment data_idx unless using gnuplot for display. |
|
887 |
6368
|
888 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
|
889 |
|
890 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for |
|
891 plots with images. |
|
892 * image/image.m, image/imagesc.m, image/imshow.m: |
|
893 Deprecate zoom argument. |
|
894 |
6366
|
895 2007-02-28 John W. Eaton <jwe@octave.org> |
|
896 |
|
897 * plot/__uiobject_draw_axes__.m: Use fullfile to generate |
|
898 temporary file names. Keep image and colormap file ids separate. |
|
899 |
|
900 * general/interp1.m: Correctly compute min and max values when |
|
901 values are decreasing and not evenly spaced. |
|
902 From Ricardo Marranita <ricardo.marranita@gmail.com>. |
|
903 |
6365
|
904 2007-02-27 John W. Eaton <jwe@octave.org> |
|
905 |
|
906 * testfun/test.m (test): Handle possibility of file_in_loadpath |
|
907 returning an empty cell array. |
|
908 |
6546
|
909 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364
|
910 |
|
911 * pkg/pkg.m: Use fullfile to create filenames from parts. |
|
912 |
6546
|
913 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358
|
914 |
|
915 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
916 control/base/Makefile.in, control/hinf/Makefile.in, |
|
917 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
918 control/util/Makefile.in, deprecated/Makefile.in, |
|
919 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
920 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
921 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
922 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
923 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
924 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
925 special-matrix/Makefile.in, startup/Makefile.in, |
|
926 statistics/Makefile.in, statistics/base/Makefile.in, |
|
927 statistics/distributions/Makefile.in, |
|
928 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
929 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
930 Use $(LN_S) instead of ln or ln -s. |
|
931 |
6356
|
932 2007-02-24 David Bateman <dbateman@free.fr> |
|
933 |
|
934 * pkg/pkg.m (configure_make): Ignore blank lines and trailing |
|
935 '\n' in FILES file. |
6357
|
936 (configure_make): Also install any mex files. |
6356
|
937 |
6353
|
938 2007-02-24 David Bateman <dbateman@free.fr> |
|
939 |
|
940 * statistics/distributions (SOURCES): Add nbincdf.m, |
|
941 nbininv.m, nbinpdf.m and nbinrnd.m. |
|
942 |
6351
|
943 2007-02-23 John W. Eaton <jwe@octave.org> |
|
944 |
|
945 * statistics/distributions/Makefile.in (SOURCES): Remove |
|
946 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. |
|
947 |
|
948 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, |
|
949 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. |
|
950 |
6349
|
951 2007-02-23 David Bateman <dbateman@free.fr> |
|
952 |
|
953 * statistics/distributions/discrete_rnd.m, |
|
954 statistics/distributions/geornd.m, |
|
955 statistics/distributions/lognnd.m, |
|
956 statistics/distributions/nbinrnd.m, |
|
957 statistics/distributions/wblrnd.m: Accelerate distributions. |
|
958 |
|
959 * statistics/distributions/unidcdf.m, |
|
960 statistics/distributions/unidinv.m, |
|
961 statistics/distributions/unidpdf.m, |
|
962 statistics/distributions/unidrnd.m: New functions based on |
6351
|
963 discrete_cdf, etc. |
6349
|
964 |
|
965 * statistics/distributions/pascal_cdf.m, |
|
966 statistics/distributions/pascal_inv.m, |
|
967 statistics/distributions/pascal_pdf.m, |
|
968 statistics/distributions/pascal_rnd.m: Remove. |
|
969 * statistics/distributions/nbincdf.m, |
|
970 statistics/distributions/nbininv.m, |
|
971 statistics/distributions/nbinpdf.m, |
|
972 statistics/distributions/nbinrnd.m: Replace with matlab |
|
973 compatible functions. |
|
974 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, |
|
975 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new |
|
976 nbincdf, etc functions to implement these. |
|
977 |
6344
|
978 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
979 |
|
980 * plot/__uiobject_draw_axes__.m: Insert newline between plot |
|
981 command and data. |
|
982 |
|
983 2007-02-22 John W. Eaton <jwe@octave.org> |
|
984 |
|
985 * miscellaneous/doc.m: If index search fails, try again without |
|
986 the index search option. |
|
987 |
6339
|
988 2007-02-22 David Bateman <dbateman@free.fr> |
|
989 |
6341
|
990 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
|
991 |
6340
|
992 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
|
993 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, |
|
994 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
|
995 statistics/distributions/betarnd.m: Convert to use randg, rande |
|
996 and randp to accelerate. |
|
997 |
6339
|
998 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
|
999 |
6338
|
1000 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1001 |
|
1002 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, |
|
1003 cache data and display after xlim and ylim have been determined. |
|
1004 |
6337
|
1005 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1006 |
|
1007 * plot/__uiobject_draw_axes__.m: |
|
1008 Allow multiple images to be displayed with gnuplot. |
|
1009 |
6333
|
1010 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
|
1011 |
|
1012 * optimization/glpk.m: Document the fact that extra.mem does not work |
|
1013 for versions of GLPK 4.15 and later. |
|
1014 |
6328
|
1015 2007-02-19 John W. Eaton <jwe@octave.org> |
|
1016 |
|
1017 * plot/__uiobject_alloc__.in: If next available element in |
|
1018 __uiobject_list__ is 0, grow list before doing anything else. |
|
1019 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on |
|
1020 first call when size of __uiobject_list__ is 0. |
|
1021 |
6323
|
1022 2007-02-16 John W. Eaton <jwe@octave.org> |
|
1023 |
|
1024 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. |
|
1025 |
6321
|
1026 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
|
1027 |
|
1028 * miscellaneous/popen2.m: Remove as replaced with builtin. |
|
1029 |
6316
|
1030 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
|
1031 |
|
1032 * specfun/nchoosek.m: Check nargin. |
|
1033 |
6314
|
1034 2007-02-15 John W. Eaton <jwe@octave.org> |
|
1035 |
6315
|
1036 * path/addpath.m, path/rmpath.m: Delete |
|
1037 * path/Makefile.in (SOURCES): Remove them from the list. |
|
1038 |
6314
|
1039 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
|
1040 Delete title, xlabel, ylabel, and zlabel properties before |
|
1041 reassigning. |
|
1042 * plot/__uiobject_axes_init__.in: New arg, mode. |
|
1043 Don't init outerposition if "mode" is "replace". |
|
1044 * plot/newplot.m: Check both figure and axes nextplot properties. |
|
1045 If axes nextplot property is replace, pass "replace" as mode arg |
|
1046 to __uiobject_axes_init__. |
|
1047 |
6308
|
1048 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1049 |
6310
|
1050 * image/imshow.m: Don't restore old colormap. |
|
1051 |
6309
|
1052 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
|
1053 * image/__img__.m: New file containing common parts of image.m and |
|
1054 imshow.m. |
6312
|
1055 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309
|
1056 * image/image.m, image/imshow.m: Call __img__. |
|
1057 * plot/__uiobject_draw_axes__.m: |
|
1058 Handle rgb imaged data stored in 3-d arrays. |
|
1059 |
6308
|
1060 * plot/figure.m: Doc fix. |
|
1061 |
6304
|
1062 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1063 |
|
1064 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes |
|
1065 for reading and writing data. New tests. Improve rounding. |
|
1066 |
6302
|
1067 2007-02-13 John W. Eaton <jwe@octave.org> |
|
1068 |
6303
|
1069 * plot/stem.m: New file, adapted from OctPlot. |
|
1070 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1071 |
6302
|
1072 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
1073 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1074 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1075 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, |
|
1076 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, |
|
1077 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
1078 plot/semilogyerr.m: Return handles to line objects. |
|
1079 |
6301
|
1080 2007-02-11 John W. Eaton <jwe@octave.org> |
|
1081 |
|
1082 * plot/__uiobject_close_all.m: New file. |
|
1083 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1084 |
6298
|
1085 2007-02-10 John W. Eaton <jwe@octave.org> |
|
1086 |
|
1087 * plot/drawnow.m: Arrange for plot streams to be close on exit. |
|
1088 * plot/__uiobject_globals__.m: Don't call mlock. |
|
1089 |
|
1090 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. |
|
1091 * plot/__uiobject_delete__.m: Send quit command and flush stream |
|
1092 before calling pclose. |
|
1093 |
6291
|
1094 2007-02-09 John W. Eaton <jwe@octave.org> |
|
1095 |
6295
|
1096 * plot/subplot.m: Delete spurious call to axes. |
|
1097 |
6293
|
1098 * plot/figure.m: Call drawnow for current figure before creating |
|
1099 or switching to a new figure. |
|
1100 * plot/__uiobject_init_figure__.in: Handle empty arg the same as |
|
1101 nargin == 0 case. |
|
1102 |
6291
|
1103 * testfun/assert.m: Try to avoid problems when comparisons involve |
|
1104 strange values like Inf+NaNi. |
|
1105 |
6283
|
1106 2007-02-08 John W. Eaton <jwe@octave.org> |
|
1107 |
6286
|
1108 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
|
1109 and check gnuplot_use_title_option instead of just assuming -title |
|
1110 works. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1111 |
6285
|
1112 * Makefile.in (DISTFILES): Add move-if-change to the list. |
|
1113 |
6284
|
1114 * audio/Makefile.in, control/base/Makefile.in, |
|
1115 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
1116 control/system/Makefile.in, control/util/Makefile.in, |
|
1117 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
1118 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
1119 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
1120 optimization/Makefile.in, plot/Makefile.in, |
|
1121 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1122 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1123 special-matrix/Makefile.in, startup/Makefile.in, |
|
1124 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
1125 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1126 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, |
|
1127 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. |
|
1128 |
6283
|
1129 * plot/figure.m: Don't call drawnow. Correctly init figure when |
|
1130 only given property list. |
|
1131 |
6278
|
1132 2007-02-07 John W. Eaton <jwe@octave.org> |
|
1133 |
6280
|
1134 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
|
1135 properties. |
|
1136 |
6278
|
1137 * plot/sombrero.m: Call box ("off") after mesh. |
|
1138 |
|
1139 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style |
|
1140 line default" commands with older versions of gnuplot. |
|
1141 |
|
1142 * plot/close.m: Use get (0, "currentifgure") instead of gcf. |
|
1143 |
6273
|
1144 2007-02-06 John W. Eaton <jwe@octave.org> |
|
1145 |
|
1146 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". |
|
1147 * sparse/gplot.m: Use line style - instead of 1. |
|
1148 |
6272
|
1149 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
|
1150 |
|
1151 * plot/print.m: Avoid error message from cellidx. |
|
1152 |
|
1153 2007-02-05 John W. Eaton <jwe@octave.org> |
|
1154 |
|
1155 * plot/legend.m: Fix check for data. |
|
1156 |
6270
|
1157 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
1158 |
|
1159 * plot/__uiobject_draw_axes__.m (do_linestyle_command): |
|
1160 Always set lt and pt. |
|
1161 |
6269
|
1162 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
|
1163 |
|
1164 * plot/contourc.m: Correctly compute X and Y. |
|
1165 |
6268
|
1166 2007-02-05 John W. Eaton <jwe@octave.org> |
|
1167 |
|
1168 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. |
|
1169 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. |
|
1170 |
6264
|
1171 2007-02-01 John W. Eaton <jwe@octave.org> |
|
1172 |
6266
|
1173 * plot/__uiobject_draw_axes__.m: |
|
1174 Don't try to set axis limits unless we have data. |
|
1175 |
6264
|
1176 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1177 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1178 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
1179 plot/__pltopt__.m, plot/plot3.m: Set and use options struct |
|
1180 instead of of key and fmt strings. |
|
1181 |
|
1182 * plot/__pltopt1__.m: Greatly simplify. |
|
1183 |
|
1184 * plot/__next_line_color__.m: New file. |
|
1185 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1186 * plot/newplot.m: Call __next_line_color__ here to reset rotation. |
|
1187 |
|
1188 * plot/__default_plot_options__.m: New file. |
|
1189 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1190 |
|
1191 * plot/__plt3__.m: Delete. |
|
1192 * plot/Makefile.in (SOURCES_M): Remove it from the list. |
|
1193 |
6259
|
1194 2007-01-31 John W. Eaton <jwe@octave.org> |
|
1195 |
6263
|
1196 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
|
1197 linestyle, linewidth, marker, and markersize properties. |
|
1198 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker |
|
1199 colors and widths, and line styles. |
|
1200 |
|
1201 * plot/__plt__.m, image/image.m: Don't call drawnow. |
6262
|
1202 |
6261
|
1203 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
|
1204 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1205 |
|
1206 * plot/__uiobject_draw_axes__.m: Delete useless call to |
|
1207 __gnuplot_save_data__. |
|
1208 |
6259
|
1209 * image/image.m: Accept 2 args, but ignore the second for now. |
|
1210 |
6258
|
1211 2007-01-30 David Bateman <dbateman@free.fr> |
|
1212 |
|
1213 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
|
1214 to flag a package as to be autoloaded. Add install flags -noauto, |
|
1215 -auto to force autoload behavior. |
|
1216 (installed_packages): Make list of installed packages unique. |
|
1217 |
6259
|
1218 2007-01-30 John W. Eaton <jwe@octave.org> |
|
1219 |
|
1220 * Merge of changes from graphics-branch: |
|
1221 |
|
1222 2007-01-29 John W. Eaton <jwe@octave.org> |
6257
|
1223 |
|
1224 * plot/subplot.m: Set nextplot property of current figure to "add". |
|
1225 |
|
1226 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
|
1227 property if it exists. |
|
1228 |
6259
|
1229 2007-01-26 John W. Eaton <jwe@octave.org> |
6257
|
1230 |
|
1231 * plot/__uiobject_draw_axes__.m: Move initialization of max and |
|
1232 min values outside of loop over child objects. |
|
1233 |
|
1234 * plot/contour.m, plot/contourc.m: New files. |
|
1235 * plot/Makefile.in (SOURCES_M): Add them to the list. |
|
1236 |
|
1237 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we |
|
1238 find a gnuplot version newer than 4.0. |
|
1239 * image/__img_gnuplot__.m: Delete. |
|
1240 * image/image.m: Create image graphics object. |
|
1241 Call newplot to setup and drawnow to finish. |
|
1242 Eliminate ZOOM arg. |
|
1243 |
|
1244 * plot/__uiobject_draw_axes__.m: Handle image data. |
|
1245 |
|
1246 * plot/legend.m: Eliminate useless variable "warned". |
|
1247 |
|
1248 * plot/__uiobject_image_ctor__.m: New file. |
|
1249 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1250 |
|
1251 * plot/gcf.m: Also create new figure if currentfigure is 0. |
|
1252 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. |
|
1253 |
|
1254 * plot/__uiobject_root_figure_ctor__.m: Set visible property. |
|
1255 |
|
1256 * plot/__default_colormap__.m: New file. |
|
1257 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1258 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap |
|
1259 property. |
|
1260 * image/colormap.m: Use colormap property of current figure |
|
1261 to store colormap instead of using persistent variable. |
|
1262 Call __default_colormap__ to get default map value. |
|
1263 * image/ocean.m, image/gray.m: Set colormap for current figure. |
|
1264 |
|
1265 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. |
|
1266 Handle some tick mark options. |
|
1267 |
|
1268 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, |
|
1269 set corresponding *mode to "manual". If we set dataaspectratio, |
|
1270 set dataaspectratiomode to "manual". |
|
1271 |
|
1272 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, |
|
1273 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. |
|
1274 |
|
1275 * plot/axis.m: New file. |
|
1276 * plot/Makefile.in (SOURCES_M): Include it in the list. |
|
1277 |
|
1278 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, |
|
1279 set corresponding *limmode to "manual". |
|
1280 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. |
|
1281 Use it to compute autosclaled limits. |
|
1282 Arg is now handle, not object. Change all callers. |
|
1283 Compute data limits. |
|
1284 |
6259
|
1285 2007-01-25 John W. Eaton <jwe@octave.org> |
6257
|
1286 |
|
1287 * plot/drawnow: Fix visibility check for zero args. |
|
1288 |
|
1289 * plot/text.m: New file. |
|
1290 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1291 * plot/__uiobject_draw_axes__.m: Handle text objects. |
|
1292 * plot/__uiobject_text_ctor__.m: Include units, position, and |
|
1293 horizontalalignment properties. |
|
1294 |
|
1295 * plot/figure.m: Set options for f we just constructed or were |
|
1296 given as an argument, not gcf. Only return handle if nargout > 0. |
|
1297 |
|
1298 * plot/drawnow.m: Handle visible field for figure here. |
|
1299 * plot/__uiobject_figure_ctor__.m: Set default visible field. |
|
1300 |
|
1301 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on |
|
1302 title and axis labels. |
|
1303 |
|
1304 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. |
|
1305 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. |
|
1306 * plot/__uiobject_axes_init__.in: Set default view field for object. |
|
1307 * plot/view.m: New file. |
|
1308 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1309 |
|
1310 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: |
|
1311 Call __request_drawnow__. |
|
1312 |
|
1313 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. |
|
1314 |
|
1315 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
1316 Call set to set properties. Return handle instead of structure. |
|
1317 Change all callers. |
|
1318 |
|
1319 * plot/__uiobject_axes_setr__.m: New file. |
|
1320 * plot/set.in: Check for __setter__ field. |
|
1321 |
|
1322 * plot/__uiobject_axes_init__.in: |
|
1323 Rename from plot/__uiobject_axes_init__.m. |
|
1324 Include __uiobject_globals__. |
|
1325 Accept handle as arg instead of structure |
|
1326 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m |
|
1327 from the list. |
|
1328 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. |
|
1329 |
6259
|
1330 2007-01-24 John W. Eaton <jwe@octave.org> |
6257
|
1331 |
|
1332 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
|
1333 |
|
1334 * plot/__uiobject_globals__.m: Call __lock_global__ when |
|
1335 initializing each global variable. |
|
1336 |
6259
|
1337 2007-01-18 John W. Eaton <jwe@octave.org> |
6257
|
1338 |
|
1339 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
|
1340 __uiobject_figure_handles_free_list__): New global variables. |
|
1341 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
|
1342 Place unused handles on the free list. |
|
1343 |
|
1344 * plot/__uiobject_get_figure_handle__.in: Delete. |
|
1345 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
|
1346 |
|
1347 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
|
1348 handles here. Return figure handle. |
|
1349 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
|
1350 |
6259
|
1351 2007-01-11 John W. Eaton <jwe@octave.org> |
6257
|
1352 |
|
1353 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
|
1354 data for gnuplot. |
|
1355 |
|
1356 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of |
|
1357 files. |
|
1358 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. |
|
1359 (DISTFILES): Include include-globals.awk in the list. |
|
1360 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). |
|
1361 ($(GEN_M) : %.m : %.in): New rule. |
|
1362 |
|
1363 * include-globals.awk: New file. |
|
1364 |
|
1365 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
|
1366 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, |
|
1367 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, |
|
1368 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, |
|
1369 plot/__uiobject_init_root_figure__.in, |
|
1370 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: |
|
1371 Rename from corresponding .m files. |
|
1372 |
|
1373 * move-if-change: New file. |
|
1374 |
|
1375 * plot/__uiobject_delete__.m: New file. |
|
1376 * plot/delete.m, plot/__uiobject_delete_children__.m, |
|
1377 plot/__uiobject_delete_child__.m: Delete. |
|
1378 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is |
|
1379 not a character string. |
|
1380 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: |
|
1381 Fix assignment to tmp key value in loop. |
|
1382 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ |
|
1383 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. |
|
1384 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: |
|
1385 Inline code to delete children. |
|
1386 * plot/__uiobject_free__.m: Arg is now handle, not index into |
|
1387 __uiobject_list__. |
|
1388 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
|
1389 and free child. |
|
1390 |
6259
|
1391 2006-12-08 John W. Eaton <jwe@octave.org> |
|
1392 |
|
1393 * plot/gcf.m: Check if the root figure object's currentfigure |
|
1394 handle is empty, not 0. |
|
1395 * plot/__uiobject_root_figure_ctor__.m: |
|
1396 Set currentfigure to [], not 0. |
|
1397 |
|
1398 * plot/stairs.m: Handle matrix arguments. Improve compatibility. |
|
1399 |
|
1400 2006-12-07 John W. Eaton <jwe@octave.org> |
|
1401 |
|
1402 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, |
|
1403 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, |
|
1404 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, |
|
1405 plot/__uiobject_delete_children__.m, |
|
1406 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, |
|
1407 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, |
|
1408 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, |
|
1409 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, |
|
1410 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, |
|
1411 plot/__uiobject_init_figure__.m, |
|
1412 plot/__uiobject_init_root_figure__.m, |
|
1413 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, |
|
1414 plot/__uiobject_remove_child__.m, |
|
1415 plot/__uiobject_root_figure_ctor__.m, |
|
1416 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, |
|
1417 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, |
|
1418 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, |
|
1419 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, |
|
1420 plot/set.m: New files. |
|
1421 |
|
1422 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, |
|
1423 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, |
|
1424 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, |
|
1425 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, |
|
1426 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, |
|
1427 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, |
|
1428 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, |
|
1429 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, |
|
1430 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, |
|
1431 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, |
|
1432 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, |
|
1433 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, |
|
1434 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, |
|
1435 plot/semilogyerr.m, plot/replot.m: |
|
1436 Adapt to new graphics data structure. |
|
1437 |
|
1438 * plot/__do_legend__.m, plot/__gnuplot_version__.m, |
|
1439 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, |
|
1440 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
|
1441 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
|
1442 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
1443 plot/plot_border.m, plot/subwindow.m: Delete. |
|
1444 |
|
1445 2007-01-24 David Bateman <dbateman@free.fr> |
|
1446 |
|
1447 * pkg/pkg.m: Install ChangeLog file if it exists. |
|
1448 Delete bare newline in string passed to write_INDEX. |
|
1449 |
|
1450 * sparse/sprandsym.m: Make work for even values of N. |
|
1451 |
|
1452 2007-01-24 John W. Eaton <jwe@octave.org> |
|
1453 |
|
1454 * miscellaneous/news.m: New file. |
|
1455 |
|
1456 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
1457 |
|
1458 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. |
|
1459 |
|
1460 * strings/strncmp.m: Delete (we now have a built-in version). |
|
1461 |
|
1462 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
|
1463 |
|
1464 * testfun/test.m: Check for all files in path, use first found. |
|
1465 |
|
1466 2007-01-22 David Bateman <dbateman@free.fr> |
|
1467 |
|
1468 * polynomial/spline.m: Make DG a column instead of a row vector. |
|
1469 |
|
1470 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
|
1471 |
|
1472 * pkg/pkg.m (copy_files): Call write_INDEX with correct target |
|
1473 file name. |
|
1474 |
|
1475 * image/ind2rgb.m: Better input checking. Return 3-d array if |
|
1476 nargout is 1. Handle colormaps that have too few colors. |
|
1477 |
|
1478 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". |
|
1479 (configure_make): Use fullfile instead of concatenating with "/". |
|
1480 |
6258
|
1481 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
|
1482 |
|
1483 * set/ismember.m: Handle N-d arrays. |
|
1484 |
|
1485 2007-01-10 David Bateman <dbateman@free.fr> |
|
1486 |
|
1487 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
1488 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
1489 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
|
1490 New files. |
|
1491 |
|
1492 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
|
1493 |
|
1494 * pkg/pkg.m: Allow filenames to contain glob patterns. |
|
1495 |
|
1496 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
|
1497 |
|
1498 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
|
1499 instead of concatenating with "/". Use mlock to ensure that |
|
1500 persistent variables are not clobbered if user types clear all. |
|
1501 |
|
1502 2007-01-08 John W. Eaton <jwe@octave.org> |
|
1503 |
|
1504 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
1505 Improve handling of file names containing globbing characters. |
|
1506 From S�ren Hauberg <hauberg@gmail.com>. |
|
1507 |
|
1508 2007-01-05 John W. Eaton <jwe@octave.org> |
|
1509 |
|
1510 * optimization/optimset.m, optimization/__fsolve_defopts__.m: |
|
1511 New files. |
|
1512 |
|
1513 2006-12-30 John W. Eaton <jwe@octave.org> |
|
1514 |
|
1515 * sparse/spfun.m: Check for "function_handle" not "function handle". |
|
1516 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. |
|
1517 |
|
1518 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
|
1519 |
|
1520 * image/imshow.m: Strip NaNs from image. |
|
1521 |
|
1522 2006-12-08 David Bateman <dbateman@free.fr> |
|
1523 |
|
1524 * sparse/normest.m: New file. |
|
1525 |
6286
|
1526 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209
|
1527 |
6210
|
1528 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
1529 Work on Windows systems without cp or mv. |
|
1530 |
6209
|
1531 * startup/inputrc: Include sequences for Windows. |
|
1532 |
6203
|
1533 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
|
1534 |
|
1535 * pkg/pkg.m (unload_packages): New function. |
|
1536 (pkg): Handle unload action. |
|
1537 |
|
1538 * __errplot__.m: Add missing semicolon. |
|
1539 |
6193
|
1540 2006-11-30 John W. Eaton <jwe@octave.org> |
|
1541 |
|
1542 * miscellaneous/mexext.m: New file. |
|
1543 |
6189
|
1544 2006-11-29 David Bateman <dbateman@free.fr> |
|
1545 |
|
1546 * pkg/pkg.m: Add local_list and global_list options that allow the |
|
1547 location of package lists to be probed and set. |
|
1548 |
6179
|
1549 2006-11-17 John W. Eaton <jwe@octave.org> |
|
1550 |
6181
|
1551 * plot/__render_plot1__.m: Reverse y axis for images. |
|
1552 |
6179
|
1553 * plot/__render_plot__.m: New args, terminal and output. |
|
1554 * plot/print.m: Don't set output and term here. Instead, call |
|
1555 __render_plot__ with terminal and output. |
|
1556 |
6178
|
1557 2006-11-16 John W. Eaton <jwe@octave.org> |
|
1558 |
|
1559 * plot/__render_plot1__.m: New file. |
|
1560 * plot/__render_plot__.m: Use it. Loop over multiplots. |
|
1561 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |
|
1562 gnuplot. Let __render_plot__ do that. |
|
1563 |
6177
|
1564 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
|
1565 |
|
1566 * plot/plot.m: Fix doc string. |
|
1567 |
6173
|
1568 2006-11-16 John W. Eaton <jwe@octave.org> |
|
1569 |
|
1570 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots |
|
1571 before sending anything to the plotter. |
|
1572 |
6172
|
1573 2006-11-15 John W. Eaton <jwe@octave.org> |
|
1574 |
|
1575 * image/__img_gnuplot__.m: Store more info in global plot |
|
1576 structures and use __render_plot__ to build plot command to |
|
1577 display image. |
|
1578 |
|
1579 * plot/__plt3__.m: New arg, parametric. Change all callers. |
|
1580 |
|
1581 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, |
|
1582 __plot_command_sep__): Delete. |
|
1583 (__plot_data_type__, __plot_data_parametric__, |
|
1584 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, |
|
1585 __plot_usingstr__, __plot_withstr__): New variables. |
|
1586 * plot/__init_plot_vars__.m: Initialize them. |
|
1587 |
|
1588 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: |
|
1589 Don't handle sep or cmd. |
|
1590 |
|
1591 * plot/__render_plot__.m: New function. |
|
1592 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: |
|
1593 Store more info in global plot structures and use __render_plot__ |
|
1594 to build plot command. |
|
1595 * plot/replot.m: Simply call __render_plot__. |
|
1596 |
|
1597 * plot/contour.m, plot/mesh.m, plot/plot3.m: |
|
1598 Set __plot_data_parametric__ here. |
|
1599 |
6164
|
1600 2006-11-14 John W. Eaton <jwe@octave.org> |
|
1601 |
6166
|
1602 * plot/bottom_title.m, plot/top_title.m: Delete. |
|
1603 |
6164
|
1604 * image/image_viewer.m: Set default values here. |
|
1605 * image/image.m: Not here. |
|
1606 |
|
1607 * image/image_viewer.m: Always return old values. Check arguments. |
|
1608 * image/__img_gnuplot__.m: Rename from __img__m. |
|
1609 |
|
1610 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
|
1611 |
|
1612 * image/image_viewer.m: New function. |
|
1613 * image/__img_via_file__.m: New function. |
|
1614 * image/image.m: Use image_viewer to determine which program to |
|
1615 use for image viewing. |
|
1616 * scripts/image/__img__.m: Silently accept more than 3 args. |
|
1617 |
6163
|
1618 2006-11-14 John W. Eaton <jwe@octave.org> |
|
1619 |
|
1620 * plot/__do_legend__.m, plot/__errplot__.m, |
|
1621 plot/__init_plot_vars__.m, plot/__plot_globals__.m, |
|
1622 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, |
|
1623 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
1624 plot/replot.m, plot/subplot.m, plot/subwindow.m: |
|
1625 Use __plot_globals__ for multiplot variables. Keep track of |
|
1626 multiplot info for each figure. Eliminate __multiplot_xscale__. |
|
1627 |
6157
|
1628 2006-11-13 John W. Eaton <jwe@octave.org> |
|
1629 |
6158
|
1630 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
|
1631 |
6157
|
1632 * miscellaneous/substruct.m: New function. |
|
1633 |
|
1634 * testfun/assert.m: Force orientation to match when comparing |
|
1635 struct elements. |
|
1636 |
|
1637 * general/__isequal__.m: Avoid assignment of comma-separated lists |
|
1638 when comparing structs. |
|
1639 |
|
1640 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
|
1641 |
|
1642 * scripts/general/bicubic.m, scripts/general/cart2pol.m |
|
1643 scripts/general/cart2sph.m, scripts/plot/contour.m, |
|
1644 scripts/linear-algebra/cross.m, scripts/general/cumtrapz.m, |
|
1645 scripts/linear-algebra/dot.m, scripts/image/imshow.m, |
|
1646 scripts/general/interp2.m, scripts/general/mod.m, |
|
1647 scripts/plot/plot3.m, scripts/plot/__plr2__.m, |
|
1648 scripts/plot/__plr__.m, scripts/general/pol2cart.m, |
|
1649 scripts/general/polyarea.m, scripts/polynomial/polyfit.m, |
|
1650 scripts/general/rem.m, scripts/image/rgb2ind.m, |
|
1651 scripts/general/sph2cart.m, scripts/general/trapz.m, |
|
1652 scripts/miscellaneous/xor.m: Use size_equal |
|
1653 |
6156
|
1654 2006-11-13 John W. Eaton <jwe@octave.org> |
|
1655 |
|
1656 * plot/mesh.m: Use size_equal to compare dimensions. |
|
1657 |
6154
|
1658 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
|
1659 |
|
1660 * plot/mesh.m: Simplify. Set hidden3d for the plot. |
|
1661 |
6152
|
1662 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
|
1663 |
|
1664 * miscellaneous/copyfile.m: Fix docs to match function. |
|
1665 |
6145
|
1666 2006-11-08 John W. Eaton <jwe@octave.org> |
|
1667 |
6146
|
1668 * plot/legend.m: New function, adapted from Octave Forge. |
|
1669 |
|
1670 * plot/__do_legend__.m: New function. |
|
1671 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, |
|
1672 plot/replot.m: Call it before plotting. |
|
1673 |
|
1674 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set |
|
1675 noparametric" to gnuplot.. |
|
1676 |
|
1677 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
|
1678 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, |
|
1679 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept |
|
1680 and return key title separate from line format. Accept format and |
|
1681 key as cellstr. Always return data as cell array. Return format |
|
1682 and key title as cellstr. |
|
1683 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: |
|
1684 Handle line format and key titles separately. |
|
1685 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. |
|
1686 |
|
1687 * plot/__plot_globals__.m (__plot_line_offset__, |
|
1688 __plot_key_labels__, __plot_key_properties__): New global |
|
1689 variables. Initialize them. |
|
1690 * plot/__init_plot_vars__.m (__plot_line_offset__, |
|
1691 __plot_key_labels__, __plot_key_properties__): Initialize. |
|
1692 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m |
|
1693 (__plot_line_offset__, __plot_key_labels__, |
|
1694 __plot_key_properties__): Store information about plot key titles. |
|
1695 |
|
1696 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, |
|
1697 plot/__plt__.m: Use cf, mxi, and myi as shorthand for |
|
1698 __current_figure__, __multiplot_xi__, and __multiplot_yi__, |
|
1699 respectively. |
|
1700 |
|
1701 * plot/__errcomm__.m: Allow fmt to be cellstr. |
|
1702 |
6145
|
1703 * strings/strcat.m: Disable Octave:empty-list-elements warning |
|
1704 whle concatenating args. |
|
1705 |
6144
|
1706 2006-11-07 John W. Eaton <jwe@octave.org> |
|
1707 |
|
1708 * startup/main-rcfile: Conditionally set PAGER_FLAGS. |
|
1709 |
6142
|
1710 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
|
1711 |
6143
|
1712 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
|
1713 option to regexp. |
|
1714 |
6142
|
1715 * image/__img__.m: Send "set size ratio -1" before plotting. |
|
1716 |
6138
|
1717 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
|
1718 |
6139
|
1719 * strings/index.m: New arg, direction. Simplify and speed up. |
|
1720 * strings/rindex.m: Implement using index (..., "last"); |
|
1721 |
6138
|
1722 * scripts/blanks.m, scripts/strcat.m: Simplify. Add tests. |
|
1723 |
6130
|
1724 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
|
1725 |
|
1726 * general/__isequal__.m: Test size and class more consistently. |
|
1727 |
6116
|
1728 2006-10-27 John W. Eaton <jwe@octave.org> |
|
1729 |
6117
|
1730 * miscellaneous/ls_command.m: Use /D instead of /w. |
|
1731 From Michael Goffioul <michael.goffioul@swing.be>. |
|
1732 |
6116
|
1733 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
|
1734 * miscellaneous/dir.m: Mark as a command. |
|
1735 |
6112
|
1736 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
1737 |
|
1738 * miscellaneous/unpack.m: Fix missing comma in strcat call. |
|
1739 |
6088
|
1740 2006-10-25 John W. Eaton <jwe@octave.org> |
|
1741 |
|
1742 * image/image.m: Set x = y = [] when nargin == 0; |
|
1743 |
|
1744 2006-10-25 Quentin Spencer <qspencer@ieee.org> |
|
1745 |
|
1746 * image/image.m: Call __img__ if gnuplot version is > 4.0. |
|
1747 * image/__img__.m: New file, originally from |
|
1748 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1749 |
6087
|
1750 2006-10-25 John W. Eaton <jwe@octave.org> |
|
1751 |
|
1752 * plot/__gnuplot_version__.m: New function, originally from |
|
1753 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
|
1754 Quentin Spencer <qspencer@ieee.org>. |
|
1755 |
6085
|
1756 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
|
1757 |
|
1758 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. |
|
1759 |
6081
|
1760 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
|
1761 |
|
1762 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, |
|
1763 miscellaneous/gunzip.m: New files. |
|
1764 * miscellaneous/untar.m, miscellaneous/unzip.m: |
|
1765 Call unpack to do the real work. |
|
1766 |
6075
|
1767 2006-10-24 John W. Eaton <jwe@octave.org> |
|
1768 |
6078
|
1769 * plot/plot3.m: If we have a format string, then also pass using |
|
1770 string to __plt3__. |
|
1771 |
6077
|
1772 * plot/sombrero.m: Don't return anything if nargout == 0. |
|
1773 |
6075
|
1774 * plot/__plt3__.m: Create using clause if none is supplied. |
6077
|
1775 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075
|
1776 |
6069
|
1777 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
|
1778 |
|
1779 * movefile.m, copyfile.m: Handle cellstr lists of files. |
|
1780 Quote filenames in shell commands. |
|
1781 |
6055
|
1782 2006-10-17 David Bateman <dbateman@free.fr> |
|
1783 |
|
1784 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if |
|
1785 the package directory is missing. |
|
1786 |
6052
|
1787 2006-10-13 John W. Eaton <jwe@octave.org> |
|
1788 |
|
1789 * plot/box.m: New function. |
|
1790 |
6050
|
1791 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
|
1792 |
|
1793 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. |
|
1794 |
6049
|
1795 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
|
1796 |
|
1797 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. |
|
1798 |
6047
|
1799 2006-10-10 John W. Eaton <jwe@octave.org> |
|
1800 |
|
1801 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. |
|
1802 |
6046
|
1803 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
|
1804 |
|
1805 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
1806 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
1807 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, |
|
1808 control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
1809 control/base/are.m, control/base/bode.m, control/base/ctrb.m, |
|
1810 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, |
|
1811 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, |
|
1812 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, |
|
1813 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, |
|
1814 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, |
|
1815 control/hinf/h2norm.m, control/hinf/h2syn.m, |
|
1816 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
1817 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, |
|
1818 control/obsolete/dezero.m, control/system/__sysdefioname__.m, |
|
1819 control/system/buildssic.m, control/system/c2d.m, |
|
1820 control/system/cellidx.m, control/system/d2c.m, |
|
1821 control/system/dmr2d.m, control/system/fir2sys.m, |
|
1822 control/system/is_abcd.m, control/system/is_controllable.m, |
|
1823 control/system/is_detectable.m, control/system/is_digital.m, |
|
1824 control/system/is_observable.m, control/system/is_siso.m, |
|
1825 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
1826 control/system/jet707.m, control/system/listidx.m, |
|
1827 control/system/ord2.m, control/system/parallel.m, |
|
1828 control/system/ss.m, control/system/ss2zp.m, |
|
1829 control/system/starp.m, control/system/sys2ss.m, |
|
1830 control/system/sys2tf.m, control/system/sys2zp.m, |
|
1831 control/system/sysadd.m, control/system/sysappend.m, |
|
1832 control/system/syschtsam.m, control/system/sysconnect.m, |
|
1833 control/system/syscont.m, control/system/sysdimensions.m, |
|
1834 control/system/sysdisc.m, control/system/sysdup.m, |
|
1835 control/system/sysgetsignals.m, control/system/sysgettsam.m, |
|
1836 control/system/sysgroup.m, control/system/sysidx.m, |
|
1837 control/system/sysmin.m, control/system/sysmult.m, |
|
1838 control/system/sysout.m, control/system/sysprune.m, |
|
1839 control/system/sysscale.m, control/system/syssetsignals.m, |
|
1840 control/system/syssub.m, control/system/sysupdate.m, |
|
1841 control/system/tf.m, control/system/tfout.m, |
|
1842 control/system/ugain.m, control/system/zp.m, |
|
1843 control/system/zpout.m, control/util/__outlist__.m, |
|
1844 control/util/__zgpbal__.m, control/util/prompt.m, |
|
1845 control/util/sortcom.m, control/util/strappend.m, |
|
1846 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, |
|
1847 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, |
|
1848 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, |
|
1849 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, |
|
1850 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
1851 finance/pvl.m, finance/rate.m, finance/vol.m, |
|
1852 general/__isequal__.m, general/bitcmp.m, general/bitget.m, |
|
1853 general/bitset.m, general/blkdiag.m, general/cart2sph.m, |
|
1854 general/cell2mat.m, general/circshift.m, general/cplxpair.m, |
|
1855 general/cumtrapz.m, general/deal.m, general/diff.m, |
|
1856 general/flipdim.m, general/fliplr.m, general/flipud.m, |
|
1857 general/ind2sub.m, general/int2str.m, |
|
1858 general/is_duplicate_entry.m, general/isdefinite.m, |
|
1859 general/isequal.m, general/isequalwithequalnans.m, |
|
1860 general/isscalar.m, general/issquare.m, general/issymmetric.m, |
|
1861 general/isvector.m, general/logical.m, general/logspace.m, |
|
1862 general/mod.m, general/nargchk.m, general/nextpow2.m, |
|
1863 general/perror.m, general/postpad.m, general/prepad.m, |
|
1864 general/randperm.m, general/rem.m, general/repmat.m, |
|
1865 general/rot90.m, general/rotdim.m, general/shift.m, |
|
1866 general/shiftdim.m, general/sph2cart.m, general/strerror.m, |
|
1867 general/sub2ind.m, general/trapz.m, general/tril.m, |
|
1868 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, |
|
1869 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, |
|
1870 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, |
|
1871 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, |
|
1872 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, |
|
1873 linear-algebra/cross.m, linear-algebra/dmult.m, |
|
1874 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, |
|
1875 linear-algebra/krylov.m, linear-algebra/krylovb.m, |
|
1876 linear-algebra/logm.m, linear-algebra/norm.m, |
|
1877 linear-algebra/null.m, linear-algebra/orth.m, |
|
1878 linear-algebra/qzhess.m, linear-algebra/rank.m, |
|
1879 linear-algebra/trace.m, linear-algebra/vec.m, |
|
1880 linear-algebra/vech.m, miscellaneous/bincoeff.m, |
|
1881 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, |
|
1882 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, |
|
1883 miscellaneous/flops.m, miscellaneous/fullfile.m, |
|
1884 miscellaneous/ispc.m, miscellaneous/isunix.m, |
|
1885 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, |
|
1886 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, |
|
1887 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, |
|
1888 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, |
|
1889 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
1890 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, |
|
1891 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
|
1892 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, |
|
1893 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, |
|
1894 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, |
|
1895 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, |
|
1896 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, |
|
1897 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, |
|
1898 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, |
|
1899 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
1900 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, |
|
1901 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, |
|
1902 polynomial/polyder.m, polynomial/polyderiv.m, |
|
1903 polynomial/polyfit.m, polynomial/polygcd.m, |
|
1904 polynomial/polyinteg.m, polynomial/polyout.m, |
|
1905 polynomial/polyreduce.m, polynomial/polyval.m, |
|
1906 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, |
|
1907 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, |
|
1908 set/complement.m, set/create_set.m, set/intersect.m, |
|
1909 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, |
|
1910 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, |
|
1911 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, |
|
1912 signal/bartlett.m, signal/blackman.m, signal/detrend.m, |
|
1913 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, |
|
1914 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, |
|
1915 signal/freqz.m, signal/hamming.m, signal/hanning.m, |
|
1916 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, |
|
1917 signal/sinewave.m, signal/spencer.m, signal/stft.m, |
|
1918 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, |
|
1919 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, |
|
1920 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, |
|
1921 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, |
|
1922 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, |
|
1923 special-matrix/hankel.m, special-matrix/hilb.m, |
|
1924 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, |
|
1925 special-matrix/toeplitz.m, special-matrix/vander.m, |
|
1926 statistics/base/center.m, statistics/base/cloglog.m, |
|
1927 statistics/base/cor.m, statistics/base/corrcoef.m, |
|
1928 statistics/base/cov.m, statistics/base/cut.m, |
|
1929 statistics/base/gls.m, statistics/base/iqr.m, |
|
1930 statistics/base/kendall.m, statistics/base/kurtosis.m, |
|
1931 statistics/base/logit.m, statistics/base/mahalanobis.m, |
|
1932 statistics/base/mean.m, statistics/base/meansq.m, |
|
1933 statistics/base/median.m, statistics/base/moment.m, |
|
1934 statistics/base/ols.m, statistics/base/ppplot.m, |
|
1935 statistics/base/probit.m, statistics/base/qqplot.m, |
|
1936 statistics/base/range.m, statistics/base/ranks.m, |
|
1937 statistics/base/run_count.m, statistics/base/skewness.m, |
|
1938 statistics/base/spearman.m, statistics/base/statistics.m, |
|
1939 statistics/base/std.m, statistics/base/studentize.m, |
|
1940 statistics/base/table.m, statistics/base/values.m, |
|
1941 statistics/base/var.m, statistics/distributions/betacdf.m, |
|
1942 statistics/distributions/betainv.m, |
|
1943 statistics/distributions/betapdf.m, |
|
1944 statistics/distributions/betarnd.m, |
|
1945 statistics/distributions/binocdf.m, |
|
1946 statistics/distributions/binoinv.m, |
|
1947 statistics/distributions/binopdf.m, |
|
1948 statistics/distributions/binornd.m, |
|
1949 statistics/distributions/cauchy_cdf.m, |
|
1950 statistics/distributions/cauchy_inv.m, |
|
1951 statistics/distributions/cauchy_pdf.m, |
|
1952 statistics/distributions/cauchy_rnd.m, |
|
1953 statistics/distributions/chi2cdf.m, |
|
1954 statistics/distributions/chi2inv.m, |
|
1955 statistics/distributions/chi2pdf.m, |
|
1956 statistics/distributions/chi2rnd.m, |
|
1957 statistics/distributions/discrete_cdf.m, |
|
1958 statistics/distributions/discrete_inv.m, |
|
1959 statistics/distributions/discrete_pdf.m, |
|
1960 statistics/distributions/discrete_rnd.m, |
|
1961 statistics/distributions/empirical_rnd.m, |
|
1962 statistics/distributions/expcdf.m, |
|
1963 statistics/distributions/expinv.m, |
|
1964 statistics/distributions/exppdf.m, |
|
1965 statistics/distributions/exprnd.m, |
|
1966 statistics/distributions/fcdf.m, statistics/distributions/finv.m, |
|
1967 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, |
|
1968 statistics/distributions/gamcdf.m, |
|
1969 statistics/distributions/gaminv.m, |
|
1970 statistics/distributions/gampdf.m, |
|
1971 statistics/distributions/gamrnd.m, |
|
1972 statistics/distributions/geocdf.m, |
|
1973 statistics/distributions/geoinv.m, |
|
1974 statistics/distributions/geopdf.m, |
|
1975 statistics/distributions/geornd.m, |
|
1976 statistics/distributions/hygecdf.m, |
|
1977 statistics/distributions/hygeinv.m, |
|
1978 statistics/distributions/hygepdf.m, |
|
1979 statistics/distributions/hygernd.m, |
|
1980 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
1981 statistics/distributions/laplace_cdf.m, |
|
1982 statistics/distributions/laplace_inv.m, |
|
1983 statistics/distributions/laplace_pdf.m, |
|
1984 statistics/distributions/laplace_rnd.m, |
|
1985 statistics/distributions/logistic_cdf.m, |
|
1986 statistics/distributions/logistic_inv.m, |
|
1987 statistics/distributions/logistic_pdf.m, |
|
1988 statistics/distributions/logistic_rnd.m, |
|
1989 statistics/distributions/logncdf.m, |
|
1990 statistics/distributions/logninv.m, |
|
1991 statistics/distributions/lognpdf.m, |
|
1992 statistics/distributions/lognrnd.m, |
|
1993 statistics/distributions/normcdf.m, |
|
1994 statistics/distributions/norminv.m, |
|
1995 statistics/distributions/normpdf.m, |
|
1996 statistics/distributions/normrnd.m, |
|
1997 statistics/distributions/pascal_cdf.m, |
|
1998 statistics/distributions/pascal_inv.m, |
|
1999 statistics/distributions/pascal_pdf.m, |
|
2000 statistics/distributions/pascal_rnd.m, |
|
2001 statistics/distributions/poisscdf.m, |
|
2002 statistics/distributions/poissinv.m, |
|
2003 statistics/distributions/poisspdf.m, |
|
2004 statistics/distributions/poissrnd.m, |
|
2005 statistics/distributions/stdnormal_cdf.m, |
|
2006 statistics/distributions/stdnormal_inv.m, |
|
2007 statistics/distributions/stdnormal_pdf.m, |
|
2008 statistics/distributions/stdnormal_rnd.m, |
|
2009 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, |
|
2010 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, |
|
2011 statistics/distributions/unifcdf.m, |
|
2012 statistics/distributions/unifinv.m, |
|
2013 statistics/distributions/unifpdf.m, |
|
2014 statistics/distributions/unifrnd.m, |
|
2015 statistics/distributions/wblcdf.m, |
|
2016 statistics/distributions/wblinv.m, |
|
2017 statistics/distributions/wblpdf.m, |
|
2018 statistics/distributions/wblrnd.m, |
|
2019 statistics/distributions/wienrnd.m, statistics/tests/anova.m, |
|
2020 statistics/tests/bartlett_test.m, |
|
2021 statistics/tests/chisquare_test_homogeneity.m, |
|
2022 statistics/tests/chisquare_test_independence.m, |
|
2023 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, |
|
2024 statistics/tests/hotelling_test.m, |
|
2025 statistics/tests/hotelling_test_2.m, |
|
2026 statistics/tests/kolmogorov_smirnov_test.m, |
|
2027 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
2028 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, |
|
2029 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, |
|
2030 statistics/tests/run_test.m, statistics/tests/sign_test.m, |
|
2031 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
2032 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
2033 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
2034 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
2035 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
2036 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, |
|
2037 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, |
|
2038 strings/index.m, strings/isletter.m, strings/lower.m, |
|
2039 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
2040 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
2041 strings/strfind.m, strings/strjust.m, strings/strmatch.m, |
|
2042 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, |
|
2043 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, |
|
2044 strings/upper.m, testfun/assert.m, testfun/demo.m, |
|
2045 testfun/example.m, testfun/fail.m, testfun/speed.m, |
|
2046 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, |
|
2047 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
2048 time/etime.m, time/is_leap_year.m: |
|
2049 Use print_usage instead of usage. |
|
2050 |
6044
|
2051 2006-10-09 David Bateman <dbateman@free.fr> |
|
2052 |
|
2053 * time/datevec.m: Add additional compatible default parsing strings. |
|
2054 |
6395
|
2055 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041
|
2056 |
6042
|
2057 * pkg/pkg.m: Remove trailing "\n" from error messages. |
|
2058 Remove compare_versions subfunction. |
|
2059 |
|
2060 * miscellaneous/compare_versions.m: New function to compare |
|
2061 version numbers as strings with any boolean operators. |
|
2062 |
6041
|
2063 * miscellaneous/untar.m: Check more rigorously to see if the tar |
|
2064 file exists. |
|
2065 |
6036
|
2066 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2067 |
|
2068 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
2069 |
6032
|
2070 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
2071 |
6037
|
2072 * pkg/pkg.m: Update docs. Handle prefix option. |
|
2073 Handle dependencies for load option. |
6032
|
2074 |
6029
|
2075 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2076 |
6030
|
2077 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
2078 |
|
2079 * plot/clg.m: Delete. |
|
2080 * plot/__init_plot_vars__.m: New function. |
|
2081 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
2082 |
6025
|
2083 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
2084 |
|
2085 * pkg/pkg.m: Avoid calling addpath with no args. |
|
2086 |
6024
|
2087 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
2088 |
|
2089 * audio/loadaudio.m, control/base/nyquist.m, |
|
2090 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
2091 linear-algebra/krylov.m, statistics/base/center.m, |
|
2092 statistics/base/median.m, statistics/base/std.m, |
|
2093 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
2094 find first or last element matching a condition. |
|
2095 |
6023
|
2096 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
2097 |
|
2098 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
2099 general/__isequal__.m: Minimize looping using cellfun. |
|
2100 |
6020
|
2101 2006-10-02 David Bateman <dbateman@free.fr> |
|
2102 |
|
2103 * pkg/pkg.m (copy_files): always create installation directory. |
|
2104 |
6016
|
2105 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
2106 |
|
2107 * miscellaneous/doc.m: Swap file and directory args to info. |
|
2108 |
|
2109 2006-10-01 Arno Onken <whyly@gmx.net> |
|
2110 |
|
2111 * statistics/distributions/exprnd.m: Fix typo. |
|
2112 |
6014
|
2113 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
2114 |
|
2115 * polynomial/ppval.m: Use .' instead of '. |
|
2116 * polynomial/spline.m: Likewise. New tests. |
|
2117 |
6004
|
2118 2006-09-26 David Bateman <dbateman@free.fr> |
|
2119 |
|
2120 * __plt3__.m: Using global variables __plot_data__, |
|
2121 __plot_data_offset__ and __plot_command__ to store plots and |
|
2122 correctly handle multiplots, and hold state. Only accept a single |
|
2123 data parameter plus, using, format and with strings. Remove |
|
2124 setting of gnuplot parameters. |
|
2125 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
2126 * __setup_plot__.m: Convert to a function and pass the plotting |
|
2127 command to use. |
|
2128 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
2129 * contour.m: Use unwind protect on the parametric state of plot |
|
2130 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
2131 * mesh.m: ditto. |
|
2132 * plot3.m: Error checking, setting of parametric state and |
|
2133 formation of matrix to plot moved from old __plt3__. |
|
2134 |
5996
|
2135 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
2136 |
5997
|
2137 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
2138 |
|
2139 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
2140 |
|
2141 * signal/filter2.m: Correct texinfo doc. |
|
2142 |
|
2143 2006-09-22 David Bateman <dbateman@free.fr> |
|
2144 |
|
2145 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
2146 |
5993
|
2147 2006-09-15 David Bateman <dbateman@free.fr> |
|
2148 |
|
2149 * pkg/pkg.m (prepare_installation): Don't create package |
|
2150 installation directory here. |
|
2151 (copy_files): Create it here instead, to avoid issues with |
|
2152 upgrades. Also install the COPYING file in packinfo. |
|
2153 |
5989
|
2154 2006-09-13 John W. Eaton <jwe@octave.org> |
|
2155 |
|
2156 * general/blkdiag.m: Adjust to new cellfun rules. |
|
2157 |
5987
|
2158 2006-08-30 David Bateman <dbateman@free.fr> |
|
2159 |
|
2160 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
2161 error message for archive name not matching package name. |
|
2162 (installed_packages): Size header of printed results to |
|
2163 arguments. Sort the list of installed packages before printing |
|
2164 them. |
|
2165 |
5986
|
2166 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
2167 |
|
2168 * signal/freqz.m: Update tests. |
|
2169 |
|
2170 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
2171 |
|
2172 * signal/freqz.m: Corretly postpad arrays. |
|
2173 Don't call fliplr on a column vector. |
|
2174 |
5984
|
2175 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2176 |
|
2177 * general/shiftdim.m: Use permute instead of reshape. |
|
2178 |
5981
|
2179 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
2180 |
|
2181 * miscellaneous/parseparams.m: New function. |
|
2182 |
5980
|
2183 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
2184 |
|
2185 * miscellaneous/doc.m: Swap order of --file and --directory |
|
2186 options for info program invocation. |
|
2187 |
5976
|
2188 2006-08-30 David Bateman <dbateman@free.fr> |
|
2189 |
5987
|
2190 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
2191 previous change. |
|
2192 |
5974
|
2193 2006-08-26 David Bateman <dbateman@free.fr> |
|
2194 |
|
2195 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
2196 absence of trailing "/" in OCTAVE_HOME. |
|
2197 |
5973
|
2198 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
2199 |
|
2200 * time/datenum.m: Allow arg to be character string. |
|
2201 |
5971
|
2202 2006-08-25 David Bateman <dbateman@free.fr> |
|
2203 |
|
2204 * pkg/pkg.m (install): Verify that package name correponds to the |
|
2205 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
2206 they are empty. If package directory is empty, remove it to fail |
|
2207 gracefully for system specific packages. |
|
2208 (extract_pkgadd, create_pkgadd): delete. |
|
2209 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
2210 (copy_files): Install both bin/ and doc/ directories, adding the |
|
2211 bin/ to the EXEC_PATH when the package is loaded. |
|
2212 |
5962
|
2213 2006-08-24 John W. Eaton <jwe@octave.org> |
|
2214 |
|
2215 * image/saveimage.m: Use logical indexing instead of |
|
2216 indices computed by calling find on the logical index. |
|
2217 |
5961
|
2218 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
2219 |
5967
|
2220 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
2221 Use logical indexing instead of indices computed by calling find |
|
2222 on the logical index. |
|
2223 |
|
2224 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
2225 |
5959
|
2226 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
2227 |
|
2228 * control/system/tf2zp.m: Simplify gain calculation. |
|
2229 |
5958
|
2230 2006-08-23 John W. Eaton <jwe@octave.org> |
|
2231 |
|
2232 * plot/__plt__.m: Insert using clauses for all plots. |
|
2233 |
5957
|
2234 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
2235 |
|
2236 * control/system/sysscale.m: Call tf and zp with correct number of |
|
2237 args. |
|
2238 |
5955
|
2239 2006-08-22 David Bateman <dbateman@free.fr> |
|
2240 |
|
2241 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
2242 Search inst/*.m and src/*.m files in the package for |
|
2243 PKG_ADD directives and append user supplied PKG_ADD. |
|
2244 (pkg): Call create_pkgadd after copying files. |
|
2245 |
5947
|
2246 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
2247 |
|
2248 * pkg/pkg.m: Handle multiple packages in a single file. |
|
2249 Insert directory separator between OCTAVE_HOME and rest of package |
|
2250 installation directory. |
|
2251 |
|
2252 2006-08-21 John W. Eaton <jwe@octave.org> |
|
2253 |
|
2254 * general/num2str.m: Early return if arg is empty. |
|
2255 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
2256 |
5946
|
2257 2006-08-21 David Bateman <dbateman@free.fr> |
|
2258 |
|
2259 * strings/mat2str.m: Compute NC before using. |
|
2260 |
5937
|
2261 2006-08-17 John W. Eaton <jwe@octave.org> |
|
2262 |
|
2263 * audio/wavread.m: Fix calculation of sample count. |
|
2264 |
5934
|
2265 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
2266 |
|
2267 * image/imshow.m: New Matlab-compatible version. |
|
2268 |
5930
|
2269 2006-08-15 John W. Eaton <jwe@octave.org> |
|
2270 |
|
2271 * deprecated/is_global.m: Delete. |
|
2272 |
5928
|
2273 2006-08-14 John W. Eaton <jwe@octave.org> |
|
2274 |
|
2275 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
2276 |
5926
|
2277 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
2278 |
|
2279 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
2280 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
2281 |
5928
|
2282 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
2283 |
|
2284 * pkg/pkg.m: Don't pass function name to print_usage. |
|
2285 Use addpath and rmpath instead of manipulating LOADPATH. |
|
2286 Handle changes to system function. |
|
2287 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
2288 recursive directory removal. |
5922
|
2289 |
5924
|
2290 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
2291 |
5923
|
2292 * colormap.m: Change global variable to persistent. |
|
2293 |
5922
|
2294 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
2295 |
5920
|
2296 2006-08-14 John W. Eaton <jwe@octave.org> |
|
2297 |
|
2298 * strings/str2double.m: Fix missing semicolon. |
|
2299 |
5910
|
2300 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
2301 |
|
2302 * plot/plot3.m: Accept one complex or one real and one complex |
|
2303 argument and plot real and imaginary components for y and z. |
|
2304 |
5908
|
2305 2006-07-27 John W. Eaton <jwe@octave.org> |
|
2306 |
|
2307 * testfun/test.m: Call fflush after each block of calls to |
|
2308 fprintf, fputs, or fdisp. |
|
2309 |
5904
|
2310 2006-07-26 John W. Eaton <jwe@octave.org> |
|
2311 |
|
2312 * miscellaneous/mex.m: New function. |
|
2313 |
5901
|
2314 2006-07-22 John W. Eaton <jwe@octave.org> |
|
2315 |
|
2316 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
2317 |
5881
|
2318 2006-07-07 John W. Eaton <jwe@octave.org> |
|
2319 |
|
2320 * miscellaneous/orderfields.m: New file. |
|
2321 |
5873
|
2322 2006-06-30 John W. Eaton <jwe@octave.org> |
|
2323 |
|
2324 * time/datevec.m: Make another attempt to account for precision of |
|
2325 datenum format. |
|
2326 |
5868
|
2327 2006-06-29 John W. Eaton <jwe@octave.org> |
|
2328 |
|
2329 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
2330 Use feval instead of "type -q" to get values now that all the |
|
2331 symbols are functions. |
|
2332 |
5860
|
2333 2006-06-16 John W. Eaton <jwe@octave.org> |
|
2334 |
|
2335 * time/datevec.m: Avoid computing log of non-positive values. |
|
2336 |
5859
|
2337 2006-06-14 John W. Eaton <jwe@octave.org> |
|
2338 |
|
2339 * time/datevec.m: Attempt to account for precision of datenum format. |
|
2340 |
5839
|
2341 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
2342 |
|
2343 * audio/wavread.m: Fix file range error and add read support for |
|
2344 24-bit WAV files. |
|
2345 |
5837
|
2346 2006-06-01 David Bateman <dbateman@free.fr> |
|
2347 |
|
2348 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
2349 general/interp1.m, general/gradient.m, general/interp2.m, |
|
2350 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
2351 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
2352 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
2353 |
5835
|
2354 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
2355 |
|
2356 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
2357 * miscellaneous/texas_lotto.m: Fix warning message. |
|
2358 |
5830
|
2359 2006-05-26 John W. Eaton <jwe@octave.org> |
|
2360 |
|
2361 * miscellaneous/doc.m: Also handle nargin == 0. |
|
2362 |
5829
|
2363 2006-05-23 John W. Eaton <jwe@octave.org> |
|
2364 |
|
2365 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
2366 really needed. |
|
2367 |
5827
|
2368 2006-05-22 John W. Eaton <jwe@octave.org> |
|
2369 |
|
2370 * scripts/general/lookup.m: New file from Octave Forge. |
|
2371 |
|
2372 2006-05-22 David Bateman <dbateman@free.fr> |
|
2373 |
|
2374 * scripts/general/nthroot.m, scripts/linear-algebra/rref.m, |
|
2375 scripts/specfun/isprime.m, scripts/specfun/primes.m, |
|
2376 scripts/specfun/factor.m, scripts/specfun/nchoosek.m, |
|
2377 scripts/specfun/legendre.m, scripts/specfun/perms.m, |
|
2378 scripts/special-matrix/rosser.m, |
|
2379 scripts/special-matrix/wilkinson.m, |
|
2380 scripts/special-matrix/pascal.m, scripts/special-matrix/magic.m, |
|
2381 scripts/special-matrix/hadamard.m, scripts/strings/strtok.m: |
|
2382 New files from Octave Forge. |
|
2383 |
5824
|
2384 2006-05-19 David Bateman <dbateman@free.fr> |
|
2385 |
|
2386 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
2387 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
2388 |
5821
|
2389 2006-05-17 John W. Eaton <jwe@octave.org> |
|
2390 |
|
2391 * set/intersection.m: Delete |
|
2392 * deprecated/intersection.m: New file. |
|
2393 |
5820
|
2394 2006-05-17 David Bateman <dbateman@free.fr> |
|
2395 |
|
2396 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
2397 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
2398 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
2399 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
2400 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
2401 Forge. |
|
2402 |
5809
|
2403 2006-05-11 John W. Eaton <jwe@octave.org> |
|
2404 |
5815
|
2405 * path/path.m: Delete (now a built-in function). |
|
2406 |
5811
|
2407 * pkg/Makefile.in: New file. |
|
2408 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
2409 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
2410 |
5808
|
2411 2006-05-10 John W. Eaton <jwe@octave.org> |
|
2412 |
|
2413 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
2414 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
2415 |
5807
|
2416 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
2417 |
|
2418 * tar.m, untar.m, unzip.m: New files. |
|
2419 |
5801
|
2420 2006-05-10 John W. Eaton <jwe@octave.org> |
|
2421 |
5804
|
2422 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
2423 * path/setpath.m: Delete. |
|
2424 |
5801
|
2425 * pkg/pkg.m: New file. |
|
2426 |
5798
|
2427 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
2428 |
|
2429 * plot/plot.m: Doc string fix. |
|
2430 |
|
2431 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
2432 |
|
2433 * testfun/speeed.m: Use new interface to unique and assert. |
|
2434 Improve documentation. Approximate time complexity from log-log |
|
2435 plot. Return time complexity and raw times if requested. The |
|
2436 mean ratio is no longer returned. Provide complete control over |
|
2437 which n are computed. |
|
2438 |
|
2439 2006-05-09 John W. Eaton <jwe@octave.org> |
|
2440 |
|
2441 * path/path.m: Move here from miscellaneous. |
|
2442 Adapt to new LOADPATH definition. |
|
2443 |
5789
|
2444 2006-05-03 David Bateman <dbateman@free.fr> |
|
2445 |
|
2446 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
2447 explicit uses of a path seperation character with pathsep(). |
|
2448 |
5786
|
2449 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
2450 |
|
2451 * scripts/set/setdiff.m: New arg, byrows. New tests. |
|
2452 |
5781
|
2453 2006-04-29 John W. Eaton <jwe@octave.org> |
|
2454 |
|
2455 * startup/main-rcfile: Disable some warnings. |
|
2456 |
5762
|
2457 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
2458 |
|
2459 * strings/strcmpi.m: Return false instead of error if args are not |
|
2460 char or cellstr. |
|
2461 |
5750
|
2462 2006-04-10 John W. Eaton <jwe@octave.org> |
|
2463 |
|
2464 * miscellaneous/dir.m: Ensure that returned structure array is |
|
2465 Nx1, not 1xN. |
|
2466 |
5746
|
2467 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
2468 |
|
2469 * plot/hist.m: Ignore NaN in inputs. |
|
2470 |
5745
|
2471 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
2472 |
|
2473 * miscellaneous/mkoctfile.m: Doc string fix. |
|
2474 |
5741
|
2475 2006-04-05 John W. Eaton <jwe@octave.org> |
|
2476 |
|
2477 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
2478 are both empty. |
|
2479 * plot/__plt__.m: Ignore empty data and format strings returned |
|
2480 from __plt1__ or __plt2__. |
|
2481 |
5737
|
2482 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
2483 |
|
2484 * scripts/set/unique.m: Properly handle single column input when |
|
2485 "rows" is specified. |
|
2486 |
5732
|
2487 2006-04-04 John W. Eaton <jwe@octave.org> |
|
2488 |
5736
|
2489 * path/setpath.m: New file. |
|
2490 * path/savepath.m: Use setpath to set path instead of assigning |
|
2491 directly to LOADPATH. |
|
2492 |
5732
|
2493 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
2494 New files, adapted from Octave Forge by Keith Goodman |
|
2495 <kwgoodman@gmail.com>. |
|
2496 * path: New directory. |
|
2497 * Makefile.in (SUBDIRS): Add it to the list. |
|
2498 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
2499 |
5731
|
2500 2006-04-02 David Bateman <dbateman@free.fr> |
|
2501 |
|
2502 * general/tril.m, general.triu.m: |
|
2503 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
2504 to allow user types to work correctly. |
|
2505 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
2506 |
5727
|
2507 2006-04-03 David Bateman <dbateman@free.fr> |
|
2508 |
|
2509 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
2510 Accept keyword "minor" for minor grid. |
|
2511 |
5721
|
2512 2006-03-28 John W. Eaton <jwe@octave.org> |
|
2513 |
|
2514 * general/isscalar.m: Only require that all dimensions are 1 for |
|
2515 compatiblity. |
|
2516 |
|
2517 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
2518 |
|
2519 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
2520 compatibility. |
|
2521 |
5720
|
2522 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
2523 |
|
2524 * plot/__errplot__.m: Doc string fix. |
|
2525 |
|
2526 * miscellaneous/doc.m: Mark as command. |
|
2527 |
|
2528 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
2529 general/isequalwithequalnans.m, general/blkdiag.m, |
|
2530 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
2531 |
5717
|
2532 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
2533 |
|
2534 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
2535 return 3d matrices. |
|
2536 |
|
2537 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
2538 |
|
2539 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
2540 |
5708
|
2541 2006-03-22 John W. Eaton <jwe@octave.org> |
|
2542 |
|
2543 * plot/print.m: Don't replot after popping terminal setting. |
|
2544 |
5696
|
2545 2006-03-20 John W. Eaton <jwe@octave.org> |
|
2546 |
|
2547 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
2548 mkoctfile. Use fullfile to construct file name. |
|
2549 |
5695
|
2550 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
2551 |
|
2552 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
2553 shell script from Octave prompt. |
|
2554 |
5690
|
2555 2006-03-17 John W. Eaton <jwe@octave.org> |
|
2556 |
5693
|
2557 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
2558 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
2559 |
|
2560 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
2561 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
2562 Call new wbl functions to do the real work. |
|
2563 Swap args and provide default values as necessary to preserve |
|
2564 compatibility with old version of Octave. |
|
2565 |
|
2566 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
2567 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
2568 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
2569 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
2570 Swap scale and shape args for compatibility. |
|
2571 |
5692
|
2572 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
2573 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
2574 Preserve compatibility with old versions of Octave given new |
|
2575 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
2576 |
5692
|
2577 * statistics/distributions/logncdf.m, |
|
2578 statistics/distributions/logninv.m, |
|
2579 statistics/distributions/lognpdf.m, |
|
2580 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
2581 From Ben Barrowes <barrowes@alum.mit.edu> |
|
2582 |
5691
|
2583 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
2584 current 2.1.x version. |
|
2585 |
|
2586 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
2587 |
5690
|
2588 * miscellaneous/dir.m: Use readdir instead of glob. |
|
2589 Special case for "." to avoid globbing. Use list_in_columns. |
|
2590 Eliminate unused variables len and finfo. |
|
2591 |
5689
|
2592 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
2593 |
|
2594 * miscellaneous/dir.m: Improve compatibility. |
|
2595 |
5687
|
2596 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2597 |
|
2598 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
2599 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
2600 |
5686
|
2601 2006-03-16 John W. Eaton <jwe@octave.org> |
|
2602 |
|
2603 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
2604 of looking at sum of max dimensions. |
|
2605 |
5681
|
2606 2006-03-16 David Bateman <dbateman@free.fr> |
|
2607 |
|
2608 * testfun/test.m: Clear last warning before warning test to avoid |
|
2609 issues with previously set warnings. |
|
2610 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
2611 sparse matrices. Force matrix type from spqr solution to be |
|
2612 singular to force QR solvers to be used for assert. |
|
2613 |
5678
|
2614 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2615 |
|
2616 * strings/strfind.m: New file. |
|
2617 |
5677
|
2618 2006-03-16 John W. Eaton <jwe@octave.org> |
|
2619 |
|
2620 * general/rows.m, general/columns.m: Delete. |
|
2621 |
5674
|
2622 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2623 |
|
2624 * strings/strcmpi.m: Simplify. |
|
2625 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
2626 * strings/strtrunc.m: New file. |
5674
|
2627 |
5676
|
2628 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
2629 |
5672
|
2630 2006-03-15 John W. Eaton <jwe@octave.org> |
|
2631 |
|
2632 * miscellaneous/doc.m: New file. |
|
2633 From Soren Hauberg <soren@hauberg.org>. |
|
2634 |
5671
|
2635 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
2636 |
|
2637 * miscellaneous/mkoctfile.m: New file. |
|
2638 |
5670
|
2639 2006-03-15 John W. Eaton <jwe@octave.org> |
|
2640 |
|
2641 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
2642 |
5666
|
2643 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
2644 |
|
2645 * strings/bin2dec.m: Doc fix. |
|
2646 |
5661
|
2647 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
2648 |
|
2649 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
2650 * time/datenum.m: New function to compute day number from time. |
|
2651 |
5659
|
2652 2006-03-09 John W. Eaton <jwe@octave.org> |
|
2653 |
|
2654 * miscellaneous/unix.m, plot/print.m: |
|
2655 Swap order of outputs from system. |
|
2656 |
5642
|
2657 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
2658 |
|
2659 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
2660 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
2661 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
2662 control/base/__stepimp__.m, control/base/are.m, |
|
2663 control/base/controldemo.m, control/base/damp.m, |
|
2664 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
2665 control/base/step.m, control/system/abcddim.m, |
|
2666 control/system/is_abcd.m, control/system/is_controllable.m, |
|
2667 control/system/is_detectable.m, control/system/is_observable.m, |
|
2668 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
2669 control/system/jet707.m, control/system/sys2fir.m, |
|
2670 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
2671 control/system/tfout.m, control/system/ugain.m, |
|
2672 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
2673 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
2674 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
2675 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
2676 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
2677 general/circshift.m, general/columns.m, general/flipdim.m, |
|
2678 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
2679 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
2680 general/isequalwithequalnans.m, general/isscalar.m, |
|
2681 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
2682 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
2683 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
2684 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
2685 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
2686 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
2687 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
2688 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
2689 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
2690 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
2691 miscellaneous/license.m, miscellaneous/menu.m, |
|
2692 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
2693 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
2694 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
2695 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
2696 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
2697 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
2698 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
2699 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
2700 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
2701 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
2702 polynomial/polyinteg.m, polynomial/polyout.m, |
|
2703 polynomial/polyreduce.m, polynomial/polyval.m, |
|
2704 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
2705 set/create_set.m, set/intersection.m, set/ismember.m, |
|
2706 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
2707 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
2708 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
2709 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
2710 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
2711 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
2712 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
2713 special-matrix/vander.m, statistics/base/median.m, |
|
2714 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
2715 statistics/distributions/gaminv.m, |
|
2716 statistics/distributions/gampdf.m, |
|
2717 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
2718 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
2719 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
2720 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
2721 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
2722 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
2723 |
5633
|
2724 2006-02-27 John W. Eaton <jwe@octave.org> |
|
2725 |
|
2726 * time/tic.m: Move here from miscellaneous/tic.m. |
|
2727 * time/toc.m: Move here from miscellaneous/toc.m. |
|
2728 |
|
2729 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
2730 |
|
2731 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
2732 does not assign output of toc to a variable. |
|
2733 |
5627
|
2734 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
2735 |
|
2736 * axis.m: Catch limits that are the same and return an error. |
|
2737 |
5625
|
2738 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
2739 |
|
2740 * plot/print.m: Accept emf device option to support Enhanced |
|
2741 Metafile format. |
|
2742 |
|
2743 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
2744 |
|
2745 * control/base/lqe.m: Doc fix. |
|
2746 |
5623
|
2747 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
2748 |
|
2749 * statistics/distributions/gamcdf.m: Doc fix. |
|
2750 * statistics/distributions/gaminv.m: Doc fix. |
|
2751 * statistics/distributions/gampdf.m: Doc fix. |
|
2752 * statistics/distributions/gamrnd.m: Doc fix. |
|
2753 |
5610
|
2754 2006-02-09 David Bateman <dbateman@free.fr> |
|
2755 |
|
2756 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
2757 for arbitrary user type. |
|
2758 * general/tril.m: ditto. |
5820
|
2759 * sparse/sprand.m: Doc fix. |
5610
|
2760 * sparse/sprandn.m: Ditto. |
|
2761 * sparse/sprandsym.m: New function. |
|
2762 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
2763 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
2764 Update for syntax error for latest texinfo.tex file. |
|
2765 |
5605
|
2766 2006-02-02 John W. Eaton <jwe@octave.org> |
|
2767 |
|
2768 * plot/grid.m: Append ";\n" to "set grid" command. |
|
2769 |
|
2770 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
2771 |
|
2772 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
2773 |
5597
|
2774 2006-01-13 John W. Eaton <jwe@octave.org> |
|
2775 |
|
2776 * audio/Makefile.in, control/base/Makefile.in, |
|
2777 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
2778 control/system/Makefile.in, control/util/Makefile.in, |
|
2779 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
2780 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
2781 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
2782 optimization/Makefile.in, plot/Makefile.in, |
|
2783 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2784 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2785 special-matrix/Makefile.in, startup/Makefile.in, |
|
2786 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
2787 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2788 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
2789 (all): Depend on PKG_ADD. |
|
2790 (PKG_ADD): New target. |
|
2791 |
|
2792 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
2793 |
|
2794 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
2795 |
5596
|
2796 2006-01-13 John W. Eaton <jwe@octave.org> |
|
2797 |
|
2798 * time/etime.m: Move here from miscellaneous/etime.m. |
|
2799 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
2800 |
5595
|
2801 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
2802 |
|
2803 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
|
2804 * miscellaneous/fullfile.m: Likewise. |
|
2805 |
5592
|
2806 2006-01-12 David Bateman <dbateman@free.fr> |
|
2807 |
|
2808 * general/blkdiag.m: Compatible behavior for empty matrices |
|
2809 * statistics/base/unidrnd.m: Documentation buglet. |
|
2810 |
5583
|
2811 2005-12-14 David Bateman <dbateman@free.fr> |
|
2812 |
5589
|
2813 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
2814 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
2815 |
|
2816 * Makefile.in (SUBDIRS): Include testfun. |
|
2817 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
2818 |
5583
|
2819 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
2820 |
|
2821 * general/__isequal__.m: Remove reference to getfield. |
|
2822 |
|
2823 * plot/hist.m: Update test code for row/column discrepencies. |
|
2824 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
2825 Update the test code for this. |
|
2826 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
2827 |
5579
|
2828 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2829 |
|
2830 * cell/cell2mat.m: New file, from octave-forge. |
|
2831 |
5576
|
2832 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
2833 |
|
2834 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
2835 New graph theory functions. |
|
2836 |
5574
|
2837 2005-12-13 John W. Eaton <jwe@octave.org> |
|
2838 |
|
2839 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
2840 |
|
2841 * control/system/ss.m: Doc fix. |
|
2842 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
2843 |
5572
|
2844 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
2845 |
|
2846 * audio/wavread.m, audio/wavwrite.m: |
|
2847 Correct scaling for 8-bit linear pcm samples. |
|
2848 Improve scaling for all other linear pcm resolutions. |
|
2849 |
5568
|
2850 2005-12-07 John W. Eaton <jwe@octave.org> |
|
2851 |
|
2852 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
2853 |
|
2854 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
2855 * strings/strjust.m: Likewise. |
|
2856 |
|
2857 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
2858 * signal/arma_rnd.m: Likewise. |
|
2859 * strings/strcat.m: Likewise. |
|
2860 * control/base/__freqresp__.m: Likewise. |
|
2861 * control/base/place.m: Likewise. |
|
2862 * control/base/pzmap.m: Likewise. |
|
2863 * control/base/pzmap.m: Likewise. |
|
2864 * control/system/sysappend.m: Likewise. |
|
2865 * control/system/syscont.m: Likewise. |
|
2866 * control/system/sysdisc.m: Likewise. |
|
2867 * control/system/sysgroup.m: Likewise. |
|
2868 * control/system/tfout.m: Likewise. |
|
2869 * control/system/zpout.m: Likewise. |
|
2870 * control/util/__outlist__.m: Likewise. |
|
2871 |
5567
|
2872 2005-12-06 John W. Eaton <jwe@octave.org> |
|
2873 |
|
2874 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|