Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
for k=1:20
x=randi(7,randi(13),randi(12));
assert(isequal(identity(x),x));
end
assert(~isempty(strfind(fileread('identity.m'), 'reshape')),'use reshape')
|
613 Solvers
Back to basics 25 - Valid variable names
293 Solvers
489 Solvers
376 Solvers
2145 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!