Community Profile

photo

Neuroscientist


Last seen: 거의 2년 전 2014년부터 활동

Followers: 0   Following: 0

연락

통계

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


How to make a Generalized Linear Mixed Model (GLMM) in MATLAB?
MATLAB can do various linear, non-linear and generalized linear models for fixed effects and linear and non-linear models for mi...

거의 10년 전 | 답변 수: 1 | 0

1

답변

답변 있음
finding repetition numbers in array.
you can have something like this: A=[1;1;1;2;2;2;2;3;3;3]; B = unique(A); % which will give you the unique elements of A i...

거의 10년 전 | 7

| 수락됨

답변 있음
How to assign results to varying filename?
Dear Mehdi, Perhaps you want to split your data into different variables and not files and to save all of them in a single fi...

대략 10년 전 | 0