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.

2 次查看(过去 30 天)
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 个)

Sruthi Yenugula
Sruthi Yenugula 2018-7-13
编辑:Walter Roberson 2018-7-13
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 个评论
Walter Roberson
Walter Roberson 2018-7-13
编辑:Walter Roberson 2018-7-13
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Run on Android Device 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by