Matlab to android app

12 views (last 30 days)
sherif salem
sherif salem on 18 Mar 2019
Commented: Saravanan Osiz on 11 Apr 2019
I have created an app using android studio that simply records an audio. I want to be able to send that audio over to matlab to do some analysis and then return a text to display back on the android app. I tried converting matlab code to C/C++ using Matlab coder but I run into problems because I am using built-in functions like bandpower etc. and it couldnt convert my code. I am just trying to recieve a recording and send it over to matlab and then return a text back to the app. Any recommendations on creating a server? I have looked into Application developer on matlab but I still did not know how to connect that andriod. Any help please.

Answers (1)

Sruthi Yenugula
Sruthi Yenugula on 19 Mar 2019
Edited: Walter Roberson on 20 Mar 2019
1) You can use Simulink Support Package for Android Devices to convert a Simulink Model to Android Application. You can embed your MATLAB code in MATLAB function block and use this with other Android Blocks and create Android Applications with one Click. You Audio Capture block which captures audio from Android device.
2) If any of the functions are not codegen supported, then you can use external mode to communicate between Simulink and Android device.
Following are the some of the audio examples which can run on Android device.

Categories

Find more on MATLAB Mobile in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!