Matlab to android app

14 vues (au cours des 30 derniers jours)
sherif salem
sherif salem le 18 Mar 2019
Commenté : Saravanan Osiz le 11 Avr 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.
  1 commentaire
Saravanan Osiz
Saravanan Osiz le 11 Avr 2019
Hi
How can i see the demo?

Connectez-vous pour commenter.

Réponses (1)

Sruthi Yenugula
Sruthi Yenugula le 19 Mar 2019
Modifié(e) : Walter Roberson le 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.

Catégories

En savoir plus sur MATLAB Mobile 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!

Translated by