Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 10;
assert(length(randpro(x))==10)
assert(std(randpro(x))>9)
assert(std(randpro(x))<11)
|
2 | Pass |
x = 17;
assert(length(randpro(x))==17)
assert(std(randpro(x))>16)
assert(std(randpro(x))<18)
|
Omit columns averages from a matrix
527 Solvers
Put two time series onto the same time basis
174 Solvers
Create logical matrix with a specific row and column sums
170 Solvers
505 Solvers
583 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!