photo

Neuroscientist


Last seen: 2 years 前 自 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 years 前 | 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 years 前 | 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 years 前 | 0