Artifact 5d0d5798082db977f37fa5e18bbcc4d0c2bc9d702362520232aa89741a6fdea7:
- File
mttroot/ntt/bin/trans/mttElapseTime.m
— part of check-in
[745f0b3e31]
at
2003-10-20 17:10:30
on branch origin/master
— Added initial revision of ntt:
new transformation tools for using bond graphs with Matlab.
Copyright 2003 Dr. Dominic J. Diston. (user: geraint@users.sourceforge.net, size: 186) [annotate] [blame] [check-ins using] [more...] - File ntt/bin/trans/mttElapseTime.m — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 186) [annotate] [blame] [check-ins using]
function elapsed_time = mttElapseTime(t0) current_time = mttGetTime ; elapsed_time.cpu = current_time.cpu - t0.cpu ; elapsed_time.clock = etime(current_time.clock,t0.clock) ;