Reshape data to insert into eeglab

I have data 40x12x4096 i need to reshape this data into 12x4096x40 . But I have 10 .mat files of 40x12x4096 and change data into 12x4096x40 of all mat files and insert into eeglab . Can anyone help?

답변 (1개)

Walter Roberson
Walter Roberson 2020년 6월 3일

0 개 추천

For any one 40 x 12 x 4096 array,
permute(TheArray, [2 3 1])

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

태그

질문:

2020년 6월 3일

답변:

2020년 6월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by