comparison NEWS @ 28151:37ee7c5cc6b2

griddata.m: Add support for 3D inputs (bug #57323). * NEWS: Announce change in Matlab compatibility section. * griddata.m: Rewrite docstring to add new calling forms and document them. Detect 3-D input in input validation and call griddata3. Update error message strings. Update and add new BIST tests for input validation.
author Nicholas R. Jankowski <jankowskin@asme.org>
date Sun, 16 Feb 2020 21:37:13 -0500
parents 27c0b26e5a9f
children a23da76e0693
comparison
equal deleted inserted replaced
28150:38a9f6444eb0 28151:37ee7c5cc6b2
39 39
40 - Support for Qt4 for graphics and the GUI has been removed. 40 - Support for Qt4 for graphics and the GUI has been removed.
41 41
42 ### Matlab compatibility 42 ### Matlab compatibility
43 43
44 - The function `griddata` now accepts 3-D inputs by passing data
45 directly to `griddata3`.
44 46
45 ### Alphabetical list of new functions added in Octave 7 47 ### Alphabetical list of new functions added in Octave 7
46 48
47 * `rng` 49 * `rng`
48 50