Generating '.apk' file

28 次查看(过去 30 天)
yogesh jain
yogesh jain 2016-7-21
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
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