Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x=eye(3);
y_correct = [ 1 -3 3 -1];
assert(isequal(char_eq(x),y_correct))
|
280 Solvers
Generate a string like abbcccddddeeeee
234 Solvers
find the roots of a quadratic equation
168 Solvers
Sort the vector with the given index
98 Solvers
251 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!