timer

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

Vous suivez désormais cette soumission

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

Citation pour cette source

Igor Kaufman (2026). timer (https://fr.mathworks.com/matlabcentral/fileexchange/349-timer), MATLAB Central File Exchange. Extrait(e) le .

Catégories

En savoir plus sur Counter and Timer Input and Output dans Help Center et MATLAB Answers

Add the first tag.

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0

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