Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

2d matrix to 3d matrix conversion with signals

1 visualización (últimos 30 días)
Diana
Diana el 4 de Nov. de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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!

Respuestas (1)

James Tursa
James Tursa el 4 de Nov. de 2016
x = your 900000x250 matrix
xnew = reshape(x',250,150000,6);

La pregunta está cerrada.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by