User`s guide
getsignal
14-50
14getsignal
Purpose Return value of target object signal index
Syntax MATLAB command line
getsignal(target_object, 'signal index')
Arguments
Description getsignal returns the value of the signal associated with signal_index.
Examples Get the value of signal index 2.
getsignal(tg, 2)
ans = -3.3869e+006
target_object
Name of a target object. The default name is tg.
signal_index
Index number of the signal.