Create and start a timer that displays the message "timer started." as the
StartFcn callback and generates a random number as the
TimerFcn callback. Delete the timer.
t = timer('StartFcn',@(~,~)disp('timer started.'),...'TimerFcn',@(~,~)disp(rand(1)));
start(t)
delete(t)
timer started.
0.9706
Your output from rand will vary.
Use start to begin multiple timers.
Create and start three timers that display message for the
StartFcn callbacks. Compute the sine, cosine, and tangent of
pi/4 as the TimerFcn callbacks. Delete the
timers.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Website auswählen
Wählen Sie eine Website aus, um übersetzte Inhalte (sofern verfügbar) sowie lokale Veranstaltungen und Angebote anzuzeigen. Auf der Grundlage Ihres Standorts empfehlen wir Ihnen die folgende Auswahl: .
Sie können auch eine Website aus der folgenden Liste auswählen:
So erhalten Sie die bestmögliche Leistung auf der Website
Wählen Sie für die bestmögliche Website-Leistung die Website für China (auf Chinesisch oder Englisch). Andere landesspezifische Websites von MathWorks sind für Besuche von Ihrem Standort aus nicht optimiert.