Is there a code/command to execute/run 'Deploy to Hardware' (Matlab Simulink) in Matlab GUI?

1 visualización (últimos 30 días)
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?

Respuestas (2)

ND
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
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
But generally speaking, graphics requires graphics libraries and most hardware does not support graphics libraries.

Iniciar sesión para comentar.


saras
saras el 27 de Dic. de 2016
If you are using Simulink Coder or Embedded Coder, you should be able to use rtwbuild command to deploy the model to your target hardware.

Community Treasure Hunt

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

Start Hunting!

Translated by