timer

TIMER.DLL is a MEX-file intended to create MATLAB callbacks caused by W95 timer events

You are now following this Submission

TIMER.DLL is a MEX-file intended to create MATLAB callbacks caused by W95 timer events for asynchronous work, e.g. for real-time data acquisition using MATLAB. It allows MATLAB to connect Windows timer with arbitrary MATLAB evaluation string (similar to conventional MATLAB callbacks). As defined these callbacks will be executed asynchronously every time when appropriate timer event occurs.

TMCLOCK.M presents the simplest example for using timer.dll namely real-time digital clock.

PLATFORM : Windows 95/NT/2000/XP.
MATLAB VERSION : 5.1.
COPYRIGHT : School of Physics and Chemistry, Lancaster
University, UK
AUTHOR : Dr Igor Kaufman
E-MAIL ADDRESS : I.KAUFMAN@LANCASTER.AC.UK

Cite As

Igor Kaufman (2026). timer (https://ch.mathworks.com/matlabcentral/fileexchange/349-timer), MATLAB Central File Exchange. Retrieved .

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

C++ source code has been added to the package.