This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
w=0;
for k=1:10^6
w=w+rndpi(1);
end
assert(w<1000)
|
2 | Pass |
w=0;
for k=1:10^6
w=w+rndpi(1)^2;
end
assert(w>10^5)
|
9839 Solvers
"Low : High - Low : High - Turn around " -- Create a subindices vector
320 Solvers
Switch matrix to a column vector
260 Solvers
Calculate distance travelled when given radius and rotations
183 Solvers
2336 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!