Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'But I''m actually right this time';
y_correct = 'yes';
assert(isequal(wiferight(x),y_correct))
ans =
121 101 115
|
2 | Pass |
%%
x = 'But you just said that 2+2=3';
y_correct = 'yes';
assert(isequal(wiferight(x),y_correct))
ans =
121 101 115
|
4106 Solvers
Find the maximum number of decimal places in a set of numbers
735 Solvers
Is this triangle right-angled?
2874 Solvers
Convert given decimal number to binary number.
636 Solvers
390 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!