How to export from MATLAB to Android Studio?

11 visualizaciones (últimos 30 días)
Paul Saldaña
Paul Saldaña el 29 de Mzo. de 2017
Comentada: Muhammad Usman Aslam el 29 de Jul. de 2018
Using GUIDE of MATLAB , How to export to Android Studio? Is there any software to export?
  3 comentarios
Paul Saldaña
Paul Saldaña el 29 de Mzo. de 2017
Everything created in the GUIDE export to Android Studio....
Muhammad Usman Aslam
Muhammad Usman Aslam el 29 de Jul. de 2018
May i know the steps ?

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 29 de Mzo. de 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.

Más respuestas (0)

Categorías

Más información sobre Android Devices en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by