how to reduce the length of a string
32 ビュー (過去 30 日間)
古いコメントを表示
MATlab code for reducing the length of a string
1 件のコメント
回答 (1 件)
KALYAN ACHARJYA
2018 年 3 月 12 日
You can delete the characters from strings-
%Code: delete the last five character from strings, you can choose it another way also.
S='InputString.txt'
S=S(1:end-5)
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!