simulink and guide interface

4 views (last 30 days)
Jose
Jose on 27 Jul 2012
Commented: Jesus Gerardo on 13 May 2015
Hi, everyone. I want to know how i do a interface with guide and simulink. well i want to watch in a interface a graphic of a block output (like a scope), and 3 values of another blocks. I know how i can run an stop the simulink and i saw a document were they change parameters of blocks, but i just want to watch. thank you for your answers..
  1 Comment
Jesus Gerardo
Jesus Gerardo on 13 May 2015
how are you jose you can put the link of the document that you saw, where the parameters change

Sign in to comment.

Accepted Answer

TAB
TAB on 27 Jul 2012
Edited: TAB on 27 Jul 2012
You can save the simulation data to base workspace using To Wokspace block and plot it using matlab command after simulation is completed.
----OR----
You can plot the simulink data at run time when simulation is running using event listener.
Go through this similar post for links to detailed help and examples.
  2 Comments
Jose
Jose on 27 Jul 2012
thanks!!
Jesus Gerardo
Jesus Gerardo on 13 May 2015
how are you jose you can put the link of the document that you saw, where the parameters change

Sign in to comment.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!