Is there a code/command to execute/run 'Deploy to Hardware' (Matlab Simulink) in Matlab GUI?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(2 个)
ND
2016-11-28
is it possible to create gui for simulink model and then to deploy it on hardware ?????
1 个评论
Walter Roberson
2016-11-28
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Android Devices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!