Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 9;
y_correct = 27;
assert(isequal(yards_to_feet(x),y_correct))
y =
27
|
Find the longest sequence of 1's in a binary sequence.
3370 Solvers
Sort a list of complex numbers based on far they are from the origin.
4327 Solvers
831 Solvers
Make one big string out of two smaller strings
1148 Solvers
238 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!