This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = {'a','b','c'};
y_correct = {'a','*','b','*','c'};
assert(isequal(your_fcn_name(x),y_correct))
|
894 Solvers
convert matrix to single column
306 Solvers
Side of an equilateral triangle
2595 Solvers
Sum the 'edge' values of a matrix
232 Solvers
Solving Quadratic Equations (Version 1)
427 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!