Rehman Tabasum
Followers: 0 Following: 0
Statistica
MATLAB Answers
0 Domande
2 Risposte
RANK
18.955
of 295.527
REPUTAZIONE
2
CONTRIBUTI
0 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
of 154.057
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
“if” statement using “or” operator.
i=5 while i>=-1 pause(1) fprintf('%d\n',i) i=i-1 if i==0 break end end this is my cod...
“if” statement using “or” operator.
i=5 while i>=-1 pause(1) fprintf('%d\n',i) i=i-1 if i==0 break end end this is my cod...
oltre 3 anni fa | 0
Risposto
I know this might easy for you, but I won't to countdown from 10:1:-1 i know to to do this loop. what I don't know is how to pause each number by 1 second
for k = 10:-1:0 disp(k) pause(1) end
I know this might easy for you, but I won't to countdown from 10:1:-1 i know to to do this loop. what I don't know is how to pause each number by 1 second
for k = 10:-1:0 disp(k) pause(1) end
oltre 3 anni fa | 0