Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 'yes';
assert(isequal(baeIsAlwaysRight(x),y_correct))
ans =
yes
|
2 | Pass |
x = 1;
y_correct = 'yes';
assert(isequal(baeIsAlwaysRight(x,x,x),y_correct))
ans =
yes
|
1763 Solvers
Switch matrix to a column vector
260 Solvers
484 Solvers
Find out value of sine given by degree.
232 Solvers
292 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!