photo

Mark


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

Feeds

Visto da

Domanda


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 ...

circa 10 anni fa | 2 risposte | 3

2

risposte

Domanda


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...

oltre 10 anni fa | 1 risposta | 0

1

risposta