timetic Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: timetic-1.0.zip
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: David Gleich (View more)

timetic script description:




Publisher review:
timetic - An object oriented implementation of tic and toc for nested timing. The tic and toc functions manipulate a single global time variable and are not suitable for internal function timing when external routines may also perform independent timing.The timetic object rectifies this deficiency in Matlab and creates a proper object-oriented timing class.t1 = timetic;tic(t1);% computet2 = timetic;tic(t2);% computetoc(t2)% computetoc(t1)The times reported by the two toc commands are precisely the times between the tic and toc commands.Further, the timetic class extends the tic/toc paradigm by adding pause, start, and set operations to manipulate a timer.tt = timetic;tic(t1);pause(t1);% do some complicated outputstart(t1); % restarts t1 without resetting the total elapsed timetoc(t1); Requirements: ยท MATLAB Release: R14
timetic is a Matlab script for Scientific/Engineering scripts design by David Gleich. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.
timetic - An object oriented implementation of tic and toc for nested timing.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5