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
- writing app connects, @oli suggested, matlab code (or deployed matlab code) running somewhere on server
- using matlab coder, can convert subset of matlab language c code integrated app.
Comments
Post a Comment