seconds from the clock function?

4 views (last 30 days)
Amed
Amed on 12 Feb 2013
is there anyway to capture the seconds array from the clock function? thanks

Accepted Answer

Thorsten
Thorsten on 12 Feb 2013
c = clock;
seconds = c(6)

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!