Community Profile

photo

Jordan Lui


Last seen: 3 years ago Active since 2018

Statistics

All
  • First Review
  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

View badges

Content Feed

View by

Answered
Repmat the rows of a matrix
Be careful with the other answer. It will not work for more general cases. Instead, try this: numRep = 3; [r,c] = size(A);...

3 years ago | 1

Channel


wifi data logger

3 years ago

Answered
how can find the sensitivity and specificity ?
Also, you can use classperf(). There is also an explanation on the page: https://www.mathworks.com/help/bioinfo/ref/classperf.h...

5 years ago | 0

Answered
Fit 2D Gaussian Function
I noticed in the original code that while MdataSize is 50, the xdata matrix ends up being 51x51x2. This causes many other result...

6 years ago | 0

| accepted