blanks

6 views (last 30 days)
lowcalorie
lowcalorie on 23 May 2012
how would i write a code to print each line of the string array G omitting any trailing blanks?

Answers (1)

Wayne King
Wayne King on 23 May 2012
s = 'Have you tried deblank? '
s1 = deblank(s);
length(s)
length(s1)

Categories

Find more on Characters and Strings in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!