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