Community Profile

photo

jasmine


Last seen: bijna 3 jaar ago Active since 2019

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Can somebody explain me this code?
R = arrayfun (@(x) median(A(A(:,1)==x,2)==2), B); (I've searched for 'arrayfun', but I still don't understand this completely...

bijna 5 jaar ago | 1 answer | 0

1

answer

Question


I need some help with arrayfun
I have this data from a mice experiment: Reaction Time Response Made (which can be 0,1 or 2) Visual contrast (one of 9 possi...

bijna 5 jaar ago | 2 answers | 0

2

answers

Question


Can somebody please help me with a problem regarding fminsearch?
I have a problem with the program attached and I get these errors:

bijna 5 jaar ago | 0 answers | 0

0

answers

Question


Problem with Fminsearch function
% Load the data idxMiddle = blk.audDiff == 0; audMiddle = [blk.visDiff(idxMiddle,1) blk.responseMade(idxMiddle)]; audMi...

bijna 5 jaar ago | 0 answers | 0

0

answers

Question


Can anyone please explain me this line of a code?
probability = arrayfun(@(x) mean(audR(audR(:,1)==x,2)==2) , contrast);

bijna 5 jaar ago | 1 answer | 0

1

answer

Question


How can I link elements in corresponding rows of two matrices of the same dimension?
Hey everyone! I need a bit of help with something. I'm more like a beginner in learning Matlab and I have some trouble with crea...

ongeveer 5 jaar ago | 1 answer | 0

1

answer

Question


Link corresponding elements of two matrices of the same dimension
I have two different fields in the same structure, each of them containing 1 column table with multiple rows (but same number of...

ongeveer 5 jaar ago | 1 answer | 0

1

answer