Borrar filtros
Borrar filtros

remove the first five letters of a string

12 visualizaciones (últimos 30 días)
Elysi Cochin
Elysi Cochin el 20 de Jun. de 2013
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

Respuesta aceptada

Thorsten
Thorsten el 20 de Jun. de 2013
str = str(6:end);

Más respuestas (0)

Categorías

Más información sobre Data Type Conversion en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by