MATLAB: How to convert the MATLAB function in to JAVA

image segmentationjavaMATLAB Compiler SDK

I have implemented some techniques using different algorithm of MATLAB, now I have to make it web enabled using JAVA. I am using MATLAB2012b version. Can It be possible to convert all the code in to JAVA? and if possible then what functions are required to implement

Best Answer

There is a product called MATLAB Builder JA which will create Java code that can execute the MATLAB code. This is not code conversion. This product allows you to use the MATLAB functions from Java program. The link below gives more details about the product:
Here is a simple example: