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))
|
9875 Solvers
1965 Solvers
Solve the set of simultaneous linear equations
274 Solvers
Sum the elements in either diagonal of a square matrix
178 Solvers
Side of an equilateral triangle
2598 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!