timer

버전 1.0.0.0 (43.3 KB) 작성자: Igor Kaufman
TIMER.DLL is a MEX-file intended to create MATLAB callbacks caused by W95 timer events
다운로드 수: 3.1K
업데이트 2006/5/2

라이선스 보기

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

인용 양식

Igor Kaufman (2026). timer (https://kr.mathworks.com/matlabcentral/fileexchange/349-timer), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R10
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Counter and Timer Input and Output에 대해 자세히 알아보기
태그 태그 추가
버전 게시됨 릴리스 정보
1.0.0.0

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