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.
6782 Solvers
Find all elements less than 0 or greater than 10 and replace them with NaN
13051 Solvers
Extract leading non-zero digit
1205 Solvers
347 Solvers
246 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!