Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
s = 'hello'
c_correct = 86400;
assert(isequal(word_product(s),c_correct))
s =
hello
ans =
86400
|
2 | Pass |
%%
s = 'Fantastic'
c_correct = 17236800;
assert(isequal(word_product(s),c_correct))
s =
Fantastic
ans =
17236800
|
Select every other element of a vector
20348 Solvers
Arrange Vector in descending order
4079 Solvers
Check if number exists in vector
4468 Solvers
641 Solvers
2732 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!