This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
Ba=BombArray;
assert(~isequal(size(Ba),[1 1]));
try
arrayfun(@(Ba)Ba,Ba);
catch
end
assert(false);
|
1163 Solvers
The Hitchhiker's Guide to MATLAB
2874 Solvers
Project Euler: Problem 16, Sums of Digits of Powers of Two
91 Solvers
220 Solvers
Return elements unique to either input
550 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!