Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 'yes';
assert(isequal(baeIsAlwaysRight(x),y_correct))
|
2 | Pass |
x = 1;
y_correct = 'yes';
assert(isequal(baeIsAlwaysRight(x,x,x),y_correct))
|
Find the numeric mean of the prime numbers in a matrix.
6781 Solvers
495 Solvers
Arrange vector in ascending order
624 Solvers
Matlab Basics II - Extract last 3 elements of a vector
164 Solvers
209 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!