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
895 Solvers
404 Solvers
Find the largest value in the 3D matrix
1056 Solvers
346 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!