Concatenate the epoched data

Hey,
How can i restore a 3D(channels x Samples x Epochs) epoched Data back to a continuous 2D(channels x samples) raw data?

Answers (1)

KSSV
KSSV on 13 Jul 2020
Read about squeeze.

3 Comments

Jehona
Jehona on 13 Jul 2020
Edited: Jehona on 13 Jul 2020
Thanks for the answer. It does not function with squeeze.
I have to restore the data by lining all 300 epochs (32x500x300) after each other.
I am trying cat() or horzcat()
any idea how I can do that?
What is size of data for each epoch?
its 500 samples for each epoch

Sign in to comment.

Categories

Find more on MATLAB in Help Center and File Exchange

Asked:

on 13 Jul 2020

Commented:

on 13 Jul 2020

Community Treasure Hunt

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

Start Hunting!