| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 20 Feb 2011 | Simulink Signal Viewing using Event Listeners and a MATLAB UI. This demo shows how to use block listeners to view model signals in a MATLAB user interface. | Goddard, Phil | A couple of comments ask about using the "old method" of an s-function instead of an event listener.
Sometimes, for whatever reason, you don't want to add that additional block.
|
|
| 08 Nov 2009 | Simulink Signal Viewing using Event Listeners and a MATLAB UI. This demo shows how to use block listeners to view model signals in a MATLAB user interface. | Goddard, Phil | I've updated the example to show how to add listeners to multiple blocks. |
|
| 29 May 2009 | Simulink Signal Viewing using Event Listeners and a MATLAB UI. This demo shows how to use block listeners to view model signals in a MATLAB user interface. | Goddard, Phil | The reported bug about not being able to have the model open _before_ opening the UI has been fixed. Note however that there are many model-UI interactions that the demo does not handle. For instance if the simulation is started from the UI, but is stopped by pressing the stop button on the model, then UI stop/start buttons are not updated. There are many such interactions that would need to be handled in a production version of this app, but are not handled here since they are not core functionality for the topic at hand. |
|