Community Profile

photo

jasmine


Last seen: etwa 3 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort