How to export from MATLAB to Android Studio?

1 次查看(过去 30 天)
Using GUIDE of MATLAB , How to export to Android Studio? Is there any software to export?
  3 个评论
Paul Saldaña
Paul Saldaña 2017-3-29
Everything created in the GUIDE export to Android Studio....

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2017-3-29
No, GUIDE GUIs cannot be exported to Android Studio. The only thing that can be exported to Android Studio is generated C or C++ code.
MATLAB Compiler and MATLAB Compiler SDK cannot be used to generate for Android.
MATLAB Coder can be used to generate for Android, but only as a generic C/C++ target: MATLAB Coder does not know anything about Android.
On the other hand, you can create Simulink models that use Android blocks and you can tell Simulink to target Android, including creating executables that can "stand alone". This uses technology from Embedded Coder (but does not require an Embedded Coder license.) This process has no support for MATLAB graphics such as are created by GUIDE.

更多回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by