統計
MATLAB Answers
3 質問
0 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How do i continue my code to make the pattern as the picture shown?
a=3; b=a*3; a=a*3; x=ones(a,b); %make all integer into zero for row=1:2:a for col=1:2:b ...
約8年 前 | 0 件の回答 | 0
0
回答質問
How to write a Matlab script that is able to output images of triangles based on the size input? The following shows the half of a triangle but i can't find a way to make an isolated triangle. (The size you can put at range 3 - 8 )
x=input('Size: ') X=triu(ones(x),1) imshow(X)
約8年 前 | 1 件の回答 | 0
1
回答質問
i need help to identify the method to find the root using any methods
<</matlabcentral/answers/uploaded_files/60313/IMG_1534.JPG>>
約8年 前 | 1 件の回答 | 0