Matlab to android app

15 Ansichten (letzte 30 Tage)
sherif salem
sherif salem am 18 Mär. 2019
Kommentiert: Saravanan Osiz am 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.
  1 Kommentar
Saravanan Osiz
Saravanan Osiz am 11 Apr. 2019
Hi
How can i see the demo?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Sruthi Yenugula
Sruthi Yenugula am 19 Mär. 2019
Bearbeitet: Walter Roberson am 20 Mär. 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.

Kategorien

Mehr zu MATLAB Mobile finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by