MATLAB: Seconds from the clock function

clock

is there anyway to capture the seconds array from the clock function? thanks

Best Answer

c = clock;
seconds = c(6)