at

AT execute a command at given delay/time
16 Downloads
Aktualisiert 9 Mai 2019

Lizenz anzeigen

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')

Zitieren als

Emmanuel Farhi (2024). at (https://www.mathworks.com/matlabcentral/fileexchange/71502-at), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2019a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Data Type Conversion finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

Version Veröffentlicht Versionshinweise
1.0.1

added icon

1.0.0