is it possible to use the app designed in the matlab, can be used in our android devices like mobiles?
2 ビュー (過去 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 件のコメント
Aarti Dwivedi
2018 年 7 月 6 日
編集済み: Guillaume
2018 年 7 月 6 日
Did you try the approach listed in this question?
回答 (1 件)
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Run on Android Device についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!