blanks
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
how would i write a code to print each line of the string array G omitting any trailing blanks?
0 Kommentare
Antworten (1)
Wayne King
am 23 Mai 2012
s = 'Have you tried deblank? '
s1 = deblank(s);
length(s)
length(s1)
0 Kommentare
Siehe auch
Kategorien
Mehr zu Characters and Strings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!