Is it possible to create a sequence of screens with the help of simulink support package for Android?
1 回表示 (過去 30 日間)
古いコメントを表示
Dear colleagues,
Is it possible to create an Android app solely with the help of simulink support package for Android, that Will have a sequence of screens? I mean, on screen no 1 a user Will have to click a button. After that the user is redirected to screen no 2 where he Will have to input some data into a textedit Block. After that he is redirected to screen no 3 where he Will get results, etc
0 件のコメント
採用された回答
Sutanu Maiti
2020 年 12 月 17 日
Designing custom scren and maintaining flow of those screen is not yet possible solely from Android support package. For the customization part, you have to import generated code into android studio do that.
Once generated app code is exported to Android Studio, you can modify the Java/xml code (in Android Studio) and run on device (from Android Studio). It will run the Simulink generated Algorithm also under the hood.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Modeling についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!