How do I Average across structure
이전 댓글 표시
I have a 14 subject structure (ERP_data.ERP_data); for each subject there is 3D matrix: 32(electrode) x 381(data) x 32(condition); I would like to average the data across subjects with nanmean, so the final matrix will be 32x381x32; thank you for you help!
R
댓글 수: 3
madhan ravi
2018년 8월 29일
Would you upload the data file/files and the code you tried?
madhan ravi
2018년 8월 29일
Where’s the data file?
Rene Sebena
2018년 8월 29일
채택된 답변
추가 답변 (1개)
Image Analyst
2018년 8월 30일
0 개 추천
You can use mean() with the 'omitnan' option.
카테고리
도움말 센터 및 File Exchange에서 Structures에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!