How to export from MATLAB to Android Studio?
3 views (last 30 days)
Show older comments
Paul Saldaña
on 29 Mar 2017
Commented: Muhammad Usman Aslam
on 29 Jul 2018

Using GUIDE of MATLAB , How to export to Android Studio? Is there any software to export?
3 Comments
Accepted Answer
Walter Roberson
on 29 Mar 2017
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.
2 Comments
Subin Kuttappan Stellal Mary
on 1 Apr 2017
Check out this example which uses OpenGL to create custom GUI :
More Answers (0)
See Also
Categories
Find more on Android Devices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!