This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
No fucntion call here. :-/
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))
|
874 Solvers
376 Solvers
462 Solvers
2981 Solvers
Let's get back to school, and create multiplication tables
147 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!