Given a cell string, produce a string separating the items with spaces and commas and with an 'and' preceding the final item, and ending with a full stop.
Input x = {'apples' 'oranges' 'pears' 'salmon'}
Output y = 'apples, oranges, pears and salmon.'
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers147
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5798 Solvers
-
Create a cell array out of a struct
2422 Solvers
-
Create a Multiplication table matrix...
690 Solvers
-
531 Solvers
-
Write a function man that takes a row vector v and returns a matrix H as follows..
647 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Needs more test cases, having arrays with more than 4 elements.