Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
% 09/21/2012
str=Cody_version;
latest=ver;
Release=latest(1,1).Release;
Release2= regexprep(Release,'[()]','');
Pass= strcmp(str,Release) || strcmp(str,Release2);
assert(isequal(Pass,1))
|
3605 Solvers
Project Euler: Problem 6, Natural numbers, squares and sums.
1018 Solvers
516 Solvers
420 Solvers
Add a row of zeros on top of a matrix
193 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!