photo

jasmine


Last seen: oltre 4 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

7 Domande
0 Risposte

RANK
132.700
of 300.392

REPUTAZIONE
0

CONTRIBUTI
7 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
28.57%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 7 anni fa | 1 risposta | 0

1

risposta