photo

jasmine


Last seen: 3年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

約5年 前 | 1 件の回答 | 0

1

回答

質問


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

約5年 前 | 2 件の回答 | 0

2

回答

質問


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

約5年 前 | 0 件の回答 | 0

0

回答

質問


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

約5年 前 | 0 件の回答 | 0

0

回答

質問


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

約5年 前 | 1 件の回答 | 0

1

回答

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答