MATLAB: Is it possible to use the MATLAB .NET interface to load a MATLAB Builder NE generated .NET assembly

assemblybuilderloadMATLABMATLAB Builder NEnenetnet.addassembly

I have created a .NET assembly (DLL) by using the .NET assembly target of MATLAB Builder NE using the DEPLOYTOOL or MCC functions. I would like to load this library to the MATLAB workspace and call its functions. I am able to use NET.addAssembly to load the assembly and view its classes and namespace, but I am unable to instantiate any class objects from it. For example, I may call a class constructor, but an error will result.

Best Answer

This change has been incorporated into the documentation in Release 2012b (R2012b). For previous releases, read below for any additional information:
It is not possible to load a .NET assembly in MATLAB that was generated by MATLAB Builder NE. There are no workarounds.