remove the first five letters of a string

16 views (last 30 days)
how to remove the first five letters of a string? whatever be the lenght of the string the first 5 letters should be removed and only the remaining should be saved in a variable.... please do reply

Accepted Answer

Thorsten
Thorsten on 20 Jun 2013
str = str(6:end);

More Answers (0)

Categories

Find more on Data Type Conversion in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!