統計
MATLAB Answers
3 質問
0 回答
ランク
of 171,361
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
My script is working wrong with nested for loops
d = input('enter a number:') figure for b = 0:0.5:d plot(b, 0, '*k') pause(0.05) end for c = 0:0.5:d plot(0, c,...
5年弱 前 | 2 件の回答 | 0
2
回答質問
Plotting Square Consisting of '*'
I am trying to create a square consisting of '*' with for loop. I did this a = input('enter a number:') for ii = 1:a for ...
5年弱 前 | 2 件の回答 | 0
2
回答質問
Creating matrix with diag command
I am trying to do this a = input('enter a number: ') for i=1:1:a for j=1:1:a z(i,j)= diag(a) end end z I...
5年弱 前 | 1 件の回答 | 0

