필터 지우기
필터 지우기

Grouping sessions by participant number

조회 수: 1 (최근 30일)
Shannon McNee
Shannon McNee 2017년 6월 29일
답변: Image Analyst 2017년 6월 30일
Hi there,
I have a 84x1 vector which contains 84 unique session numbers for an experiment. Each session is associated with a specific participant. Each session contains 4 blocks of 50 trials. I have a 8x1 vector of unique participant numbers. Each participant should complete 12 sessions (with the exception of a few who didn't complete the full experiment).
My question is, how do I associate specific session numbers with specific subject numbers so that I can plot a single subject's distribution of responses per each individual session?
Thank you in advance for any help.
  댓글 수: 1
dpb
dpb 2017년 6월 30일
Show us a small representative data set...it's so much easier to parse a description if there's an example to go along with it... :) Clearly doesn't need to be all 84 nor the blocks nearly so large; algorithms aren't dependent on size, just the relationships.

댓글을 달려면 로그인하십시오.

채택된 답변

Image Analyst
Image Analyst 2017년 6월 30일
Why can't you just make up a 2-D array with 84 rows and 202 columns. First column is the session number, second column is the participant ID number, and columns 2 - 202 are the 200 numbers in 4 blocks of 50. I.e, cols 3 - 52 contain block 1, cols 52 - 102 are block 2, cols 103 - 152 are block 3, and the last 50 columns are block 4.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Model, Block, and Port Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by