jing
About
- Username
- jing
- Joined
- Visits
- 36
- Last Active
- Roles
- Member
Comments
-
Hi, @eduard, thank you very much for your reply. Yes, it worked for the last trial, as you said, maybe the first line is interpreted as header. I solved the problem by copying the trial to the second, third, fourth... lines, the first line is empty…
-
Hello @sebastiaan, I have solved the problem of copying special rows from one matrix to another matrix through this.experiment.items._items["new_loop_1"].matrix[0] =this.experiment.items._items["new_loop"].matrix[5] this.experime…
-
Hi @sebastiaan, thank you very much for your reply! In my experiment there are two loops (matrixes), the "new_loop" is filled with data and has many columns and rows, one of the column is "ID". The "new_loop_1" is a &qu…