How can I write an app using matlab for my android phone, to communicate with an app that i created using app designer on my laptop?
조회 수: 9 (최근 30일)
이전 댓글 표시
Hey everyone
I have an app on my laptop, that i created using app designer. I would like to create another app using matlab that I can upload onto my android phone and the the apps can communiacete with each other, via bluetooth, or internet.
I have not found anything on the internet that I understood. I am a beginner in this. I appreciate any help
댓글 수: 0
답변 (2개)
Sruthi Yenugula
2019년 4월 5일
1) You can use Simulink Support Package for Android Devices to convert a Simulink Model to Android Application.
You can use TCP/IP blocks in Android Model and host model for the communication between MATLAB and Android Device.
check out similar kind of example but the communication is between lego and Android
댓글 수: 0
Cam Salzberger
2019년 4월 8일
The Android Support Package is good if you are looking to have two separate apps that manage their communication with each other. Another alternative would be to use MATLAB Mobile to simply access your desktop MATLAB session from your phone.
-Cam
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Run on Android Device에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!