필터 지우기
필터 지우기

remove the first five letters of a string

조회 수: 12 (최근 30일)
Elysi Cochin
Elysi Cochin 2013년 6월 20일
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일
str = str(6:end);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by