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)
|
54362 Solvers
Omit columns averages from a matrix
527 Solvers
Return elements unique to either input
550 Solvers
228 Solvers
445 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!