is it possible to use the app designed in the matlab, can be used in our android devices like mobiles?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Aarti Dwivedi
el 6 de Jul. de 2018
Editada: Guillaume
el 6 de Jul. de 2018
Did you try the approach listed in this question?
Respuestas (1)
Sruthi Yenugula
el 11 de Jul. de 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 comentarios
Ver también
Categorías
Más información sobre Run on Android Device en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!