This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
vector = [70 73 86 69];
y_correct = 'FIVE';
assert(isequal(vector,y_correct))
|
2 | Pass |
%%
vector = [109 97 116 104 101 109 97 116 105 99 115];
y_correct = 'mathematics';
assert(isequal(vector,y_correct))
|
1900 Solvers
given 3 sides, find area of this triangle
680 Solvers
Back to basics 11 - Max Integer
678 Solvers
Is this triangle right-angled?
2394 Solvers
Rotate a matrix for 180 degree
115 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!