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