is it possible to use the app designed in the matlab, can be used in our android devices like mobiles?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Aarti Dwivedi
le 6 Juil 2018
Modifié(e) : Guillaume
le 6 Juil 2018
Did you try the approach listed in this question?
Réponses (1)
Sruthi Yenugula
le 11 Juil 2018
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 commentaires
Voir également
Catégories
En savoir plus sur Run on Android Device dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!