Export of MATLAB code to java code in Android Studio

3 次查看(过去 30 天)
I need to create an android app that enhances images. I know how to create apps for android studio using java on android studio. What I need to know is if there's any way to export matlab code and functionality of functions like wiener filter and other functions that are used for image enhancement into a java function or package or code for android studio?

回答(1 个)

Sutanu Maiti
Sutanu Maiti 2020-5-22
You can acheive this by using Simulink support package for Android Devices.
There is also an example Detect Boundaries of Objects Within Video Using MATLAB Function Block on Android Device that describes how to write matlab code that generates code and deploys on Android device.
Once generated app code is exported to Android Studio, you can modify the Java/xml code (in Android Studio) and run on device (from Android Studio). It will run the Simulink generated Algorithm also under the hood.

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by