Feeds
질문
Reps in Friedman test
Hi, I want to do Friedman test on a test data where data from an individual has been collected for 18 days. I have 4 groups with...
대략 1년 전 | 답변 수: 0 | 0
0
답변질문
Using logicals in arrayfun
Hi, I have two arrays: tempA, size(10, 18) tempB, size(1, 10) (is a column vector), For each row in tempA, I want to extra...
대략 1년 전 | 답변 수: 2 | 0
2
답변질문
Extracting data from struct as matrix
Hi, I have the following struct: S(1).a = 1:5; S(2).a = 11:10; S(3).a = 21:27; Is there a way to vertically concatenate th...
대략 1년 전 | 답변 수: 3 | 0
3
답변질문
Extracting data from struct as array
Hi, I have a following structure: S(1).a = 1:10; S(2).a = 11:20; S(3).a = 21:30; I want the output in the following format...
대략 1년 전 | 답변 수: 2 | 0