Rehman Tabasum
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
2 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
“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...
3年以上 前 | 0
回答済み
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
3年以上 前 | 0