Generating '.apk' file

조회 수: 20 (최근 30일)
yogesh jain
yogesh jain 2016년 7월 21일
편집: Walter Roberson 2018년 4월 14일
Hello all, Is it possible to generate android supporting applications (APK files) using MATLAB ? or any other process by which EXE files can be converted to APK ? Thank you all.
  댓글 수: 1
Pallavi Vaish
Pallavi Vaish 2017년 4월 3일
Hey @yogesh:: Did you get the way to generate the .apk file using Matlab? Please share if you got. Thanks in advance.

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

답변 (2개)

Subin Kuttappan Stellal Mary
Subin Kuttappan Stellal Mary 2017년 3월 2일
Android ' apk' can be generated from MATLAB using the Simulink Support package for Android Devices.
For more details, refer the documentation link : http://in.mathworks.com/help/supportpkg/android/
  댓글 수: 2
suharsh tyagi
suharsh tyagi 2017년 8월 12일
it says nowhere how to extract apk out of the deployed package
saras
saras 2017년 12월 21일
If your model name is "testmodel", the apk should be under "testmodel_ert_rtw/testmodel/build/outputs/apk"

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


padma shenoy
padma shenoy 2018년 4월 14일
i did code in matlab not simulink is it possible to covert it to apk file and one more thing is i used wavelets and neural network will it support in android. there is 2 separate code for training and testing
  댓글 수: 1
Walter Roberson
Walter Roberson 2018년 4월 14일
편집: Walter Roberson 2018년 4월 14일
No, you need to code in Simulink to generate apk .
You can use a MATLAB Function Block in Simulink to call upon the computation parts of your code. You would need to use the Android blocks for the I/O portions.
You would not be able to deploy training of a network, if I recall correctly: you would have to use a pre-trained network.

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

카테고리

Help CenterFile Exchange에서 Run on Android Device에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by