-1

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

sabari
  • 79
  • 1
  • 9

1 Answers1

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.

Community
  • 1
  • 1
dgoverde
  • 110
  • 2
  • 15
  • 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