Feeds
질문
How can I eliminate unwanted zeros from a matrix?
e.g I want to make this: 1,1,1,1,0,0 1,1,0,0,0,0 1,0,0,0,0,0 1,1,1,1,1,0 into this: 1,1,1,1 1,1 1 ...
거의 11년 전 | 답변 수: 2 | 3
2
답변질문
How do you store variables atfer each iteration of a for loop to use later?
I'm running a for loop , and each time I run through the loop at the end I want to store two variables (arrays) to be used later...
거의 11년 전 | 답변 수: 1 | 0