How to run Matlab code on an Android device?

戏子无情 提交于 2019-11-28 08:43:13

It's not possible to use any of the deployment products (including MATLAB Compiler and MATLAB Builder for Java) to run MATLAB code on Android. The deployed components you get from any of those products depend on the MATLAB Compiler Runtime, which has a much larger footprint than an Android device could handle.

You could consider either

  1. Writing an app that connects, as @Oli suggested, to MATLAB code (or deployed MATLAB code) running somewhere on a server
  2. Using MATLAB Coder, which can convert a subset of the MATLAB language into C code that could be integrated into your app.
corbin

Try out an app called Addi. It does a lot and is getting better.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!