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