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))
|
2 | Pass |
%%
x = 'But you just said that 2+2=3';
y_correct = 'yes';
assert(isequal(wiferight(x),y_correct))
|
363 Solvers
Matrix which contains the values of an other matrix A at the given locations.
196 Solvers
304 Solvers
Rounding off numbers to n decimals
282 Solvers
173 Solvers