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 回表示 (過去 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 Center および File ExchangeRun on Android Device についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by