Generating '.apk' file
46 ビュー (過去 30 日間)
古いコメントを表示
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
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
2017 年 3 月 2 日
Android ' apk' can be generated from MATLAB using the Simulink Support package for Android Devices.
2 件のコメント
saras
2017 年 12 月 21 日
If your model name is "testmodel", the apk should be under "testmodel_ert_rtw/testmodel/build/outputs/apk"
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
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 Center および File Exchange で Android Devices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!