How to export from MATLAB to Android Studio?

조회 수: 5 (최근 30일)
Paul Saldaña
Paul Saldaña 2017년 3월 29일
댓글: Muhammad Usman Aslam 2018년 7월 29일
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....
Muhammad Usman Aslam
Muhammad Usman Aslam 2018년 7월 29일
May i know the steps ?

댓글을 달려면 로그인하십시오.

채택된 답변

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