How to run Matlab code on an Android device? -


i run matlab code on android device. there java builder in matlab, can create java classes m-files. requires matlabruntime installed on target machine. use matlab on windows, java builder creates matlabruntime *.

is there way run m-files on android smartphone?

it's not possible use of deployment products (including matlab compiler , matlab builder java) run matlab code on android. deployed components of products depend on matlab compiler runtime, has larger footprint android device handle.

you consider either

  1. writing app connects, @oli suggested, matlab code (or deployed matlab code) running somewhere on server
  2. using matlab coder, can convert subset of matlab language c code integrated app.

Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -