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

11 views (last 30 days)
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.

Answers (1)

Sruthi Yenugula
Sruthi Yenugula on 11 Jul 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.

Community Treasure Hunt

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

Start Hunting!