Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
% 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))
str =
'9.7.0.1261785 (R2019b) Update 3'
|
4325 Solvers
Back to basics 23 - Triangular matrix
634 Solvers
188 Solvers
2980 Solvers
Is this triangle right-angled?
2872 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!