MATLAB: Adding MATLAB Web Application to Existing Website

webapplication

I've been trying to find ways of integrating a MATLAB web application into an existing website but all I can find is ways of hosting it on a MATLAB webserver. I know I can just add a link to the webserver from my website but I would prefer to directly integrate it. Can anyone point me in the direction of resources which can help?
Many thanks!

Best Answer

MATLAB Compiler SDK™ extends the functionality of MATLAB Compiler™ to let you build C/C++ shared libraries, Microsoft® .NET assemblies, Java® classes, and Python® packages from MATLAB® programs. These components can be integrated with custom applications and then deployed to desktop, web, and enterprise systems.
Kindly visit the link below for more details:
Related Question