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