I have 5 lists named liste_1, liste_2,..,liste_5. The goal is to loop on i to make calculations on the different lists:
For i=1:5
signal=liste_i
Then, I'd like to have the possibility to manipulate signal in the loop.
I have 5 lists named liste_1, liste_2,..,liste_5. The goal is to loop on i to make calculations on the different lists:
For i=1:5
signal=liste_i
Then, I'd like to have the possibility to manipulate signal in the loop.