Community Profile

photo

User48765


Last seen: 3 years ago Active since 2019

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Looping through a large questionnaire set, creating new tables
Hello! I have a large questionnaire set consisting of 8 different questionnaires, with both written answers, likert-scale answe...

4 years ago | 1 answer | 0

1

answer

Question


Extracting max or min values from each row in a matrix, and storing them and their indices.
Hi! I am trying to extract the max and min values between columns startIdx:endIdx function N2 = extractN2(data, startT, endT) ...

5 years ago | 1 answer | 0

1

answer

Question


Saving variables as .mat or xls files without overwriting them with every iteration of a loop
I have written a script that loops through 15 datasets. I want to save some variables as mat files or xls files without them be...

5 years ago | 1 answer | 0

1

answer

Question


Subtracting mean of columns from corresponding columns in 3d matrix
Hi! I am trying to use a for loop in a function to subtract the mean value (baseline) of column 1:51 for 64 rows, and subtract ...

5 years ago | 1 answer | 0

1

answer

Question


Creating function for baseline correction
Hi! I am trying to do a baseline correction of my epoched EEG data (64(channels)x250(sampling rate) x 586(trials) matrix). The ...

5 years ago | 1 answer | 0

1

answer

Question


Removing sub matrix from 3d matrix, if any values in the matrix exceed a certain min/max value
I am currently trying to do artifact rejection on my EEG.data. I have three sets of epoched data (in 3D matrices, for example 64...

5 years ago | 1 answer | 0

1

answer

Answered
Extracting columns from a matrix, corresponding start and end times
Thank you so much!

5 years ago | 0

Question


Extracting columns from a matrix, corresponding start and end times
Hi! I am completely new to MATLAB, and I am having some difficulty. I have a 64x430250 matrix with EEG data, from which i need ...

5 years ago | 2 answers | 0

2

answers