Run Matlab Dll in Java programming Do I need Java builder in order to run Matlab DLL in Java?
Asked
Active
Viewed 136 times
1 Answers
1
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.
-
I have DLL files however, my doubt whether i need MATLAB builder JA in order to use those matlab DLL in my Java program – sabari Jan 12 '16 at 05:16