Is there a code/command to execute/run 'Deploy to Hardware' (Matlab Simulink) in Matlab GUI?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (2)
ND
el 28 de Nov. de 2016
is it possible to create gui for simulink model and then to deploy it on hardware ?????
1 comentario
Walter Roberson
el 28 de Nov. de 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.
Ver también
Categorías
Más información sobre Android Devices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!