Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
y_correct ='Helvetica'
assert(isequal(your_fcn_name,y_correct));
y_correct =
Helvetica
ans =
Helvetica
|
2 | Pass |
%% Prevents cheating 16-Apr-2012 which would lead a solution of size 9
filetext = fileread('your_fcn_name.m')
assert(isempty(strfind(filetext, 'Helvetica')))
filetext =
function ans = your_fcn_name
fliplr('acitevleH')
end
%This code written by profile_id 1683200
|
4106 Solvers
Check to see if a Sudoku Puzzle is Solved
278 Solvers
115 Solvers
Change the sign of even index entries of the reversed vector
296 Solvers
367 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!