Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%% Test for Quine
nl = char(10);
contents = strsplit(fileread('quine.m'),nl);
ref_contents = [strjoin(contents(1:end-2),nl), nl];
actual_contents=quine();
assert( isequal(ref_contents,actual_contents) )
|
1836 Solvers
94 Solvers
546 Solvers
147 Solvers
Remove entire row and column in the matrix containing the input values
163 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!