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 で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!