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))
|
1365 Solvers
Project Euler: Problem 10, Sum of Primes
707 Solvers
Make a run-length companion vector
512 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
297 Solvers
359 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!