New Row per trial in DataMatrix
Hi there,
I am trying to create a datamatrix and add a new row per trial. What happens so far is that I am adding a new row with x (number of trials) times the input of the latest row...
Here a piece of the code, where rate corresponds to an array saving 4 slider positions
and here some output of the command print(dm):
Cheers for any suggestions :-)
Comments
... solved (maybe not the most elegant but it works!)
in case anyone is interested:
(1) I defined the matrix outside the loop... (screenshot 1)
(2) I specified the columns to be replaced... (screenshot 2)