blanks
1 回表示 (過去 30 日間)
古いコメントを表示
how would i write a code to print each line of the string array G omitting any trailing blanks?
0 件のコメント
回答 (1 件)
Wayne King
2012 年 5 月 23 日
s = 'Have you tried deblank? '
s1 = deblank(s);
length(s)
length(s1)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Characters and Strings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!