MATLAB: Link .dll files with matlab

dll

hi I have some .dll files and I would like to link them with Matlab. Is there a way to load and read them in matlab?

Best Answer

You can use "loadlibrary" function to load and use the functions from a C/C++ DLL in MATLAB.
You can use "NET.addAssembly" to load a global .NET assembly in MATLAB: