As i want to make an android app through android studio and the detection process which i want to done through matlab.So,How i integrate matlab detection code to integrate with android studio,Kindly suggest me the tutorials or any helpful material.

1 view (last 30 days)
As i want to make an android app through android studio and the detection process which i want to done through matlab.So,How i integrate matlab detection code to integrate with android studio,Kindly suggest me the tutorials or any helpful material.

Answers (1)

Sruthi Yenugula
Sruthi Yenugula on 13 Jul 2018
Edited: Walter Roberson on 13 Jul 2018
You can use MATLAB coder to generate C code. Then integrate that with Android Studio using JNI.
If you want the Android Application also to get generated automatically you can use the following approach You can use Simulink Support Package for Android Devices to convert a Simulink Model to Android Application.
You can embed your MATLAB code(detection code) in MATLAB function block and use this with other Android Blocks and create Android Applications with one Click.
  1 Comment
Walter Roberson
Walter Roberson on 13 Jul 2018
Edited: Walter Roberson on 13 Jul 2018
Note that there is no support for graphics display or for use of camera for input on Android when you use MATLAB Coder.
To use those, you would need to use coder.ceval(); or see https://www.mathworks.com/help/simulink/slref/coder.externaldependency-class.html
If you were to use Simulink with a MATLAB Function block, then you would be able to use Android blocks for (some) display and for camera use.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!