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