Standalone program using Matlab(GUI) and Arduino.
조회 수: 1 (최근 30일)
이전 댓글 표시
I have built a matlab code with gui. It is connected to arduino. it works well on the matlab environment. but when i try to make a standalone program using deploytool, the program(gui) opens but it can not connect to arduino. matlab runtime is installed.
댓글 수: 0
채택된 답변
Ankita Nargundkar
2017년 4월 27일
Unfortunately, this is not supported. The standalone application will not be able to connect to arduino because it cannot access the support package functionalities.Support package for Arduino is not deployable
댓글 수: 1
ksol
2019년 10월 7일
The current answer from the support is:
Starting with R2019b you can compile the Arduino Support Package.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Arduino Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!