文字列の最初と最後の文字をつなげて返すような関数を作成しましょう。 もし文字が一つしかない場合、その文字は最初と最後の文字のため、関数はその文字を二回返すようにしておきましょう。
例:
stringfirstandlast('boring example') = 'be'- (英語版) Problem 649. Return the first and last character of a string https://www.mathworks.com/matlabcentral/cody/problems/649
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers347
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
9136 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1263 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
717 Solvers
-
617 Solvers
-
1784 Solvers
More from this Author12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!