how to reduce the length of a string
33 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MATlab code for reducing the length of a string
1 commentaire
Réponses (1)
KALYAN ACHARJYA
le 12 Mar 2018
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 commentaires
Voir également
Catégories
En savoir plus sur Characters and Strings dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!