Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
for k=1:20
x=randperm(k);
assert(isequal(identity(x),x));
end
assert(~isempty(strfind(fileread('identity.m'), '+')),'use +')
|
1223 Solvers
given 3 sides, find area of this triangle
680 Solvers
856 Solvers
Sum the 'edge' values of a matrix
232 Solvers
Natural numbers in string form
347 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!