photo

Nadiyah Browning


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
151.568
of 300.392

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20.934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.373

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

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

bijna 6 jaar 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); ...

bijna 6 jaar 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...

bijna 6 jaar 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...

bijna 6 jaar ago | 1 answer | 0

1

answer