| 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:
The randn function uses a new longer period random number algorithm as its default.
The new function randi returns random integers from a uniform discrete distribution.
The @RandStream class allows you to construct a random number stream object and set its properties. For more information, see Random Numbers in the MATLAB Mathematics documentation.
The randn function now produces different results than in previous releases. Because the values returned by randn are intended to be random, this change should not affect most code. To reproduce randn results from previous releases use the legacy syntax. See Legacy Mode in the MATLAB Mathematics documentation for how to use the legacy mode.
rand and randn now draw from the same random number stream. In prior releases, rand and randn had separate independent underlying random number streams. Since rand and randn now access the same stream, using randn will affect subsequent values produced by rand and vice-versa. See Creating and Controlling a Random Number Stream in the MATLAB Mathematics documentation for more information.
The solver bvp5c will take multipoint boundary-value problems.
lsqnonneg now runs more efficiently. It accepts sparse matrices as inputs and maintains sparsity throughout its internal iterations.
| Function or Property Name | What Happens When You Use Function or Property? | Use This Instead | Compatibility Considerations |
|---|---|---|---|
| betacore | Fails | betainc | Replace all existing instances of betacore with betainc. |
| colmmd | Fails | colamd | Replace all existing instances of colmmd with colamd. |
| symmmd | Fails | symamd | Replace all existing instances of symmmd with symamd. |
| flops | Fails | None | Remove all instances of flops. With the incorporation of LAPACK in MATLAB Version 6, counting floating-point operations is no longer practical. |
For Windows, Intel Mac®, and Linux platforms, MATLAB software supports the Intel Math Kernel Library (MKL) version 10.0.3.
![]() | Desktop Tools and Development Environment, MATLAB Version 7.7 (R2008b) | Data Analysis, MATLAB Version 7.7 (R2008b) | ![]() |

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 |