blanks

1 回表示 (過去 30 日間)
lowcalorie
lowcalorie 2012 年 5 月 23 日
how would i write a code to print each line of the string array G omitting any trailing blanks?

回答 (1 件)

Wayne King
Wayne King 2012 年 5 月 23 日
s = 'Have you tried deblank? '
s1 = deblank(s);
length(s)
length(s1)

カテゴリ

Help Center および File ExchangeCharacters and Strings についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by