How to embed Simulink Object Scope into gui?
Show older comments
I want to embed the scope of my simulink in to my GUI.Can any one please help me to do that. Thanks
Answers (1)
Paulo Silva
on 10 Mar 2011
0 votes
You can't embed the simulink scope but you can use this Simulink Signal Viewing using Event Listeners and a MATLAB UI or just get the simulation data after the simulation has finished and plot it in your GUI.
2 Comments
Pasindu Wijesekara
on 10 Mar 2011
Guy Rouleau
on 11 Mar 2011
In my opinion, the answer by Paul is the best way to pass data between a Simulink model and MATLAB GUI
Categories
Find more on Scopes and Data Logging in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!