Is there a code/command to execute/run 'Deploy to Hardware' (Matlab Simulink) in Matlab GUI?
1 view (last 30 days)
Show older comments
I was doing Matlab GUI and Simulink interface,
In Matlab GUI,
open_system('simulinkfile');
set_param('simulinkfile','SimulationCommand','Start');
There is a code to run the simulink in MATLAB GUI, I was wondering would it be possible to run "Deploy to Hardware" using command?
0 Comments
Answers (2)
ND
on 28 Nov 2016
is it possible to create gui for simulink model and then to deploy it on hardware ?????
1 Comment
Walter Roberson
on 28 Nov 2016
Which hardware?
There is support for some systems such as Android; https://www.mathworks.com/hardware-support/android-programming-simulink.html
There is some support for displaying to LCD; see https://www.mathworks.com/matlabcentral/answers/26786-lcd-display-with-matlab-simulink#answer_34882
But generally speaking, graphics requires graphics libraries and most hardware does not support graphics libraries.
See Also
Categories
Find more on Android Devices 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!