How to build, connect to target and run a simulink model with GUI?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Amir
el 17 de Jun. de 2014
Comentada: Kaustubha Govind
el 24 de Jun. de 2014
Ive made a simulink model and a GUI over which I insert the values of the variables used in the simulink model and when I insert those values and run the model over the GUI with
load_system('untitled'); set_param('untitled','SimulationCommand','start');
everything workes fine, and I can see the end result in the GUI axes.
Now the problem is when I put the model in real-time, it just wont work. I need to somehow build the model, connect to target and run it. I want to be able to follow the results in the axes in the GUI.
I hope somebody can help me!
0 comentarios
Respuesta aceptada
Kaustubha Govind
el 17 de Jun. de 2014
4 comentarios
Kaustubha Govind
el 19 de Jun. de 2014
Amir: That specific task can be accomplished by the technique described in the documentation linked in my original answer. Not sure why it didn't help you. Are there error messages?
Más respuestas (1)
Amir
el 23 de Jun. de 2014
1 comentario
Kaustubha Govind
el 24 de Jun. de 2014
Since you have created a new question, this can be answered there: http://www.mathworks.com/matlabcentral/answers/137218-how-to-make-a-loop-for-a-simulation
Ver también
Categorías
Más información sobre Simulink Coder en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!