Community Profile

photo

Jehona


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How can I create a scatterplot matrix?
Good evening, can anyone tell me how to do a scatterplot matrix out of these 4 variables and insert also the groups in differe...

3 years ago | 1 answer | 0

1

answer

Question


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?

4 years ago | 1 answer | 0

1

answer

Question


How do I write a loop which creates a random number and adds the previous values
This is how i try it for i=1:23; a(i) = randn(1); a = a + a(i); end

4 years ago | 2 answers | 0

2

answers