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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0