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