how can i sync simulink model with gui? i tried several functions but it nothing heppend still there is problem. i tried SET_PARAM but no result. could any one tell me the proper solution how can i update this problem????????
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mohammad Abu Bakar Siddique
el 9 de Jul. de 2015
Comentada: Ilham Hardy
el 30 de Jul. de 2015
Simulink with gui sync
0 comentarios
Respuesta aceptada
Ilham Hardy
el 9 de Jul. de 2015
what do you actually mean with synchronization with GUI?
Do you want to update GUI values/graphs based on Simulink model when the model is running? Then you may want to check this demo ( Event Llstener )
Do you want to update/set Simulink model parameter using the GUI? then the set_param/get_param is the correct way to proceed.
9 comentarios
Ilham Hardy
el 30 de Jul. de 2015
Hi Abu,
Depending on your Matlab version, the Real-time Workshop (RTW) might have been updated to Simulink Coder .
This is a separate toolbox, not included in default Matlab software package. Which also means you have to buy for it separately.
To interface microcontroller with Matlab/Simulink, Embedded Target can be used. However, as far as I know, to use the Embedded Target you need to have Simulink Coder toolbox.
Más respuestas (2)
Ver también
Categorías
Más información sobre Naming Conventions 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!