Search code examples
javamatlabdlljavabuilders

Run Matlab Dll in Java programming


Run Matlab Dll in Java programming Do I need Java builder in order to run Matlab DLL in Java?


Solution

  • It looks like you would need either the MATLAB Coder toolbox or the MATLAB Compiler toolbox to create a DLL, and you could then use JNA to create a wrapper around the DLL. You would only need MATLAB Builder JA if you wanted to generate .jar files.