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

채택된 답변

Sutanu Maiti
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개)

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by