Generating '.apk' file

20 visualizaciones (últimos 30 días)
yogesh jain
yogesh jain el 21 de Jul. de 2016
Editada: Walter Roberson el 14 de Abr. de 2018
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 comentario
Pallavi Vaish
Pallavi Vaish el 3 de Abr. de 2017
Hey @yogesh:: Did you get the way to generate the .apk file using Matlab? Please share if you got. Thanks in advance.

Iniciar sesión para comentar.

Respuestas (2)

Subin Kuttappan Stellal Mary
Subin Kuttappan Stellal Mary el 2 de Mzo. de 2017
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 comentarios
suharsh tyagi
suharsh tyagi el 12 de Ag. de 2017
it says nowhere how to extract apk out of the deployed package
saras
saras el 21 de Dic. de 2017
If your model name is "testmodel", the apk should be under "testmodel_ert_rtw/testmodel/build/outputs/apk"

Iniciar sesión para comentar.


padma shenoy
padma shenoy el 14 de Abr. de 2018
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 comentario
Walter Roberson
Walter Roberson el 14 de Abr. de 2018
Editada: Walter Roberson el 14 de Abr. de 2018
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.

Iniciar sesión para comentar.

Categorías

Más información sobre Run on Android Device en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by