Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
foo=@cosh;
goo=@(x)sqrt(cosh(x)+pi);
winner=[];
for k=1:10; winner(end+1)=race(foo,goo); end
assert(all(winner==1))
|
2 | Fail |
foo=@num2str;
goo=@log10;
winner=[];
for k=1:10; winner(end+1)=race(foo,goo); end
assert(all(winner==2))
|
3 | Fail |
foo=@gamma;
goo=@sign;
winner=[];
for k=1:10; winner(end+1)=race(foo,goo); end
assert(all(winner==1))
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
35552 Solvers
Selecting books on MATLAB for experts and beginners (blindfolded)
64 Solvers
380 Solvers
Matrix with different incremental runs
249 Solvers
54 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!