User`s guide
Monitoring Signals
9 Enter the signal format. Use one of the following. By default, the format is
%0.25g.
Type Description
%e or %E
Exponential format using e or E
%f
Floating point
%g
Signed value printed in f or e format depending on
which is smaller
%G
Signed value printed in f or E format depending on
which is smaller
Monitoring Signals from Referenced Models
You can monitor signals from referenced models the same way that you do
any other signal, with the exception that you must set the test point for the
signal in the referenced m odel before you can monitor it. Additionally, the
software ignores signal labels in reference d models.
Signal Monitoring with the MATLAB Inter face
This procedure uses the model xpc_osc3.m dl as an example, and assumes
you created and downloaded the target applicatio n to the ta rget PC. It also
assumes that you have assigned
tg to the appropriate target PC.
1 To get a list of signals, type either
set(tg, 'ShowSignals', 'On')
or
tg.ShowSignals='On'
3-9