Mercurial > hg > octave-lyh
comparison NEWS @ 11562:1811f4f8b3b5
Rename cquad to quadcc and add to documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 17 Jan 2011 20:18:07 -0800 |
parents | b0ef6f28e09a |
children | 8ac9687dbe9f |
comparison
equal
deleted
inserted
replaced
11561:1140bd9f9b21 | 11562:1811f4f8b3b5 |
---|---|
60 | 60 |
61 ** The behavior of library functions `ismatrix', `issquare', and | 61 ** The behavior of library functions `ismatrix', `issquare', and |
62 `issymmetric' has been changed for better consistency. | 62 `issymmetric' has been changed for better consistency. |
63 | 63 |
64 * The `ismatrix' function now returns true for all numeric, | 64 * The `ismatrix' function now returns true for all numeric, |
65 logical and character 2d or Nd matrices. Previously, `ismatrix' | 65 logical and character 2-D or N-D matrices. Previously, `ismatrix' |
66 returned false if the first or second dimension was zero. | 66 returned false if the first or second dimension was zero. |
67 Hence, `ismatrix ([])' was false, | 67 Hence, `ismatrix ([])' was false, |
68 while `ismatrix (zeros (1,2,0))' was true. | 68 while `ismatrix (zeros (1,2,0))' was true. |
69 | 69 |
70 * The `issquare' function now returns a logical scalar, and is | 70 * The `issquare' function now returns a logical scalar, and is |
74 | 74 |
75 The dimension is no longer returned. As a result, `issquare ([])' | 75 The dimension is no longer returned. As a result, `issquare ([])' |
76 now yields true. | 76 now yields true. |
77 | 77 |
78 * The `issymmetric' function now checks for symmetry instead of | 78 * The `issymmetric' function now checks for symmetry instead of |
79 hermitianness. For the latter, ishermitian was created. Also, | 79 Hermitianness. For the latter, ishermitian was created. Also, |
80 logical scalar is returned rather than the dimension, so | 80 logical scalar is returned rather than the dimension, so |
81 `issymmetric ([])' is now true. | 81 `issymmetric ([])' is now true. |
82 | 82 |
83 ** Function handles are now aware of overloaded functions. If a | 83 ** Function handles are now aware of overloaded functions. If a |
84 function is overloaded, the handle determines at the time of its | 84 function is overloaded, the handle determines at the time of its |
311 Both display numbers in engineering notation, i.e., mantissa + | 311 Both display numbers in engineering notation, i.e., mantissa + |
312 exponent where the exponent is a multiple of 3. | 312 exponent where the exponent is a multiple of 3. |
313 | 313 |
314 ** The following functions are new in Octave 3.4: | 314 ** The following functions are new in Octave 3.4: |
315 | 315 |
316 accumdim erfcx nfields pqpnonneg uigetfile | 316 accumdim erfcx nfields pqpnonneg uigetdir |
317 bitpack fileread nth_element randi uiputfile | 317 bitpack fileread nth_element quadcc uigetfile |
318 bitunpack fminbnd onCleanup repelems uimenu | 318 bitunpack fminbnd onCleanup randi uiputfile |
319 blkmm fskipl pbaspect reset whitebg | 319 blkmm fskipl pbaspect repelems uimenu |
320 cbrt ifelse pie3 rsf2csf | 320 cbrt ifelse pie3 reset whitebg |
321 curl ishermitian powerset saveas | 321 curl ishermitian powerset rsf2csf |
322 chop isindex ppder strread | 322 chop isindex ppder saveas |
323 daspect luupdate ppint textread | 323 daspect luupdate ppint strread |
324 divergence merge ppjumps uigetdir | 324 divergence merge ppjumps textread |
325 | 325 |
326 ** Using the image function to view images with external programs such | 326 ** Using the image function to view images with external programs such |
327 as display, xv, and xloadimage is no longer supported. The | 327 as display, xv, and xloadimage is no longer supported. The |
328 image_viewer function has also been removed. | 328 image_viewer function has also been removed. |
329 | 329 |