Export of MATLAB code to java code in Android Studio

조회 수: 2 (최근 30일)
Rahul Dhankhar
Rahul Dhankhar 2020년 4월 8일
답변: Sutanu Maiti 2020년 5월 22일
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