stimes
Model sample times
Syntax
stimes
sti
Description
stimes
displays information about the model sample times, including
the sample time period, offset, and task ID.
sti
is the short form of the command.
Examples
Display sample times for the model vdp
using the Simulink® debugger.
In the MATLAB Command Window, enter:
sldebug 'vdp'
The MATLAB command prompt >> changes to the Simulink debugger prompt (sldebug @0): >>.
Enter:
stimes
The MATLAB Command Window displays:
--- Sample times for 'vdp' [Number of sample times = 2] 1. tid=0 (continuous) 2. tid=1 (value = inf in ModelWideParameterChangeEvent)
Version History
Introduced before R2006a