Problem 649. Return the first and last characters of a character array
Return the first and last characters of a character array, concatenated together. If there is only one character in the character array, the function should give that character back twice since it is both the first and last character of the character array.
Example:
stringfirstandlast('boring example') = 'be'
Solution Stats
Problem Comments
-
4 Comments
Show
1 older comment
Rik
on 19 Jan 2021
There is a difference between string and char array since R2016b. Before that they could be used interchangeably, but now that is no longer true (although I believe some doc pages are still not careful about this).
goc3
on 20 Jan 2021
The title and description have been updated, along with a few new test cases.
Bryce Lewis
on 5 May 2021
Wow this actually is such a great question
ML
on 28 Jan 2023
good problem
Solution Comments
Show commentsProblem Recent Solvers10616
Suggested Problems
-
The Goldbach Conjecture, Part 2
2371 Solvers
-
Back to basics 21 - Matrix replicating
1647 Solvers
-
Make a run-length companion vector
645 Solvers
-
Change the sign of even index entries of the reversed vector
576 Solvers
-
Is this triangle right-angled?
6014 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!