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...
11年以上 前 | 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...
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...
11年以上 前 | 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...
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...
11年以上 前 | 0

