simulink_and gui and figure
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hello, i have a big problem ....... i make project in simulink this project has input values which related with component which i use ,and i have 3 scopes ,so i want to make gui which simulate this simulink project and output of scopes will appear in figure in gui and use edit texts to adjust input values of project so what i need is: 1-how to connect simulink with gui file and how gui file identify the parts used in simulink 2-how can i show scope in gui figure 3-how can i adjust input of component by writing value in edit text many thanks
0 Kommentare
Akzeptierte Antwort
TAB
am 14 Mai 2012
Bearbeitet: TAB
am 2 Jul. 2012
You can use event listener to make communication between your GUI and simulink.
See
You can start from a good example located here
1 Kommentar
Kaustubha Govind
am 14 Mai 2012
In addition, you can use the "set_param" command to set parameter values.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Interactive Model Editing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!