MATLAB: Create a web based application using java

javaweb application

once i have finished creating my matlab application using GUIDE now i need to put it online if you know what i mean. i want to create a web based application probably convert it to a java application i don't know. all i know that i am supposed to create a web based application using matlab and java i have finished creating it using matlab now i have to do something with java.
i heard about matlab builder ja would that help in creating java applications to put on the web.

Best Answer

MATLAB Builder JA has the WebFigures feature which allows you to deploy MATLAB figures over the web, and also let the user interact with it (I'm not sure that it supports GUIDE, however). It is not clear how you would deploy a GUIDE GUI to a webpage, since most of the functionality makes sense when running as a native application.
To get started with MATLAB Builder JA, I would recommend that you start with a simple example from the documentation: http://www.mathworks.com/help/toolbox/javabuilder/ug/br563c6.html