Feeds
답변 있음
print 2d array using nested foor
for i=1:10 for i=1:10 a(i,j)=i-1 end end In this code print 000000000 111111111 222222222 333333333 44444444...
print 2d array using nested foor
for i=1:10 for i=1:10 a(i,j)=i-1 end end In this code print 000000000 111111111 222222222 333333333 44444444...
3년 초과 전 | 0
질문
print 2d array using nested foor
Hello, I want to print an array as follows 9 9 9 9 9 9 9 9 9 9 8 8 8 8 8 8 8 8 8 8 7 7 7 7 7 7 7 7 7 7 6 6 6 6 6 6 6 6 6 6 ...
3년 초과 전 | 답변 수: 2 | 0