User`s guide
Monitoring Signals
3-9
3 Choose the state as you do a signal to monitor.
Monitoring Stateflow States with MATLAB
This topic assumes that you have already test-pointed Stateflow states (see
“Monitoring Stateflow States” on page 3-6 if you have not).
1 To get a list of signals in the MATLAB Command Window, type
tg=xpc
2 To display the signals in the target application, type either
set(tg, 'ShowSignals', 'On'); tg or tg.ShowSignals='On'
This causes the MATLAB window to display a list of the target object
properties for the available signals.