clock function in MATLAB

The clock function is a time function in matlab, used to obtain the current system time. This function returns a 6-element vector containing the year, month, date, hours, minutes, and seconds of the current day. For example: the vector [2021, 4, 27, 15, 42, 30] returned by the clock function represents the current time as 15:42:30 on April 27, 2021

Guess you like

Origin blog.csdn.net/m0_56514535/article/details/132143952