android app for matlab code

4 Ansichten (letzte 30 Tage)
shweta gaikwad
shweta gaikwad am 1 Feb. 2019
Beantwortet: Sruthi Yenugula am 1 Feb. 2019
I had done some image processing in matlab and then created GUI. Can I create android app for same ?How to make it in simpler way ?

Akzeptierte Antwort

Sruthi Yenugula
Sruthi Yenugula am 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.
To get camera frames use Android Camera Block and to display it on Phone screen, use Android Video Display Block. Connect camera Block output with input of MATLAB function block and input of Video Display block with output of MATLAB function block.
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
You can refer to the following example to get camera frames and display https://www.mathworks.com/help/supportpkg/android/examples/color-replacement.html

Weitere Antworten (0)

Kategorien

Mehr zu Run on Android Device finden Sie in Help Center und File Exchange

Produkte


Version

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by