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!