| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → MATLAB |
| Contents | Index |
| Learn more about MATLAB |
New features and changes introduced in this version are:
2- and 3-D computational geometry functions (delaunay, convhull, griddata, voronoi, delaunay3, griddata3) no longer use QHULL or the QHULL options arguments. The N-D functions gridatan, delaunayn, convhulln, and voronoin still use QHULL.
The QHULL options arguments to delaunay, convhull, griddata, and voronoi are no longer required and are currently ignored. Support for these options will be removed in a future release.
A future release will remove the griddata3, dsearch, tsearch, and delaunay3 functions. See the table below for alternatives.
| Function Name | Use This Method Instead |
|---|---|
| griddata3 | TriScatteredInterp |
| dsearch | DelaunayTri/nearestNeighbor |
| tsearch | DelaunayTri/pointLocation |
| delaunay3 | DelaunayTri |
Update your old code to use the new computational geometry classes DelaunayTri and TriScatteredInterp.
mldivide supports complex rectangular sparse input matrices. qr supports complex sparse input matrices. qr for sparse matrix input now supports a third output argument that contains a fill-reducing permutation.
MATLAB functions fft, fft2,
and fftn (and their inverses ifft, ifft2,
and ifftn) can now handle input arrays with a
size in 1 dimension greater than
on
64-bit platforms.
MATLAB includes improved sparse matrix performance for indexing, basic math, binary and relational operators, and exponential functions.
There are significant performance improvements to conv2.
Use of erfcore will produce a warning:
ERFCORE will be removed in a future release. Use ERF, ERFC, ERFCX, ERFINV, or ERFCINV instead.
Replace all instances of erfcore with erf, erfc, erfcx, erfinv, or erfcinv.
Many MATLAB functions are now multithreaded:
mldivide for sparse rectangular matrix input
qr for sparse matrix input
filter for matrices and higher-dimensional arrays
The gallery suite of test matrices includes new options integerdata, normaldata, and uniformdata.
![]() | Desktop Tools and Development Environment, MATLAB Version 7.9 (R2009b) | Data Analysis, MATLAB Version 7.9 (R2009b) | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |