How to send a file from a developed android app to matlab project?

1 view (last 30 days)
Hello,I just started using matlab to develop a project.Is there any way we can send files from a remote android application to the matlab on compute?
If not is it possible to run a whole matlab project of many .m files as an android application?

Answers (1)

Sruthi Yenugula
Sruthi Yenugula on 1 Feb 2019
You can use Simulink Support Package for Android Devices to convert a Simulink Model to Android Application. You can embed your MATLAB code in MATLAB function block and use this with other Android Blocks and create Android Applications with one Click.
You can refer to the following example which uses MATLAB function block https://www.mathworks.com/help/supportpkg/android/examples/control-lego-mindstorms-ev3-robot-using-android-device.html

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!