User`s guide

Language and Programming
5-7
For more information, see Display Custom Documentation.
Changes to Microsoft .NET Framework support
As of R2013a, the MATLAB .NET interface requires the Microsoft .NET Framework
Version 4.0 and above. The interface continues to support assemblies built on Framework
2.0 and above.
Compatibility Considerations
You must have the .NET Framework Version 4.0 or above installed on your system.
If you enter any NET. or System. commands on a machine without Framework 4.0,
MATLAB displays a warning. To determine if your system has a supported framework,
use the NET.IsNETSupported function.
Changes to compiler support for building MEX-files
MATLAB supports these new compilers for building MEX-files.
Microsoft Windows platforms:
Visual C++ 2012
Intel C++ XE 2013
Intel Visual Fortran XE 2013
Mac OS X platforms:
Apple Xcode 4.2 and higher with Clang
MATLAB no longer supports the following compiler on Mac OS X platforms:
Xcode with gcc
Compatibility Considerations
To ensure continued support for building your MEX-files, consider upgrading to another
supported compiler. For an up-to-date list of supported compilers, see the Supported and
Compatible Compilers website.