Effacer les filtres
Effacer les filtres

ommiting blanks in code

1 vue (au cours des 30 derniers jours)
lowcalorie
lowcalorie le 23 Mai 2012
how do i write a code sequence omitting any trailing and leading blanks

Réponses (1)

Oleg Komarov
Oleg Komarov le 23 Mai 2012
Example:
str = ' some blanks here and there ';
str = strtrim(str)
str =
some blanks here and there
str([1,end])
ans =
se

Catégories

En savoir plus sur Characters and Strings dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by