MATLAB: How could I integrate MATLAB functions or libraries into an Android application

androidcoderdeploydeploymentintegrateMATLABmatlab coderMATLAB Compiler SDK

Is there a way we can deploy MATLAB functions or libraries on an Android platform?

Best Answer

We can use MATLAB® Coder™ in order to integrate MATLAB functions to Android platform. MATLAB® Coder™ generates readable and portable C and C++ code from MATLAB code that we can integrate to Android platform.
Here is a video from MathWorks website that could be useful.
As of MATLAB R2015b release we do not have any support for deploying MATLAB functions using the MATLAB Compiler or MATLAB Compiler SDK.
Related Question