Rashi Monga
Followers: 0 Following: 0
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...
4 months 前 | 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...
5 months 前 | 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...
5 months 前 | 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...
5 months 前 | 2 个回答 | 0