This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x='Blogs , Trendy , Cody , Contest .'
y='Blogs, Trendy, Cody, Contest.'
assert(isequal(cozy_cody(x),y))
x =
Blogs , Trendy , Cody , Contest .
y =
Blogs, Trendy, Cody, Contest.
|
2 | Pass |
%%
x='Trendy , Cody , Contest .'
y='Trendy, Cody, Contest.'
assert(isequal(cozy_cody(x),y))
x =
Trendy , Cody , Contest .
y =
Trendy, Cody, Contest.
|
Find all elements less than 0 or greater than 10 and replace them with NaN
13055 Solvers
Swap the first and last columns
12417 Solvers
381 Solvers
347 Solvers
185 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!