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))
|
Find the numeric mean of the prime numbers in a matrix.
5319 Solvers
226 Solvers
Celsius to Fahrenheit converter
248 Solvers
288 Solvers
Back to Basics - Find no. of elements in a matrix?
139 Solvers