Simulink and GUI Interaction
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi everyone, here is the case, i have a simulink model, lets say a PID controller that corrects the water level on a tank. What i want to know is if there is way to extract data from this model and then import it into a simple gui i have created. Also if possible control the simulink model (e.g. amplifiers) through the gui.
0 Kommentare
Akzeptierte Antwort
TAB
am 12 Jan. 2012
You can export your simulink data to base workspace using 'To WorkSpace' blocks OR by using signal logging feature. Read this data in your GUI.
For controlling your simulink model with GUI refere
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Prepare Model Inputs and Outputs 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!