remove the first five letters of a string

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

 採用された回答

Thorsten
Thorsten 2013 年 6 月 20 日

1 投票

str = str(6:end);

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeCharacters and Strings についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by