Make .NET assembly visible to MATLAB
loads a global .NET assembly into MATLAB®.asmInfo
= NET.addAssembly(globalName
)
loads a private .NET assembly.asmInfo
= NET.addAssembly(privateName
)
NET.addAssembly
does not support assemblies generated by the
MATLAB
Compiler SDK™ product.
You do not need to call NET.addAssembly
to access classes in the
mscorlib.dll
and system.dll
assemblies.
MATLAB dynamically loads these assemblies from the .NET Framework class library the
first time you type "NET.
" or "System.
".
Refer to your .NET product documentation for the name of the assembly and its deployment type (global or private).