photo

Nadiyah Browning


Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


how do you take the mean across columns but for singular row in a 960x31 array
help!! I have 960 rows in all the cells there are reaction times, then there are 31 columns, I cant remember how to do this

5 years ago | 1 answer | 0

1

answer

Question


vectors that arent scalar
IM = [expt.IM]; memorability = [expt.memorability]; [~, idx] = sort(IM); IM = IM(idx); memorability = memorability(idx); ...

5 years ago | 0 answers | 0

0

answers

Question


how to get struct array field as a vector and compare the two fields
I have a 1x960 struct array with 3 fields: "IM" , "trialtype", and "memorability" how can I use the two field "IM" and "memorab...

5 years ago | 1 answer | 0

1

answer

Question


Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
clear all load Data_allRT.mat load exptM.mat load Data_part1.mat load Data_part2.mat m=0; for n=1:10000; x = shuff...

5 years ago | 1 answer | 0

1

answer