Main Content
dotnetenv
Description
MATLAB® supports loading .NET assemblies, including:
.NET Framework (Microsoft® Windows®)
.NET, including .NET Core (Microsoft Windows, macOS, and Linux®)
For details, see System Requirements for Using MATLAB Interface to .NET. For information about .NET versions compatible with MATLAB, see MATLAB Interfaces to Other Languages.
To determine if your system has a supported version, use the NET.isNETSupported
function. To change the .NET run-time environment, call
dotnetenv
.
ne = dotnetenv
returns NETEnvironment
which contains details about the current .NET run-time environment.
Examples
Input Arguments
Version History
Introduced in R2022b