Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
global asb % Goal is to alias abs to asb for dyslexic typers
k=-randi(10);
y=make_alias(1);
assert(isequal(abs(k),asb(k)))
|
2 | Fail |
global asb
k=-99;
y=make_alias(1);
assert(abs(-4)==asb(-4))
|
Find the two most distant points
1628 Solvers
134 Solvers
Back to basics 19 - character types
225 Solvers
724 Solvers
227 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!