Standalone program using Matlab(GUI) and Arduino.

1 view (last 30 days)
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.

Accepted Answer

Ankita Nargundkar
Ankita Nargundkar on 27 Apr 2017
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 Comment
ksol
ksol on 7 Oct 2019
The current answer from the support is:
Starting with R2019b you can compile the Arduino Support Package.

Sign in to comment.

More Answers (0)

Categories

Find more on Arduino Hardware in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!