Problem 44420. 文字列の最初と最後の文字だけ抜き出しましょう。
文字列の最初と最後の文字をつなげて返すような関数を作成しましょう。 もし文字が一つしかない場合、その文字は最初と最後の文字のため、関数はその文字を二回返すようにしておきましょう。
例:
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 commentsProblem Recent Solvers325
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15654 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
569 Solvers
-
Matlab Basics - Convert a row vector to a column vector
647 Solvers
-
1656 Solvers
-
1621 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!