文字列の最初と最後の文字だけ抜き出しましょう。 - MATLAB Cody - MATLAB Central

Problem 44420. 文字列の最初と最後の文字だけ抜き出しましょう。

Difficulty:Rate

文字列の最初と最後の文字をつなげて返すような関数を作成しましょう。 もし文字が一つしかない場合、その文字は最初と最後の文字のため、関数はその文字を二回返すようにしておきましょう。

例:

   stringfirstandlast('boring example') = 'be'

Solution Stats

78.87% Correct | 21.13% Incorrect
Last Solution submitted on Apr 28, 2025

Problem Comments

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
2
4
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
4

Group

Matrix Patterns III Image
Matrix Patterns III
  • 12 Problems
  • 47 Finishers

Problem Recent Solvers325

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page