Main Content
getCurrentTime
Class: matlab.System
Current simulation time in MATLAB System block
Syntax
time = getCurrentTime(obj)
Description
returns the current simulation time in the MATLAB System (Simulink) block. Call this method in the time
= getCurrentTime(obj
)stepImpl
method of your System object™.
Dependencies
If the MATLAB System block is operating in continuous sample time,
getCurrentTime
may return non-monotonic times due to solver
operation.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2017b