at

버전 1.0.1 (1.6 KB) 작성자: Emmanuel Farhi
AT execute a command at given delay/time
다운로드 수: 19
업데이트 날짜: 2019/5/9

라이선스 보기

AT execute a command at given time
This command is in a way similar to the AT Linux/Unix command.
T = AT(DELAY, COMMAND) executes the command after the given delay, in seconds.
The DELAY can be a single number (in seconds), a date vector (6
values from e.g. datevec and clock), a string such as '07-Apr-2008 23:00:00'.
The COMMAND can be (see 'timer' documentation):
'code' a single string (matlab code),
@code(src,evnt, ...) a function handle with arguments source(timer),
event type, and optional arguments.

Example: at(10, 'disp hello')

인용 양식

Emmanuel Farhi (2026). at (https://kr.mathworks.com/matlabcentral/fileexchange/71502-at), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2019a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Data Type Conversion에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

버전 게시됨 릴리스 정보
1.0.1

added icon

1.0.0