Hello!
I have a 4x33 table (4 participants and 33 variables). Now I want to:
- make plots/histgram for just one participant at a time
- for the x-axis, take 3 values (from 3 different variables, although they all measure RT (reaction time)
- for the y-axis, take 3 values (from 3 different variable, they all measure true positives in task).
I extracted two subtables:
T1 = LNBtableS1(1:1,[21 24 27])
T2 = LNBtableS1(1:1,[19 22 25])
How can I combine them in either one table that I then can plot a histogram from, OR convert the three values of T1 and T2 into two variables that I can then combine in a histogram?
Many thanks!
Marianne
1 Comment
Direct link to this comment
https://fr.mathworks.com/matlabcentral/answers/595237-transform-table-values-into-variable#comment_1018978
Direct link to this comment
https://fr.mathworks.com/matlabcentral/answers/595237-transform-table-values-into-variable#comment_1018978
Sign in to comment.