is it possible to use the app designed in the matlab, can be used in our android devices like mobiles?

9 ビュー (過去 30 日間)
I have a code for detecting the resistance of a resistor.Now, I want to convert this to an app in matlab( the app is just like q-r scanner,means here the device scans the image and should tell the resistace)and it should be useful for android devices.Please help me how to do.

回答 (1 件)

Sruthi Yenugula
Sruthi Yenugula 2018 年 7 月 11 日
Hi Vineetha,
You can't create a Android App from MATLAB app directly.
You can use Simulink Support Package for Android Devices to convert a Simulink Model to Android Application. You can embed your MATLAB code(Image Processing 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
You can connect Android Camera block to MATLAB function blocks which contains your MATLAB code and the output of MATLAB function block can be given to Android Data Display block.

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by