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))
|
Determine Whether an array is empty
646 Solvers
Remove the two elements next to NaN value
411 Solvers
Change the sign of even index entries of the reversed vector
296 Solvers
273 Solvers
251 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!