Mercurial > hg > octave-nkf
diff NEWS @ 20424:561af1ab6099
griddata.m: Return values instead of plotting for Matlab compatibility (bug #45125)
* griddata.m: Return interpolated values instead of plotting a mesh for
compatibility with Matlab. Adjust %!demos to call mesh on the output.
* NEWS: Mention change to griddata for 4.2.
author | Mike Miller <mtmiller@octave.org> |
---|---|
date | Thu, 21 May 2015 22:35:51 -0400 |
parents | f2bc7d23295d |
children | 9f484edd8767 |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -15,6 +15,10 @@ ** mkfifo now interprets the MODE argument as an octal, not decimal, integer. This is consistent with the equivalent shell command. + ** The griddata function no longer plots the interpolated mesh if no output + argument is requested, instead the vector or array of interpolated values + is always returned for Matlab compatibility. + ** Other new functions added in 4.2: psi