In this problem, take an incoming string and deliminate the string based on spaces. Output the first string in between the spaces (i.e. 'apple pear' becomes 'apple' 'pear' for str output 1 and 2, final output is 'apple')
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers65
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3728 Solvers
-
Back to basics 6 - Column Vector
1114 Solvers
-
950 Solvers
-
Create a Multiplication table matrix...
697 Solvers
-
Create matrix of replicated elements
402 Solvers
More from this Author18
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Additional test cases have been added.