Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

2d matrix to 3d matrix conversion with signals

조회 수: 1 (최근 30일)
Diana
Diana 2016년 11월 4일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello!
I have a matrix with 250 columns and aprox 900,000 rows. where 250 are the channels, 900,000 is the time. I want to divide the rows into different trials of 150,000. Where the first dimension corresponds to the channels (250), the second dimension corresponds corresponds to time (150,000) and the third dimension corresponds to trials (6).
Thanks!

답변 (1개)

James Tursa
James Tursa 2016년 11월 4일
x = your 900000x250 matrix
xnew = reshape(x',250,150000,6);

이 질문은 마감되었습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by