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)
ans =
10.5409
ans =
10.5409
ans =
10.5409
|
2 | Pass |
x = 17;
assert(length(randpro(x))==17)
assert(std(randpro(x))>16)
assert(std(randpro(x))<18)
ans =
17.4929
ans =
17.4929
ans =
17.4929
|
middleAsColumn: Return all but first and last element as a column vector
387 Solvers
Determine the number of odd integers in a vector
435 Solvers
444 Solvers
Sum of odd numbers in a matrix
311 Solvers
A Simple Tide Gauge with MATLAB
342 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!