How do you create x amount of arrays each with different names. For example if I wanted to create 10 arrays using a for loop and they each need to have a common name. Each array's name has to be Cluster1, Cluster2 and so on.
I have tried putting an array into an array but am unable to create names for each of the new arrays and am also having trouble accessing each value of the array in an array.