Nadiyah Browning
自 2019 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
vectors that arent scalar
IM = [expt.IM]; memorability = [expt.memorability]; [~, idx] = sort(IM); IM = IM(idx); memorability = memorability(idx); ...
5 years 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0