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.
Seleziona un sito web
Seleziona un sito web per visualizzare contenuto tradotto dove disponibile e vedere eventi e offerte locali. In base alla tua area geografica, ti consigliamo di selezionare: .
Puoi anche selezionare un sito web dal seguente elenco:
Come ottenere le migliori prestazioni del sito
Per ottenere le migliori prestazioni del sito, seleziona il sito cinese (in cinese o in inglese). I siti MathWorks per gli altri paesi non sono ottimizzati per essere visitati dalla tua area geografica.