Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Matlab process timer

Status
Not open for further replies.

manolakis

Computer
Joined
Nov 28, 2007
Messages
4
Location
GB
Hi there

I want to use a method which returns the total time took for a process to finish. If anyone is familiar with Java then I want something like currentTimeMillis() for Matlab. Is any function available or I have to create my own?

Thanks for your time
 
Did you even look in the help files? There are a bunch of time functions.

TTFN

FAQ731-376
 
There's tic and toc. And if you want more resolution, think about MEXing and using POSIX time functions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top