Nadiyah Browning
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
191,655
of 295,569
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
answerQuestion
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
answersQuestion
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
answerQuestion
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