Thanks for the answer,
I have extracted the cluster (containing 2 elements) from the 1d array, but after unbundling the cluster, I have just the 2 last values (1 for each element). Those 2 elements contain each 200 values in the 1d array. One element is the frequency and the other is a parameter which changes with each iteration in a for loop.
Extracting data and creating a 2d array: How could I put on the first dimension the first element (=frequency, with all 200 values) and on the second dimension the second element (containing the 200 values, answers to frequency values)?
And after, adding to the 2d array without increasing its dimension: for each iteration, add a column with the new second element (with its 200 values) and make it correspond to the frequency (already in
the 2d array)?
Thanks
Dze